GatorKC

Member
  • Content count

    9
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

1 Neutral

1 Follower

About GatorKC

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have my server pretty much set up, I just need a server dev to hop on board. We need a mission file created and scripts added, possibly another mod or two as well. This spot would be paid and you will not be expected to be on 24/7. If you are interested PM me or join this TS server 69.195.146.26 and poke me.
  2. GatorKC

    Wait for host

    I am running an exile chernarus server, with the cup mods and cba. However when I join the server, it loads in, then gets stuck on wait for host and eventually you get disconnected. Config file and rpt file Im guessing i am missing something simple here, any thoughts?
  3. GatorKC

    exile host havoc

    @TimmayI looked, my exile folder is fine. I turned off no logs and still arnt getting any logs. Would you be willing to log onto my sub account and take a look at it for me? Im completely confused rn.
  4. GatorKC

    exile host havoc

    @Timmay
  5. GatorKC

    exile host havoc

    @Timmay Recently by last night, however ive been working on it for hours and hours. I ran it up with exile first and it was working then, I believe the server isnt loading the map. Im just using the CUP mods, Exile, and CBA.
  6. GatorKC

    exile host havoc

    Hey I recently rented a server from HH, and ive been having issues setting it up. My mods dont all seem to be working and my server gets stuck on creating. Any ideas?
  7. GatorKC

    Server stuck on Creating

    serverCommandPassword = "reallychangeme"; //password required by scripts such as infistar, to perform server side scripting logFile = "server.log"; //location of log file verifySignatures = 1; //signature verification, could be implemented as a check box, 0 if unchecked, 1 if checked (default 1) BattlEye = 1; //another checkbox, default 1(checked) requiredBuild = 131969; allowedLoadFileExtensions[] = {:}; //people should not be able to change this in the configuration editor, advanced users only allowedPreprocessFileExtensions[] = {"sqf"}; //same as above allowedHTMLLoadExtensions[] = {"html"}; //same as above motdInterval = 5; //time (in seconds) between different motd's (messages shown upon login) maxPlayers = 40; //self explanatory, users should propably not be allowed to change this in the configuration editor voteMissionPlayers = 200; //number of players required before voting can happen (default disabled, aka higher than player count) voteThreshold = 200; //percentage of players that need to vote on something for a vote to pass, default 200, meaning that voting is not possible disableVoN = 0; //disable voice chat, check box vonCodecQuality = 10; //voice quality, default 10 persistent=1; //continue missions even after everybody disconnects, default 1 for exile, checkbox kickDuplicate = 1; //default on, advanced users only, though self explanatory equalModRequired = 0; //if the client needs the exact same mods as the server, default off, better not shown in configuration editor timeStampFormat = "short"; onUserConnected = ""; //variety of script actions below, better not edited onUserDisconnected = ""; doubleIdDetected = ""; onUnsignedData = "kick (_this select 0)"; onHackedData = "kick (_this select 0)"; onDifferentData = "kick (_this select 0)"; motd[] = {"Welcome to NostalgiaZ Gaming!", "exile.majormittens.co.uk", "Enjoy your stay!" }; //motd, the way you usually see this done is a text box with an add line button to add a second line (the comma separated strings in this config file) class Missions { template = Exile.Chernarus; //default map settings, ideally these would grab the names from the mpmissions in order to choose a mission difficulty = "ExileRegular"; // ExileRegular or ExileHardcor }; class Exile { template = Exile.Chernarus; //default map settings, ideally these would grab the names from the mpmissions in order to choose a mission difficulty = "ExileRegular"; // ExileRegular or ExileHardcore }; }; Not positive if this is the right one, I have a regular server config, then a Exile Server Config.
  8. GatorKC

    Server stuck on Creating

    I have gotten all my mods to work after hours of tweaking, however the server gets stuck at creating. Im using Host Havoc to host my server if that is helpful to know.
  9. GatorKC

    Server API Failed

    This is my server log, Im running a rented server. Keep getting this error. ===================================================================== == C:\TCAFiles\Users\GavinW1\14284\arma3server.exe == "C:\TCAFiles\Users\GavinW1\14284\arma3server.exe" -ip=104.192.227.58 -port=2307 -noPause -noSound "-cfg=A3DS\basic.cfg" -ranking="" -par="" "-config=A3DS\server.cfg" "-profiles=A3DS" "-servermod=@ExileServer" "-mod=@Exile" -world=empty -disableServerThread -nologs -autoinit -filepatching-maxMem=6144 Original output filename: Arma3Retail_Server Exe timestamp: 2016/06/01 14:49:01 Current time: 2016/06/05 00:14:43 Type: Public Build: Stable Version: 1.60.136470 Allocator: C:\TCAFiles\Users\GavinW1\14284\dll\tbb4malloc_bi.dll ===================================================================== 0:14:43 SteamAPI initialization failed. Steam features wont's be accessible!