He-Man Posted December 6, 2016 Report Share Posted December 6, 2016 Based on this Status Bar, I made a complete rewrite. (without a difference between PlayerBar / AdminBar, because it is not needed for us). - Completely removed external config file - Only 1 File for all - Config section on the top of the Script-File - Blinking Icons, if in a dangerous value - Easy changeable Status Bar Content - Toggleable between 3 Statusbar sizes (right shift key / configurable) - 0-No Status Bar - 1 Full Status Bar - 2 Half Status Bar - 3 Small Status Bar I made it only for our Server. But I want to share it now, if someone also want it. Download: https://github.com/Ignatz-HeMan/Ignatz_Statusbar StefanRed, Toby77, ChiefofJustice and 5 others 8 Link to comment Share on other sites More sharing options...
He-Man Posted December 7, 2016 Report Share Posted December 7, 2016 I have updated the Ignatz_StatusBar: - Added an option to enable / disable Switchkey - Added some more colours for toxic Flupo and natoed 2 Link to comment Share on other sites More sharing options...
Tarabas Posted December 31, 2016 Report Share Posted December 31, 2016 is it wanted that .paa pics are not shown in this version of you He-Man or do I do something wrong ? Link to comment Share on other sites More sharing options...
He-Man Posted December 31, 2016 Report Share Posted December 31, 2016 Hi Tarbas, the .paa pics should be there! Are the Pics in the correct folder? addons/Ignatz_Statusbar/pics/ Link to comment Share on other sites More sharing options...
Tarabas Posted December 31, 2016 Report Share Posted December 31, 2016 stupid me.. sorry He-Man. I changed the location of the file and in init but not into your sqf... thanks now it works very well :) Thank you for your force of grayskull He-Man 1 Link to comment Share on other sites More sharing options...
Tarabas Posted December 31, 2016 Report Share Posted December 31, 2016 get feedback from players, that hotkey don't work (known from earpluggs script). For me (Admin) it works fine.. Link to comment Share on other sites More sharing options...
He-Man Posted December 31, 2016 Report Share Posted December 31, 2016 Using Infistar? Then: /* Revert KeyDown */ _RDK = false; Ghostrider-GRG 1 Link to comment Share on other sites More sharing options...
Tarabas Posted January 1, 2017 Report Share Posted January 1, 2017 No, I'm using Epoch AH.. do I do something wrong ? Link to comment Share on other sites More sharing options...
He-Man Posted January 1, 2017 Report Share Posted January 1, 2017 I think in EpochAH there is no setting to disable DisplayEH revert. So you have to add this keydown EH directly into the Epoch Code. Remove from my Script: Spoiler if (_UseSwitchKey) then { _display displayaddeventhandler ['keydown',{ if ((_this select 1) == Ignatz_StatusBarSwitchKey) then { Ignatz_StatusbarSelected = switch Ignatz_StatusbarSelected do { case 0: {1}; case 1: {2}; case 2: {3}; case 3: {0}; }; }; }]; } else { Ignatz_StatusBarSwitchKey = nil; }; And add in EPOCH_KeyDown.sqf: Spoiler ...... if (_dikCode in (actionKeys "NightVision")) then { if (EPOCH_playerEnergy == 0) then { ["Night Vision Goggles: Need Energy", 5] call Epoch_message; _handled = true; }; }; if (!isnil 'Ignatz_StatusBarSwitchKey') then { if (_dikCode == Ignatz_StatusBarSwitchKey) then { Ignatz_StatusbarSelected = switch Ignatz_StatusbarSelected do { case 0: {1}; case 1: {2}; case 2: {3}; case 3: {0}; }; }; }; _handled Link to comment Share on other sites More sharing options...
Tarabas Posted January 1, 2017 Report Share Posted January 1, 2017 Oh yeah, this is working great for all players now... thank you very much. He-Man 1 Link to comment Share on other sites More sharing options...
Tarabas Posted January 2, 2017 Report Share Posted January 2, 2017 now I saw if players use this, Epoch AH gets Banned: addAction 3/0 maybe you may help to handle this again ? Link to comment Share on other sites More sharing options...
He-Man Posted January 2, 2017 Report Share Posted January 2, 2017 I am not using any addaction in this scripts. could it be from another script? To use addactions, you normally have to set in epochnah.hpp antihack_addActionCheck = false; Link to comment Share on other sites More sharing options...
Tarabas Posted January 2, 2017 Report Share Posted January 2, 2017 strange.. It came, after player used playerbar changes, so that was my only idea... I'm sorry about that then Link to comment Share on other sites More sharing options...
He-Man Posted January 2, 2017 Report Share Posted January 2, 2017 What about "[scarCODE] S.I.M. (Server Info Menu) by IT07" ? He is using addaction! Link to comment Share on other sites More sharing options...
Tarabas Posted January 2, 2017 Report Share Posted January 2, 2017 yes got this in, but never gave me that AH message before. So I'll take a look if i can run a briefing again instead of it (also cause it's annoying for looting), hope this ban won't come again till then. Link to comment Share on other sites More sharing options...
Pvpmedic Posted January 4, 2017 Report Share Posted January 4, 2017 4. Open scripts.txt BE filter add make the following additions~line 20 7 playableunits !=""pto: %3 | Players: %2 | FPS: %1 ", round diag_fps, count playableUnits, EPOCH_playerCrypto, mapGridPosition player];"~line 23 7 exec !"addons\status_bar\init_statusBar.sqf" I do not have a scripts.txt anywhere that I see to add those scripts. Can someone help. Thank you Link to comment Share on other sites More sharing options...
78Pants Posted March 29, 2017 Report Share Posted March 29, 2017 oooh heres me having trouble with another mod! So, tried the opening posts link and have had nothing but trouble (Battleye!! I'm starting to hate it) So, have had a look at your repack there @He-Man which sounds great as I've no real need for the seperate Admin bar either and can see you've already made the allplayer changes etc. but where do I install it? Do I add the contents of your zip into the epoch.altis.pbo with pbomanager or under the actual server files in @epoch or @epochhive ? (init.sqf goes inside the pbo doesn't it?) Sorry to be a bother again Link to comment Share on other sites More sharing options...
He-Man Posted March 29, 2017 Report Share Posted March 29, 2017 In Epoch.altis is correct 78Pants 1 Link to comment Share on other sites More sharing options...
sunnus01 Posted March 29, 2017 Report Share Posted March 29, 2017 Loving ur scripts man! @He-Man Link to comment Share on other sites More sharing options...
78Pants Posted March 30, 2017 Report Share Posted March 30, 2017 Still having trouble :( . been trying to figure it out but still getting a kick on Script restriction #48. The status bar is what I'm jammed up on, just this and SEM (which is working wonderfully now, thanks again @He-Man) wheres a noob guide when you need one lol Link to comment Share on other sites More sharing options...
He-Man Posted March 30, 2017 Report Share Posted March 30, 2017 Try to add in your scripts.txt in line "7 ctrlCreate": !="_Statusbar = _display ctrlCreate [\"RscStructuredText\", 10000];" Link to comment Share on other sites More sharing options...
78Pants Posted March 30, 2017 Report Share Posted March 30, 2017 Gave it a shot, still coming up with script restriction #48 script.log is showing the following, I just can't decode it. Spoiler 0.03.2017 17:07:07: Pants (109.180.54.12:2304) c37756691a0d5b07704a9f4bd319e831 - #48 "= finddisplay 46; if (_UseSwitchKey) then { _display displayaddeventhandler ['keydown',{ if ((_this select 1) == Ignatz_StatusBa" Sorry I'm so damn useless here, some of it is starting to sink in though Link to comment Share on other sites More sharing options...
He-Man Posted March 30, 2017 Report Share Posted March 30, 2017 Are you using Infistar or Epoch AH? Link to comment Share on other sites More sharing options...
He-Man Posted March 30, 2017 Report Share Posted March 30, 2017 Try in scripts.txt in line "7 displayAddEventHandler" !="if (_UseSwitchKey) then {\n_display displayAddEventHandler ['KeyDown',{\nif ((_this select 1) == Ignatz_StatusBa" or !="if (_UseSwitchKey) then {\n_display displayAddEventHandler [\'KeyDown\',{\nif ((_this select 1) == Ignatz_StatusBa" Link to comment Share on other sites More sharing options...
78Pants Posted March 30, 2017 Report Share Posted March 30, 2017 Standard Epoch ah I believe bud, its a GTXGaming server and havent seen any mention of infinstar anywhere. Giving that a try now, dude, you deserve massive respect for all this help, cant say thanks enough. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now