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

#4
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(11-06-2018, 10:09 PM)MysticLord Wrote: I don't know anything about C game or gui libraries, I'll figure it out as I need to. I don't want to use a very complicated library, but I do want something that is maintained, Linux native, and portable to at least Windows 7.

SDL 2 is cross-platform and vastly used for I/O, sound and graphics.

(11-06-2018, 10:09 PM)MysticLord Wrote: I would reuse parts of the modules as much as possible, with sub modules you can switch out for thing unique to each game. Thus you could hack the FF5 job system to FF6 with far less effort than it would take for assembly language. Same deal with extending the scripting systems, upscaling art assets, improving music, and so on.

This is a good approach.

(11-06-2018, 10:09 PM)MysticLord Wrote: So ideally you could use the existing FF rom hacking tools and export your changes (or rip soneone elses rom hack), you could rip it all out and start from scratch using PC specific tools like GIMP/Audacity (the scripting would just be plain text), or both.

They all not all open source sadly so some impossible to modify. I would personally not use the ROM as a base because everything would need to be coded in the ROM specific formats for data and modification and you would need to code an export format for everything that is more suitable for your game. For my project I was thinking just coding an editor for data and scripting languages and use just one format for each thing. Using a ROM as a base seems to doubling the workload to create editors. Maybe some export features for graphics but that would be it as far as using the ROM would be.
  Find
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: 2 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite