Tag: graphics

The Old Old Days

While backing up files today I found some pictures from GearHead’s past. The initial version of the isometric SDL interface was, as you can see, a mess. There was an earlier graphical version of the game that used an overhead view and a different FreePascal graphics unit for rendering (I think it was called GraphiX? …

Continue reading

New Backpack Display

The inventory/equipment interface has a new look. Next step: expand and improve the item descriptions.

Knowledge is Power

One of the big problems with GearHead1 is that the game just doesn’t provide all the information that the player needs. Even when information is provided, it’s not always in a useful form. As Powerglide says, knowing is half the battle. The next interface that I need to work on is the inventory/equipment menu. I’ll …

Continue reading

Character Generator Arranged

I’ve updated the character generator with DynamicRect objects that reposition themselves according to the size of the window. I also fixed some of the problems and inconsistencies in the character generation process. For instance, the “Select Job” menu now shows the skill bonuses and staring cash of each job. Please note that at this stage …

Continue reading

The Ugly Part of Refactoring

Today’s commit of GearHead-1 is at that ugly stage of refactoring where everything compiles but nothing works properly. The TSDL_Rect records which previously defined the positions of various bits are being replaced with DynamicRect objects that update their position based on the screen dimensions. My next step is to rearrange all of the needed zones …

Continue reading

Full Screen Map Working

Two tasks complete- the game screen is resizable, and the map display takes up the entire screen. The next big challenge is to decide how I’m going to arrange the UI components. The Original Layout This is what we’re starting with. Much of the screen is filled with blank space. The map takes up a …

Continue reading

Graphic Weirdness

I’ve started work on updating GearHead’s graphics. The first step is to clean up some of the weirdness inherent in the source, which honestly is a whole lot of weirdness. Today’s big accomplishment: the game window can be resized, and the dialog console reacts to the size. It’s the only part that does react but …

Continue reading

Current GearHead1 Goals

Mikki, Watu, and Seok-hyun from "How to be Human"

As I’ve said before, my current goal for GearHead-1 is to polish up what’s there rather than to expand the game. Here are my top priorities for things that need improvement. The plots and other scripts should work consistently and without too many errors. I realize that it is probably literally impossible to eliminate all …

Continue reading

New Walls and Template

Just in case there’s any interest, here is the new rusty steel wall spritesheet: And here is a blank wall template: The remaining walls that need to be done are Residential Wall, Stone Wall, Hospital Wall, Plain Wall, Gold Wall, Wooden Wall, Stainless Steel Wall, Earth Wall, Shop Wall, Fortress Wall, Industrial Wall, Neon Wall, …

Continue reading

New Walls

Picture of the new rusty steel wall

I am going to try to add thinwall sprites for all of the wall types. The former thinwall sprites were so large that they completely hid the tile behind them, so I’ve reduced the height of the new ones a little bit. The color scheme of the new walls is inspired by the Sunrise real …

Continue reading