Jump to content

[RELEASE] Expanded version of Tcherno


Recommended Posts

Expanded version of Tcherno

 

MAJ 1.1 - 27/06/14 - Addition of the stage of installation 3

 
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)
 
 
Step 2
 
Put this code at the bottom of your init.sqf file.
 
[] execVM "Maps\Cherno.sqf";
 
Step 3
 
Thank you replace the line from 0 to randomSeed by this:
 
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
 
thp21
Edited by thp21
Link to comment
Share on other sites

Loving the map additions however im getting the following errors,

 

 

19:26:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
aif_arma1buildings
19:26:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
glt_bh_wreck
19:26:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
glt_bh_wreck_burned
19:26:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
glt_bh_wreck_burned
19:26:28 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.
aif_arma1buildings
 
 
so i added aif_arma1buildings  this got rid of this issue however it still gives me the glt_bh_wreck_burned & glt_bh_wreck errors  please find my added missions below any help would be great
 
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",
"warehouse",
        "mbg_killhouses",
        "mbg_buildings_3",
        "mbg_african_buildings",
        "aif_arma1buildings"
};
Link to comment
Share on other sites

Ok after looking into this i have fixed it this is now my mission.sqf            glt_bh_wreck and glt_bh_wreck_burned needed to be added incase anyone else if having the same issue

 

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",
"warehouse",
        "mbg_killhouses",
        "mbg_buildings_3",
        "mbg_african_buildings",
        "aif_arma1buildings",
        "glt_bh_wreck",
        "glt_bh_wreck_burned"
};
addOnsAuto[]=
{
"dayz_weapons",
"ca_modules_functions",
"chernarus"
};
Link to comment
Share on other sites

  • 1 month later...

Thanks a lot thp21, works really well with DayZ Epoch 1.0.5.1 Arma OA 125548.

 

I had to put the maps into the 'mpmissions/dayz_private_1.epoch.chernarus.pbo'

 

But the link only works in the '@DayZ_Epoch_Server/addons/dayz-server.pbo' ( Folder 'Init' and 'serverfunction.sqf ).

 

 

Thanks for sharing your customs :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...