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

Saving before testing?

Status
Not open for further replies.
Level 13
Joined
Jun 3, 2011
Messages
1,058
HI guys i want to ask why is it that everytime i need to test the game it makes me save it first? i mean literally if i do the test map it saves the game and it will not load but if i save first and then i test it load what is wrong with my map?
 
Level 30
Joined
Nov 29, 2012
Messages
6,637
HI guys i want to ask why is it that everytime i need to test the game it makes me save it first? i mean literally if i do the test map it saves the game and it will not load but if i save first and then i test it load what is wrong with my map?

It is completely random. Because mine is like that too but my dad's can test even without saving..... so it is REALLY completely random. Some Wc3 is like that.
 
Level 23
Joined
Apr 16, 2012
Messages
4,041
if you are using JNGP and have some syntax error in your custom script/Jass code or you are using vJass code, it will require saving

Sometimes it bugs and when you hit test it will save it as/parse the code for you and so you can test it

That is, because JNGP disables the default compiler and runs JassHelper and pJass on the code, if you dont run it you will have map with .j which contains unreadable code for the Warcraft 3(vJass is converted to Jass when map is saved if you didnt know)

As long as you dont have any syntax errors and/or vJass in your map(you are doing terraining for instance), you should be fine and it should run normally
 
Status
Not open for further replies.
Top