Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to add Arma 2 Addons

Newbie Spellweaver
Joined
Feb 26, 2017
Messages
27
Reaction score
0
How To add Arma2 Addons In Server File? I want Add Arma Clothes, Weapons ....:*::*:
 
Newbie Spellweaver
Joined
Sep 26, 2016
Messages
29
Reaction score
7
Hi there,

I'm on mobile so please forgive the lack of thoroughness.

Adding .PBO's from ArmA 2 is a matter of copying and pasting them into the "Addons" folder or your own @ModName folder in the DayZ directory. In order to configure weapons to work with the new DayZ system, you will need to compare the old config.cpp from the ArmA weapon you're converting with a new config.cpp from Standalone and make changes as you see fit - this requires a lot of trial and error to get right.

In doing this successfully, you will be able to spawn items using a server script however 99% of the time you will have to modify the P3D in order for the rifle to line up correctly in the players hands/iron sights. This requires unbinarization of the P3D (guides can be found on this forum for doing this) to edit, then rebinarization to use it in game. If you want new attachments from DayZ SA to work with the old weapons, this process is also essential as DayZ uses a system called proxies to define where the attachments will be located on the gun. In order to add proxies, you must load the unbinarized model into ObjectBuilder.

Because of the completely different clothing system in ArmA vs DayZ, I have not tried to port clothing from ArmA 2 over however if you use the same principles as weapon porting, it should work fine with some editing of the P3D's.

Most other items should work fine following the same guide as the weapon one.

Let me know if this works for you.

Cheers,

Uhneb


 
Newbie Spellweaver
Joined
Dec 22, 2014
Messages
21
Reaction score
4
Hi there,

I'm on mobile so please forgive the lack of thoroughness.

Adding .PBO's from ArmA 2 is a matter of copying and pasting them into the "Addons" folder or your own @ModName folder in the DayZ directory. In order to configure weapons to work with the new DayZ system, you will need to compare the old config.cpp from the ArmA weapon you're converting with a new config.cpp from Standalone and make changes as you see fit - this requires a lot of trial and error to get right.

In doing this successfully, you will be able to spawn items using a server script however 99% of the time you will have to modify the P3D in order for the rifle to line up correctly in the players hands/iron sights. This requires unbinarization of the P3D (guides can be found on this forum for doing this) to edit, then rebinarization to use it in game. If you want new attachments from DayZ SA to work with the old weapons, this process is also essential as DayZ uses a system called proxies to define where the attachments will be located on the gun. In order to add proxies, you must load the unbinarized model into ObjectBuilder.

Because of the completely different clothing system in ArmA vs DayZ, I have not tried to port clothing from ArmA 2 over however if you use the same principles as weapon porting, it should work fine with some editing of the P3D's.

Most other items should work fine following the same guide as the weapon one.

Let me know if this works for you.

Cheers,

Uhneb
Does it work with cars too? Want to set some old nostalgic .45 server, but with cars/helis.
 
Back
Top