So I had a few looks around and couldn't find anything as a fix for my server, now the last fix was something like not removing a # >.< so it could be something like that lol. Anyhow I'm using R3F tow script and I just cant seem to get it to work at all with any of the vehicles. I'd added the vehicles to
R3F_arty_and_log/R3F_LOG/config.sqf
But it doesn't give me even the option to tow, now this script has never worked so far so I'm guessing its something else. I followed these instructions: http://opendayz.net/threads/release-preconfigured-r3f-logistics-towing-and-heli-lift.13743/
I also tried following a youtube video thats about 5 months old and that didn't work either. So I shall go into detail now and after I finish posting I will probably find my answer, if I don't thats why this is posted lol.
ok so it says first you add stuff to description.ext So I have added
onPauseScript = "";
loadScreen = "LoadingScreen.jpg";
class RscTitles
{
#include "addons\R3F_ARTY_AND_LOG\desc_rsct_include.h"
};
class Header
{
gameType = COOP; //DM, Team, Coop, ...
minPlayers = 1; //min # of players the mission supports
maxPlayers = 100; //Max # of players the mission supports
};
Below the Load screen like it says. I also added a { there because my server wouldn't start up without it.
On to the next thing I added, Add #include at the very top of the... hm mines not at the very top but I don't know how much of a difference that would make, so after this I'm going to put it at the very very top and test again.
respawn = "BASE";
respawndelay = 5;
onLoadMission= "DayZ Epoch Chernarus";
OnLoadIntro = "Welcome to DayZ Epoch Chernarus";
OnLoadIntroTime = False;
OnLoadMissionTime = False;
disabledAI = true;
disableChannels[]={0,2,6};
enableItemsDropping = 0;
#include "R3F_Realism\R3F_Weight\R3F_CfgWeight.h"
#include "addons\R3F_ARTY_AND_LOG\desc_rsct_include.h"
briefing = 0;
debriefing = 0;
Then it says add the line of code to the init file so i did that here:
#include "\z\addons\dayz_code\system\REsec.sqf" // SafeZones [] ExecVM "safezone\safezoneposition.sqf"; [] ExecVM "safezone\safezone.sqf"; //R3F Towing [] execVM "addons\R3F_ARTY_AND_LOG\init.sqf";
the next thing I did was add the vehicles to the list thingy located R3F_arty_and_log/R3F_LOG/config.sqf
I shall upload this to paste bin so you guys can take a look, just a quick one if someone has this working for all the vehicles and stuff in Epoch could they sent me the R3F_arty_and_log/R3F_LOG/config.sqf because it would save me sometime :) Thanks.
http://pastebin.com/3DcPqsSL
So back to the question, anyone see any good reasons why my tow script isn't working?
Sorry guys just testing something here, because my notepadd ++ wont show colors
#include "\z\addons\dayz_code\system\REsec.sqf" // SafeZones [] ExecVM "safezone\safezoneposition.sqf"; [] ExecVM "safezone\safezone.sqf"; //R3F Towing [] ExecVM "addons\R3F_ARTY_AND_LOG\init.sqf";

