mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CFG WEAPONS DONE
This commit is contained in:
36
SQF/dayz_code/Configs/CfgTownGenerator/CfgChernarusPlus.hpp
Normal file
36
SQF/dayz_code/Configs/CfgTownGenerator/CfgChernarusPlus.hpp
Normal file
@@ -0,0 +1,36 @@
|
||||
//Example
|
||||
class Balota {
|
||||
type = "NameVillage";
|
||||
position[] = {4528, 2465};
|
||||
size = 547;
|
||||
buildings = 50;
|
||||
|
||||
class Object0 {
|
||||
type = "hiluxWreck";
|
||||
position[] = {4427.69, 2487.55, 0};
|
||||
direction = 294;
|
||||
onFire = 0;
|
||||
};
|
||||
|
||||
class Object1 {
|
||||
type = "Rubbish2";
|
||||
position[] = {4618.18, 2610.13, 0};
|
||||
direction = 95;
|
||||
onFire = 0;
|
||||
};
|
||||
|
||||
class Object2 {
|
||||
type = "Land_Misc_Rubble_EP1";
|
||||
position[] = {4502.19, 2456.29, 0};
|
||||
direction = 279;
|
||||
onFire = 0;
|
||||
};
|
||||
|
||||
class Object3 {
|
||||
type = "UralWreck";
|
||||
position[] = {4821.26, 2520.95, 0};
|
||||
direction = 127;
|
||||
onFire = 0;
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user