Cheat Manager Project

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

Cheat Manager Project

Post by ZachBacon »

ok I got tired of waiting and I started on a little gui in wxWidgets C++ (it's also to get me started in C++ too so that I can help contribute to VBA-M instead of being just a regular Super Moderator)

Ok I got a start on the project already gui created and a screenshot to go with it

 

No functions as of yet but it will be able to pull from a cheat.ini file the cheats requested and display it Image/emoticons/smile@2x.png 2x" width="20" height="20" /> developed using wx widgets and the compiler being wxDevC++ as a frontend to mingw

I attached the source below if anybody is interested in joining this project

currently listed is all the gba games gbc/gb will be added at a later date

Included too is a compiled copy of the App

screenshots Image/emoticons/smile@2x.png 2x" width="20" height="20" />

Image


Update - Working on functionality now, it's not 100% ready for testing to be honest but it's supposed to work as when you click on a game the cheats appear on the other side of the app. The biggest part of the project is collecting all the codes.

I could use some volunteers to help with that and build up a Database

[if you are going to make sure you mark down what kind of cheat it is eg: Gameshark]

Last edited by ZachBacon on Fri Oct 24, 2008 7:23 pm, edited 1 time in total.
SCHUMI4EVER
Member
Posts: 109
Joined: Tue Mar 18, 2008 6:48 pm

Cheat Manager Project

Post by SCHUMI4EVER »

I might be interested in helping out. I can't at the moment but in a few weeks time I will have some free time so if you're still looking for help then, then I should be able to provide some.

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

Cheat Manager Project

Post by ZachBacon »

any help will be nice [img]<fileStore.core_Emoticons>/emoticons/smile.png[/img]/emoticons/smile@2x.png 2x" width="20" height="20" /> and also very welcomed [img]<fileStore.core_Emoticons>/emoticons/tongue.png[/img]/emoticons/tongue@2x.png 2x" width="20" height="20" />

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Cheat Manager Project

Post by Squall Leonhart »

I can provide the lists i've collected for several FF games, pokemon games, DBZ games, megaman games... etc

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

Cheat Manager Project

Post by ZachBacon »

awesome that would be wonderful, thanks squall [img]<fileStore.core_Emoticons>/emoticons/smile.png[/img]/emoticons/smile@2x.png 2x" width="20" height="20" />

Oni-Neoxes
Junior Member
Posts: 1
Joined: Thu Oct 23, 2008 8:05 pm

Cheat Manager Project

Post by Oni-Neoxes »

awesome!

I can put some codes I've made into it.

WTG Zach

[img]<fileStore.core_Emoticons>/emoticons/biggrin.png[/img]/emoticons/biggrin@2x.png 2x" width="20" height="20" />

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Cheat Manager Project

Post by Squall Leonhart »

We will need to specify some cheat notes as well, in the case of fire red and leaf green, some cheats cannot be activated at the same time, and others require restarting the emulator to clear from memory.

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

Cheat Manager Project

Post by ZachBacon »

Well it's not going to activate anything really in the emu itself. It is just going to provide a database to display the cheats and the user has to input them into the emulator themselfs

spacy51
Senior Member
Posts: 371
Joined: Tue Mar 18, 2008 4:59 pm

Cheat Manager Project

Post by spacy51 »

Well it's not going to activate anything really in the emu itself. It is just going to provide a database to display the cheats and the user has to input them into the emulator themselfs

 

Oh, that's lame. We should improve VBA-M's cheat "manager" with this, so the user does not have to use Copy/Paste.

Adding information about race condition between cheats might be a good idea. (In the form that VBA-M can verify that the cheats work together and inform the user if not.)

User avatar
ZachBacon
Member
Posts: 242
Joined: Tue Mar 27, 2018 9:35 pm

Cheat Manager Project

Post by ZachBacon »

Well then I would have to rewrite the app then to match the gui language vba-m is using as it's using wxWidgits for the gui language

Post Reply