RE: Patch for 21/03/2025

All server related announcements will be posted here.
Post Reply
User avatar
burridgedan
Server Owner
Posts: 65
Joined: December 1st, 2024, 11:00 am
Location: England
Contact:

RE: Patch for 21/03/2025

Post by burridgedan »

The next patch is now ready.
[HEADING=2]Additions[/HEADING]
  • Added a gas station loot table and interior
    • The gas station that is searchable at the moment is located in Redlands West
  • Added fuel can item
    • Functionality not yet in place
  • Added new UI element for fuel
  • Added fuel to vehicles
  • Added ability to fill vehicles at a fuel station
    • Redlands West fuel station is the only place that a vehicle can be filled for now. More to be added as more patches come out.
  • Added /engine command
    • Starts or stops the vehicle
    • Chance of starting failure based on HP of the vehicle
  • Added some animation commands (/animlist)
[HEADING=2]Changes[/HEADING]
  • Updated dialog library
  • Updated map file (thanks Logan)
  • Optimized and tidied some code
  • Hunger, thirst, and disease scores are no longer a percentage and instead are just an integer
    • This is to allow for eventual stats/perks to increase them (or decrease) so a percentage-based score no longer makes sense
  • Set armed weapon to fist for all players who enter a vehicle as a driver, preventing driver drive-bys
    • This has been done to prevent a potential unlimited ammo glitch. The ammo is taken from the player's inventory when a weapon is shot but the callback in question is not called if the player is a driver in a vehicle
  • Passengers are only allowed to use the 9mm pistol, uzi, mp5, or tec-9 as drive-by weapons
    • Entering the vehicle as a passenger with any other weapon will cause your armed weapon to be set to fists
  • Vehicles now spawn with random visual damage
  • Vehicles now spawn with random health
[HEADING=2]Bug Fixes[/HEADING] Development discussions: viewforum.php?f=5
Bug reporting: viewforum.php?f=8
Queries & Support: viewforum.php?f=6
Suggestions: viewforum.php?f=14
User avatar
burridgedan
Server Owner
Posts: 65
Joined: December 1st, 2024, 11:00 am
Location: England
Contact:

RE: Patch for 21/03/2025

Post by burridgedan »

Applied a hotfix last night to fix a bug where if you left a vehicle when its engine was on the timer to deplete the fuel would not restart when re-entering the vehicle.