Post Reply 
 
Thread Rating:
  • 39 Votes - 2.74 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cheat Database Discussion
Author Message
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #1
Cheat Database Discussion
Ok back in the suggestions thread there was discussion of a Cheat database like those found in other emulators such as Project64, Jnes, and even 1964. This thread is for creating that Database, it is by no means the final product since the actual implementation has yet to be coded in VBA-M

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
04-08-2008 11:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hard Core Rikki Offline
Former Administrator
******

Posts: 178
Joined: Apr 2008
Reputation: 6
Post: #2
RE: Cheat Database Discussion
sounds good. which file format will be used for it (xml-based, perhaps?) ?

VBA-M:
Developpers | To-do list | Latest releases

TODAY'S TOPICS
04-09-2008 03:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
MasterPhW Offline
Moderator
*****

Posts: 31
Joined: Mar 2008
Reputation: 1
Post: #3
RE: Cheat Database Discussion
thibeaz Wrote:Ok back in the suggestions thread there was discussion of a Cheat database like those found in other emulators such as Project64, Jnes, and even 1964. This thread is for creating that Database, it is by no means the final product since the actual implementation has yet to be coded in VBA-M
Great that you opened this thread. We really need to get this started, because IMHO the cheat system in VBA wasn't really that great or good, but now we have the possibility to create an impressive database for the Best Multi GB-Emulator available.

Hard Core Rikki Wrote:sounds good. which file format will be used for it (xml-based, perhaps?) ?
We don't know yet, but atm we're discussing a PJ64 styled INI system, but don't know exactly. Time will show.
04-09-2008 06:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #4
RE: Cheat Database Discussion
Our Major Concern is getting the codes first and then once we get organized to create either an ini system as MasterPhW suggested or something similer, anyways it's still really undecided atm

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
04-09-2008 12:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #5
RE: Cheat Database Discussion
Anyways I got a head start on an idea for the ini based idea by using the following idea
Code:
[Superman-Countdown To Apokolips (U)]
;GameShark Codes
;Load the master cheat first
Mastercheat1=928177261526
Mastercheat2=2DD1D2A7161F
Mastercheat3=95FD3D92FA7A
;end comment
AllLevelsUnlocked1=CEB9D4F70585
AllLevelsUnlocked2=44BD0E00BEB3
InfiniteHealth=A08A7934CF99
Earn3Shields=D36F140A7180
Earn3Shields=6C91CEA5FE1B
Earn3Shields=0DE4BF876EFF
CompleteMission[L+R+Up]1=EF5F027B1404
CompleteMission[L+R+Up]2=2E9FB3B13C0F
;End Gameshark Codes
;Start Proaction Replay
;End Proaction Replay
Now mind you this isn't final and is due to change especially since the implementations has not yet been written yet.

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
(This post was last modified: 04-15-2008 01:03 AM by Zach Thibeau.)
04-15-2008 12:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
dualscreenman Offline
Bug Mod of Doom
*****

Posts: 62
Joined: Mar 2008
Reputation: 0
Post: #6
RE: Cheat Database Discussion
Isn't Qt 4.4 going to have some nice XML stuff built in?
Since we're using Qt for our GUI anyway it'd make sense to utilize these features if we can.
04-15-2008 02:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hard Core Rikki Offline
Former Administrator
******

Posts: 178
Joined: Apr 2008
Reputation: 6
Post: #7
RE: Cheat Database Discussion
xml is much sweeter indeed. there's more than enough codes avail online anyway, so as long as the format for these is finalized, updating a zip file with the latest correctly-formatted codes wouldnt be a tiresome task (even less, if directly queried inside the emu from a centrally-managed, constantly updated cheat db)

VBA-M:
Developpers | To-do list | Latest releases

TODAY'S TOPICS
04-15-2008 06:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #8
RE: Cheat Database Discussion
Well like I said it's subject to change Wink

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
04-15-2008 11:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Squall Leonhart Online
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #9
RE: Cheat Database Discussion
hmm

i dislike large text files... the PEC codelist is 24mbs, and thats due to an excessive amount of Valkyrie Profile codes (yes,.. ONLY Valkyrie Profile Codes)
without them it'd be 6mbs, tops.

I would gather a central XML file to dictate the cheats to be loaded from other files would be better. so. for instance

Database.xml
- Minish Cap XML

the Database.xml would be used to match against the rom's hex, or crc, or w/e, and then load the cheats from the file specified.


