Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
exchange this file and you should be set.
cheers
Sarge
I cant get heli lift to work but towing works any help?You should already have a mission pbo that is extracted and have opened that folder.
1. In your dayz mission folder open init.sqf and addto the very last line. It should be placed on a new line after the last closing bracket.
Code:execVM "R3F_ARTY_AND_LOG\init.sqf"
2. Open description.ext and add on a new line above RscText.
If you have other scritpts that already define class RscTitles then remove it so that it will look like this.Code:#include "R3F_ARTY_AND_LOG\desc_include.h" class RscTitles { #include "R3F_ARTY_AND_LOG\desc_rsct_include.h" };
Code:#include "R3F_ARTY_AND_LOG\desc_include.h" #include "R3F_ARTY_AND_LOG\desc_rsct_include.h"
example position
Code:aiKills = 1; diagRadio = 1; diagHit = 1; class RscTitles { #include "R3F_ARTY_AND_LOG\desc_rsct_include.h" }; class RscText { type = 0; idc = -1; x = 0; y = 0; ...
3. The attached zip contains the R3F logistics folder that needs to placed in the main directory of your mission folder. the folders main directory should look similar to this then.
R3F_ARTY_AND_LOG (folder)
description.ext
init.sqf
mission.sqm
I use a different lift script, and when I tried the lift script on taviana it worked but on chernarus it didn't want to work for some reason.I cant get heli lift to work but towing works any help?
That is caused by certain vehicles it doesn't like. The file you need to change to fix the issue is: R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_CHello, sorry it took me a while to get back here is the scripts.log message i am recieving upon logging in to my server:
waitUntil {!isNil "R3F_LOG_PUBVAR_point_attache"}"
13.04.2013 00:25:51: Camerone - #254 ""Motorcycle", 3],
["2S6M_Tunguska", 10],
["M113_Base", 12],
["M1A1", 5],
["M2A2_Base", 15],
["MLRS", 8],
["T34", 5],
["T55_Base""
If you use Gotcha, it will catch you for setpos when you drop a vehicle that is heli lifted. You can remove that filter from Gotcha but I think that would make it also stop catching teleporters.
@Stig
The dayz_instance refers to the bliss database number, my bliss database is bliss_111 and my other server is bliss_3675 so i would change it to dayz_instance=3675;
Some hosts have it to where all chernarus servers are instance 1. I will make a short tutorial for adding it to your mission file.