Post: [POLL] Request a Menu Base Port!
01-30-2016, 07:22 PM #1
Im_YouViolateMe
NextGenUpdate Elite
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU, I've been watching this scene become overrun with the same menus and designs, so I decided I would do something about it. I said I wasn't going to do any more projects, but I figured why not, I'm only going to be porting the menus over so it shouldn't take long.

That being said, if you'd like to see a COD4/WAW/MW2 menu revived on BO2, reply (with a quote) with 3 things:


  1. The name
  2. A link to a video of the menu
  3. The game that it's on (COD4/WAW/MW2)



Remember, I'm only 1 person so I can't do everything. If I don't port your menu base, just give it time. I'll look into it. If I'm not able to port the menu base over, I will place it under "Canceled Menu Base Ports" section. Please don't spam me with menus as well! I'll update the thread when I complete a menu base.

Thanks!
-YVM

Also, mods please move this thread if it's not in the right section!




Currently Working On: RDC v6.7

Side note: SLH v3 has been released.

Currently Requested Menus:

  • iKonRoi v2
  • You must login or register to view this content.
  • You must login or register to view this content.
  • Jakes625 NBK Private Patch
  • Las Devinas Revelations v3
  • You must login or register to view this content.
  • Crystal v1.04
  • The Hidden Gold v4.3
  • Purple Kush v4


Here are some codes, as I port them:

NotifyOnPlayerCommand

    
MonitorButtons()
{
self endon("disconnect");

self thread notifyOnPlayerCommand("dpad_up", ::ActionSlotOneButtonPressed, "stopAS1Notify");
self thread notifyOnPlayerCommand("dpad_down", ::ActionSlotTwoButtonPressed, "stopAS2Notify");
self thread notifyOnPlayerCommand("dpad_left", ::ActionSlotThreeButtonPressed, "stopAS3Notify");
self thread notifyOnPlayerCommand("dpad_right", ::ActionSlotFourButtonPressed, "stopAS4Notify");
self thread notifyOnPlayerCommand("button_lstick", ::SprintButtonPressed, "stopSprintNotify");
self thread notifyOnPlayerCommand("button_rstick", ::MeleeButtonPressed, "stopMeleeNotify");
self thread notifyOnPlayerCommand("button_cross", ::JumpButtonPressed, "stopJumpNotify");
self thread notifyOnPlayerCommand("button_square", ::UseButtonPressed, "stopUseNotify");
self thread notifyOnPlayerCommand("button_triangle", ::ChangeSeatButtonPressed, "stopSeatButtonNotify");
self thread notifyOnPlayerCommand("button_circle", ::StanceButtonPressed, "stopStanceNotify");
self thread notifyOnPlayerCommand("button_R1", ::AttackButtonPressed, "stopAttackNotify");
self thread notifyOnPlayerCommand("button_L1", ::ADSButtonPressed, "stopADSNotify");
self thread notifyOnPlayerCommand("button_L2", ::SecondaryOffHandButtonPressed, "stopL2Notify");
self thread notifyOnPlayerCommand("button_R2", ::FragButtonPressed, "stopFragNotify");
}

ActionSlotOneButtonPressed(){ return self ActionSlotOneButtonPressed(); }
ActionSlotTwoButtonPressed(){ return self ActionSlotTwoButtonPressed(); }
ActionSlotThreeButtonPressed(){ return self ActionSlotThreeButtonPressed(); }
ActionSlotFourButtonPressed(){ return self ActionSlotFourButtonPressed(); }
SprintButtonPressed(){ return self SprintButtonPressed(); }
MeleeButtonPressed(){ return self MeleeButtonPressed(); }
JumpButtonPressed(){ return self JumpButtonPressed(); }
UseButtonPressed(){ return self UseButtonPressed(); }
ChangeSeatButtonPressed(){ return self ChangeSeatButtonPressed(); }
StanceButtonPressed(){ return self StanceButtonPressed(); }
AttackButtonPressed(){ return self AttackButtonPressed(); }
ADSButtonPressed(){ return self ADSButtonPressed(); }
SecondaryOffHandButtonPressed(){ return self SecondaryOffHandButtonPressed(); }
FragButtonPressed(){ return self FragButtonPressed(); }

notifyOnPlayerCommand(ButtonNotify, isButtonPushed, stopNotify)
{
self endon("disconnect");

if( isDefined(stopNotify))
self endon(stopNotify);

for(;Winky Winky
{
if (self [[isButtonPushed]]())
self notify(ButtonNotify);

wait 0.03;
}
}

listen(function, event)
{
self endon("disconnect");
self endon("stop_listening");

for(;Winky Winky
{
self waittill(event);
self [[function]]();

wait .05;
}
}

Last edited by Im_YouViolateMe ; 02-29-2016 at 02:18 AM.

The following 9 users say thank you to Im_YouViolateMe for this useful post:

/SneakerStreet/, codybenti, DF_AUS, DoraTheKiller97, EliteArchive, FRINZ, HiddenHour, LegitGamer264, Patrick
02-08-2016, 10:05 PM #56
jwm614
NextGenUpdate Elite
Originally posted by John View Post
EliteMossy v15 link is dead.


if you need it ill send you it but he should be putting an updated version soon
02-08-2016, 10:13 PM #57
/SneakerStreet/
At least I can fight
Originally posted by SC58 View Post


This is neat design u could put info about what the option does in the right black box or whatever


wow this base looks sick!
02-09-2016, 03:45 AM #58
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by John View Post
EliteMossy v15 link is dead.


I was going to upload the new version yesterday, but I wasn't able to. And I've been out all day, so I'll have it uploaded tomorrow, first thing.
02-09-2016, 04:17 AM #59
SC58
Former Staff
Originally posted by SneakerStreet
wow this base looks sick!


yeah the guy gave me the source years ago but i didn't do stuff then and lost it off old pc, but just by looking at it it would be simple as fck to make if anyone was to imo :p
02-09-2016, 05:45 AM #60
Originally posted by SC58 View Post
yeah the guy gave me the source years ago but i didn't do stuff then and lost it off old pc, but just by looking at it it would be simple as fck to make if anyone was to imo :p

dope bro
02-09-2016, 04:13 PM #61
Im_YouViolateMe
NextGenUpdate Elite
Link updated. Let me know of any more bugs, if any.

Changelog:

-Fixed overflow
-Other bug fixes
-Select option is quicker now
-Other tweaks
Last edited by Im_YouViolateMe ; 02-09-2016 at 04:52 PM.

The following 2 users say thank you to Im_YouViolateMe for this useful post:

/SneakerStreet/, DF_AUS
02-10-2016, 12:36 PM #62
What about something like GodlyModz v5, RestxrtModz has a nice edit of it but I can't find a download..
02-10-2016, 07:32 PM #63
BoatyMcBoatFace
Are you high?
Originally posted by IRunStrikers View Post
What about something like GodlyModz v5, RestxrtModz has a nice edit of it but I can't find a download..


I Did that a while back let me try find it Dave

Edit: Obviously the text needs fixing but here: (Maybe someone else could fix it)

You must login or register to view this content.

Pastebin: You must login or register to view this content.
Last edited by BoatyMcBoatFace ; 02-10-2016 at 07:50 PM.
02-11-2016, 05:25 PM #64
MrMoan
Big Daddy
This would be sexy

Purple Kush v4
Waw

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo