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

avoid enter start in load screen

Status
Not open for further replies.
Level 4
Joined
Apr 20, 2023
Messages
43
how to avoid enter(input any key) to start in loading screen?(reforget version 1.32)please help!many thanks
 
Level 34
Joined
May 14, 2021
Messages
1,599
You mean getting rid of this message?
Press any key to continue

There are 2 possible solution, but I can't guarantee if it works on your modified map:
1.Use a default loading screen, which was commonly used in melee maps (accessible via "Scenario" -> "Map Loading Screen"):
World Editor Loading Screen 1.jpg

2.If you still had the problem with skipping the loading screen, make a trigger like this:
  • Player Group - Pick every player in (All players) and do (Actions)
    • Loop - Actions
      • Game - Force (Picked player) to press the key Enter
 
Level 4
Joined
Apr 20, 2023
Messages
43
You mean getting rid of this message?
Press any key to continue

There are 2 possible solution, but I can't guarantee if it works on your modified map:
1.Use a default loading screen, which was commonly used in melee maps (accessible via "Scenario" -> "Map Loading Screen"):
View attachment 432565
2.If you still had the problem with skipping the loading screen, make a trigger like this:
  • Player Group - Pick every player in (All players) and do (Actions)
    • Loop - Actions
      • Game - Force (Picked player) to press the key Enter
thank you , i try it in my world edit but it still not to work .
 
Status
Not open for further replies.
Top