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


Exile 1.0.3 & inifstar


Estanda

Recommended Posts

So I think I followed the directions right for installing Inifstar to Exile. 

 

I have the the 4 files, AdminMenu.hpp, Chat.hpp, Defines.hpp, and Keybinds.hpp in my
​PBO file, as well as removed the one line and added the above listed.

​My issues - when you load in Inifstar isn't loading. 

​I have it in the Server, I have it listed in the -servermods= (the name is right I cut and pasted
​it from the FTP server).

​Any ideas of where I might have gone wrong?

​This is the bottom of the Description.ext
 

};
#include "config.cpp"
#include "CfgRemoteExec.hpp"
#include "infiSTAR_defines.hpp"
#include "infiSTAR_AdminMenu.hpp"
#include "infiSTAR_chat.hpp"

 

Share this post


Link to post
Share on other sites

Did you add your UID in @infiSTAR_Exile/addons/a3_infiSTAR_Exile/EXILE_AHAT_CONFIG.hpp.  Also make sure serverCommandPassword and passwordAdmin are set in the config file also.  Pack a3_infiSTAR_Exile into pbo and place the @infiSTAR_Exile into the root of the server.   I would double check your install just to make sure you didn't miss any steps.

 

 

 

01. Open the .zip file you have gotten from the store and go to "infiSTAR.de_Exile\ARMA3_SERVER_FOLDER\@infiSTAR_Exile\addons\a3_infiSTAR_Exile"
02. Open the "EXILE_AHAT_CONFIG.hpp" (do not edit the other files).
    - add your AdminUID(s)
    - check all the settings/options
    
    You need to set the serverCommandPassword to the serverCommandPassword you have in your servers Config.cfg
    if there is no serverCommandPassword in your Config.cfg yet, set it like:
    serverCommandPassword = "passwordhere";
    
    - It is the most important thing that you read carefully through the "EXILE_AHAT_CONFIG.hpp" and set all settings correctly for your server.

03. Now go to "infiSTAR.de_Exile\ARMA3_SERVER_FOLDER\@infiSTAR_Exile\addons"
    - make the folder you just changed the "EXILE_AHAT_CONFIG.hpp" in ("a3_infiSTAR_Exile") now to a pbo ("a3_infiSTAR_Exile.pbo") file.
        I always use PBO Manager (do a quick google search for it)
        as it allows me to simply right clickt the folder and "Pack into Pbo"

04. Move the whole "@infiSTAR_Exile" including the dll files and the addons\a3_infiSTAR_Exile.pbo to your ARMA3_SERVER_FOLDER

05. Change your server start parameter/startline where it says "-serverMod=@ExileServer;" to "-serverMod=@ExileServer;@infiSTAR_Exile;"

06. Go to "infiSTAR.de_Exile\MPMission"
    - move all the files into your currently used MPMission
    - Open the description.ext in your MPmission with a notepad
    
    - find "class CfgRemoteExec {};" (might also have something within the {} curly brackets)
    - remove it!
    - now add these 2 lines in the file:
    #include "CfgRemoteExec.hpp"
    #include "infiSTAR_defines.hpp"
    #include "infiSTAR_AdminMenu.hpp"
    #include "infiSTAR_chat.hpp"

07. Copy the BattleyeFilters from "infiSTAR.de_Exile\BattleEye" over into your Battleye folder on the Server.
    Be sure to copy them into the correct folder (FYI: that folder will also be where you will find *FILTERNAME*.log files of Battleye).
    If Battleye causes you trouble, scroll down this readme and read the guide(s) or use one of the tools.
    I am not affiliated with Battleye in any way and if the filters provided by me are not working with your modified server / mission - you have to deal with it yourself.

 

 

Share this post


Link to post
Share on other sites

​Where it says #6, it says add two lines, well I see 4 there. But yes I removed that whole line where number 6 says, and replaced it with the 4 items that it indicated. Also copied the files over to my MPmission.pbo file.

​I am double checking the password now on the server side infistar folder but I am certain there is no typo there. But I'm assuming there has to be or infistar would at least load even if I could not log in as admin.

Share this post


Link to post
Share on other sites

I found my issue, the Infistar DLLs where at a 0 byte size. I guess during my FTP upload something went wrong. I have since replaced them and now it is working. Thank you for the reply!

 

 

Share this post


Link to post
Share on other sites

I found my issue, the Infistar DLLs where at a 0 byte size. I guess during my FTP upload something went wrong. I have since replaced them and now it is working. Thank you for the reply!

 

 

 

Awesome let us know if you run into any other issues. :)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...