DayZ
FixVehiclePositions
17개 중 1~10개 표시 중
< 1  2 >
업데이트: 2022년 10월 18일 오전 3시 23분

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

업데이트: 2022년 1월 21일 오전 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

업데이트: 2022년 1월 21일 오전 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).

업데이트: 2022년 1월 18일 오전 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=`)

업데이트: 2021년 10월 8일 오전 11시 24분

- Disabled boat deletion if under terrain

업데이트: 2021년 5월 3일 오후 3시 19분

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

업데이트: 2020년 11월 25일 오후 3시 04분

- #ifdef ExpansionVehicleBase code

업데이트: 2020년 11월 23일 오전 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

업데이트: 2020년 11월 19일 오전 5시 35분

- Prepare for Expansion update

업데이트: 2020년 10월 26일 오후 2시 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