New reworked background and a new spaceship: the H.A.R.E. Its fast and agile enough to avoid enemy fire, but fragile enough to break after a few shots.
Allright, I have finally finished moving out from at home. Since I am also currently working on my bachelor thesis I had to put my programming aside for awhile.
To report on a bit of progress, I am currently working on inventory system/buying/trading stuff and the like. Simple work, but man, GUI work sure is a downer in terms of motivation.

This is what it currently looks like. I think I need to make some small symbols instead of writing “Weapons”, “Addons” etc. Takes up too much space and is ugly to read.

Currently working on GUI system and stuff. The background render still doesnt look the way I want it to, but I will get that right eventually - I Hope.
Also, I have been kinda trying to work on some kind of economy simulation for this. Not to fancy, but I want to give the player the feeling that the world lives and that whatever he does actually has an influence.
The intended system would work like so:
Each spacestation generates money depending on population and wealth for the AI to use. Also companies which work at these spacestations produce products such as weaponsystems, hulls, “cargo” (which is just a consumable representing stuff like food/clothing/whatever the population needs). This stuff is then bought either buy the population (and kinda disappears), by the AI to build new ships (like patrol ships and stuff) and trading companies which send convoys to other space stations to trade.
Also there is a simple supply and demand system to influence the prices.
So, if the player decides to rob a convoy he doesnt just gain some loot and hatred by the company he robbed, but he also disrupts the trade. Missing weapon systems lead to the AI producing less ships and having a weaker presence.
Missing cargo makes the population poor which in return has its various consequences.
Some of this is implemented, some of this needs to be implemented, some of this will need to be thrown away. But thats anyway the current system I am aiming for.
Today I spent hours on something I thought - or hoped - to be trivial: Outlining of friendly and enemy units.

I tried quite a few approaches, in the end I ended up rendering the model twice. Once normally and a second time with the vertices extruded along the normals AND - and thats the catch - Front face culling enabled. It kinda got me the desired effect without doing super-expensive post processing operations like edge detections and stuff.
Pew pew pew. I worked a bit at implementing shields. I wanted to have cool ripple effects and stuff but that didnt really work out.
After lots of tweaking around this kinda what I came up with which looks halfway decent and doesnt eat my FPS for breakfast. I want make a space game, not a shield simulator.
After 823 months of nothing, I finally remembered that I had this blog. And I also remembered my resolution to write at least a bit about what I am doing, so lets start doing just that.
Due to university, my time devoted to gamedeving was rather not-exceptional. I reworked my game library from the ground up to support 3D stuff. If you are interested you can grab it here under TyrLib2. Sadly the demo for this is currently broken due to the optimization and interface refactoring efforts of the last few weeks.
So anyways, I have been working on a library, who cares if nothing comes out of it? So, to introduce my current android project:

Well, there isnt much to see yet, but I guess the general theme should be clear. It will be a sandbox space game. I am honestly not yet clear about the entire game design yet, as I am rather concerned with the performance as of now.
As far as I’m concerned, I would be spamming particle systems left and right because I think they look cool. Well, at least the explosion effects and the trail effects do. But currently they are still a bit too expensive. I think I will need to transfer more work from the CPU to the GPU.
Yay! Finally published the beta version of Block Defense.
The main menu is still ugly as hell and the game still has balancing issues and a few bugs. So I would like to ask anybody interested to help improve the game! Send me a mail, comment here, whatever, if you have any suggestions/bug reports/ideas, feel free to say it!
[video]
I finally managed to get my ass up and put the small library I assembled in the process of creating my games.
The problem? Its not exactly _made_ for other people, therefore the documentation is rather lacking, or rather: nonexistant. Though I hope I can fix this one day.
License is MIT, so you can basically do want you want with it. There are probably a lot better android libraries floating around, though, since the TyrLib was mainly created for educational purpose for me.
Finally time to start up a new game. Okay, the game I started this time around - with the temporary and rather unimaginative Block Defense - is kinda in line with my other project Block Quest.
Yes, you may admire my grandiosly bad sense for naming. Anyway, continuing…
Instead of going in the direction of dungeon crawling, Block Defense is aimed to be more of a tower defense. Of course, its not just a simple tower defense.
Like in Block Quest you have rooms/blocks which you an place on the board. This rooms now contain towers instead of monsters and crystals what-do-I-know. Also, the objective has been turned around. While Block Quest has focused on keeping the advernturer alive, this time around you are meant to kill hordes of brutal and ravaging… blobs.
So, abstract the blocks/etc/stuff out. Basically, you have to make the longest route possible with what you are given. Most tower defense games either just let you place your towers on the sideline which is imo pretty boring or let you maze around. However, both of them allow you to just get some kind of “wonder recipe” pattern.
Thats what I’m aiming to to avoid, and thats what Block Defense is basically about, to give the player a more dynamic and challenging enviromnment for creating mazes to kill… well.. blobs. Maybe I will switch to killing orcs, but killing pink wobbly masses somehow seems more charming to me.
So anyway, I started the project yesterday, so its still pretty rudimentary. The art assets are directly taken from my other projects Cross Defense and Block Quest.
I am not exactly sure what style I’ll be aiming for. I like Block Quests “paper style”, but considering the naming I probably should do a different style to allow for better differentiation.