Background Application

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Andrew
Posts: 9
Joined: Sun May 09, 2004 11:42 pm

Background Application

Post by Andrew »

Is it possible for a homebrew application to be running in the background as you play a game or run another application? It would be neet if someone made a small application that ran in the background parsing key entrys waiting for L1+L2+R1+R1+START+SELECT and if it gets that just reset the console... its just an idea..
mharris
Posts: 155
Joined: Sun Jan 25, 2004 2:26 pm
Location: Annapolis, MD, USA

Post by mharris »

you can literally do almost anything you want with your own code, but getting a commercial game (that you don't have the source to) to play nicely will be next to impossible.
apache37
Posts: 76
Joined: Fri Jun 04, 2004 3:13 pm

Post by apache37 »

Well one way to do it is with a Gameshark type device. It supports "joker" codes which just scan the pad for the buttons being pressed. It would be tricky since the way those devices work they just write values to memory addresses so you would need to find a way to jump to your code and reset the machine from there.
User avatar
DracoLacertae
Posts: 22
Joined: Tue Jul 13, 2004 3:49 am
Location: Berkeley, CA
Contact:

Post by DracoLacertae »

Well one way to do it is with a Gameshark type device. It supports "joker" codes which just scan the pad for the buttons being pressed.
A gameshark works nicely for changing little variables (like ammo), but I don't think it can reset a ps2.

http://hellion00.thegfcc.com/index.html has some good gameshark info.

The joker commands don't scan the keypad. They just read the memory location that the game wrote the keypad's state into when the game scanned the keypad itself. You can't use joker commands unless you know where to look, which will be different for every game.

If you want to discuss it more, just PM me. I'm always looking for new things I can do with a gameshark.

Also, if you do find a way to run an app in background of a commercial game, let me know. I would like to try to create a homebrew gameshark out of such a program.
Post Reply