![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on [RELEASE] Star Wars: Renegade Squadron Cheat Device within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hey guys! Finally finished up my first version of the Cheat Device for Star Wars: Renegade Squadron. This Cheat Device ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
Hey guys! Finally finished up my first version of the Cheat Device for Star Wars: Renegade Squadron.
This Cheat Device will allow you to change your weapons in-game without having to make new cheats over and over! Each weapon slot has its own option on the menu and you just use Left and Right to change each option. In the future I hope to add more Interactive Cheats, maybe a teleport function, and will definitely be adding more stuff as you guys find it. Credit will be given to anyone who's cheats I use in the Cheat Device. Here's the download: http://www.themaxone.net/SWRSHACKER.zip Read the ReadMe.txt file for instructions on installation. To bring up the menu, hit L+R+UP, to hide it, hit L+R+DOWN. Thanks for reading and/or downloading! |
|
|
|
|
|
#7 |
![]() ![]() Developer
|
Who would have thought this would be coming so soon, after reading the other thread where you asked for help and got none very useful for three pages :P
Nice first work though, good luck with improving on it and your coding experience
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron. Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not. Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down. Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them. |
|
|
|
|
|
#9 |
![]() ![]() Avada Kedavra
|
Nice :P
Good job getting it to work so fast
__________________
|
|
|
|
|
|
#10 | |
![]() |
Quote:
__________________
...Just Returned To The Scene... |
|
|
|
|
|
|
#12 | |
![]() |
Quote:
__________________
...Just Returned To The Scene... |
|
|
|
|
|
|
#13 | |
![]() ![]() Developer
|
Quote:
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron. Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not. Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down. Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them. |
|
|
|
|
|
|
#21 |
![]() ThatSonyGuy/THATPSPGUY
My Mood:
Join Date: Jun 2005
Real First Name: Sooper
Location: All tha way East!!!
Just Played: Battlefield1943 ps3
Posts: 672
Trader Feedback: 0
|
Wowe I had no idea about this, and I'm usually abreast about things like this. Good job that you got this working, you're in League with Edison now. Time to PWN the CARP outta all the little pwnr bees. Muhahahahahah, Thanks for the added FUN!
__________________
There are only two infinite's, The Universe and Human Stupidity.- Albert Einstein Sony Messed up and had to give me a Brand New 60gig PS3, not a refurb |
|
|
|
|
|
#22 |
![]() ![]() Developer
|
Durka, you should take a look at the SDK that comes with 3.71 M33, that might help with porting it
__________________
Bubbletune's Release Site |
|
|
|
|
|
#24 |
![]() ![]() ![]() Developer
|
To make it work with 3.71 M33:
1) Update the PSP SDK toolchain 2) Use: psp-fixup-imports -m map.txt your.prx 3) The map.txt file uses this format: Code:
@sceDisplay_driver sceDisplayIsForeground:0x044FF282 sceDisplayGetFramePerSec:0x13AA96B7 sceDisplayWaitVblankCB:0x16FD49DC sceDisplayGetBrightnes:0x1CB8CB47 0x92C8F8B7:0x28B0525E sceDisplayDisable:0x32B67781 sceDisplayGetVblankRest:0x3737A23B sceDisplaySetFrameBuf:0x4AB7497F 0x66961521:0x5CD75E4A 0x63E22A26:0x643F3841 sceDisplayGetCurrentHcount:0x689C0CC2 sceDisplaySetBrightness:0x776ADFDB sceDisplayWaitVblankStartCB:0x792E8018 sceDisplayWaitVblank:0x7FBA941A 0x5B5AEFAD:0x820C6038 sceDisplayIsVblank:0x8BE19BF8 0x23CE8C51:0x8DECEF47 sceDisplaySetHoldMode:0x906281D5 sceDisplayEnable:0x946155FD sceDisplayIsVsync:0xA26AAF53 0xAE0E8972:0xA44B9FFC sceDisplayAdjustAccumulatedHcount:0xA86C2E86 sceDisplayGetAccumulatedHcount:0xA99B94A3 0xE4E4C018:0xB43C8B57 sceDisplayWaitVblankStart:0xB685BA36 sceDisplayGetResumeMode:0xC3C340AF sceDisplaySetResumeMode:0xE4AB9AB5 sceDisplayGetFrameBuf:0xE56B11BA sceDisplayGetVcount:0xE8466BC2 sceDisplayGetForegroundLevel:0xF3C6C317 @LIBRARY_NAME_GOES_HERE 0xBEFORE_NID:0xAFTER_NID ...or... BEFORE_FUNCTION_NAME:0xAFTER_NID All you have to do is find the new NIDs for the functions that are KERNEL based (SONY doesn't touch USER NIDs cause they'd break compatibility) Source of Info + list of OLD NIDs and their NEW NID counterparts: (scroll down to TyRANiD's post) http://forums.ps2dev.org/viewtopic.php?t=9020&start=0 |
|
|
|
|
|
#25 |
![]() ![]() Developer
|
You can use psp-fixupimports together with Tyranids added remapping function. You just need a map file for the functions your prx uses. A good start is the one posted by Tyranid himself here: http://forums.ps2dev.org/viewtopic.php?t=9020
For the rest of the functions you need to create it yourself (by using the NID changes posted in that thread). EDIT: Meh, Sanik beat me to it ;P
__________________
Raphs board rules #31: Excessive use of punctuation is either a sign of a lesser ego or a small mind. Avoid it if you don't want to look like a total moron. Raphs board rules #17: When you need to ask whether you are capable of doing something, you are not. Raphs board rules #2: Exploits aren't found by changing version numbers, blindly merging data into a file or turning your PSP upside down. Raphs board rules #1: If you have no clue how exploits work, don't come up with ideas about them. |
|
|
|
|
|
#26 |
|
Is there anyway someone can upload whatever I need to get this to work on 3.71 M33?
I can usually get whatever HB I want to work, but I have never did anything nor heard about NID's...so I don't want to mess anything up. Plus I am at work! And I want to be able to use this on my 45 minute bathroom break! Thanks! Cannot wait to try this out! |
|
|
|
|
|
|
#29 | |
![]() |
Quote:
|
|
|
|
|
![]() |
| Tags |
| cheat , device , release , renegade , squadron , star , wars |
| Thread Tools | |
|
|