Heli Lift / tow config

synkt

New Member
After doing it over a few times, I have made a config file for R3F lift and tow that has all of the overwatch classnames already put in it.

I use this file as my starting point and thought someone else may find it helpful as well.

Overwatch heli lift and tow config.sqf
http://pastebin.com/uNXNrSZ8
 
After doing it over a few times, I have made a config file for R3F lift and tow that has all of the overwatch classnames already put in it.

I use this file as my starting point and thought someone else may find it helpful as well.

Overwatch heli lift and tow config.sqf
http://pastebin.com/uNXNrSZ8
How did you get your Tow/Lift script to work? :3 Can u helpz me? xD
 
You just follow the directions from r3f and replace the config.sqf with the one linked above. R3F lift/tow if memory serves only requires an entry in your init.sqf

Sent from my SGH-I747 using Tapatalk
 
You just follow the directions from r3f and replace the config.sqf with the one linked above. R3F lift/tow if memory serves only requires an entry in your init.sqf

Sent from my SGH-I747 using Tapatalk
I have followed everything to the single quotation. xD I have gotten this to work before but of course that was on Epoch and regular DayZ. :p Maybe you could look at my PBO? :D
 
Haven't gone through one in months... Been working in camp. I can check it out for you when I get home in three weeks or if you pastebin your init.sqf I can read through it on my phone

Sent from my SGH-I747 using Tapatalk
 
Let's start simple, your init.sqf is in : addons\R3F_ARTY_AND_LOG\

after that, I remember had results by commenting out line 1 and / or 148 of your description.ext

Start simple and work up from there.
 
Let's start simple, your init.sqf is in : addons\R3F_ARTY_AND_LOG\

after that, I remember had results by commenting out line 1 and / or 148 of your description.ext

Start simple and work up from there.
:3 Ok, so you want me to post the R3F Init? :eek: Sorry, it's late but I want to try and get this working now then later on. xD I am clumsy and I forget stuff easily. x) Anyhoot, thank you, synkt!
 
pull the [] from your tow script line...
replace
Code:
//R3F Tow and Lift
[] execVM "addons\R3F_ARTY_AND_LOG\init.sqf";

with
//R3F Tow and Lift
execVM "addons\R3F_ARTY_AND_LOG\init.sqf";
 
pull the [] from your tow script line...
replace
Code:
//R3F Tow and Lift
[] execVM "addons\R3F_ARTY_AND_LOG\init.sqf";

with
Oh ok :D and // out lines 1 and 148 in the description, right? :3 Thank you, again :)
 
Last edited:
So, I tried your suggestion and I //ed out both lines 1 & 148, I tried //ing only 1 or the other, or just not //ing any of them. And they made no change. Change as in they didn't make Tow pop up in the scroll menu. :/
 
Back
Top