.....but if we can keep a single file small, by not using mbs worth of cheats for one game, it'd be ok.

04-15-2008 01:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Hard Core Rikki Offline
Former Administrator
******

Posts: 178
Joined: Apr 2008
Reputation: 6
Post: #10
RE: Cheat Database Discussion
or small, multipart xml files with a fixed number of cheat info (cut at 500 kbs for example),dated, and with user-input cheats separately added outside of the db (minish cap.xml). this way, the cheat format could be thought of with only storage requirments in mind, and not really reeditability (it'd be desirable for edits to be saved in separate files, easier submitting process, in case theyre not in central db yet).

Also, cheats could work in more than one game (euro, italian and US versions for example), so expanding matching to the gameid would sound nicer (for all kinds of reasons, one could have bad cartridge dumps which would fail a crc32 check)

VBA-M:
Developpers | To-do list | Latest releases

TODAY'S TOPICS
(This post was last modified: 04-15-2008 06:23 PM by Hard Core Rikki.)
04-15-2008 06:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #11
RE: Cheat Database Discussion
Ok what I am going to do is start a list put it in a text file for the database and upload it to my server and when the time comes to update it into the proper format at least we have the codes Smile

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
05-27-2008 11:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Hard Core Rikki Offline
Former Administrator
******

Posts: 178
Joined: Apr 2008
Reputation: 6
Post: #12
RE: Cheat Database Discussion
how about a database instead (or flatfiles)? easier updating, easily searchable (for updating it with new codes) that is, only for the code collecting effort itself, not the format itself that was discussed earlier

VBA-M:
Developpers | To-do list | Latest releases

TODAY'S TOPICS
(This post was last modified: 05-28-2008 12:06 AM by Hard Core Rikki.)
05-28-2008 12:03 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #13
RE: Cheat Database Discussion
Well that was my idea for the collection until the specified format was finalized Smile

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
05-28-2008 12:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Hard Core Rikki Offline
Former Administrator
******

Posts: 178
Joined: Apr 2008
Reputation: 6
Post: #14
RE: Cheat Database Discussion
Updates on the topic, if any that went unmentioned.

VBA-M:
Developpers | To-do list | Latest releases

TODAY'S TOPICS
(This post was last modified: 02-05-2009 12:54 PM by Hard Core Rikki.)
02-05-2009 12:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Zach Thibeau Offline
Administrator
*******

Posts: 251
Joined: Mar 2008
Reputation: 2
Post: #15
RE: Cheat Database Discussion
not at the moment. It seems that it's gone hietus.

Emuskillet checking whats cooking in the emuscene | My Personal Blog
[Image: tealcsiler5bb.gif]
02-05-2009 01:08 PM
Visit this user's website Find all posts by this user Quote this message in a reply
laurencevde Offline
Junior Member
**

Posts: 4
Joined: Apr 2008
Reputation: 0
Post: #16
RE: Cheat Database Discussion
What do you think about the cheat-database over here?
02-10-2009 01:08 AM
Find all posts by this user Quote this message in a reply
Cyrez Offline
Super Moderator
******

Posts: 9
Joined: Jun 2008
Reputation: 0
Post: #17
RE: Cheat Database Discussion
(02-10-2009 01:08 AM)laurencevde Wrote:  What do you think about the cheat-database over here?
The problem with that system is that you have to manually load the one you want or else deal with the overhead of parsing all those little files every time you start up.

If it were me, I'd use a bunch of XML files. It'd be a lot like Squall's suggestion but with a slight twist which is that shared data would be loaded separately. This will decrease the amount of space needed for, let's say, the GameBoy Pokémon games. The encounter codes use Pokédex number converted to HEX. Instead of having who knows how many copies of the same data, just load it from the individual game's cheat file.
02-14-2009 08:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Squall Leonhart Online
The Admin with the Gunblade
*******

Posts: 1,475
Joined: Mar 2008
Reputation: 15
Post: #18
RE: Cheat Database Discussion
I'm with Cyrez on this one.

Also, why not limit it to pokemon type games, we could do it for games of different regions which use the same value range for items but use a different memory address range.

02-15-2009 03:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Cyrez Offline
Super Moderator
******

Posts: 9
Joined: Jun 2008
Reputation: 0
Post: #19
RE: Cheat Database Discussion
That was my idea all along... I just used Pokémon as an example because I figured everyone reading would get the reference. Banana_cool
02-15-2009 07:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: