I’ve made a little progress tonight. I now have a very basic scene of a character walking around. He is animated, although animations aren’t implemented for all 4 directions, so if you’re moving at all it show a “walking left” animation, and when you stop the character idles looking south, regardless of what direction you were walking when you stopped. It’s very rough, but it’s a start. I have created a very basic map of Alliston using Tiled, and the game shows multiple layers with one being dedicated for collisions. Collisions work, although the way they work right now is rough and disorganized. I’m still enjoying CreateJS. I’ve been reminded once again that I’m no artist. I’ll spend some time in the near future watching and studying some Youtube videos on creating pixel art. Hopefully I can get to a point where I can create decent looking placeholder assets, and who knows? Maybe one day I’ll have a fun game that people are interested in and I can hire an actual artist to recreate all the sprites and tiles. For now, I’m just happy with a goofy little guy wandering around on screen, not being able to walk right through the bushes.
Back…again
Planning and DevelopmentIt’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 DevelopmentIt’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 DevelopmentI’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 v00002
Release Announcementv00002 is now live. Check out the Code Magnus page in the top navigation to play and see the changelog.
Codex Magnus v00001
Release AnnouncementToday 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 DevelopmentAs 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 DevelopmentAfter 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 SpotlightSince 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 EditorPenrith 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.