Back…again

Planning and Development

It’s been several months since I posted anything here and just as long since I did any real game development work, but I’m back.  I haven’t been completely idle during all this time.  I’ve continued playing with different game engines and experimenting with small projects.  The core problem is that I just can’t find something I really like. 

For going on 15 years now I’ve wanted to write a game that was playable in a browser for free.  I’ve thought about different ways to monetize such a game but honestly, that’s secondary at this point.  I just want to finally make something.  I don’t want to use a platform like Steam because I don’t want to be tied to producing a completely finished product before releasing it.  I want to create a game in chapters and release them over time, then have the ability to go back and rebalance previous content on the fly.  Also, I don’t want players to need a client (or even an account) to play my game.

As I said, I’ve looked at numerous libraries and engines.  Phaser frustrates me to no end.  MelonJS is hard to follow.  Godot is awesome but I don’t like the way games get exported.  GDevelop has the same issue.  Maybe I’m just picky or lazy because I don’t want to spend the effort to actually learn the tools that are available, but in any case I just can’t get motivated to use any of them.  There are only 2 libraries I’ve ever really liked.  First is Three.  Unfortunately, that’s obviously a 3d library and at this point doing anything in 3d is just outside of the scope of what I’m practically capable of doing.  The other is CreateJS.  I’ve known about CreateJS for years and I appreciate that it is simple and intuitive.  It doesn’t hide too much from me or try to do too much for me.  That has good and bad effects.  I can write some code using it and can really tell what is happening, but then it obviously doesn’t have many features of a “game engine.”  Still, it’s what I’ve decided to use because I have been able to create some of the most very basic features of a game in just a few days using CreateJS whereas I spent weeks just trying to understand the interface of Godot, or how to do simple things with Phaser or MelonJS.  One big downside of CreateJS is that it isn’t actively developed any more.  I haven’t found any issues with that up to this point, and it’s open-source so I can always change it myself if necessary.

So that’s the plan for now.  I’m working on a simple, small 2d CRPG using CreateJS as the basis for a custom engine.  I’ll post more about the game’s story, and possibly even a very small demo of where I’m headed within a few days.  2020 was a garbage fire and I wrote it off completely, but I’m trying to be positive for 2021 and one of my big goals is to finally publish a finished game this year, so stay tuned.

Back at it

Planning and Development

It’s been over a year since I posted here and I had basically given up on writing games, at least in the format I’ve always wanted to use. But I’ve picked back up here recently and made some really good progress really quickly, so maybe the 100th time is the charm, yeah? In any case, I’m working on a new (old) game and plan to post about it here soon.

Struggling a bit

Planning and Development

I’m spending time here and there working on Codex Magnus but I’m honestly struggling a little. One issue is that I’ve started playing DDO again and that’s a major waste of time (of which I don’t have much) but more than that I am having trouble deciding how to move forward. There’s not much to the game as it is so you would think that picking a feature to add would be simple, but for some reason it’s not. It’s like everything that’s left to do is so big that I’m having a difficult time figuring out how to break each piece into manageable chunks. Here is a partial list of things that are left to implement:

  • Battle system
  • Inventory system
  • Dialog boxes
  • State management system
  • Save/load games
  • Dynamically loading/unloading map chunks
  • Map ports (for interior locations or moving from one major area to another)
  • Lots and lots and lots of art

I’m sure there are even more things I’ve left off this list but that’s plenty. When I look at an item like “Battle system” it’s difficult to imagine how to create a very first step, much less a finished product. Plus I’m still fighting with Phaser a pretty good bit. I still believe it’s just my lack of experience with real software development but looking through the examples for Phaser 3 and going through the documentation can feel like falling into a black hole. Specifically, I’m trying to figure out the plugin system. The Phaser documentation says it’s really powerful and useful, but so far it’s been mostly a headache for me. I’ll keep plugging away, but it’s frustrating how slow the process is.

I have a new version ready to go but have been lazy about releasing it. I’ll really try to do that this weekend, and maybe doing so will get my motivation back to where it needs to be.

Codex Magnus v00001

Release Announcement

Today I’m releasing the very first version of Chronicles of Tright: Codex Magnus. It’s a silly little thing that only technically qualifies as a game, but it’s a starting place. Check out the Codex Magnus page in the top navigation to give it a whirl.

Because I’m developing this game incrementally and starting with such an incredibly simple base updates will come frequently, especially at the beginning. I’m guessing I’ll release multiple updates per week at least for the first few weeks. After that it may slow down, but making small improvements to what I have now should be fast and easy.

Chronicles of Tright: Codex Magnus

Planning and Development

