Project Zomboid

Project Zomboid

Respawn in Car [MP/SP]
Showing 1-10 of 35 entries
< 1  2  3  4 >
Update: 26 Jan @ 6:52am

As said, the script was reworked, in order to adapt it to solo game parts, but not only that, this script dates back more than 1 year ago now, and many scripts have been deleted and reworked, in order to to minimize the saving of the vehicle while keeping a guarantee on its position (this no change: saved on the player's name), on the server side, there was too much unnecessary verification, doubled, the mod consumes less performance, and the script is more harmonious. There is no reset of player data, this has not changed for the moment.



#PATCH NOTE

  • Suitable for single player mode
  • Optimization of the script on the server and client side
  • Addedof a specific sandbox option to the avatar mod, authorizes a new character to join its position personalized by an admin before its creation.
  • Addedof a sandbox option which increases the player's protection when teleporting for their forced respawn to their assigned vehicle.
  • Added a protection system against zombie attacks during forced player respawn
  • Added a security system regarding teleportation, if the player cannot reach the area for whatever reason, the player will return to his initial position, before his teleportation.
  • Added a security system if the player is forced to join a boat, the player will be protected against water, and will not get wet.
  • Fixes certain problems when the players are forced to return to their car in order to get them in, sometimes, in MP, the second player in the vehicle was not visible and other small problems around the entrance.
  • The passenger verification menu has been reworked
  • The menu for kicking players disconnected from a vehicle was reworked
  • Added a admin option in context menu, for reset data from players if is not assigned to vehicule or floor.
  • Added admin option in context menu for get a print on server side
  • Added a auto debug script when the game or server is started, if data is wrong then this will be auto delete.
  • The save loop is optimized for vehicule in mouvement.
  • Now on, in order to avoid the long list of players registered in this mod (if the Avatar mod is not activated) when the player is not affiliated with a respawn personalized by the respawn in car mod, not in a vehicle, nor a ground save when the player is kicked from the vehicle, in other words, no forced respawn when reconnecting, the data will be deleted.

Update: 23 Dec, 2023 @ 3:04am

fixes a possible errors on the server side, sometimes for some reason the vehicle no longer exists or cannot be found by the server by her ID, this caused an error.

addition of a context in the RIC admins tools menu in order to print the list of players saved in modData (server side print)

addition of a context in the RIC admins tools menu (in DEBUG MODE) in order to reset the RIC mod (reset the moddata: delete the players list)

Update: 8 Sep, 2023 @ 2:03am

** UPDATE :

slight modification of the code:

- addition of a few lines of code planned for the avatar mod

- From now on, if you are in a vehicle, your place is saved in your Character Data, when you reconnect, and you are teleported to your vehicle, (if it changes place), you will recover your place in priority, and if the seat is occupied or unavailable (etc...), the driver's seat will have priority, then seat number 2, 3 etc...

- server side error solved, just if vehicle doesn't exist then "return end" of function, I believe it's Rv inner conflict (maybe), but don't worry, because it's not a real problem.

- For the next time, before the end of the year, I will redo the code with my new knowledge, this will not modify the principle of the code, it will just be more beautiful, and more digestible when reading, and above all, I will make it compatible for solo play, like this, in SP, on the road with your friends (your other characters in your game), the avatar mod will come next.

Update: 8 Feb, 2023 @ 12:21am

small update for the preparation of the avatar mod

Update: 20 Jan, 2023 @ 10:43pm

********************************
small UPDATE :

Now if you have the RV interior mod, when you log out in an RV interior room, when you log back in you will no longer automatically respawn in your vehicle. you keep you position in RV room.

IGUI_ is added for translation.

Traduction en français.

********************************

Update: 18 Jan, 2023 @ 1:17am

********************************
small UPDATE :

A message to indicate the possibility of kicking players from the vehicle has been added, it will be visible when when another player than you is in the vehicle and you check the list of players present in the vehicle.

********************************

Update: 26 Nov, 2022 @ 2:38am

Update: 20 Nov, 2022 @ 12:51pm

Update: 20 Nov, 2022 @ 7:34am

Update: 20 Nov, 2022 @ 7:18am

fix error line #11