DayZ
FixVehiclePositions
Showing 1-10 of 17 entries
< 1  2 >
Update: 18 Oct, 2022 @ 3:23am

- Use stored position if Expansion-Vehicles loaded, disable deferred positioning if Expansion 1.7.17

Update: 21 Jan, 2022 @ 9:53am

- Disabled wheel adjustment (not working as intended in some cases). If vehicles get placed above ground, stop server and delete FixVehiclePositions.json (will regenerate on next start)
- Added some more defaults
- Use parent class values in case a vehicle doesn't have an entry in FixVehiclePositions.json but the parent has
- Fall back to hardcoded value of 2m for clearance if set to -1 or unknown vehicle

Update: 21 Jan, 2022 @ 4:52am

- Fixed possibility of default values for unknown vehicles (no entry in FixVehiclePositions.json) overwriting each other.
- Improved automatic calculation of vertical adjustment and clearance.
- Increased tolerance for deferred position fix from 0.0 to 0.2 meters.
- Automatically add entries for Expansion vehicles only if Expansion is loaded.
- Automatically add entries for Arma 2 Helicopters Remastered, but only if A2HR is loaded.
- Automatically add entries for unknown vehicles as encountered (reminder, do not edit FixVehiclePositions.json while the server is running).

Update: 18 Jan, 2022 @ 8:52am

- Changed method to calculate vertical adjustment and clearance if set to -1 in config.
- Prevent deferred position fix from running on client, but you shouldn't be using this mod on client anyway (use `-servermod=`)

Update: 8 Oct, 2021 @ 11:24am

- Disabled boat deletion if under terrain

Update: 3 May, 2021 @ 3:19pm

- Changed requirements from DayZ-Expansion to DayZ-Expansion-Vehicles

Update: 25 Nov, 2020 @ 3:04pm

- #ifdef ExpansionVehicleBase code

Update: 23 Nov, 2020 @ 4:30am

- Moved a lot of code into 3_Game and got rid of JsonFileLoader to help with 'servercore' freezes
- Prepared for next Expansion update
- Altered collision check to be slightly less sensitive

Update: 19 Nov, 2020 @ 5:35am

- Prepare for Expansion update

Update: 26 Oct, 2020 @ 2:52pm

- Minor fix: (harmless) null pointer when JSON config does not exist at first start
- Minor fix: default OnTheFly enabled was overridden by non-existing server CFG entry