Jump to content

[RELEASE] Status Bar With Icons & Server FPS display v1.36


Darth_Rogue

Recommended Posts

Oh dam you! I see you finally moved into my famed EPOCH:Escalation Mod I started gabbing about in November/December.

Ive been so busy I have not had to time to set it up fully.

Just got done with a full rework/rebuild however you wanna put it on the Altis server, then onto Cherno and the rest of my enterable buildings. Got most of the coast done so far...

Link to comment
Share on other sites

Yes the internet truly is a magical place.....where information is the life blood that flows unending and porn is the glue that holds it all together.  lol!

 

My players are loving Escalation!  There's still some little things to tweak here and there but overall it's great!  Good luck with the Cherno stuff.  Just when you think you're done and can take a breath, something else rears its ugly head onto the to-do list.

Link to comment
Share on other sites

:) completely agree. However on a better note, the redone colors for Donkey Punch servers:

f55Bz16.jpg

 

Nice, love the rework of the colors!

 

Just a small offtopic question;

Why you renamed my Acion Menu? You are free to change everthing in the script but to change the name is sad...

Well no matter wanted to get rid of it only  :ph34r:

I am glad to see that some servers use it.

Link to comment
Share on other sites

Ok stupid question, i run my server to restart every 6 hours. So would i only need to change...

 

_time = (round(240-(serverTime)/60));  //edit the '240' value (60*4=240)

 

Or do i need to edit anything else? I know its a stupid question but i want to make sure i get it right.

 

 

Thanks in advance

Link to comment
Share on other sites

Thanks, guys!  Stay tuned because there's a couple more features yet to come.  I'm in the middle of making some changes to my server and doing some other things, but soon as I get some down time I intend to work on improving the status bar a little more.  Don't have any ETA yet.  Soon as it starts coming along I'll post more details.  

Link to comment
Share on other sites

Darth_Rogue

 

Have you though about adding this server side with just a simple PBO and single line call in mission file ? (not images obviously) just the scripts.  This way you can hide your admins ID's and other bits.  If you want I can give tell you how you can do it as I have done mine this way :-)

Link to comment
Share on other sites

Would someone save me the time and thought process for adding nearby players/threats please ?

It's too early on a Sunday morning with a little hang over for my liking :(

 

 

Richie, might want to PM Mr. DirtySanchez.  A few posts up he's got it working on his server.

 

 

Darth_Rogue

 

Have you though about adding this server side with just a simple PBO and single line call in mission file ? (not images obviously) just the scripts.  This way you can hide your admins ID's and other bits.  If you want I can give tell you how you can do it as I have done mine this way :-)

 

 

Yeah if you are ok with sharing I'm sure there's some folks who would love to do that.  I had it on my to-do list but it's pretty far down in rank of priority.  Thanks in advance!  :) 

Link to comment
Share on other sites

Following these steps should work.

 

  1. Set your resolution to 1366x724 and play with the x,y and w alignment values inside statusbar.hpp until the bar sits where you want it to.
  2. Create a new section in the bottom of the HPP file copied from one of the sections above it and paste in the x,y and w correct position settings.  
  3. The new section in the HPP file will have to have its own classname.  So say you copied over the 'class osefStatusBarAdmin' section, you will need to rename it to 'class osefStatusBarP2' or something different of your choosing.  What you name it doesn't matter as long as it has no spaces in it.
  4. Create a new SQF file copied directly from the playerbar.sqf file.  Save it as playerbar2.sqf and place it in your status_bar folder.
  5. Inside playerbar2.sqf, look for any lines where you find 'osefStatusBar' and replace it with the HPP classname that you picked in step 3.
  6. In init_statusBar.sqf add the following code directly below where it says '//Start the Status Bar'.  Replace the XXXXXXXXX with the players UID whom you want to have this special bar.
    if ((getPlayerUID player) = "XXXXXXXXXXXXXX") then
    {
    	[]execVM "addons\status_bar\playerbar2.sqf";
    };

That should be all you have to do.  Most players play at least 1920x1080 resolution, so that's what this bar is designed for.  You can make it fit other screen sizes and display types but each one has to have different settings.  I can't possibly code for all of them, so some server admins will have to make their own adjustments as needed in certain special cases.  The steps above will get you headed in the right direction.

Link to comment
Share on other sites

Nice, love the rework of the colors!

 

Just a small offtopic question;

Why you renamed my Acion Menu? You are free to change everthing in the script but to change the name is sad...

Well no matter wanted to get rid of it only  :ph34r:

I am glad to see that some servers use it.

Just read your reply.

Im sorry if you felt offended by changing it from Action Menu to Donkey Menu.

However with the rebuild, I have added in appropriate Scripting credits, I believe I have you on there.

If not Ive got the if I missed anyone part and will add it in as my TWEAKING of my rebuild continues!

ps. Sorry man, but the basis of the menu worked, but not much else. Admin Gear Selection was lagging up the server(Old version), the Event did not work properly and I added in an admin hunt, the Suicide did not work properly(reworked), the Crafting menu items did not work at all(fixed and added to), added in Play Possum. Oh and btw its sending errors like crazy to the client RPT's(Fixed), but you still got the credit bro.

I don't want you to take that statement the wrong way either. I am very happy that you brought that to the public's eye and it helped out DP a lot. If you were to play on DP for a short amount of time, Almost everything is DONKEY based man. Donkey Drops, Donkey Dispatcher, Donkey PvP Rewards and more...

Link to comment
Share on other sites

Hey guys I keep getting kicked form the battle eye. And its for this line. .

7 playableunits !=""pto: %3 | Players: %2 | FPS: %1 ", round diag_fps, count playableUnits, EPOCH_playerCrypto, mapGridPosition player;"

TBH not sure what to do ive tried everthing I can think of. Ive moved it up and down in the filters and all that. could someone please help. thanks

Link to comment
Share on other sites

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
×
×
  • Create New...