Noob Scripting Questions / Help Needed

MudBone

New Member
I am working on some custom scripts for our DayZ server but have no idea where and how they need to be incorporated into the mission.sql file.

I see some custom codes added into a custom folder/directory but I'm not sure what is required to then integrate them into the mission or will they just run from there on their own?

Some pointers or guidelines would be appreciated.
 
You wrote that a little bit confusing. I think you want to run scripts via the mission file? If so, go into your mpmission folder,unpbo your mission, create a folder in the generated folder with a name like "scripts","fixes" etc, paste your sqf file in the folder and call it in init.sqf ( execVM "\path\to\script\script.sqf"; ) .
 
Ok thanks...that makes sense...I'll give it a go...and get back in here when I hit the next roadblock.

Thanks for your time.
 
Back
Top