Arma 3
Simple Persist
25件中 11-20 を表示
< 1  2  3 >
更新:2023年7月23日 @ 7時40分

Found the cause of the position restore bug throwing players 100m into the air when swapping maps without clearing profile. Fix is now in place.

更新:2023年7月22日 @ 20時20分

Found a bug when initiating player, OBJ not always returned. This has been resolved.

更新:2023年7月22日 @ 20時00分

Don't update mods tired.

This update contains the cleanup code for old Player Namespaces

更新:2023年7月22日 @ 19時52分

更新:2023年7月22日 @ 19時47分

Possibly a breaking change, Based on feedback I have received, the Profile Storage has been rewritten so each player will now have an independant Variable with their player data inside, rather than all being stored in a giant array. This should mean that performance for larger player bases is better as it no longer requires iteration through 50 players worth of data to find the correct information.

I have also included an auto-upgrade feature, so the old style should automatically be deleted and the new variable style used in place when the player logs out. From my testing this appears to be working.

If you find any issues with this, please let me know in Discord or here on the workshop.

更新:2023年7月21日 @ 11時21分

Made large changes to the overall base of Simple Persist so it now has a more Modular approach for later use.

There is now a WIKI dedicated to the advanced features available, however the base functionality is the same. https://github.com/Toakan-Network/SimplePersist/wiki

更新:2023年7月20日 @ 2時00分

Removed 10s delay on load in, due to previous rework this should not be needed now.

更新:2023年7月19日 @ 11時47分

Added ACE Medical Compatibility

更新:2023年7月19日 @ 8時17分

Redo of the Object gather step when logging in, this should now correctly determine the Player Obj.

更新:2023年7月19日 @ 7時08分