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

[Trigger] Save-Cachés and Maps

Status
Not open for further replies.
Level 3
Joined
Nov 5, 2006
Messages
32
Say I store an integer variable in a caché, and I want to be able to move it around to different map versions. Would that be possible?

If you don't quiet understand what I mean, this is sort of what I mean: I saved 150 points (wood/integer) as a Stored Integer in version 1.0. I created 1.1. Now my question is, would I be able to load that integer in 1.1?

On that topic, does anyone have a save system I could possible borrow. :)
 
Level 6
Joined
Feb 2, 2005
Messages
205
Well you could save data into the catch, but you cant load its if your playing online and change the map (means end game join/start another game) in singleplayer that should work.

Well an save/load sys is a bunch of work, the best way to get an fitting system is to do it youself. For example i did an savesys which can save up to 4.000.000xp and an checksum in an code like this xyxyxy-xyxyxy. If you want to save items you need an mutch longer code.
 
Level 3
Joined
Nov 5, 2006
Messages
32
Thanks, but all I want is just to move an integer, so maybe a few other people could tell me (I took the oppinion of 1 person one time, just 1 person, it led to horrible turns).

So the question again is, can I move an integer from map to map via caché? Like v1.0 to v1.1 and so on.
 
Status
Not open for further replies.
Top