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

#17
 
Status
None
How does the game store field maps and event scripts? Separately, or mixed together?

In SaGa Frontier every field is it's own entity with access to event flags and links in event scripts to other fields being the only interaction with other fields. There is no central shop data, no central event data, no central field backgrounds, but there may be central npc storage.

Because of this and the game already having > 256 fields, SF is massively expandable as-is. Same is probably true with monsters, though that would require some hacking, and definitely true with npc sprites.

So should a clone follow FF6 exactly, or go with an easier to expand route that uses more space (which is cheap these days)?

I want my engine to allow much larger world maps (or none at all), so IMO the world map should simply be a very large field. Having no world map is also fun, if you want to expand the towns and wilderness areas outside them.

The SF method is easier to manage on a per field/script basis since you only need to consider one at a time, but the FF method is easier to keep track of shops/fields/scripts overall since they are all in one place.

One additional benefit to the SF method is it is easier to make a event previewer that allows uou yo step through events as you build them, and edit them on the fly.
 
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: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite