Battleye and R3F Logistic

shawly

New Member
Hello,

I recently got my DayZ Epoch Server working with AutoRefuel and SelfBloodbag,
now I tried to get R3F Logistic working, at the first try it worked to lift a car with a chopper.
Now after restarting my server today, I got kicked for Battleye AttachTo Restriction #41.

I researched on many forums but no one has got that problem as it seems...
I am new to administrating a DayZ Server and all these Script Exeptions and Battleye things are a bit confusing to me.

Can someone help me with this?

I would much appreciate that..

I don't know how to add attachments so I uploaded the txts to my dropbox:

attachto.txt
scripts.txt
setpos.txt

PS.: Can someone recommend me a good Anti-Hack admintool, with vehicle spawning and godmode for admins etc. like SilentWarriors Tool (which sadly isn't supported for Epoch..)? I tried BluePheonix' Admin Tools but I get kicked from Battleye for Script Restrictions. I think if I get Logistics to work I will open a new thread for the AdminTools.
 
Battleye will kick anything on that list that has a 5 next to it, change the 5 to a 1 that is before whatever vehicles you want to be able to be towed/lifted
 
Hmm lifting works now, but when I drop the object I get kicked for SetPos restriction, but the setpos.txt has no cars in it... do I have to add them manually from the attachto.txt?
 
Ermahgerd soz many exclamations i confuze.
ebay appears to be using a jerk ass attitude because he's so smart and the coolest guy around because he completely understands how BattlEye works. Many people are in the learning process and appreciate a polite, helpful answer.

Rome wasn't built in a day, and I don't expect other people to understand how BE works in a day either.
 
He guys im running a Epoch server as well. The problem im facing atm is that
Almost half of the vehicle's are not able to tow or lift..

Where and how can I edit my problem. ?
I have your 500 vehicle list so that shoud give me all the names that I need.
Pleas help me with this problem.

Im running 1.0.2.3
 
You add them to the lists in R3F_ARTY_AND_LOG\R3F_LOG\addons_config\arma2_Co_Objects.sqf

I used this and add a couple of vehicles but it dos not change a thing..
I still cant use the vehicle to tow.
Or heli to lift..

Example: "vehicle",

This is how it must be placed right?
Thats how I do it but like I said dossent change much at all.
The names of the 500 list can I use dose names?
I use the spawn names now ( spawn vehicle list ) dont know if dose names are rong to use for the lifting. ?
 
"M1A2_TUSK_MG",

This is one of the vehicle I use as test.
Its the Tank.
I don't get it to be lifted or town

"UralRefuel_INS",
I use this as well. But also this I can't tow or lift.
The heli I use is the

"UH1Y_DZ",
I try to lift up other vehicles and also this did not work.

About the ground vehicle's. Most of the time on scroll it says 'tow'
But never seem it on the vehicle..
( have not checked others as there not around my spawn area.. )
 
Code:
/****** TOW WITH VEHICLE / REMORQUER AVEC VEHICULE ******/
 
/**
* List of class names of vehicles which can tow towable objects.
* Liste des noms de classes des véhicules terrestres pouvant remorquer des objets remorquables.
*/
R3F_LOG_CFG_remorqueurs = R3F_LOG_CFG_remorqueurs +
["UralRefuel_INS","M1A2_TUSK_MG"];
 
/**
* List of class names of towables objects.
* Liste des noms de classes des objets remorquables.
*/
R3F_LOG_CFG_objets_remorquables = R3F_LOG_CFG_objets_remorquables +
["UralRefuel_INS","M1A2_TUSK_MG"];



noty give this a try not sure if this is how you set it up but this is how I would do it.
 
Hm.. its not how I opened it up but yea I could try it thnx :)

Did you ever used it like that or is just how you would do it?

The main file setup like:
"Vehicle",
"Vehicle",
Etc..

Thats how its set up in the main file. Hope it works :)
 
That's how I would do it seems to fit the code. everything inside [square brackets with quotations will be read as vehicle allowed to tow

then the next section in the same file is for helicopters
 
Oke thnx il try that later.

I read something about loading as well In the same file.
Do you or anyone else knows what that is?

Snd movable something.. there both in the file but I have no idea
What it dos.. ?
 
Back
Top