Unturned Workshop Asset Mods: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:


[[Image:bypass_hash_verification.jpg]]
[[Image:bypass_hash_verification.jpg]]
GUID b1e5c3d75bfe4fd39705a19bfd0c1c9f
Type Vehicle
Rarity Epic
ID 8888
Speed_Min -20
Speed_Max 15
Steer_Min 8
Steer_Max 32
Brake 32
Lift 5
Fuel 5000
Health_Min 6000
Health_Max 7000
Health 8000
LockMouse
Engine Plane
Sleds
Traction
Trunk_Storage_X 4
Trunk_Storage_Y 4
Explosion 20
Tires_Invulnerable
Has_Clip_Prefab false
bypass_hash_verification
We changed
  Speed_Max 90
to
  Speed_Max 15
and at the end of the .dat file added
  bypass_hash_verification
Now the client does not get kicked with an error about hash mismatch.
This does not work well at all.  When the speed of the mod vehicle setting for the client disagrees with the server, with bypass_hash_verification, the client experiences severe "rubber-banding" as the client thinks its speed is much greater than the server allows.  It creates a constant correction which makes the vehicle unusable at full throttle.


[[Category:Unturned]]
[[Category:Unturned]]

Revision as of 12:23, 13 February 2025

The Unturned Steam Workshop

An example file path for Mod Asset Type: Vehicle, this vehicle is called the GeeBee. Path on server:

  • /Servers/unturned/Workshop/Steam/content/304930/3203253009/Vehicles/GeeBee/GeeBee.dat

configs set properties like health, speed, Id, etc... are .dat in this case GeeBee.dat

bypass_hash_verification

GUID b1e5c3d75bfe4fd39705a19bfd0c1c9f
Type Vehicle
Rarity Epic
ID 8888
Speed_Min -20
Speed_Max 15
Steer_Min 8
Steer_Max 32
Brake 32
Lift 5
Fuel 5000
Health_Min 6000
Health_Max 7000
Health 8000
LockMouse 
Engine Plane
Sleds 
Traction 
Trunk_Storage_X 4
Trunk_Storage_Y 4
Explosion 20
Tires_Invulnerable 
Has_Clip_Prefab false
bypass_hash_verification

We changed

 Speed_Max 90

to

 Speed_Max 15

and at the end of the .dat file added

 bypass_hash_verification

Now the client does not get kicked with an error about hash mismatch.

This does not work well at all. When the speed of the mod vehicle setting for the client disagrees with the server, with bypass_hash_verification, the client experiences severe "rubber-banding" as the client thinks its speed is much greater than the server allows. It creates a constant correction which makes the vehicle unusable at full throttle.