Skip to content

0x4455414C/DayZ_Billboard

Repository files navigation

DayZ Billboard

Customisable billboard for DayZ from Arma 2 Sample Models There are two types of boards the full-sized billboard and a 50% sized billboard.

The full sized one is created using the model in this snippet:

class Land_Custom_Billboard: HouseNoDestruct {
	scope=2;
	model="DayZ_Billboard\billboard_trs.p3d";
	hiddenSelections[]={"tex"};
	hiddenSelectionsTextures[]={"DayZ_Billboard\Data\board_alkohol_co.paa"};
};

The 50% one is created using the model in this snippet:

class Land_Custom_Board: HouseNoDestruct {
	scope=2;
	model="DayZ_Billboard\board_trs.p3d";
	hiddenSelections[]={"tex"};
	hiddenSelectionsTextures[]={"DayZ_Billboard\Data\board_vodka_co.paa"};
};

To apply a new texture create a .paa file matching the dimension of the default ones provided. Place in the Data/ folder and adjust the hiddenSelectionsTextures to fit.

I own none of the files nor content distributed in this mod (if you can call it that), they're simply modified versions of the Arma2 Public Samples. Created by Bohemia Interactive, made available under the ADPL-SA License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages