Current Projects

Posted by Mega on July 18, 2015, 2:14 p.m.

It feels like forever since I've even had any tangible progress to report on any of my projects.

In fact, it's been a while since I've had time to work on a project. Retail is soul-crushing.

A few weeks ago I basically handed in my notice, and will no longer be working at the front-desk from September 1st.

I'll instead be repairing computer problems on contract, with an up-front fee per machine (Nominal, I'm not going to fleece my boss; she's helped me out a lot - I'll be earning more than I am currently on a good week, since it'll be per-job and not a fixed weekly rate).

I've got my learner license for motorcycles, so I'll have easy transport between home and the workshop (Only a 2.5km trip, but I'm not walking when I have wheels available).

This means one thing to me: Time. I'll finally have time to get back to doing what I want to do.

Which is get all my skills back up to scratch again.

Skills rust. I can still draw and sprite relatively well, but can't animate for shit.

Music? I don't even know where to start.

So yeah, I'm going to have time to get back into practice; maybe release a few mini-games, do a Ludum Dare if I remember to join.

Oh right, the blog title is "Current Projects". I still tinker at work when I can; I have a crappy Linux box (Crappy because of crappy hardware, not because it's Linux).

I actually got around to not being a lazy ass and figured out how to implement both 2D and 3D renderers using modern GL (2.1, 3.0 mostly).

I've spent a lot of time streamlining my development process too. On my home machine, I've made use of a semi-forgotten command line program in Windows, SUBST, to map my dev folder to a drive letter.

Makes for much easier access via command line, and do 50% of my work in the command line (MSYS. Once you BASH, you can never CMD again).

For moving code between work and home, I set up a git repo for my projects on my USB drive. Simple git push, and a pull on the other machine and I'm done.

My build system at the moment is either very simple or very complicated, depending on the project.

For small things, I just set up a pair of shell scripts (One for Linux, one for Windows).

If things start to get mildly complicated, I usually slap together a makefile. Then I inevitably get tired of doing that and switch to using CMake, which is wonderful when it works, and a piece of shit when it doesn't.

Anyway… projects. I've got one game project I'm working on at the moment, not counting the other cold-starts I have in my dev folder.

It's mostly art at this point.

I just want to make a solid platformer. No gimmicks; just core concepts from the Megaman series: Jump 'n shoot.

I've gotten over the "Indie Disease" where you start every project trying to figure out a unique mechanic or theme. It doesn't work, you just end up with a bunch of false starts and end up feeling like crap.

I've played games like Axiom Verge and Freedom Planet recently. They both are just really solid games. Axiom Verge is pretty much a 1:1 Metroid Clone; everything you know about Metroid applies here. And I loved it.

Ditto for Freedom Planet.

I'd rather make something that fulfills the expected platformer mechanics first, and as solidly as possible, before I create any new mechanics; that way, I can create a gameplay element that fits the game, rather than create a game to fit it.

Entertainment

You know what I feel like doing at the end of a long day of dealing with the pests commonly known as the Computer Illiterate Masses?

Nothing. Absolutely nothing.

Nothing requiring input anyway. That's one of the major reasons I haven't been doing anything creative recently.

So basically I end up trawling Youtube and watching a ton of Anime. I tend to play games on the weekend when I have a bit of time.

Anime I'm watching

> Shokugeki no Soma (Genius, if you don't mind the Ecchi)

> Overlord (Mixed opinion on this so far)

> Dragon Ball Super

> Ranma 1/2

> One Piece (I'll never catch up)

Anime I recently finished

> Fate/Stay Night: Ultimate Blade Works (Excellent fight-scenes, slow story)

> Sword Art Online 2 (Stronger overall than the first season).

> JoJo's Bizarre Adventure. (Contents as on label. Loved it though, and am now reading the Manga).

Those of you who remember my viewing preferences from a few years ago will notice a huge shift. That is, I'm watching stuff that isn't Mecha.

Games I'm playing

> The Witcher 3 - I get the feeling this is going to take me months to get through.

> Dark Souls - I love doing speedruns and challenge runs.

> DoomRL

> NetHack, Crawl, ZAngband.

> A bit of TF2 on occasions.

> ARK: Survival Evolved

> Megaman X3: Been working out 100% Speedrun routes for this during quiet periods at work.

Games I recently finished

> Kerbal Space Program (Demo)

> Axiom Verge (Recommend highly to Metroid fans)

> Freedom Planet (Recommend it highly to Sonic 2/3 fans)

Impulse-bought Fallout New Vegas Ultimate Edition at the shop yesterday. I swear, they placed it right where I would see it ;_;

I already had the main game, but for all the DLC, it was nice and cheap (Approximately $7).

Well, that's enough out of me. Go watch these guys make a sword:

Comments

Charlie Carlo 8 years, 9 months ago

I know what you mean about skills 'rusting'. I hadn't made any music for a year before two weeks ago, and when I started working on Credence Filter again a few months back I had to get used to animating again. Incidentally, I discovered the drag-parts-then-redraw method of animating and its 50 times easier than my previous method, but I think you already do that.

Quote:
I've gotten over the "Indie Disease" where you start every project trying to figure out a unique mechanic or theme.
Gimmicks suck most of the time and usually make games less interesting otherwise. If you give your game a few unique ideas and mix and match some features you like from other stuff, it'll have more character, I think.

Some other points:

- Anime sucks.

- Dark Souls rules.

- I found New Vegas to be uninteresting and disappointing compared to Fallout 3.

- FALLOUT 4

Nopykon 8 years, 9 months ago

I like that spritesheet.

death 8 years, 9 months ago

Heh youtube is the ultimate killer of time. I end up on there everyday after work. Too tired to do anything else despite having an easy job, it physically drains. Well its great that youll no longer have to work the clock anymore but youll have to focus more on planning how many jobs you take on and need.

Good plan on that platformer, i agree that a well executed game is better than a poorly designed gimmick but dont underestimate the power of a fresh new concept in a familiar genre.

I didnt bother with sao2 after going through the first season i wasnt impressed. I also dont feel that the continuation of the series feels natural at all. Random new games pop up and the main characters keep coming back to them, whyyy? Also i recomend watching robotics;notes. Good anime about building a giant mecha, not what you would expect either. Big focus on characters and a super secret conspiracy! Heh.

Youll do fine with the rusty skills, i dont think its something you ever forget. Even though i program in random bursts throughout my life, i still seen to get consistently better despite large gaps in time.