Jump to content
Joaco98

How to store equipment in my server

Recommended Posts

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

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.

  • Like 1

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×