• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

how to put own race into mpq?

Status
Not open for further replies.
Level 2
Joined
Jan 9, 2009
Messages
7
how to put own race into mpq? i have almost finished race, and i want to make SEMPQ to allow playing this race in melee map. can anyone tell me how to do that, which files must be in mpq etc.? (and is there any possibility to make this race 5th playable race, after 4 blizz's ones, ofc with mpq ;P?)


and also a question how (with mpq) add multiple armor and attack types?
 
Level 2
Joined
Jan 9, 2009
Messages
7
so, that's the problem... i dont want to replace any existing race...


and it is good place to post, because i asked about MPQs, WE can't create/modify/whatever MPQs...
 
Level 11
Joined
Feb 16, 2009
Messages
760
Well adding a fifth race you can select BEFORE the game(Like melee) would require modding of teh warcraft 3 source code, which is illegal. Also, you can just open the MPQ of your map, extract the data files and edit them. But you can´t really add a race which is pre/selecteble
 
Level 17
Joined
Aug 19, 2007
Messages
1,380
so, that's the problem... i dont want to replace any existing race...


and it is good place to post, because i asked about MPQs, WE can't create/modify/whatever MPQs...
, do it like Creeps Rebellion did. Through MPQ it is not possible, but you can make a trigger in the beginning through dialogs which let's you chose your race. AI will work with the right triggers (also for new race, see also Creeps Rebellion for this).
 

Kyrbi0

Arena Moderator
Level 45
Joined
Jul 29, 2008
Messages
9,501
You can use dialogs, but they mess with the "right-as-the-game-starts" stuff that goes on.

A much better solution is to use the player-selected Handicaps. You can catch (with a trigger) if a player has selected a certain Race/Handicap combo, and then do an "IF/THEN/ELSE" to replace their units with your custom race units.

Or just download MPQMaster and modify one of the lesser MPQs (war3xlocal.mpq or war3xpatch.mpq) with your custom stuff. :p
 
Status
Not open for further replies.
Top