Game
A Terry Video Game
9 years ago

A minor update before it can get released...


I’ve changed the header to something more… generic. Trust me. I’ll change it back later.
Also, I’ve disabled ratings since the game’s incomplete at the moment. …and trust me, it’s coming. I’m working on the last few levels. To keep you satisfied, though, I’ll try to give some updates as to how it’s going here and there.
…let’s start with a new screenshot, shall we?



0 comments

Loading...

Next up

The only thing harder than animating a set of wheels is making it handle like a set of wheels.

...and making an infinite floor without resorting to the official 3D engine.

Robots fresh off the assembly line from the prosthetics factory.

I call the ones that crawl "Gwendy", after the dolls from Small Soldiers.

The First Two Bosses

Trying to do that Infinite Floor thing (technically, it's a trick of the camera), and I think it chugs.

Makes sense, since it's drawing on one surface over and over for each scanline, then putting that on another surface, which puts that on-screen.

Hmm...

First off, you can't rotate a background with draw_background_tiled. However, you can draw anything on a BIG surface, and a surface can be rotated and doubled up.

So, the infinite floor uses a surface, and now it's not chugging so hard. Look at the FPS.

Here I am, still trying to push the limits. I'm pretty sure there's a shader for Mode 7 out there, but this is what I've been working with.

Also, because of limitations, red flashing floors generate force fields you can bump into.

This background full of conveyor belts might make it a bit more factory-like, but it's still ominous.

Updated HUD, HP system, and other collectibles! (including the bunnies)

What kind of bad guys do you see at a prosthetics factory?

These Leg Gunners are part of the security system.

I could have a part where the factory builds robots for you to beat up, but they're gonna be humanoids. They'd probably be like skinless T-800s.

So, what's the secret to drawing a car?

1. Just draw the car from profile, back, and possibly front.

2. Dig out any Hot Wheels product for reference.

3. Use the reference to figure out how to draw those in-between angles.