• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Cashefile in Worldedit?

Status
Not open for further replies.
Level 4
Joined
Nov 27, 2009
Messages
51
Is there any chanse to create cashefile in worldeditor. I meant that if you create for example orpg, and u need save/load code save this code to other file. So you wouldnt need to type that stupid code again and again.
 
They probably use gamecache:
Campaign/Gamecache Tutorial

Scroll down to find the part about gamecaches. Basically, instead of saving gold/heroname or whatever, save the string of the save/load code instead. (Or real if they're all #'s, I dunno)

Not sure really where to access wherever wc3 saves that file though. It might be somewhere in the MPQ, I'm not sure.
 
They probably use gamecache:
Campaign/Gamecache Tutorial

Scroll down to find the part about gamecaches. Basically, instead of saving gold/heroname or whatever, save the string of the save/load code instead. (Or real if they're all #'s, I dunno)

Not sure really where to access wherever wc3 saves that file though. It might be somewhere in the MPQ, I'm not sure.

how about non campianing map, The basic one :), ty for hlep any way.
 
CSCache and Handle Vars used to use gamecaches, and the latter was used by probably more than half of the spells at that time. I don't think I've heard anyone complain about those spells in multiplayer, so I think it is safe to say that they're usable in multiplayer. =D

I'm not positive though, since I too haven't tested it. But I think that is should work in multiplayer, else those systems wouldn't have been used too often. :ugly:
 
... yes Gamecache works in multiplayer, why not? But you can't save them, just use them to store data while playing. You know, there is a reason why all orpgs use save/load systems with codes: because there is no other possibility...

some one said that Gamecache is saved to Wc3 MPQ file. If there is not possibility to do it with GUI, maybe with jass you can create cashe that doesent dissapear when game gets closed?
 
there is no way using gamecache like that in multiplayer.
Like Justify allready stated, gamecache is temporaly used while playing a map. But afterwards the data saved in the cache is lost

Then for what cashe is needed when there are varriables?
 
Status
Not open for further replies.
Back
Top