Jump to content
  • 0

Another problem with tow script...


Sanggold

Question

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"; 
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Lines 17 and 138 there should be a comma at the end of the line. For future reference, you should check your server's .rpt log. Most of the time you can find out what's wrong by looking there.

Cheers that fixed it appearing in game, but I have many other issues the main one being its kicking for set pos #0 and I've heard that this can be fixed by removing everything from a certain text file but that would allow hackers to tp on my server. I just haven't configured it correctly and seeing as I have been working on this for 2 days straight now I think I shall give up for a few days and take a break from it.

Link to comment
Share on other sites

  • 0

Should be Setpos.txt, hackers will teleport anyway. Although my setpos is empty and still getting kicked randomly for dropping things. 

Yea I'm currently looking into this also, I decided after all that I want to get this working, people are asking for it in my server and what they want, they get. So anyone that could help me further would be great, or if they had a tow/lift script that currently works with epoch that they would be happy to share with us that would be great too!

and by work I mean has all vehicles and stuff configured, I know im asking a lot but I'm just frustrated atm.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...