Arma 3
77 ratings
Multiplayer Save and Load - Alpha v0.1
   
Award
Favorite
Favorited
Unfavorite
Data Type: Mod
File Size
Posted
145.374 KB
16 Aug, 2019 @ 12:50am
1 Change Note ( view )

Subscribe to download
Multiplayer Save and Load - Alpha v0.1

Description
Saves a multiplayer mission in progress to be reloaded later.

Reloads units, gear, vehicles, weather/mission details, waypoints, tasks, buildings, markers, triggers, player slots, etc...

V1.0 here

For best results when loading, start the original mission, then load your progress with the UI.

Load currently only works at most once per mission, and interactions with scripted missions are untested.

Re-choosing your mission from the server list should allow you to reload multiple times.

Framework to load a saved mission after any other.

Use this code if the action is removed by your gamemode:
player addAction ["<t color='#FF5500'>Multiplayer Save/Load</t>",{createdialog "MSLDialog";},[],-999,false,true,"","isServer or serverCommandAvailable ""#kick"""];

Uses inidbi2 from code34.

This is a project I was working on, but I have been unable to find time to complete. If you would like to help finish this, please let me know!

Known Issues:
- Lists of playable units, player units, and units with players in, these all need to be redesigned to be consistent across all game copies (server/dedicated server, player, HC).
- Better solutions for reloading scripts and modules needed. Not all scripts/modules will want/need to be reloaded, etc.
- When loading multiple time, MSL will break due to first point.
- Unit names are not handled perfectly, and will likely cause issue if scripts require a unit to have a specific name.
25 Comments
MrK  [author] 11 Feb, 2020 @ 2:33pm 
Welcome to the future: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1903981111
I think the released full version is as good as I can make it. Some things just can't be save/loaded very well. I think Zeus works in some instances, but not all.
Orange 11 Feb, 2020 @ 10:43am 
Is Zeus saving going to be possible in the future?
CMDR Sweeper 11 Jan, 2020 @ 6:44am 
I commend you for your effort, however I may have stumbled across a use case that may make this useless.
We have a mission set up with ravage that spawns vehicles and where we have been using gradpersistence to save stuff, but as a result, we are forced to use vehicles as persistent equipment storage.

The bad thing about your mod in this case is that it stops mid save, complaining that the list is too big, passing the 8k mark (Guessing 8 kilobytes here?)
So for now we aren't using it, if this changes or can be changed, it would be interesting to see.
Vandeanson 26 Nov, 2019 @ 12:29pm 
hi @wert - i am looking into vehicle and cache (script placed/as in basebuilding) content saving and was wondering if you could have a word of advise with regards to vehicle saving. And maybe vehicle content saving/player-in-vehicle saving. I have sent you a friend request. or feel free to join me at https://discord.gg/T4xknY ;) cheers vd
Markusaw 24 Aug, 2019 @ 1:57pm 
I found that if you respawn you get your zeus powers back
Markusaw 24 Aug, 2019 @ 1:57pm 
Another thing I noticed is that if a unit's side changes mid mission it will reset to it's starting side when the save is loaded
seashell 24 Aug, 2019 @ 11:23am 
so this is for dedicated servers?
Markusaw 24 Aug, 2019 @ 8:35am 
This mod is actually amazing. I have spent so much time looking for something like this. If I could donate, I would.
Game Assassin 23 Aug, 2019 @ 11:07am 
@RedSwirl Sadly it does not work for warlords due to the amount of scripts, this makes warlord at the time impossible to be saved in any way.
RedSwirl 22 Aug, 2019 @ 10:08am 
Wondering if this would work for Warlords...