WARLOCK74HD

status bar install for exile

8 posts in this topic

Advertisement

yeah ive got that just having trouble getting it work i have tried this way but then my server wont show on the server list 

Informal guide:

  • Download statusbar
  • create addons directory
  • Add all contents of the status bar into addons
  • Structure should look something like this:
  • addons(dir) > statusbar(dir)
      > icons(dir)
      > statusbar.hpp
      > statusbar.sqf
  • Unpack/Open your mission pbo (Exile.Altis.pbo)
  • Add the "addons" dir to your pbo
  • Open/edit description.ext
    add the following lines at the bottom but above CfgRemoteExec
    class RscTitles
    {
    	#include "addons\statusBar\statusBar.hpp"
    };
  • Save description.ext
  • Open/edit initPlayerLocal.sqf
    add the following to the TOP under #include "initServer.sqf"
    ///////////////////////////////////////////////////////////////////////////////
    // Static Objects
    ///////////////////////////////////////////////////////////////////////////////
    #include "initServer.sqf"
    [] execVM "addons\statusBar\statusBar.sqf";
  • Save initPlayerLocal.sqf
  • RE-PACK mission PBO
  • Upload to server..enjoy
  • pat self on back
  • drink a beer
  • have a cookie
  • give your mom a hug

am i doing somthing wrong

Share this post


Link to post
Share on other sites

its a little outdated, being that initserver.sqf is not in the initplayerlocal.sqf

but if you followed the directions and it does not show up, then do you have infistar installed?

Share this post


Link to post
Share on other sites
1 hour ago, WARLOCK74HD said:

ok right no i have not installed infistar yet should i do that first then and thanks for your help 

TBH i recommend you get ExAd, it includes a statbar and XM8 apps (You can disable the stuff you don't want)

 

  • Like 1

Share this post


Link to post
Share on other sites

For anyone else... what the Op did is correct but make sure Statusbar is StatusBar or the same as your folder's file names.Punctuation is key

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.