As I said a few weeks ago I have decided that my original plan was just a bit too ambitious. I still very much want to create a browser-based role playing game, but I have decided to go with a 2d game that will hopefully be more manageable for a single developer. I’ve gone back and forth a number of times but I’m writing it here so that I will stop waffling and start coding: the game will utilize Phaser 3. There, I’ve said it so now I’m committed. At this point I honestly don’t like Phaser all that much. It does some cool stuff, but the documentation is a bit of a mess since there was a relatively recent major version change from 2 to 3, but it’s actively maintained and will clearly do everything I want it to do, I just have to figure out how to make it work. I feel a little bit like I’m jumping out of the frying pan and into the fire because I became frustrated with the 3d game due to my constant fighting with the pipeline I was using, and I’m afraid that Phaser may end up presenting many of the same challenges, but hopefully it will start to make sense once I’ve committed to using it and have spent a significant amount of time with it.

I will get into the plot of the game in a future post but the core story is about a young man who gets caught up in a world of danger because of his father’s involvement with a mysterious, powerful book called Codex Magnus. The story will be mostly linear and will the game will feel very much like the older JRPGs like Final Fantasy II/IV and Secret of Mana.

In an attempt to familiarize myself with Phaser I plan to write at least a few tutorials on it and post them here. Hopefully this will force me to really examine the documentation and understand it so that the tutorials will be useful and development of the game will be easier.

This is an exciting time and hopefully things will move fast, so stay tuned.

New direction

Planning and Development

After much consideration I’ve decided that a 3d game was just too ambitious for now. I still believe it is totally possible to make a game the way I was trying to do it, just not with the abilities and resources that I have to devote to the project right now. Instead, I have decided to create a 2d game that will act as a precursor to the 3d game that I eventually would like to build. I’m going to keep the details light for a little while as I sort out exactly what this new game will look like, but I’m thinking very much along the lines of the older Final Fantasy games. That is, a party-based single player game with a largely linear storyline and tile based graphics. I’ve been doing some prototyping and so far it’s predictably much, much simpler to work in 2 dimensions than 3, so things are progressing quickly. I will probably have to eventually get some outside help on the pixel art because I’m just not much of a 2d artist, but there’s time to figure that out later.

I’m going to give myself until January 31 to get my ideas completely worked out in my head, then on February 1 I’ll post some concrete details here about the story, the technologies I’m using, and hopefully a timeline of when a playable product will be available.

Farm plot

Asset Spotlight

Since the first quest in the game takes place on a farm, I thought I’d start making some farm assets.  Here’s what I came up with.

You can sort of make out the weird, sad fruits on the plants in the field.  I thought that was kind of funny.

Let there be grass

Planning and Development, World Editor

Penrith was feeling a little bare.  I have some friendly trees, a few buildings, even some random fences and water, but the ground was still pretty bare.  When walking around it was a little tough to tell if you were even moving because the trees might be far off and since there are places where there is little variation in the color of the ground, it was sometimes fairly unsatisfying.  So I created tools to add grass to my scenes.  There’s only one type of grass at the moment, and the whole process is Super Unoptimized™ but it already looks 10,000% better. 

I also turned on shadows for the screenshot above, so that helps.  The tool allows you to basically paint on grass, and it works surprisingly well.  Eventually I’ll need to add in multiple type of grass but for now I’m happy with it and will probably move on to something else.

Design decisions

Planning and Development

I had a chance over the Thanksgiving holiday to sit down with my brother and talk about the game.  There are, obviously, a virtually endless number possibilities when creating a game and picking a coherent direction can be tough.  Talking it over with him really helped and we decided on a slightly new direction for the game.  Since I started on this incarnation of the project I have been thinking of Lyridia as a multiplayer-focused game.  I was doing this primarily because I thought that I would end up with a game that other people wanted to play.  While this is an important goal, in order to keep working on this in my spare time I really think I need to make a game that I want to play.  Hopefully it will also be a game that other people want to play, otherwise what’s the point?  But I think it’s reasonable to assume that if I like it, at least some other people will too.

So here are the highlights of the new design for Chronicles of Tright: Lyridia.

  • The core of the game is a single-player experience
    • There will be a primary story that takes players all the way through the game with side quests that are not necessary but will enhance the experience.
  • Multiplayer features will be added later
    • Extra content (like instances and raids) will be available for those that enjoy that type of play, but will not be necessary to play or finish the game.  Public areas, chat, an auction system, and other features are also planned.
  • Choices matter
    • The story will require you to make decisions that affect the rest of the game.  This means there will be multiple versions of the same core story and multiple ways to finish the game.  A reincarnation system will allow players to play the game over and over, making different choices along the way each time.

One big challenge is going to be writing a story that is complete and yet can be extended later if needed.  Typically in an MMORPG if you want to add more story, or increase the level cap, you just create a new area and create a story for it.  For this game, increasing the level cap or adding more area to the game means I have to modify the whole story to include the new content.  I can still add side quest content without messing up the core story, but I don’t think it would work to add content for players at level 60 if the game’s main story ends for players at level 50.

Obviously this is still a very big challenge and will require lots and lots of planning to avoid having to totally redo things later, but I’m excited to have a specific path to follow, and hopefully that means progress will come a bit more quickly.

I’ve missed my December 1 deadline for a demo version of the game, but that’s due to the redesign.  I’ll have to see just how much time it takes to fully flesh out the story, but hopefully January 1 is a reasonable time to have something playable up and running.  We’ll see.