• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Solved] Changing Race Names?

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,217
The game is meant to support it (as shown by the data editor) but does not. Even during WoL beta, changing the names of races or adding races did not alter the race pull-down menu. You used to be able to remove races (always the bottom of the list, never the one you actually wanted removed) but this was eventually removed so that it is always possible to choose all 3 standard races. I am guessing the game cannot resolve the race data from the lobby and the lobby system itself does not support custom race values directly.

There is a neat work-around however. Simply give every player another drop-down option (a player attribute) with all your races in it. Then when the game starts you resolve which race option they choose using triggers and create the appropriate units for them.

Only problem with this approach is likely going to be unique racial UI. It still may be possible using triggers and complex UI specifications but I am not sure and know no hints as to how to attempt it.
 
Status
Not open for further replies.
Top