Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Durzo

Members
  • Posts

    8
  • Joined

  • Last visited

  1. I just updated my Exile server to 0.9.4 and it appears to be missing the Exile and Exile server files
  2. http://www.exilemod.com/topic/8074-collective-list-of-154-temp-fixes-till-exile-0936-updated/ Disable new stamina system: Override ExileClient_object_player_respawn.sqf and ExileClient_object_player_spawn.sqf To do this follow this (If you don't know how to use CfgExileClientCode). Exile has a config class in the config.cpp in your mission files, its called class CfgExileCustomCode, just pull the files from exile_client\code\ and put them somewhere in your mission (create a folder called code for example), go into the config.cpp and look for class CfgExileCustomCode and put the 2 override lines in there like this. class CfgExileCustomCode { ExileClient_object_player_respawn = "code\ExileClient_object_player_respawn.sqf"; ExileClient_object_player_spawn = "code\ExileClient_object_player_spawn.sqf"; }; In those files add - Props to @infiSTAR for the better solution. _code = { player allowSprint true; player enableStamina false; player setCustomAimCoef 0.15; }; ExileNoSwayThreadHandle = [10, _code, [], true] call ExileClient_system_thread_addtask; under player enableFatigue false; That'll fix the sprint and sway related issues
  3. Durzo

    BEC Chat Log

    I did, apparently it's not a thing that I can do right now
  4. Durzo

    BEC Chat Log

    That folder is empty I did actually just find the logs under Admin/ They were called server_console_xxx.log I actually have a second question: How do you add support for a Headless Client?
  5. Durzo

    BEC Chat Log

    I have ticked the box to have BEC working on my server and I am wondering where you can go to look for the chat logs?
  6. OzzyArk Server: The OzzyArk Server is a fresh stable Australian/USA PvEvP server. We launched on the 9th of Novemeber and brought with us a great great community. We have constantly active admins. We are a PvEvP server who run Weekend PvP Events! This means that Monday - Thursday we are a PvE server and from Friday - Sunday we are a PvP server with Tribe vs. Tribe events and prizes. We will take all feedback into consideration. Stay tuned for events, prizes and more! Server Name: OzzyArk (US/AUS) - PvE - Weekend PvP - 2x XP/3x Tame/2x Harvest/4x Farm Server Config: Game Mode - PvPvE Server location = Seattle, USA No Wipes (Unless required by Updates) EXP Multiplier x2 Farming Speed x 4 Taming Speed Multiplier x3 Harvest Amount Multiplier x2 Server Rules: No hacking or exploiting Griefing: - This is a PvEvP server. NOT just pvp. To go around with the intention of wiping the island of all tamed animals is highly frowned upon and considered griefing. - Don't build foundations near peoples bases to prevent the growth of their base, unless you plan to actually build there. -No racism -No sexism -No discrimination -No killing fresh spawns on sight Good sportmanship: - No trash talking - No condescending remarks - No raging in chat about a loss - Accept that you lost in silence or by congratulating the enemy - Dont accuse someone of cheating without proper cause and proof Being polite goes a long way RP is encouraged but not required Interested in joining the server? Here are two easy methods! How to connect: Steam server browser: Open the server browser by right-clicking the Steam system tray icon and selecting ‘Servers’ or by opening the Steam interface -> Under the ‘View’ drop-down menu. Select the "Favorites" tab Click on the "Add Server" button Enter: 208.66.74.146:17115 Click ‘Find games at this address’ Select the server and click on the "Connect" button! We are two Dedicated friends with over 15 years of combined Server Admin experience! See you on The Island
  7. Hmm weekend PvP is actually a pretty good idea! I'm assuming there is a way to script in PvP at certain times of the day? Thanks for the suggestion, Im going to go steal so many ideas haha
  8. I see a lot of people have made their servers PvPvE. I was wonder what general rules everyone is following for that? "Only PvP in X area" or something similar? I see "no base destruction" is a popular choice. Any other suggestions on how id go with my own rules etc?