HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Game Cache?!!!!!!!!!!!!!!!!!

08-29-2003, 02:10 PM#1
Anubhab123
Does Game Cache only work in single player or does it work for bnet also?In one of my triggers I tried storing an integer and then tried accesing it from another trigger yet when I tell the game to display the value of the integer in the gamecache it always returns 0 which is not the integer I stored.Can someone help me?
08-29-2003, 02:14 PM#2
Navi
I've been told that game cache does not work in multiplayer battlebet.

This means that you won't be able to move from map to map. :(

One workaround I used is creating one big map with sections reserved for my smaller maps.

There is another option involving passwords and such. It's in a thread by Daken in "Trigger and Utility Repository" ->
"Important: Saving & Restoring a Hero On Battle.net"
08-29-2003, 09:47 PM#3
FyreDaug
Yeah, use Dakan's method to restore a hero. Unless you are trying to save more data than that, you will have to write your own password scheme.

And no, cache will not work on bnet to save, but you can save cache and use it IN that game, which does no difference than setting a variable.