• 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.

Game interface names

Status
Not open for further replies.

Ham

Ham

Level 5
Joined
Jan 16, 2009
Messages
132
when i eddit the names of the computers such (computer easy) that appear before starting the game, it goes all invisible, why? is there another way to edit it than using advanced game interface?
 
Level 16
Joined
Jul 21, 2008
Messages
1,121
Hmm, if you don't want to mess with game interface or anything else, I suggest you this, simple name changing functions:

  • Player - Set name of Player 1 (Red) to Name1
  • Player - Set name of Player 2 (Blue) to Name2
  • Player - Set name of Player 2 (Blue) to Name3
This function checks player names for name of standard computer players:

  • Player Group - Pick every player in (All players) and do (Actions)
    • Loop - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Name of (Picked player)) Equal to Computer (Easy)
        • Then - Actions
          • Player - Set name of (Picked player) to Name1
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Name of (Picked player)) Equal to Computer (Normal)
        • Then - Actions
          • Player - Set name of (Picked player) to Name2
        • Else - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Name of (Picked player)) Equal to Computer (Hard)
        • Then - Actions
          • Player - Set name of (Picked player) to Name2
        • Else - Actions
Put any of this functions into your initialization.
 

Ham

Ham

Level 5
Joined
Jan 16, 2009
Messages
132
hmm that seems to be ingame interface, but i meant it to be in the waiting room (the one before starting the game where you can pick slots)

EDIT:
There is a notepad way to edit it, like loading text at the loading screen..
 
Last edited by a moderator:
Status
Not open for further replies.
Top