• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Game Cache for 1 player only. Possible ??

Status
Not open for further replies.
Level 10
Joined
Dec 15, 2012
Messages
650
  • Custom script: if udg_player == GetLocalPlayer() then
  • Game Cache - Create a game cache from SinglePlayerGameCache.w3v
  • Game Cache - Reload all game cache data from disk
  • Custom script: endif
Will this work(only for 1 player) ?? I didn't found a person that can test this thing with me so I need help !
 
^ wc3 campaigns are locked to SP... you can't have MP campaigns in wc3...

Though actually, game caches work in multiplayer, they just aren't saved after you exit from the map... So I think he wants to localize a game cache for every player in an MP game that will only be used in-game for the instance...

But you could always just use the player name or player number as parent key if you just want to ensure that there will be no data overwrite between players...
 
Level 10
Joined
Dec 15, 2012
Messages
650
. . . Thanks guys, nevermind, I just feel the Codeless Save/Load system is too complicated
Guys, can I do like this with Codeless Save/Load system :
Player A joined Player B's game
The data was saved
Player A play the same game with Player C
Player A loaded the previous data and Player C used a new data)
Just like "Profiles". Possible ?
 
Status
Not open for further replies.
Top