Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

Discussion about NBA Live 2003.
Post a reply

help

Sun Feb 13, 2011 9:07 pm

// Debug bindings...
bindalias BREAK "break"
bind +K_F11 BREAK

guys what does it mean? it's from xstartup.cfg file. backboard breaking?

Re: help

Sun Feb 13, 2011 11:46 pm

no, its a debugging binding that isnt available in the game

Re: help

Sun Feb 13, 2011 11:57 pm

I see. Thanks.

Re: help

Mon Feb 14, 2011 1:26 am

hey, badger, let me show you something cool

open that file again

look for
Code:
// bind +K_TILDE CONSOLE



and delete the //_ to make it look like this in the file

Code:
bind +K_TILDE CONSOLE



Start the game, goto the main menu and press the tilde key (the one next to the #1 on your keyboard)


You cant do anything with it like you can with Live 2004, but its still neat.

Re: help

Mon Feb 14, 2011 4:43 am

Thanks Jao!

Re: help

Mon Feb 14, 2011 4:51 am

A shot of this CONSOLE thing:
Image

Re: help

Tue Feb 15, 2011 12:40 am

hey badger, I was wrong, this does work in 2003 as well

type in varlist to view all the possible commands, it will take a second to load

you just type in the command and it will change things

like r_ball 0 makes the ball disappear

r_radb 1.0
r_radg 1.0
r_radr 1.0

these control the coloring on the players. decreasing them all to .5 makes the player lighting darker and 2 makes them brighter, or you can only increase the "b"lue one to make the players blue

quit makes the game exit

there is just a lot of fun little stuff in there, enjoy.

Re: help

Tue Feb 15, 2011 3:16 am

thank you again
Post a reply