computermancer Posted January 31, 2015 Report Share Posted January 31, 2015 SUPERFUNMENU by Computermancer possum (play dead) powerstance (stand firm and make gestures) earplugs (reduce volume to 20 percen) suicide (call upon Death) perm remove (remove the menu if you dont want it) I have a video from twitch, and a video on youtube with annotations. http://www.twitch.tv/computermancer/b/618493244 [ youtube] [ /youtube] Sorry, I am horrible at video editing, so it's pretty raw and long... superfunmenu, a compilation of random actions I wish were easier to do :P I have reached a point where I am comfortable enough to share my progress. I have shared the code I use to start up my scripts and have had comment saying people are having ban issues. I have tried it at my house from a vanilla test server and no one seems to have issues when connecting to it. I would like to request some testers to join my server and tell me if the menu works for them or if they get kicked. Once I have enough data, I will post files and instructions. I will share it once I make it a bit easier to customize and I optimize the code. You can always join my server and rip it too, I have seen my menu on some server, *ahem* but they renamed it *ahem*. Haha! If you have any ideas for scripts I can add or make, please let me know and I will see what I can do. I am still working on the BattleEye filters. I am not good with video stuff, so I will have some nice videos available in the future once I get some help. LINK TO MY EARPLUGS SCRIPT: https://github.com/computermancer/cmEarplugs tynmanz, __FLYERS__, mgm and 5 others 8 Link to comment Share on other sites More sharing options...
tynmanz Posted February 19, 2015 Report Share Posted February 19, 2015 Looking forward to the release. Let me know if you want me to install it and test. Link to comment Share on other sites More sharing options...
Leigham Posted February 21, 2015 Report Share Posted February 21, 2015 Would you be able to share the way you got around the Addaction ? Link to comment Share on other sites More sharing options...
computermancer Posted February 21, 2015 Author Report Share Posted February 21, 2015 Unfortunately, I didn't, I disabled EPAH for this because it uses command "player addaction", waiting for next patch, hoping they will allow whitelist of add action. Currently, you can only use addaction on other objects safely. If you take a look at my earplugs script code, you will see all addactions are being used on vehicles rather than player. Link to comment Share on other sites More sharing options...
Leigham Posted February 21, 2015 Report Share Posted February 21, 2015 Try just disabling the Cfgpatches check :D computermancer 1 Link to comment Share on other sites More sharing options...
computermancer Posted February 21, 2015 Author Report Share Posted February 21, 2015 I'm pretty sure I did... I tried changing and removeing all the optins in epocha file, but still kept getting added to banlist if not admin. Then on restart, autoban <_< I am hoping they will simply give us some more filter options for the epah. I mainly need addaction to be allowed to be used on a player. I will try later today to run it as non-admin with Cfgpatches disabled, and will post results for confirmation. Link to comment Share on other sites More sharing options...
Leigham Posted February 21, 2015 Report Share Posted February 21, 2015 My Action Menu works confirmed on stock antihack Link to comment Share on other sites More sharing options...
computermancer Posted February 21, 2015 Author Report Share Posted February 21, 2015 My Action Menu works confirmed on stock antihack Nice, I am loading in right meow Link to comment Share on other sites More sharing options...
Leigham Posted February 21, 2015 Report Share Posted February 21, 2015 OK bro, if it doesnt work pm me a link and ill take a look Link to comment Share on other sites More sharing options...
computermancer Posted February 21, 2015 Author Report Share Posted February 21, 2015 Dang, bans.txt added me to it's ban list. Here is my EPAH file https://www.dropbox.com/s/tynsa2azy3ip54c/epochah.hpp?dl=0 Link to comment Share on other sites More sharing options...
Leigham Posted February 21, 2015 Report Share Posted February 21, 2015 https://www.dropbox.com/s/bky3sugpxkj59ef/epochah.hpp?dl=0try that Link to comment Share on other sites More sharing options...
computermancer Posted February 22, 2015 Author Report Share Posted February 22, 2015 Still getting it... hmmm.... Link to comment Share on other sites More sharing options...
teamcrisiz Posted February 26, 2015 Report Share Posted February 26, 2015 forget it. u cant run it with epoch AH :( btw nice script mate. Link to comment Share on other sites More sharing options...
computermancer Posted February 27, 2015 Author Report Share Posted February 27, 2015 forget it. u cant run it with epoch AH :( btw nice script mate. Haha, yeah, not EPAH safe, but my cmConsole, earplugs, car radio, salvage script, and rearm script are all EPAH safe :D teamcrisiz 1 Link to comment Share on other sites More sharing options...
ghostfur Posted February 27, 2015 Report Share Posted February 27, 2015 This Looks Awesome! i specially like the Possum stands and the Suicide actions! Great Job! computermancer 1 Link to comment Share on other sites More sharing options...
teamcrisiz Posted March 3, 2015 Report Share Posted March 3, 2015 Haha, yeah, not EPAH safe, but my cmConsole, earplugs, car radio, salvage script, and rearm script are all EPAH safe :D try it with infistar. Link to comment Share on other sites More sharing options...
Moody Posted March 8, 2015 Report Share Posted March 8, 2015 i REALLY want this menu, how can i totally remove EPAH from my server and use infistar or something else that actually accept server admins adding scripts and let them WORK? Link to comment Share on other sites More sharing options...
computermancer Posted March 9, 2015 Author Report Share Posted March 9, 2015 You just have to set it to false in the epochah.sqf file iin the epoch hive folder. Next update may allow us to have more control over the EPAH FIngers crossed teamcrisiz 1 Link to comment Share on other sites More sharing options...
Moody Posted March 9, 2015 Report Share Posted March 9, 2015 You just have to set it to false in the epochah.sqf file iin the epoch hive folder. Next update may allow us to have more control over the EPAH FIngers crossed Both of these false? Tried with only the cfgPatchesCheck, didnt work. antihack_Enabled = true; // built-in Anti-Hack antihack_cfgPatchesCheck = false; // cfgPatches (AddOn Check) Link to comment Share on other sites More sharing options...
teamcrisiz Posted March 9, 2015 Report Share Posted March 9, 2015 You just have to set it to false in the epochah.sqf file iin the epoch hive folder. Next update may allow us to have more control over the EPAH FIngers crossed next? wheres the previous? cant see anything :D :D :D Link to comment Share on other sites More sharing options...
computermancer Posted March 9, 2015 Author Report Share Posted March 9, 2015 next? wheres the previous? cant see anything :D :D :D I meant next EPOCH UPDATE :D And MOODY, yes, it has to be both. antihack_Enabled = true; // built-in Anti-Hack This must be set to false. On the next Epoch update, we may be allowed to whitelist the "player addaction" command I have not posted SFM as a package yet, soon I will post it as an individual package. Just waiting to get a little more free time irl :ph34r: teamcrisiz 1 Link to comment Share on other sites More sharing options...
computermancer Posted March 25, 2015 Author Report Share Posted March 25, 2015 Finally learned how to work with PVEH's. Will be updating SFM soon using new techniques. https://www.youtube.com/watch?v=tisIA7cavPs&feature=youtu.be Tarabas 1 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