-
Content count
19 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Redfutz
-
Rank
Bambi
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
WOW, you know I've played on servers and have raided bases but some how when I transitioned from server player to server owner, some how that one did not cross my mind! Thank you both! @Beowulfv , and @SeanJSOS you two really have saved the day!
-
@BeowulfvI tried running around like you said, and I checked the rpt logs, no errors and still nothing came up for hacking safes/flags :l
-
@Beowulfv , everything looks right to me, but It does nothing in-game. I am in another player's territory. I have a base laptop in my inventory. I have the folder "Hacking" in exile.altis.pbo > ExAdClient I have exad_hacking.pbo in @ExileServer > addons I uncommented "#include "Hacking\CfgFunctions.cpp"" in CfgFunctions.cpp I added the 3 different classes, 1 under Safe, 1 under Flag, and 1 under Laptop I don't see what I am missing or typed wrong, do you see anything?
-
Does anyone know more about this? I still can't find the answer.
-
@Beowulfv, I was wandering how to modify each class, does this look right? I replaced parts of each line. This is an example of what I replaced. Not sure if I put the correct words in there. the words I changed are where I put "HERE" class HERE : ExileAbstractAction { title = "HERE"; condition = "call ExAd_fnc_canHERE"; action = "_this spawn ExAd_fnc_HERE"; }; For Hack Safe class HackSafe : ExileAbstractAction { title = "Hack Safe"; condition = "call ExAd_fnc_canHackSafe"; action = "_this spawn ExAd_fnc_startHack"; }; For Stop Hack class StopHack : ExileAbstractAction { title = "Stop Hack"; condition = "call ExAd_fnc_canStopHack"; action = "_this spawn ExAd_fnc_stopHack"; };
-
in BattlEye\Scripts I am supposed to copy over some lines, but I cant find "DrawLine3D" is it safe to just add a new line like this;? from "drawLine3D !="drawLine3D [cursorTarget modelToWorld ["" to 7 drawLine3D !="drawLine3D [cursorTarget modelToWorld [" I don't know much about adding to BattlEye, so I am being safe thanks for the help
-
Hello I am looking to simply swap pictures for the default trader billboards on Exile Altis at the terminal trader. I can't seem to find the file path for the images to replace. This is what I am trying to achieve. Thanks for the help! <3
-
Oh you mean something a player would have to install? That's rough :l
-
Hello, does any one have a link to a post or some information on UAVs/Drones and Why I can't just throw them on my server and plug in a terminal? I would really like to use some of these awesome vehicles
-
thanks @odizzzzle
-
I changed the picture for my server it works but when I, or anyone else joins the server they get 2 pop ups saying "Picture custom\logo.paa not found" then shortly after the image shows up. Does anyone know how to fix this? I hate having to close it. If I can't fix it I will probably just set it back to default
-
So am I supposed to use Custom OR New\Custom?
-
I tried a few times to install ExAd to my Exile Altis server, I rand in to a few problems along the way and was hoping for some help! first one was after following the video for core installation, I then wanted to add hacking. So I tried to follow the steps in the Installation.md's but ran into some confusing wording that wasn't self explanatory. I tried my best to decode and make it work, but in the end some of these confusing bits made my server not start. I had to start over from a back up I made just prior to installations of ExAd. The first problem I came into while following the installation chronologically was the question of how to reword the grinding actions classes. * In "config.cpp" find ("CfgInteractionMenus") and add the actions you want used. If you don't want to use a specific action e.g. hacking safe just ignore adding it. Available actions are * HackVG -> ("CfgInteractionMenus" >> "Flag" >> "Actions" >> "HackVG") * HackSafe -> ("CfgInteractionMenus" >> "Safe" >> "Actions" >> "HackSafe") * StopHack -> ("CfgInteractionMenus" >> "Laptop" >> "Actions" >> "StopHack") Example ```cpp class Flag { targetType = 2; target = "Exile_Construction_Flag_Static"; class Actions { class HackVG : ExileAbstractAction { title = "Hack Virtual Garage"; condition = "call ExAd_fnc_canHackVG"; action = "_this spawn ExAd_fnc_startHack"; }; }; }; I can understand what he meant by it being an example, but I could not figure out just by reading how to add the "StopHack" action. I know I am supposed to copy and paste in words from above into the sample class and then paste the new class below where the sample should be. The second problem I have is the tutorials reference needing [XM8] which I assume is really outdated as XM8 is default Exile (now?), and maybe it wasn't when this mod(ExAd) was put together? 3rd; This is a file. ExAd>docs>XM8> #Create Apps To create an app you need follow 4 simple steps 1. 2. 3. 4. What I am getting at is the entire mod's installation guide(s) are confusing as crap for someone who has not installed more than 5 mods before! I have used this mod on other servers and enjoyed it very much! I would love it have it on my server soon! Any help with the subject would be greatly appreciated, thanks!
-
Adding Vehicles to my Arma Server Some work, some dont?
Redfutz replied to Redfutz's topic in Configuration
The vehicles aren't being loaded into the server at all. The .pbo's are there, and the .bisign's are there but I can't seem to find how to load them in.