• 🏆 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!

[Solved] Only One Player

Status
Not open for further replies.
Level 3
Joined
Jun 23, 2012
Messages
32
Ok, so, my problem is that I added multiple players, all computers except for one, to the scenario properties, but whenever I launch the map there's only the red player, which then gets set as the user, even though I put the user as pink.
 
Level 10
Joined
Apr 4, 2010
Messages
286
Oh, it's not the forces. You need to check "Fixed Start Location" for all the players on the Scenario Properties tab.

upload_2018-1-19_12-13-10.png


You also want to go into the Trigger editor and get rid of the Melee initialization.

upload_2018-1-19_12-14-27.png
 
Level 10
Joined
Apr 4, 2010
Messages
286
So I made these changes to your map, and now it's working for me:
  • Scenario Properties > Players > Checked all boxes for Fixed Start Location
  • Scenario Properties > Forces > Checked box for Fixed Player Settings
  • Scenario Properties > Forces > Checked box for Shared Vision for Force 1 (so you can see your ally's Huntresses while they're in Shadowmeld)
  • Trigger Editor > Deleted the default Melee Initialization trigger
Hope this helps!
 
Status
Not open for further replies.
Top