Jump to content
  • 0

Resec not found ...


blad00x

Question

Hello everyone,

 

i'm actually working on adding some skins , vehicle and weapons to dayz epoch 1.0.5.1 like i did it with the old epoch (1.0.2 or 1.0.3 don't remember wich one it was)

 

so i created a new mod folder wich is a copy of the dayz 1.0.5.1 mod folder and called it @DayZ404  the modified the name and dir in the mod.ccp

 

after that i add the .pbo file of my new skins in the addon folder

 

i then extracted the dayz_code.pbo ,  unraped config.bin  to config.ccp

 

and modified the cfgvehicle in config.cpp , i just added this :

//SKIN PERSO DEBUT 
	class sah_civilian1_pants;

		class CIV1_DZ: sah_civilian1_pants{
		displayName = " Civil ";
		side = 1;
		weapons[] = {"Throw", "Put"};
		backpack = "";
		magazines[] = {};
		respawnWeapons[] = {"Throw", "Put"};
		respawnMagazines[] = {};
		weaponSlots = 1	 + 	4	 + 12*		256	 + 2*	4096	 + 	2	 + 8*	16  + 12*131072;
		canHideBodies = 1;
		canCarryBackPack = 1;
		};
    
		
		//FIN SKIN PERSO

then in the variable files i added "CIV1_DZ" at the end of the AllPlayers array

 

i the compiled the files in .pbo again and uploaded them on my ftp in the DayZ_Epoch folder and started arma 2 arrow head with the @Dayz404 mod , i can join the server , join the lobby , start the game but after the loading it shut down the game and an error popup show up with this message :

Include file z\addons\dayz_code\system\REsec.sqf not found.

 

Here is the server log file : https://www.dropbox.com/s/709vpup2jxwlm5w/arma2oaserver.RPT

 

Hope someone can help me with this problem

 

 

 

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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...