• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Hiding computer players in Lobby

Status
Not open for further replies.
Level 25
Joined
May 11, 2007
Messages
4,650
Cokemonkey11's solution seems to be the way for you, coding the alliances shouldn't be hard to do. Do they cast spells as normal tho?

Otherwise if you want the harder way, use Neutral Hostile, Neutral Passive, Neutral Victim and Neutral Extra?
 
Level 18
Joined
May 11, 2012
Messages
2,103
Well, I guess I could code it (there's actually no coding needed, he's only player who owns buildings)
I only need to have that player in Player properties because if I set it to none, then ingame that player doesn't even exist, and it recognizes me as an enemy.
Tried setting Player - set alliance but didn't worked...

Edit: I'll just set it back to Neutral Player and find a way to make them enemies..
 
Level 18
Joined
May 11, 2012
Messages
2,103
Yeah, I did that, but forgot to do the opposite haha.
  • Player - Make Player 1 (Red) treat Player 12 (Brown) as an Enemy
  • Player - Make Player 12 (Brown) treat Player 1 (Red) as an Enemy
  • Player - Make Player 1 (Red) treat Player[TempInt] as an Ally with shared vision
  • Player - Make Player[TempInt] treat Player 1 (Red) as an Ally with shared vision
  • Player - Make Player 12 (Brown) treat Player[TempInt] as an Enemy
  • Player - Make Player[TempInt] treat Player 12 (Brown) as an Enemy
This is the way to go xd
 
Status
Not open for further replies.
Top