• 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 Cache?

Status
Not open for further replies.
Level 5
Joined
Dec 15, 2009
Messages
145
I wanted to make a game cache for a campaign, but "Save Game Cache" doesn't exist with the patch I have. Is there any way to make one without that?
 
Are you sure you are on patch 1.24e? Also be sure that you aren't using a cracked wc3. It should still be there, Game Cache -> Save Game Cache. If not, you can try using this:
  • Custom script: call SaveGameCache(udg_MyCacheVariable)
Just replace the words "MyCacheVariable" with your variable's name (the one that represents your game cache). Or if you use (Last created game cache), you can use:
  • Custom script: call SaveGameCache(bj_lastCreatedGameCache)
 
Level 5
Joined
Dec 15, 2009
Messages
145
Hmm, don't know what patch I'm on actually >.> But Save Game Cache is not there. I'll try that trigger. Thanks.
Would give you some rep, but I need to spread it around first.
 
Level 5
Joined
Dec 15, 2009
Messages
145
I can't go on to Battle.net. I downloaded Warcraft off my brother's CD, and don't have the CD key.
 
Level 3
Joined
Oct 9, 2008
Messages
61
Why just not install it with your brothers CD?
Then you can go on BNet and you probably doesnt get patch problems.
 
Status
Not open for further replies.
Top