Arma 3
Simple Persist
Viser 11-20 af 25 forekomster
< 1  2  3 >
Opdatering: 23. juli 2023 kl. 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.

Opdatering: 22. juli 2023 kl. 20:20

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

Opdatering: 22. juli 2023 kl. 20:00

Don't update mods tired.

This update contains the cleanup code for old Player Namespaces

Opdatering: 22. juli 2023 kl. 19:52

Opdatering: 22. juli 2023 kl. 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.

Opdatering: 21. juli 2023 kl. 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

Opdatering: 20. juli 2023 kl. 2:00

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

Opdatering: 19. juli 2023 kl. 11:47

Added ACE Medical Compatibility

Opdatering: 19. juli 2023 kl. 8:17

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

Opdatering: 19. juli 2023 kl. 7:08