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-04-2016, 11:27 PM #38
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by LegitGamer264 View Post
I am not sure what button I am pressing, but when I press a certain button or combination, I get "Connection Interupted" and I freeze. For Elite Mossy v15 on PC


Hmm, doesn't happen to me. Can you try and reproduce it?
02-04-2016, 11:29 PM #39
LegitGamer264
Vault dweller
Originally posted by YouViolateMe View Post
Hmm, doesn't happen to me. Can you try and reproduce it?


I can try
02-04-2016, 11:30 PM #40
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by LegitGamer264 View Post
I can try


Add me on skype: youviolateme. I'm not sure if I have you added.
02-04-2016, 11:35 PM #41
LegitGamer264
Vault dweller
Originally posted by YouViolateMe View Post
Hmm, doesn't happen to me. Can you try and reproduce it?


It's whenever I press the changing menu buttons quickly .It mainly happens when I am scrolling to the right, like to the Players Menu too quickly

Edit: It may just be my Redacted that is causing it to freeze
02-05-2016, 05:10 AM #42
DF_AUS
NextGenUpdate Elite
Really cool dude,thanks heaps Winky Winky

but i receive " G_FindConfigstringIndex: overflow(48Cool Man (aka Tustin): 'Change Menu: Admin Menu ' on Ps3??
02-05-2016, 05:12 AM #43
Btw can you make the Crystal as An Menu base for meh? Or is it an complete menu?
02-05-2016, 11:50 AM #44
/SneakerStreet/
At least I can fight
Originally posted by AUS View Post
Really cool dude,thanks heaps Winky Winky

but i receive " G_FindConfigstringIndex: overflow(48Cool Man (aka Tustin): 'Change Menu: Admin Menu ' on Ps3??


yes i got overflow aswel after 1 min

The following user thanked /SneakerStreet/ for this useful post:

DF_AUS
02-05-2016, 03:20 PM #45
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by SneakerStreet
yes i got overflow aswel after 1 min


Originally posted by AUS View Post
Really cool dude,thanks heaps Winky Winky

but i receive " G_FindConfigstringIndex: overflow(48Cool Man (aka Tustin): 'Change Menu: Admin Menu ' on Ps3??


Ok I'll take a look, I might have forgotten something in the overflow fix.

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

/SneakerStreet/, DF_AUS
02-05-2016, 03:55 PM #46
oCmKs_4_LiFe
< ^ > < ^ >
WaW
Hidden Gold v4.3

The following user thanked oCmKs_4_LiFe for this useful post:

Im_YouViolateMe

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo