Search the Community
Showing results for tags 'msl'.
Found 1 result
-
save Multiplayer Save and Load v2.1 - by Wert
Werthles posted a topic in ARMA 3 - ADDONS & MODS: COMPLETE
Multiplayer Save and Load Saves a multiplayer mission in progress to be reloaded later. Downloads: Armaholic Steam Reloads units, gear, vehicles, weather/mission details, waypoints, tasks, buildings, markers, triggers, missionNamespace*, locations, etc... Mod designed for use to save the progress in player-made multiplayer missions. For best results when loading, start the original mission, then load your progress with the UI. Saved mission files are stored in the mod folder, so take care. I believe this is about as good as I can code a save/load mod in SQF. But if you can do better, please feel free to make coding suggestions here! Uses inidbi2 from code34. v2.1 Features - "Fast Save/Load" added. Approx. 30s-3min save duration. Save/Load uses all server processing power until the save/load is complete. (Game will appear frozen!) Fixes - Vehicle fuel is saved/loaded. V2.0 Features - Added Simple/Full Save/Load toggle, for much faster save option, but with fewer details recorded. - Faster load/save syntax. - Compatible with existing save files. - Saves "Things" (including ammo boxes and decorations). Fixes - General coding improvements - "Dead" vehicles do not respawn on load. - Hidden Map Objects - Global Triggers v1.1 Locations and MissionNamespace now saved. Note: missionNamespace items of type "CODE" are not saved, as this would decrease performance or break the process. MissionNamespace items are also not removed, so CODE items can be maintained by loading the original mission before loading your saved game. Known Issues: - Scripts running at the time of save cannot be re-initiated after. Also, full script environment cannot be re-initialised without starting the scripts at the beginning, which is likely to cause more trouble than it is worth. So I recommend loading mission progress whilst in the original mission. - Unit side anomalies reported. - Unit names not syncing globally. Will likely cause issue if scripts require a unit to have a specific name on clients. - Zeus will detach from some players in some instances. Use #adminLogged in Zeus Game Master modules, then re-login as an admin. - Use this code if the action is removed by your gamemode: player addAction ["<t color='#FF5500'>Multiplayer Save and Load</t>",{createdialog "MSLDialog";},[],-999,false,true,"","isServer or serverCommandAvailable ""#kick"""];- 17 replies
-
- 11
-
- multiplayer
- load
-
(and 2 more)
Tagged with: