OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Killzone on 20 Jun 2004, 18:32:26

Title: Script folder
Post by: Killzone on 20 Jun 2004, 18:32:26
Is there a way that if I put all my scripts into one "master" folder that I can call them in a mission without having to move the script to that mission folder?

Thanks as always  ;D
Title: Re:Script folder
Post by: MachoMan on 20 Jun 2004, 19:13:24
Well i guess u can, kinda, remember us ECP, about 99% of our scripts are located in the addon folder.
Title: Re:Script folder
Post by: Captain on 21 Jun 2004, 06:21:21
This is entirely possible, I avoided using them for about a year and a half becuase it shit me that I need to add them to my mission folders, I now have a seperate scripts mod folder and when I find a script that is finished and only  the parameters of it's exec line need changing I then pbo it and add it to my 'script mod folder'. This folder contains scripts for blizzards/snow&sandstorms/paradrops/toxic areas etc.

If you have a scipt called name.sqs, add it to a folder called, say,  folder. Pbo it into folder.pbo and put it in an addon directory/mod folder. and exec it with.

Code: [Select]
[] exec "\folder\name.sqs"
I hope that makes sense.  :-\

Captain