DayZ
FixVehiclePositions
Показване на 1 — 10 от 17 постъпления
< 1  2 >
Обновление: 18 окт. 2022 в 3:23

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

Обновление: 21 ян. 2022 в 9:53

- 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

Обновление: 21 ян. 2022 в 4:52

- 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).

Обновление: 18 ян. 2022 в 8:52

- 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=`)

Обновление: 8 окт. 2021 в 11:24

- Disabled boat deletion if under terrain

Обновление: 3 май 2021 в 15:19

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

Обновление: 25 ноем. 2020 в 15:04

- #ifdef ExpansionVehicleBase code

Обновление: 23 ноем. 2020 в 4:30

- 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

Обновление: 19 ноем. 2020 в 5:35

- Prepare for Expansion update

Обновление: 26 окт. 2020 в 14:52

- 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