Users browsing this thread: 3 Guest(s)
Coding a 2D JRPG?

#5
 
Status
None
The format I use for data storage would by necessity be different from that of the rom, both because it's simpler and easier to expand. If it is 1 for 1 with every bit it isn't easy to expand, and it's hard to work with. If it exports scripts to a text file as mnemonics or method calls with parameters as appropriate, it is very easy to expand and work with. The games scripting systems and data layouts become a minimum standard, as I don't see anyone taking a mod from this engine to a rom, but I do see people doing the reverse. There are a lot of good mods out there that change data, scripts, and assets.

Exporting data from a rom is very easy, even if it's compressed or part of a disc image file system. I wouldn't hardcode addresses, instead I would abstract it to data/asset descriptors in CSV files. If a hack or translation or regional difference moves data/assets around, you just locate them then change that entry in the text.

Once you extract data, assets, and scripting from your favorite rom hack/mod, they are already in easy to edit forms. SQL for data, plain text for scripts, png for images, lossless audio for audio, lossless video for video. I'm not sure what the most cutting edge thing for animated soundless images is, are there rplacements for GIF?
 
Quote  



Messages In This Thread
Coding a 2D JRPG? - by MysticLord - 11-05-2018, 02:39 PM
RE: Coding a 2D JRPG? - by madsiur - 11-05-2018, 09:51 PM
RE: Coding a 2D JRPG? - by MysticLord - 11-06-2018, 10:09 PM
RE: Coding a 2D JRPG? - by madsiur - 11-07-2018, 05:39 PM
RE: Coding a 2D JRPG? - by MysticLord - 11-07-2018, 06:58 PM
RE: Coding a 2D JRPG? - by madsiur - 11-08-2018, 07:29 PM
RE: Coding a 2D JRPG? - by MysticLord - 11-08-2018, 09:35 PM
RE: Coding a 2D JRPG? - by Lefe - 01-19-2019, 07:46 AM
RE: Coding a 2D JRPG? - by MysticLord - 01-19-2019, 12:10 PM
RE: Coding a 2D JRPG? - by Lefe - 01-19-2019, 03:29 PM
RE: Coding a 2D JRPG? - by Gi Nattak - 01-19-2019, 03:52 PM
RE: Coding a 2D JRPG? - by MysticLord - 01-19-2019, 05:54 PM
RE: Coding a 2D JRPG? - by Lefe - 01-20-2019, 06:44 AM
RE: Coding a 2D JRPG? - by Vanya - 01-22-2019, 02:17 AM
RE: Coding a 2D JRPG? - by MysticLord - 01-25-2019, 09:38 PM
RE: Coding a 2D JRPG? - by madsiur - 01-26-2019, 11:01 AM
RE: Coding a 2D JRPG? - by MysticLord - 01-26-2019, 01:21 PM
RE: Coding a 2D JRPG? - by madsiur - 01-26-2019, 02:56 PM
RE: Coding a 2D JRPG? - by MysticLord - 01-26-2019, 09:20 PM

Forum Jump:

Users browsing this thread: 3 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite