Map Database  •  FAQ  •  RSS  •  Login

Horse-Pike-Sword

<<

Jeronimo

User avatar

Knight

Posts: 695

Joined: 24 Feb 2011, 23:00

Post 25 Sep 2013, 20:45

Horse-Pike-Sword

How to make an enjoyable battle map for 8 players in XS map (48x48)?

Nothing is impossible!! Combining "rock-paper-scissors" formula, extremely tight space, and units with low bar (8 minutes), we get this battlefield where micromanagement and reaction speed are everything you need to be victorious. 100% challenge: When the 8 are fully playing, any missclick dooms your selected unit.

I wanted to load it and take a screenshot... but I couldn't... It's too scary to be honest.
Image

EDIT: Final Version.
You do not have the required permissions to view the files attached to this post.
Last edited by Jeronimo on 27 May 2017, 11:06, edited 3 times in total.
KaM Skill Level: Jeronimo
<<

Skypper

Knight

Posts: 436

Joined: 28 Jun 2013, 09:37

KaM Skill Level: Fair

Location: Dutch :D

Post 26 Sep 2013, 14:58

Re: Horse-Pike-Sword

Crazy idea, i like it :)
Greets Skypper (Totally Insane)

- Beginning map maker -
<<

Jeronimo

User avatar

Knight

Posts: 695

Joined: 24 Feb 2011, 23:00

Post 26 Sep 2013, 18:14

Re: Horse-Pike-Sword

I have already played this map with some people at TeamSpeak.
It's quite fun: Everything starts as a chaotic disorder but after first minutes you start seeing small squads of survivors... and the faster player is usually the one with bigger army at final battle (which takes place when everyone is starving to death "skull icon"). Recommended for improving your micro/reaction skills.
KaM Skill Level: Jeronimo
<<

andreus

User avatar

Sword Fighter

Posts: 343

Joined: 18 Dec 2011, 12:05

KaM Skill Level: Beginner

Website: https://github.com/andreus791/maps_feedback

Location: Russia

Post 29 Nov 2013, 12:23

Re: Horse-Pike-Sword

Hey Jero, as we discussed, I made a script which disables this crazy "GROUP IS HUNGRY!!!!!" trumpet :P

Before: 72 messages at once and crazy sound
Image

After: silence :D
Image
<<

Jeronimo

User avatar

Knight

Posts: 695

Joined: 24 Feb 2011, 23:00

Post 29 Nov 2013, 18:38

Re: Horse-Pike-Sword

Wow man! Super thanks!
I'll add your name to the credits.

Now this battle map will be less annoying, more enjoyable.
No more ear-raping trumpets.
KaM Skill Level: Jeronimo
<<

andreus

User avatar

Sword Fighter

Posts: 343

Joined: 18 Dec 2011, 12:05

KaM Skill Level: Beginner

Website: https://github.com/andreus791/maps_feedback

Location: Russia

Post 29 Nov 2013, 20:11

Re: Horse-Pike-Sword

np ;)

I can send you new script., it uses something like this:
  Code:
for I := 0 to 7 do Groups := States.PlayerGetAllGroups(I); for J := 0 to Length(Groups) - 1 do Actions.GroupDisableHungryMessage(Groups[J], True);
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 30 Nov 2013, 00:24

Re: Horse-Pike-Sword

np ;)

I can send you new script., it uses something like this:
  Code:
for I := 0 to 7 do Groups := States.PlayerGetAllGroups(I); for J := 0 to Length(Groups) - 1 do Actions.GroupDisableHungryMessage(Groups[J], True);
That won't work, it needs to be:
  Code:
for I := 0 to 7 do begin Groups := States.PlayerGetAllGroups(I); for J := 0 to Length(Groups) - 1 do Actions.GroupDisableHungryMessage(Groups[J], True); end;
<<

Jeronimo

User avatar

Knight

Posts: 695

Joined: 24 Feb 2011, 23:00

Post 03 Dec 2013, 20:17

Re: Horse-Pike-Sword

I added the array of Integer (Groups), and Integer (J).
I think I'm almost done but don't know how to sort out this obstacle... The identifier is not recognized as you can read.
How did andreus get this script working then (as shown in his picture above)? Maybe I must update ScriptValidator? (downloads)

Image
KaM Skill Level: Jeronimo
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 03 Dec 2013, 20:30

Re: Horse-Pike-Sword

Hey Jero. You tested that script in the Remake or only with the validator? (with x3 testing is fast and easy) (Because I´m not sure if the validator is updated at every nighty build, so it´s possible the validator doesn´t know that "command" but the Nigthly knows it already) XD.
Make sure you use at least r5971 :P
<<

andreus

User avatar

Sword Fighter

Posts: 343

Joined: 18 Dec 2011, 12:05

KaM Skill Level: Beginner

Website: https://github.com/andreus791/maps_feedback

Location: Russia

Post 03 Dec 2013, 20:59

Re: Horse-Pike-Sword

at least r5976 ;)
<<

pawel95

Castle Guard Swordsman

Posts: 1912

Joined: 03 Oct 2008, 22:00

KaM Skill Level: Skilled

Location: "Pawel95" on Youtube.com

Post 03 Dec 2013, 21:26

Re: Horse-Pike-Sword

at least r5976 ;)
LoL your screenshot is from r5971 thats why I thought, but nvm get just the newest version Jero :P
<<

Lewin

User avatar

KaM Remake Developer

Posts: 3822

Joined: 16 Sep 2007, 22:00

KaM Skill Level: Skilled

ICQ: 269127056

Website: http://lewin.hodgman.id.au

Yahoo Messenger: lewinlewinhodgman

Location: Australia

Post 04 Dec 2013, 00:50

Re: Horse-Pike-Sword

No I haven't been including the script validator in the nightly builds (so you'd still have the old r5503 one). I'll include it in the next one :)
<<

Jeronimo

User avatar

Knight

Posts: 695

Joined: 24 Feb 2011, 23:00

Post 04 Dec 2013, 13:23

Re: Horse-Pike-Sword

No I haven't been including the script validator in the nightly builds (so you'd still have the old r5503 one). I'll include it in the next one :)
Nice, now I see. Thanks for aclarations. I must wait to have next updated script validator...
Still this interesting doubt: the new script validated with r5971-6, would make the Map compatible to play with old remake r5503? (or only with +r5971 versions?)
KaM Skill Level: Jeronimo
<<

Krom

User avatar

Knights Province Developer

Posts: 3280

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 04 Dec 2013, 13:29

Re: Horse-Pike-Sword

@Jeronimo: Yes, if you haven't used any of r5503+ commands in your scripts.
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

sado1

User avatar

Council Member

Posts: 1430

Joined: 21 May 2012, 19:13

KaM Skill Level: Skilled

Post 04 Dec 2013, 17:59

Re: Horse-Pike-Sword

@Jeronimo: Yes, if you haven't used any of r5503+ commands in your scripts.
No. Jeronimo thinks that the validator compiles the map, so a newer validator will make a script incompatible with 5503, compatible with it. That is obviously not true. Validator solves the purpose of checking if script has no errors, that's all.

(well what you said is true, but that little "yes" in the beginning of your post is a bit misleading)

Return to “Map Design”

Who is online

Users browsing this forum: Ahrefs [Bot] and 19 guests