Joaco98 0 Posted December 4, 2021 Hello, I am new to all this, I have a doubt on how to create a mission where players can save etc. inside lockers and boxes items, weapons, etc. Also it would be nice that this persists after the restart Please if someone knows how to do this or if there is any tutorial on how to achieve this, please show me how. Thanks Share this post Link to post Share on other sites
7erra 629 Posted December 5, 2021 First thing I could find was this framework: It allows you to save the cargo of objects with saveObject and loadObject functions: https://github.com/code34/oo_pdw.Altis/blob/master/DOCUMENTATION.txt. The saveObject function has to be called periodically or when the server shuts down. The loadObject function has to be called from initServer.sqf I guess. 1 Share this post Link to post Share on other sites
FenixDK 0 Posted December 17, 2021 You can use one of the following: MCC:https://steamcommunity.com/sharedfiles/filedetails/?id=338988835 Alive: https://steamcommunity.com/sharedfiles/filedetails/?id=620260972&searchtext=alive Grad Persistence: https://github.com/gruppe-adler/grad-persistence I am running MCC+Grad Persistence. There are a few bugs here and there, but overall it is fine given that I am using over 30 mods. Share this post Link to post Share on other sites