ch4rlys Posted January 3, 2015 Report Share Posted January 3, 2015 Hi I try to add the mag repack to the my epoch server. http://www.armaholic.com/page.php?id=19692 I have a problem i have this restriction i can't fix : I already fix 2-3 restriction error but i lock on that one! #52 "ntil {!(isNull (findDisplay 46))}; (findDisplay 46) displayAddEventHandler ["KeyDown", "_this call outlw_MR_keyDown;"]; system" Please anyone could help me for that ? Link to comment Share on other sites More sharing options...
0 Bugtoy Posted January 8, 2015 Report Share Posted January 8, 2015 Has anyone been able to make this work server side? _LR_KevsNoTrev says that his works using the script on the server. Mine works once per log on and only if your fast enough to hit the keys as your character is loading. Link to comment Share on other sites More sharing options...
0 _LR_KevsNoTrev Posted January 8, 2015 Report Share Posted January 8, 2015 bugtoy just tested again joined fired a heaps of shots from multiple mags, repacked. left server did it again, left to lobby did it again. no problems epoch.Altis.zip Here is the 'working' mission I tested with. Nothing changed from default mission other than adding magrepack and the BE filters posted above. Link to comment Share on other sites More sharing options...
0 Tricks Posted January 8, 2015 Report Share Posted January 8, 2015 Anyone have this running on a hosted Chernarus server? Link to comment Share on other sites More sharing options...
0 Bugtoy Posted January 9, 2015 Report Share Posted January 9, 2015 bugtoy just tested again joined fired a heaps of shots from multiple mags, repacked. left server did it again, left to lobby did it again. no problems epoch.Altis.zip Here is the 'working' mission I tested with. Nothing changed from default mission other than adding magrepack and the BE filters posted above. No good for me. I even tried disabling all other scripts and mods. Same results. Is it dependent on BE running? I have BE disabled since this is just a local server. The following are loading with no issues: @MAS LootSpawner, IgiLoad, blckeagles' AI Mission, piX's player statusBar, and @allinarmaterrainpack. Link to comment Share on other sites More sharing options...
0 _LR_KevsNoTrev Posted January 9, 2015 Report Share Posted January 9, 2015 bugtoy, if you are not running BE then why can you not use CBA and run the mod? Link to comment Share on other sites More sharing options...
0 Bugtoy Posted January 9, 2015 Report Share Posted January 9, 2015 bugtoy, if you are not running BE then why can you not use CBA and run the mod? Cause I'm ignorant, I guess. Attempting now.... Link to comment Share on other sites More sharing options...
0 _LR_KevsNoTrev Posted January 9, 2015 Report Share Posted January 9, 2015 Cause I'm ignorant, I guess. Attempting now.... nah man don't be like that ,just a suggestion!! Link to comment Share on other sites More sharing options...
0 Bugtoy Posted January 9, 2015 Report Share Posted January 9, 2015 Cause I'm ignorant, I guess. Attempting now.... Just trying to be funny. It seems that Epoch causes CBA problems. Too late tonight, will research tomorrow and report back. Thanks, _LR_KevsNoTrev, and good night from my little spot in the world. Link to comment Share on other sites More sharing options...
0 ch4rlys Posted January 9, 2015 Author Report Share Posted January 9, 2015 the problem is the admin tool of epoch block the script and auto ban the player tring to use it . Link to comment Share on other sites More sharing options...
0 _LR_KevsNoTrev Posted January 9, 2015 Report Share Posted January 9, 2015 i remember reading that CBA does muck up epoch. can't figure why not working for you though. Link to comment Share on other sites More sharing options...
0 Highlander Posted January 10, 2015 Report Share Posted January 10, 2015 bugtoy just tested again joined fired a heaps of shots from multiple mags, repacked. left server did it again, left to lobby did it again. no problems epoch.Altis.zip Here is the 'working' mission I tested with. Nothing changed from default mission other than adding magrepack and the BE filters posted above. Hmm tried using your file (just the Mag Repack files) and players get an " -1 Lystic Hacker Epochmod.com Autoban #0" Have BE running. If I remove myself from the Admin tools then I also get the ban. Link to comment Share on other sites More sharing options...
0 Tricks Posted January 10, 2015 Report Share Posted January 10, 2015 Brutal, hope the Devs put this in to the regular game, Its really needed!! Link to comment Share on other sites More sharing options...
0 1Man Posted January 10, 2015 Report Share Posted January 10, 2015 You will also need to add this to line 53 in scripts.txt, I have tested this numerous times during the 3 hours and works everytime. !="["KeyDown", "_this call outlw_MR_keyDown;"];" DirtySanchez and mgm 2 Link to comment Share on other sites More sharing options...
0 Highlander Posted January 11, 2015 Report Share Posted January 11, 2015 Still getting the " Epochmod.com Autoban #0" have added every BE filter update I can find. Any ideals?? Link to comment Share on other sites More sharing options...
0 ch4rlys Posted January 11, 2015 Author Report Share Posted January 11, 2015 that not a be ban is a admin tool ban we have to add the mag repack in the whitlist of the admin tool Link to comment Share on other sites More sharing options...
0 Highlander Posted January 11, 2015 Report Share Posted January 11, 2015 that not a be ban is a admin tool ban we have to add the mag repack in the whitlist of the admin tool I was looking over the AH white list this morning, I not really sure what I need to add there to get it added. Link to comment Share on other sites More sharing options...
0 ch4rlys Posted January 12, 2015 Author Report Share Posted January 12, 2015 same problem for me i disable the AH and the script work very fine, but when the ah is connected the player are ban. Any one can try to add a whitlist on the AH ? Link to comment Share on other sites More sharing options...
0 1Man Posted January 13, 2015 Report Share Posted January 13, 2015 well I finally ran into the Autoban issue and removed the script for now, you could try and add "DEH: KeyDown 2/1" to epochAH like this // Anti Hack antihack_Enabled = true; // built-in Anti-Hack antihack_cfgPatchesCheck = true; //cfgPatches (AddOn Check) antihack_whitelistedCfgPatches[] = {"DEH: KeyDown 2/1","AiA_BaseConfig_F", Dont think its the solution though Link to comment Share on other sites More sharing options...
0 ZyGHeliosProtocol Posted January 19, 2015 Report Share Posted January 19, 2015 i remember reading that CBA does much up epoch. can't figure why not working for you though. Inside the core files of epoch, you will find the compiles. Inside that compiles, you will notice that everything says compileFinal. It's a huge pain in the ass for everything, although it doesn't affect event handlers, and that's primarily what CBA is for to my understanding. So my guess would be that in CBA somewhere, it's pushing a variable that collides with an epoch compile, and by working around that I believe that you can get the desired result without all the headaches. Just a thought Link to comment Share on other sites More sharing options...
0 DirtySanchez Posted January 19, 2015 Report Share Posted January 19, 2015 You will also need to add this to line 53 in scripts.txt, I have tested this numerous times during the 3 hours and works everytime. !="["KeyDown", "_this call outlw_MR_keyDown;"];" Thanks for the extra info 1Man! Link to comment Share on other sites More sharing options...
0 sparrow8332 Posted January 20, 2015 Report Share Posted January 20, 2015 why is it only admins can use this and normal players have no dialog come up ?? Link to comment Share on other sites More sharing options...
0 Havoc302 Posted January 20, 2015 Report Share Posted January 20, 2015 why is it only admins can use this and normal players have no dialog come up ?? Probably because the AH is cancelling the unauthorised menu whereas admins bypass that. Link to comment Share on other sites More sharing options...
0 sparrow8332 Posted January 20, 2015 Report Share Posted January 20, 2015 how would i get past that ? im using epoch admin menu Link to comment Share on other sites More sharing options...
0 Bugtoy Posted January 22, 2015 Report Share Posted January 22, 2015 I have to leave the server. I have changed the keybinding to different keys and it still just works once. I assigned the mag repack to the "END" key and all is working using the script. It seems that my Epoch isn't seeing the "CTRL + R" or any other key combo if one of the keys is already assigned in the game. Thanks for everyone's assistance. Link to comment Share on other sites More sharing options...
0 ch4rlys Posted January 22, 2015 Author Report Share Posted January 22, 2015 how you do that man ? Link to comment Share on other sites More sharing options...
Question
ch4rlys
Hi
I try to add the mag repack to the my epoch server.
http://www.armaholic.com/page.php?id=19692
I have a problem i have this restriction i can't fix :
I already fix 2-3 restriction error but i lock on that one!
Please anyone could help me for that ?
Link to comment
Share on other sites
Top Posters For This Question
10
9
9
8
Popular Days
Jan 4
7
Feb 5
7
Feb 8
7
Jan 8
7
Top Posters For This Question
Highlander 10 posts
DirtySanchez 9 posts
_LR_KevsNoTrev 9 posts
Tricks 8 posts
Popular Days
Jan 4 2015
7 posts
Feb 5 2015
7 posts
Feb 8 2015
7 posts
Jan 8 2015
7 posts
Popular Posts
DirtySanchez
I suggest using the scarCODE Sar simple ammo Repack. it's recent, it's light and if it has any issues IT07 is around. But my tests showed it still worked fine with 0304b2
_LR_KevsNoTrev
CBA is the only way outlaw could get it to run at preinit/post init (can't recall which) and start up at mission start as a mod. Zed, that is true for mod version, but when you download mod it al
_LR_KevsNoTrev
in the download there is a folder called outlw_magrepack , put this in the epoch.altis extracted mission folder in your description.ext put the in the init.sqf put in if you don't have
117 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now