Jump to content

Home

Keyboard?


Guest Amarant

Recommended Posts

Guest Amarant

Does NE1 here know how to use the keyboard for cheating?!?! I know it's possible, because it's been reported in EGM and on IGN, but they won't say how! Are they torturing us on purpose? Do you need to get 100%?

 

Also, the only character unlocked in the normal game is Ki-adi Mundi, how do I get the characters from Vs. mode into the game?

Link to comment
Share on other sites

Guest Darth Wart

Sadly, there is no way to get the miscellaneous cool characters from the versus mode into the levels (and in some cases, that would be downright idiotic, such as with the loader droid).

 

The only unlockable characters you CAN get into the adventures are Darth Maul, Ki-Adi, Captain Panaka, Battle Droid (a pansy), and Queen Amidala.

 

But what are you guys talking about, a keyboard? Is there some keyboard that attaches to the DC? I didn't know this. Somebody please elucidate.

 

------------------

Wart

JPBDWART.jpg

 

Get your free JPB guide at:

http://jedipowerbattlesguide.homestead.com/JPB.html

Link to comment
Share on other sites

Guest Dave Maul

This is the Sega keyboard you can use for the Internet, right? Then I highly doubt that you can use it for JPB.

 

The only thing I can think of is you plug it into port 2 or 3, and use the controller in port 1 to play your game. Still, I doubt it.

 

------------------

Banner.jpg

Link to comment
Share on other sites

  • 3 weeks later...
Guest oceang13

Originally posted by Dave Maul:

This is the Sega keyboard you can use for the Internet, right? Then I highly doubt that you can use it for JPB.

 

The only thing I can think of is you plug it into port 2 or 3, and use the controller in port 1 to play your game. Still, I doubt it.

 

 

plug the keyboard into port 3 then turn on the dc. if you hit the tilda? key a screen comes up. the control key and the arrows move it round.

Link to comment
Share on other sites

Guest Darth_Simpson

I think the game must have built-in support to work with the DC keyboard, like Quake III : Arena. I don't know though, but this is what I've heard.

 

Wart : Sega has released a DC mouse and a keyboard to surf the internet with. And you can use them to play games that support them, like Quake III and all upcoming FPS games. They are available for around $25 each!

 

 

Link to comment
Share on other sites

Guest Amarant

I'm back biggrin.gif

Anyway, that's pretty interesting, but I don't understand it that well...

I can figure some things out, but I don't know what all the variables are and such.

Also, after you've changed some things, how do you put them into effect during the game?

Thanks!

Link to comment
Share on other sites

Guest oceang13
Originally posted by Amarant:

I'm back biggrin.gif

you can turn it on anytime during the game. you can do some basic coding stuff which is neat like

10 for i = 1 to 10

20 print "hello"

30 next

 

then use run or list

Link to comment
Share on other sites

Guest oceang13

you can turnon the screen anytime in the game. you can do BASIC too, like

 

10 for i = 1 to 5

20 print "hello"

30 next

 

type run or list

Link to comment
Share on other sites

Guest Jerec350

I'm not familiar with code. Is there a site where I can print out the codes? Also what does all of this do? Exactly what can you program or alter? Thanks!

Link to comment
Share on other sites

Guest oceang13

ok i made a list of the stuff outta the cheat screen from the keyboard

type help and you can get most of this stuff by trying commands.

 

shift + up/down : moves the screen up and down

shift + L/R : fades the screen

type in these commands

 

cls : clears the text in the screen

list : lists out the current program

run : runs the program

card : sets the mem card "card 0" to use

dir : tells you whats on the mem card

save : saves your program to memcard "save hello"

load : load your program back in "load hello"

exit : turns off the screen

power check # : jumps you to a check point in the level! "power check 3"

power points : shows all kindsa stuff about the level your on

node : this one is wierd. it mucks around with how big the jedi is so "node 0 8 3" makes his head really big and "node 0 12 2" makes a differnt part big. the seond num is the part and the third is how big

 

cameras shake # : makes the camera bounce??? "camera shake 4"

cameras set # : this moves the camera around, diff numbers are diff angles but I don't see a pattern

 

anim play # : this one is cool! "anim play 40" it makes the jedi do a move, they have lots some are attacks

 

these draw stuff on the screen, i made the machine crash doing lots of these.

so the "x" and "y" is the spot to draw on the screen and some have number for a color

 

here are the drawing commands: line, point, circle and sclear erases everything

 

try

line 100 100 200 200

circle 200 200 50

point 200 200

point 300 300 5 5

line 100 100 205 205 2

the command move also draws stuff

 

I'm not sure what to do with this but there is a lot, I didn't figure out all the commands yet

 

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...