
The shop interface has been laid out. Now all I have to do is connect it with all the sub-menus in the shopping unit.
Mar 23

The shop interface has been laid out. Now all I have to do is connect it with all the sub-menus in the shopping unit.
Mar 22

Just about everything seems to be working in the new SDL interface. The “Browse Design Files” option in the main menu now works like the GH2 version- you can see each mecha’s info display as you scroll through the list, and selecting a mecha will open up its parts viewer. The last two things that need to be updated are the shopping interface and the yes/no menu.
Please note that to compile the current snapshot from GitHub, you should use:
fpc -dSDLMODE -dWIZARD gharena
This is because I haven’t cleaned up the WIZARD/ULTIMATE bits yet. By the time v1.210 is released you should be able to compile with just the -dSDLMODE tag.
Mar 21

Today I added a new Mecha Engineering interface. The technical info panel lists the following things:
Hopefully this extra information will help to de-mystify the mecha design process. Do you think there’s anything else I should add?
Edit- One potential problem is that the form MV/TR bonuses could be mistaken for the mecha’s current MV/TR. I should make that more clear on the display.
Mar 19

I don’t have as much time for programming as I used to. There are a couple of things I could use some help with, so if you have at least a passing familiarity with Pascal and GearHead then read on.
The Japanese GearHead fan community has made a lot of improvements to GearHead over the years. nameless provided some links to the changes in a previous comment thread. It would be easiest for me if someone could submit each of the changes as GitHub pull requests; that way, I could quite easily see what each of the changes does, and quickly incorporate them into the main branch. Most of the changes seem to be within $IFDEF blocks, so even an explanation of what each tag does and which tags depend on other tags would be nice.
My main concerns:
Unfortunately, I haven’t been able to compile the i18n version or run the precompiled binaries on my current laptop. I suspect that I’m doing something wrong.
Right now I’m busy improving the SDL interface. Due to limitations of the console interface, many of these changes cannot be applied to ASCII mode. One way to get around this would be to adapt the GH2 vidgfx, vidmenus, and vidmap units to GH1. In theory, it should be possible to set things up so that most of the $IFDEF SDLMODE switches can be removed.
One possible complication: Are the GH2 ASCII units compatible with the i18n patches?
Mar 18

Even more of the Field HQ is now working. You can select a mecha for a pilot and select a pilot for a mecha.
The lancemate info display has a big empty space at the bottom; I should add biographies for all of the standard lancemates, and random biographies for all of the random lancemates. Random biographies would be much easier to make if there were a procedural text generator already in place. So, I think after I get the interface completely working again, I’m going to write a CFG token expander.
Mar 17

The menu that pops up when you select a mecha or item from the FieldHQ is now working. To make up for the fact that this display looks just like the FieldHQ display, this time I present my results in glorious AnimGIF format.
Mar 15

I’ve arranged the new Field HQ display, which now shows info about the team’s mecha in the right side panel. Unfortunately, I can’t find several of the original mecha portrait files, which is a problem because I’m resizing them to 160×160 instead of 100×150*. One of the problems with the 100×150 GH2 mecha pics is that large, bulky units such as the Savin and the Zwar come out looking smaller than tall skinny units like the Ice Wind and the War Cry.
The mecha info panel could probably use some more information:
That seems like an awful lot to fit into a single 250×300 panel. Anything else that should be displayed?
*Yes, I’m aware that this Savin is being depicted as a Zerosaiko. The Savin portrait is one of the ones I can’t find. 🙁
Mar 14

Today’s achievement is that you can now switch between lancemates using the left and right keys from the backpack display. This feature should be applied to the Character Viewer and Shop interfaces as well.
Mar 13
I will be busy today getting my pages ready for the California College of the Arts comics anthology. No GearHead for me until they’re finished. Instead, please enjoy the Cybertronic Spree performing the theme song from a Canadian cartoon.
Mar 12

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? I can’t remember), but I can’t find any screenshots of that one.
I wonder what font I used in pre-release GearHead?

Initially, I planned for each portrait to have five facial expressions depending on the character’s mood. In retrospect I’m glad I didn’t go with that because it would have been tons of work.

I also found this paperdoll avatar worksheet I started but abandoned. The bellbottom pants would have been authentic to Mobile Suit Gundam, at least.

Finally, I was reminded that several of the monsters in the game started out as clay models that I photographed with a webcam and traced in Ultimate Paint.
Looking at these old pictures makes me quite proud of how far the game has come.