Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menus help
#1
Hi guys,
there is a small problem with MW2 mod. Take a look at this code
http://pastebin.com/fFd5jzSQ
The window is supposed to appear smoothly, but what it does is just bump up without any transitions. Fix?
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#2
Come on guys can anyone help with this?
//up
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#3
I don't get what you're trying to do, mind posting a picture?
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#4
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#5
Soo, what is wrong with this menu ?

Offtopic: What a spammish menu Awesome
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#6
The menu to the right (servers) should have animation. And it does not.
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
Reply

#7
(03-13-2013, 20:11)G-Man Wrote: The menu to the right (servers) should have animation. And it does not.


Does console prints something? #epicenglishplox
As i remember if some thingy won't work, then this function isn't exist.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#8
onOpen
{
"focusFirst";
"lerp" x "from" "300" "to" 0 "over" "0.15";


}
onRequestClose
{
"lerp" x "from" 0 "to" "300" "over" "0.15";
}
onClose
{
if ( dvarbool(static)( 6 ) )
{
"execnow" "splitscreencontrols";
}

}

That's the problem, how to fix?
Reply

#9
(03-14-2013, 11:44)CheGuevara Wrote: onOpen
{
"focusFirst";
"lerp" x "from" "300" "to" 0 "over" "0.15";


}
onRequestClose
{
"lerp" x "from" 0 "to" "300" "over" "0.15";
}
onClose
{
if ( dvarbool(static)( 6 ) )
{
"execnow" "splitscreencontrols";
}

}

That's the problem, how to fix?

Uhh, functions such as execnow, and .. .ehm EVERY function must be without " " "
like
execnow "something.cfg";
lerp "30";
I think that's problem.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#10
Lerp is not in "" either. Go check the full PS3 dumps on DerpD1/Mods. It's there and it can help you out.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Wink All MW3 Mod Menus & Mods $pacebound 34 196,273 07-15-2013, 19:08
Last Post: monokiller88
  [Release] Call of duty modernware2 mod menus and more hairycoconut 2 3,191 04-19-2013, 05:20
Last Post: Nekochan
  [Release] Troll Menus Yamato 5 3,890 12-30-2011, 17:48
Last Post: GscGunner
  how can i start make menus bougar 1 1,854 05-28-2011, 19:52
Last Post: Yamato

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.