[Release] Expanded version of Tcherno

thp21

New Member
Expanded version of Tcherno

We realized that tchernarus lacked loot and places worth visiting when you want go far in the adventure, more most Adding map never revisited the big city and so there are virtually no to big city worthy of the name on tchernarus

and here it solved thanks to the enlarged version of Tcherno.

Tcherno third greater than before.
Half of the city has been improved.
42 residential places added.
12 places millitaires added.
11 industrial sites added.
53 can not be visited building added.
1 hospital, 2 supermarket and 1 office again.


tested and approved on epoch server 1.4.2 and 1.0.5


Requirements - (Notepadd++ or other software to edit files. PBO Manager or CPBO or other software to extract pbo files.)
  • Easy = Blue <10
Installation Steps -

Step 1

install file 'Cherno.sqf' in the 'Maps' folder of your mission.
If you do not have a folder Maps creates a call the 'Maps' and insert all your modified map in (do not forget to change the link destination init.sqf if already installed)

Mega - https://mega.co.nz/#!s8cE3RIB!io8iUCfCLp4F2YH4_iAkqsBLn74Jp29137G9AZFJ1IE

Step 2

Put this code at the bottom of your init.sqf file.

Code:
[] execVM "Maps\Cherno.sqf";

Step 3

Thank you replace the line from 0 to randomSeed by this:

Code:
version=11;
class Mission
{
addOns[]=
{
"chernarus",
"ca_modules_animals",
"dayz_anim",
"dayz_code",
"dayz_communityassets",
"dayz_weapons",
"dayz_equip",
"dayz_epoch",
"dayz_vehicles",
"cacharacters_pmc",
"ca_modules_functions",
"glt_m300t",
"pook_h13",
"csj_gyroac",
"map_eu",
"jetskiyanahuiaddon",
"pook_h13",
"warehouse",
"mbg_killhouses",
"mbg_buildings_3",
"mbg_african_buildings",
"glt_bh_wreck",
"glt_bh_wreck_burned",
"aif_arma1buildings"
};
addOnsAuto[]=
{
"dayz_weapons",
"ca_modules_functions",
"map_eu",
"dayz_code",
"camisc_e",
"camisc3",
"castructures_mil",
"castructureshouse_a_hospital",
"chernarus"
};

Created by Duck and thp21


Picture/Video
And here is a link to a photo album of the area on my imgur
http://imgur.com/a/Fyo0o

--------------------------------------------------------
Other areas in this series:

Expanded version of Tcherno - http://opendayz.net/threads/release-expanded-version-of-tcherno.20305/
ElectroZI - http://opendayz.net/threads/release-electro-zi.20315/
Electroharbor - soon
Electrovillage - http://opendayz.net/threads/release-electro-village.20308/
Expanded version of Stary - soon
villagepeople - soon



thp21
 
Last edited:
Great expansion. I've had to remove 2 other additions in favour of this one. Thanks muchly...beans.

Had to add "aif_arma1buildings" to the addons list in mission.sqm to prevent the 'deleted content' error message.
 
Back
Top