Nome_Skavinski

Member
  • Content count

    2
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

6 Neutral

1 Follower

About Nome_Skavinski

  • Rank
    Bambi

Recent Profile Visitors

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

  1. Nome_Skavinski

    Enhanced Movement Mod in Exile (Working!)

    Sorry for the confusion, i'll get that added. To be honest the OP is little cluttered, i'll make it clearer later today.
  2. Nome_Skavinski

    Enhanced Movement Mod in Exile (Working!)

    Hi all, First of all, i'd like to express my thanks to this forum for helping our group setup and modify our server! So i'd like to give this to guys as a thanks! Apologies if this causes any adverse affects to any games but it's a starting off point i suppose. For awhile I've been trying to get BadBenson's Arma Enhanced Movement mod working (great mod by the way, very well made) with Exile, it took some doing but I found that the Arma Enhanced Movement mod uses 'onEachFrame'. In the Arma documentation for onEachFrame (https://community.bistudio.com/wiki/onEachFrame), a member called neokika (thank you so much for that comment!) left a comment which stated: onEachFrame {}; //Reset event I searched the exile files and found that, ExileClient_system_thread_initialize.sqf, has this exact line in. So I commented out the line and overridden the file in my mission file. After resolving a few BattleEye filters it worked like a charm! Has been tested on Altis and Tanoa, with a vanilla build and with a load of mods. How to get it working on your server 1) Find your 'ExileClient_system_thread_initialize.sqf' in '@Exile' > 'addons' > 'exile_client.pbo' > 'code'. This can be the file on your server or locally (just make sure its the latest). 2) Download your mission file from your server you are currently using. This will be found in the 'mpmissions' folder, it will be called something liek 'Exile.Tanoa.pbo' or 'Exile.Altis.pb. Unpack the .pbo and head inside the newly created folder. 3) Inside the extracted folder, create another folder called 'Overrides', and place a copy of the 'ExileClient_system_thread_initialize.sqf' inside of it. 4) Open 'ExileClient_system_thread_initialize.sqf' which is inside the 'Overrides' folder with a text editor and comment out the the "onEachFrame = {};" line. 5) Then open your missions config.cpp and search for "CfgExileCustomCode" and add this line: ExileClient_system_thread_initialize = "Overrides\ExileClient_system_thread_initialize.sqf"; 6) Save your changes and re-package your mission file into a .pbo and upload it to your server. So now, it wont be resetting the onEachFrame event, allowing the ArmaEnhancedMovement mod to run. Hooray! 7) Now, you may want to enter all of these BattleEye restrictions into your script.txt. These are the ones I was hit with when I tried to run the mod, or attempted to jump: 8) Subscribe to BadBenson's Arma Enhanced Movement mod on the steam workshop (http://steamcommunity.com/sharedfiles/filedetails/?id=333310405&searchtext=Enhanced). 9) Find the mod directory locally on your PC, and upload the mod folder to your server, ensuring there are no spaces in the folder name. Don't forget to copy the keys over to your servers 'keys' folder. 10) Add the Arma Enhanced Movement mod to your servers mod parameters (i added my to both the -serverMod and -mods parameters to ensure all clients joined with it). 11) Restart your server. Clients only need to subscribe to the Arma Enhanced Movement mod on the steam workshop, and ensure they have it loaded before joining the server. If all goes well, users should be able to see the mod's menu when they hit escape. This was everything I needed on an Exile vanilla server to get Arma Enhanced Movement mod working. I got this working on two servers, one running only Exile, the other running Exile and a plethora of mods (Advanced towing, Rappelling, Ryanzombies, CUP vehicles, units and weapons, dms missions). Apologies if this has an adverse affect on Exile I have overlooked, but I have had no issues on our server so far (please say something if it has). I hope this works for other users like it did for me, as I have seen a lot of people struggling to get this working. Here's a video of it working in our server: Here is the vanilla Exile.Tanoa file i used: http://www.filedropper.com/exileenhancedmovement All the best, Nome.