Spawn System Lite (

Stable

)


Changelogs:

Core Version 0.1.7

16.11.2023 14:05

  • some code restructuring
    - added new functions for AG update

Core Version 0.1.6

13.11.2023 15:21

Changed:
- minor code refactorings

Spawn System Lite Version 3.3.7

06.11.2023 11:30

Added:
- Function GetTextureLB() in the ItemBase class to get the current texture name of the item. SetTextureLB(string texture) can be used to set the texture of an item

Spawn System Lite Version 3.3.6

06.11.2023 11:19

Fixed:
- Spawning at random positions could spawn a player anywhere and not at only the available spawnpoints from the list, which should be the behavior of spawning random
- Spamming the spawn here button would spawn the player each time when the timeout was set to 0 seconds. This could also lead to loadouts being applied multiple times and when clearInventory was not enabled, players could get the same loadout multiple times

Core Version 0.1.5

06.11.2023 11:18

  • Minor code changes. Make sure to update all other mods for compatibility !

Spawn System Lite Version 3.3.5

24.10.2023 19:57

Fixed:
- Menu would not show on login when forceOpenSpawnMenu was disabled

Spawn System Lite Version 3.3.4

19.10.2023 12:27

Fixed:
- Players could not scroll through spawn menu to select a spawn
- Spawn Menu would open a second time after already spawning somewhere
- hide_when_no_spawns_found would sometime still open the menu even when no spawns were available

Core Version 0.1.4

19.10.2023 12:23

Added:
- Function for Spawn Menu to not open mutliple times

Spawn System Lite Version 3.3.3

18.10.2023 14:43

Added:
- Function void OpenSpawnMenu(PlayerIdentity player, string category = "") in SpawnSelectConfig class to open spawn menu by script. This would be used as follows: SpawnSelectConfig.Get.OpenSpawnMenu(playerBase.GetIdentity()); to open the default spawns. The second parameter can be used to use one of the signs config from the config. You could add a new entry in the signs list of the SpawnSelectConfig.json to only send certain spawns to the player

Item Pack Version 1.1.7

17.10.2023 14:23

  • Updated Garage models