wetNreckless

Donator
  • Content count

    94
  • Donations

    10.00 EUR 
  • Joined

  • Last visited

Everything posted by wetNreckless

  1. wetNreckless

    Arma3server.exe has stopped working upon restart

    Just had to do this for my new Windows Server to get my servers to restart properly. Thank you for this. @dilwhop
  2. wetNreckless

    Chernarus Redux Loot Spawns

    So after switching over to the Chernarus Redux map, I was having problems with loot spawning in the new buildings that where opened up. I used the Exilemod Loot Position Creator mod to manually add positions but was still having no luck. Luckily for me, I was able to get a fix to this after working with NiiRoZz from the Chernarus Redux team. This is a override that needs to be added to your custom code in your configs in your mission folder: class CfgExileCustomCode { //Loot Manager ExileClient_system_lootManager_thread_spawn = "Overrides\ExileClient_system_lootManager_thread_spawn.sqf"; }; Here is the actually override file that you will need to place in your override folder in your mission folder. If you do not have an override folder just create one. https://pastebin.com/EtQXgztu If you find more buildings that do not spawn loot even after using the position creator mod, just add that building class name to line 19 and you will be golden. This by no means is my fix and all create goes to NiiRoZz from the Chernarus Redux team. I only tested it to see if it worked. THREAD UPDATED 10/01/17 TO INCLUDE ALL MEDICAL TENTS, IF I MISSED ONE, PLEASE LET ME KNOW AND I WILL UPDATE. THANK YOU ALSO MAKE SURE THAT YOU HAVE LOOT POSITIONS FOR THE NEW BUILDINGS ADDED TO SERVER_CONFIG\CONFIG.CPP IF YOU HAVEN'T DONE THAT, THEN YOU WILL NEED TO ADD THEM BY MAKING THEM YOURSELF.
  3. wetNreckless

    Delete objects on Roads

    So what map are you using that you are trying to do this on?
  4. wetNreckless

    Chernarus Redux Mission File w/Loot (Exile 1.0.4)

    You are such a nice person for doing this for those that cant do it themselves.
  5. I am going to start using ZCP again and would like to add my own custom bases. I know how to export in M3ditor, but willbthat export work for bases or do I need to export a different way?
  6. You will need to add that Cates class name to the config within R3F.
  7. wetNreckless

    Namalsk (Exile Version)

    So I run a Namalsk Server and have for some time. I originally got my version for myself and the server from the download section here but see now that it is gone. I have no idea when it was removed and that does not really matter. However, when a new player tries to join my server through the vanilla Arma 3 launcher, the link for the download goes to the download page on this site (and which I have already stated, no Namalsk to download). The vanilla launcher also has a link to the Arma 3 Workshop with quit a few different versions of Namalsk available for someone to choose from, all which are not the same as the one you get from A3Launcher. I did a search and found that the only place to get a legit Exile Version of Namalsk is from Armaholic or from direct download from A3launcher. So my question is this, is Namalsk going to be added back to the Download page? Or are players just going to have to find it their selves? Also, since the Exile Team has expressed in the pass about not having their content on the workshop (and I completely understand), what can be done about the bad versions being on the workshop, if anything at all? I am just wondering on this stuff and if I am wrong for asking, then I guess delete this thread. Thanks agian Exile Team and everyone else involved for doing a smashing job.
  8. wetNreckless

    [Updated] Claim Non-Persistent Vehicles

    The installation instructions are on the first post and are simple to follow. What are you having trouble with?
  9. @Serpz First off I would change your command line to read like this @CUP_Terrains-Core;@CUP_Terrains-Maps;@X-Cam-Taunus; taking the spaces out of you mod names is usually the best practice that i have found. Through I did notice that you are have issues connecting to your database which might be causing your server not to launch. So my question first is, what kind of server are you running on....rent a slot or a dedicated machine? This will help me out with how to guide you on what to do next.
  10. Not sure then, post your RPT log
  11. wetNreckless

    [Updated] Claim Non-Persistent Vehicles

    So does anyone know of a script or maybe how to edit this one so a player can change the lock on an already claimed vehicle if they have a new lock. I know there is a trader for that option but I do not run any traders on my servers. It would be nice for players that either steal or hotwire a claimed vehicle to be able to reclaim for themselves.
  12. So I was able to get my Taunus server working and it was something simple that I messed up in initial install. Make sure that the mission that you call for in your @exileserver\config matches your mpmission PBO. Example: exile.x-camtaunus.pbo This was what I did wrong and why I was getting this error. Exact spelling and capitalization counts in both.
  13. so what was it that you did to get it to work?
  14. wetNreckless

    Unable to Connect after Latest InfiStar Update

    yes I do, but that copy was really old and was causing problems and thats why i updated. So i cant go back to that one
  15. So after the most recent infiStar update that I did to my servers, all was going well until I went to update my last server. Myself and a couple other players are unable to stay connected to server. We all get a "Network Lag" warning once we connect and then we are disconnected. Not sure what is causing the problem since I have not had any issues with my other servers with infiStar but I do know that it has something to do with it since when I remove infiStar, everyone can connect and a stay connected. I have included my RPT log for anyone that would like to take a look and see if I missed something in the logs. I will admit that I am not the best at reading RPT logs, so if I missed something simple, I apologize.
  16. wetNreckless

    Unable to Connect after Latest InfiStar Update

    Thanks alot for the reply, I will try this out on next restart. I need this backup and working, my main server is running with no infistar which means no admin support.
  17. wetNreckless

    After Update all clients get kicked by battleye!

    i never was, but what i did do was open my ports up to 2307 and now I'm all good
  18. wetNreckless

    After Update all clients get kicked by battleye!

    So what is the right fix for Battleye, I have been using port 3303 for my RCON. Should I change that and then widen my ports to 2307
  19. wetNreckless

    Server Database Transfer

    This problem has been fixed. Please close thread.
  20. wetNreckless

    Server Database Transfer

    Hello Everyone, So I have been running my servers on my own dedicated server in the US for over a year now and have recently gotten a EU dedicated server and want to transfer the database from one of my servers over to the new EU one. Does anyone know of way that I can transfer all player data over without them losing their bases and vehicles? I will be grateful for every. Thanks in advanced. -wetNreckless
  21. wetNreckless

    [Updated] Claim Non-Persistent Vehicles

    I love this script and have been using it for months with no issues at all. However I am now having boats spawn randomly on my Tanoa Server and would like players to be able to claim boats if they so choose. I have added boats within both client and server sqf. I have provided an example below. ExileServer_ClaimVehicles_network_saveVehicleRequest.sqf Line 28: if !(_vehicle isKindOf "AIR" || _vehicle isKindOf "CAR" || _vehicle isKindOf "TANK" || _vehicle isKindOf "BOAT") then ExileClient_ClaimVehicles_network_claimRequestSend.sqf Line 23: if !(_object isKindOf "AIR" || _object isKindOf "CAR" || _object isKindOf "TANK" || _vehicle isKindOf "BOAT") then I might have done this wrong but it would be great if someone could shed some light on this, thanks.
  22. wetNreckless

    Server Database Transfer

    Yep, configured it out. Thanks though.
  23. wetNreckless

    Server Database Transfer

    OK i finally found a good tutorial to help me out and it worked great. https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html ADMINS/MODERATORS: Please mark as solved.
  24. wetNreckless

    [Solved]Humanity System

    Would you mind sharing what you did to get it to work. thanks
  25. wetNreckless

    Return to DayZ Survival-Namalsk

    Return to DayZ Survival - Namalsk is setup for the Hardcore Survivalist in mind. There are no traders of any kind on the map. So if you want something, you will need to either find it, craft it, or kill for it. A highly customized crafting/salvage system is in place and there are new items that are always being added to enhance the survival experience. The player can salvage and scavenge wrecks for loot, and more items are being added to the scavenge system daily. The default way of repairing vehicles by ways of Ducttape has been disabled, so the only way to repair your ride is by either finding a repair truck or getting it to a gas/petrol station. So you will need to take that into consideration when driving around and you "accidentally" run into that tree. Now just because there may not be to many players online, does not mean that there is not something to do. The mission system has been highly customized to include the AI's loadout. The missions will give you access to gear and vehicles that are not available by any other means. Mods required: * Exile * Namalsk * RHS * KA Weapons * CBA_A3 * Enhanced Movement * TRYK * Ryan's Zombie & Demon * W.E.I.P. * Fox Survival Cars * NIArms * Mr. Sanchez Headlamps Optional Mod: * Advanced Urban Rappelling * JSRS Sound Mod Server Features: * DayZ Style Icons * No Traders * Vector Building * Helicopter Crashes w/ Loot * Customized Zombie Script * Custom Loot Table * Custom Missions w/ custom loadouts * Custom Crafting/Salvage * Scavenging * Custom Areas - Military Compound - Military Check Points * Random Spawn Uniform * Revive Script So you are probably wondering if this server is a good choice for you and you group. Well the only way to find out is to join the fight for survival on Namalsk. If you happen to enjoy yourself and want to know more, join our discord and our Steam Group. Discord: https://discord.gg/w9f3t56 Steam Group: http://steamcommunity.com/groups/wetwerksinc