PDA

View Full Version : Project VDC (why does this happen?)


BlitZeR
24th February 2007, 19:11
Why is it when i press enter and the menu comes up why does it go to the bottom and i CANNOT drag it up to set my settings

picture:

http://img249.imageshack.us/img249/3834/errorch6.jpg

Help is very much appreciated

Thanks

† Christ †
25th February 2007, 05:25
Press [Delete]
Press these buttons [M] [E] [N] [U] [_] [X] [ ] [##] <-- replace ## with any numarical integer
Press these buttons [M] [E] [N] [U] [_] [Y] [ ] [##]<-- replace ## with any numarical integer

BlitZeR
25th February 2007, 15:08
Thanks Christ I'm gonna try this

This is the error I get now, I tried it first with numerical numbers like '1' '2' '3' but still didn't work :(

http://img478.imageshack.us/img478/6346/errorbe7.jpg

Thanks

† Christ †
25th February 2007, 23:06
WOW...
just wow...
just.............. wow.............
...

besides the stupidity there, i ment it to look like thoes keys.......................

menu_x is the cvar...
menu_y is the other cvar...

one puts the x value from your screen,
the other puts the y value from your screen
0,0 is at the top left...
sigh...

BlitZeR
25th February 2007, 23:46
WOW...
just wow...
just.............. wow.............
...

besides the stupidity there, i ment it to look like thoes keys.......................

menu_x is the cvar...
menu_y is the other cvar...

one puts the x value from your screen,
the other puts the y value from your screen
0,0 is at the top left...
sigh...

Lol im dumb but i dont even understand that but nvm il just leave it how it is

thanks anyway

† Christ †
26th February 2007, 07:41
In hack console: (delete key opens it)

menu_x 100
menu_y 100

try that

BlitZeR
27th February 2007, 23:29
I typed menu_x 100 and menu_y 100 in console didnt work tho

Thanks

† Christ †
28th February 2007, 01:41
INITCVAR(misc_menu_x, 100);
INITCVAR(misc_menu_y, 100);

sorry, its misc_menu_x and misc_menu_y, also make sure ur doing it in hack console

misc_menu_x 100
misc_menu_y 100

Kalvin
28th February 2007, 05:55
old cvar setup for the lose >_<

BlitZeR
28th February 2007, 20:15
INITCVAR(misc_menu_x, 100);
INITCVAR(misc_menu_y, 100);

sorry, its misc_menu_x and misc_menu_y, also make sure ur doing it in hack console

misc_menu_x 100
misc_menu_y 100


Thanks alot it worked :)

TYVM.