Archive for the ‘Game Content’ Category

Click the pictures to zoom in! Each picture set has all the “basic” settings for that area, like sun location, intensity, fog settings, ambient light…  Stuff that sets the basic mood. I’m simulating post processing effects until I get Unity PRO, so they look worse than they will eventually.  Most noticeably, light areas look too […]


Hey everyone! I’ve been working through some major game changes lately, and I finally have a few weapons working.  I’m SO glad I revamped the combat… even at this unpolished stage, it feels so much smoother. The melee combat was very clunky before, but the “Baller Swag Sword” (heh) is my favorite weapon now.  It […]


Hey! Well, I finally got the new movement system working… sort of.  The procedural animation is disabled until I convert it, and there are a few other things that don’t work yet.  But you can move around and dodge! I also added all weapons.  It’s hard to see, but she has an assault rifle, laser […]


Hey all! Aside from my other work, I’ve mostly been making drastic changes to the code.  I’m revamping the control system.  More natural movement!  Five weapon slots!  (All are still shown on character when not equipped) Anyways, I also made an alien spacecraft today.  Definitely increasing the cheesiness of this game 😀 It’s intentionally low-poly. […]


Hey all! First off, here’s a video showing a glitch I created while doing all this 😛 That’s fixed now, haha. Anyways, beforehand, I had a Mass Effect-style movement scheme, with the camera staying behind the character’s shoulder most of the time.  This was cool, but had some disadvantages: Not a cover-based game like Mass […]


Hey everyone!! It’s been a long time since I posted here. I took a break from game dev for a while to focus more on work and studies for my regular career. Still doing that, but I’m also doing the game now. Anyways, upon starting gamedev again, I made some big changes. I was reaching […]


Hey everyone! Here’s a new level.  It’s got terrain sections separated by indoor base sections.  I’ve been using it for everything lately. Here are some changes I made today.  I’ll probably work on the game later tonight but I have some stuff to do first.  Anyways, this is what I did this morning and afternoon: […]


        Hey everyone! I’ve been experimenting with new ways of making monsters quicker, and with higher quality textures.  Here’s an ogre unicorn I started this weekend.  I used the skin modifier to create the basic shape, and then sculpted after that. He’s probably going to be a recurring mini-boss, and use a […]


Hey everyone! I’ve been really busy lately with work and studying for career exams, but I’ve also been working on a few areas of the game.  I started on an update video, but that always takes me a long time, so I’ll just write about stuff for now and make a video when I have […]


The grab is a simple idea, but I spent some time making a new system for it so I can easily add grab moves to enemies and bosses.  I just attach this script to enemies, and get the settings right.  Most of the complicated stuff is handled internally, or by the animations. Here I am […]