[JassCode] Adding extra player in a map

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

clifford2002
Newcomer
Posts: 12
Joined: March 24th, 2012, 5:27 am

[JassCode] Adding extra player in a map

Post by clifford2002 »

hey guys i am wondering if can someone teach me how to add extra player in a warcraftIII map?
example: dota maps,lod,etc.


does it something to do with the war3map.j file?
naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

Re: [JassCode] Adding extra player in a map

Post by naturesfury »

pretty much
check out the function config at the way bottom (usually that's where it is) in the war3map.j
Then, you have to go through the entire map and make sure to add the player in for everything (leaderboards, trigger registering, action functions, etc)
Still, the max players is 12 no matter what
clifford2002
Newcomer
Posts: 12
Joined: March 24th, 2012, 5:27 am

Re: [JassCode] Adding extra player in a map

Post by clifford2002 »

i see can you help me share the jass code or adding code in a war3map.j?
naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

Re: [JassCode] Adding extra player in a map

Post by naturesfury »

dang no way im going through the entire map to add players O.o
try making a request
see if anyone does it lol
User avatar
haxorico
Super Moderator
Posts: 3195
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND
Been thanked: 1 time

Re: [JassCode] Adding extra player in a map

Post by haxorico »

We don't fulfill requests in this section as naturesfury mentioned.
If you want to know how.

Open a melee map (original warcraft map) for 2 players using any MPQEditor.
Extract the war3map.j
Open the same map in the world editor and add a 3rd player.
Save
Extract the war3map.j BUT DON'T OVERIDE! have both files!
Compare.

This way you will find the code needed to add a 3rd player.
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac: 

Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

Re: [JassCode] Adding extra player in a map

Post by naturesfury »

if it was just that, i wouldnt mind...
but looking at the exmple he gave (dota , lod, etc)
it's gonna be alot harder as you would need to add in the player stuff so that the player can actually play the map, not just join the game