Just a Guardhouse I opened up.

purplish

Valued Member!
Staff member
F67B0Tf.jpg
 
Where did you get the base model for this? Or did you make the entire thing from scratch?

Base model was from the Arma 1 Mlods, currently the Sahrani devs and I are opening up buildings for my new mod (not civilian) and Sahrani
 
HI,
I was thinking about opening some buildings, but i can't figure out how.
Do i need to put the model.p3d into oxygen and then edit ?
And another thing, how do i remove the building that is closed and put down the one i made (opened).

Thank you in advance,

John_DAYZ
PM or contact [email protected]
 
HI,
I was thinking about opening some buildings, but i can't figure out how.
Do i need to put the model.p3d into oxygen and then edit ?
And another thing, how do i remove the building that is closed and put down the one i made (opened).

Thank you in advance,

John_DAYZ
PM or contact [email protected]
Might as well reply here so more people can see this.

First, you must install the BI tools. Once that is done, you can just right click on the p3d and open it with oxygen 2. If the model is no a sample model released by BI (BTW arma 2 models were released to use), then it will state it is binarized and cannot be opened.


To remove the closed building and put the new one in, you will need to make a config. Within the config, you must put this
closedhouse = Original building

cfgVehicles{
closedhouse;
closedhouse: closedhouse {
model="pathforpbo\house\";

};

};

Notes: for loot to spawn the model name must differ from the original.
 
Back
Top