Jump to content

Home

What can i do with console?


specialk69

Recommended Posts

  • 2 weeks later...

Hey man...chill out...he all new to the board....if I had the answer, I would answer....don't be so mean to the new ones......I would probably have asked the same question here....

 

Remember I ain't good at this english...and would probably think that this would be the place from where to get the answer of this question :/ Come on guys....chill out :)

 

 

The console is for typing commands that can somehow do something to the game....make changes to your game setup....

 

Also, cheats can be activated through the console...

 

But you will probably learn alot more about this....

Link to comment
Share on other sites

This is not the right section but here are the names anyway. This will allow you to switch through the skins with the + key on the keypad. The HOME key above the keyboard arrows will allow for you to select between Luke and the Dark Reborn Jedi. Place all of these into you jk2multiplayer.cfg file to make it work. The console is for binding and changing commands of all types and you should not be messing with it if you do not know how. Its best just to stay out of it.

 

//Skin switch- Dark Jedi - reborn - part 1

set modeldp1 "model reborn/default; set color1 2; bind KP_PLUS vstr modeldp2"

set modeldp2 "model reborn/boss; set color1 0; bind KP_PLUS vstr modeldp3"

set modeldp3 "model reborn/fencer; set color1 3; bind KP_PLUS vstr modeldp4"

set modeldp4 "model reborn/acrobat; set color1 4; bind KP_PLUS vstr modeldp5"

set modeldp5 "model reborn/blue ; set color1 4; bind KP_PLUS vstr modeldp6"

set modeldp6 "model reborn/red ; set color1 0; bind KP_PLUS vstr modeldp1"

set "vstr modeldp1"

 

//Skin switch- Light Jedi - luke - part 2

set modellp1 "model luke/default; set color1 3; bind KP_PLUS vstr modellp2"

set modellp2 "model luke/blue ; set color1 4; bind KP_PLUS vstr modellp3"

set modellp3 "model luke/red ; set color1 0; bind KP_PLUS vstr modellp1"

set "vstr modellp1"

 

//Skin toggle - part 3

set skintoggle-1 "bind KP_PLUS vstr modeldp1; echo [^1DARK ^1JEDI ^1SKINS ^1SELECTED^7]; set skintoggle vstr skintoggle-2"

set skintoggle-2 "bind KP_PLUS vstr modellp1; echo [^4LIGHT ^4JEDI ^4SKINS ^4SELECTED^7]; set skintoggle vstr skintoggle-1"

set skintoggle "vstr skintoggle-1"

bind HOME "vstr skintoggle"

set modeldp6 "model reborn/red ; set color1 0; bind KP_PLUS vstr modeldp1"

set "vstr modeldp1"

 

There you go now next time post this in another section.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...