Arma 3
Shadow of Altis
17개 중 1~10개 표시 중
< 1  2 >
업데이트: 2015년 4월 14일 @ 오전 7시 08분

Version 0.47152

- added: Marksmen DLC content

Advanced Users Notes:

* Edit loot\lootConfig.hpp to adjust spawn chances
* Version 0.4715 (stable, dlc content free) is available to download here[download.mbnq.pl]
* You can download upcoming 0.4718 experimental version here[download.mbnq.pl]:
- new loot positioning mechanism
- wildlife

업데이트: 2015년 3월 21일 @ 오전 7시 21분

Version 0.4715

- fixed: improved client-server character synchronization

업데이트: 2015년 3월 21일 @ 오전 4시 39분

Version 0.4714 (major update)

- added: configurable, server-side vehicle spawner
- added: vehicle spawner can spawn boats now
- added: abandoned camps spawns server-side now
- added: few other improvements
- fixed: reworked client-server character synchronization module
- fixed: few minor issues

Advanced Users Notes:

To add more playable units open mission in arma editor and simply copy-paste existing units.

To add new vehicles, or change spawn chances of existing ones simply edit:
vehicle\vehicleSpawner\vehicleSpawnerCfg.hpp

vehicleSpawnerCfg.hpp - optional parameters
parameter not exist = use default

initDamage
starting damage (def=0)

initFuel
starting fuel (def=0)

initAmmo
starting ammo (def=0)

randomDamage
additional, random damage (def=0)

randomFuel
additional, random fuel (def=0)
if both initFuel and randomFuel equals 0 default value is 1, which means if you don't want to change vehicle starting fuel skip these parameters

randomAmmo
starting random ammo, overwrites initAmmo ! (def=0)


Example:
class B_Heli_Light_01_armed_F {
randomDamage = 0.3;
randomFuel = 1;
randomAmmo = 1;
};

Vehicle B_Heli_Light_01_armed_F will be created with random:
70-100% hp
0-100% fuel
0-100% ammo

업데이트: 2015년 3월 18일 @ 오후 12시 01분

Version 0.4682

- changed: removed backpacks from starting loadouts

업데이트: 2015년 3월 17일 @ 오후 12시 26분

Version 0.4681

- fixed: few minor issues

업데이트: 2015년 3월 17일 @ 오전 11시 55분

업데이트: 2015년 3월 17일 @ 오전 10시 50분

업데이트: 2015년 3월 17일 @ 오전 10시 46분

업데이트: 2015년 3월 17일 @ 오전 10시 00분

Version 0.4675

- fixed: reworked client-server synchronization module
- fixed: few minor issues
- changed: removed disabling ghosting timer option

업데이트: 2015년 3월 17일 @ 오전 9시 19분