Arma 3 Script Installation Help!

Post Reply
CaleBB
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Aug 10, 2014 3:59 am

Arma 3 Script Installation Help!

Post by CaleBB »

Hi,
I run several servers but am new to running Arma 3 servers.
I am running a Wasteland MPMission server.
All scripts I would like to install require you to add a or a few lines to the init.sqf and description.ext
In those files, where do I put the lines of code they want me to add?
I mean like, where in the init and where in description if I want to add a revive script?
Like something as simple as http://www.armaholic.com/page.php?id=20897#comments
Any help or link to tutorial is appreciated!
.=QUACK=.Major.Pain
This is my homepage
This is my homepage
Posts: 1573
Joined: Sun Jun 26, 2011 8:03 am

Re: Arma 3 Script Installation Help!

Post by .=QUACK=.Major.Pain »

Why ask here? The install instructions are right on the page you linked.

Installation / Usage:
Copy FAR_Revive folder into your mission folder. Add this to the top of your init.sqf:

Code: Select all

call compileFinal preprocessFileLineNumbers "FAR_revive\FAR_revive_init.sqf";
Visit gspreviews.com And Rate & Review Your Old & Current GSP's
Find Your GSP Coupons at gspreviews.com/coupons/
Caliban55
This is my homepage
This is my homepage
Posts: 439
Joined: Sat Sep 04, 2010 10:20 am
Location: Cologne, Gemany
Contact:

Re: Arma 3 Script Installation Help!

Post by Caliban55 »

You can find the init.sqf and the description.ext file inside the binarized .pbo file (that is the mission file you downloaded). If there is no packed .pbo file, you will find those files inside a folder containing the mission files.

If you have a .pbo file, you need to extract the file structure first and after modifying the mission, pack the mission again. There are several de-PBO tools available for this, take a look at this one:
https://dev.withsix.com/projects/mikero-pbodll/files

Where you put them inside the init.sqf, or description.ext is up to you, I would recommend at the bottom of those files though.
User avatar
J-English
This is my homepage
This is my homepage
Posts: 618
Joined: Thu Apr 15, 2010 4:06 am
Location: United Kingdom

Re: Arma 3 Script Installation Help!

Post by J-English »

i run a wasteland server,your better of download the a3wasteland 0.9gh,it includes the revive script from farooq as well as other changes.It works perfectly.

Thats if your running the a3 wasteland mod.get it here,adding a seperate revive script dont work as well,its what the dev said to me.Download the complete version here

http://forums.a3wasteland.com/index.php?topic=269.0
Post Reply