Piktars!

Published November 01, 2006
Advertisement
Hey everyone!

Its time for another Angels 22 update, so read on and see what we've been up to this past week.....

Democracy Fails... again
Mark did again folks, in yet another case of Mark's will overriding that of the majority of our journal viewers, he has changed the laser's color to green. While everyone did have a point that red is a commie color, and it is fitting given the nature of the game, nothing could stand up to the awesome looks of a green laser beam.... at night. Yep thats right, we fired up the game with the green laser and set the time of day to night, and it was awesome. The contrast that the lasers make with the dark sky is simply awesome, and so we changed the color of the emitter to green, and we're sticking to it, I think you guys will agree when you play the game[wink] Anyways, here's a screeny of the new green lasers in action (it looks much more kickass in motion however...)



Water!!!
Via the miracle of photoshop gradients, we now have semi-pretty water in the game. It's still not perfect (or perhaps it's too perfect...), I think we need to add some random waves and sparkles before it looks truly good, but this will do for now, and you can see in the picturesque screeny of our new level below...



Afterburner
Mark drew up an afterburner sprite today, so now whenever you boost your jet, you get visual feedback in the form of a huge flame out the back of your plane. I'm also thinking about adding some blurred streaks that fly across the screen when you start going really fast, but I'm not sure yet. Anyways, screeny time...



Low Level Boring Stuff
This section is dedicated to the stuff I worked on that doesn't result in a cool visual effect or gameplay feature, and today I'll be talking about the Load/Save order. When I initially started coding up the Dogfight engine, I didn't think that the order that things were loaded or saved would matter in the end, but as I've been adding more and more complex effects and gameplay tweaks into the game, this order has become very important. Many things in A22 function by manipulating variables that are always set to the same value at the beginning of every update loop. For example:

1. Every objects "isPainted" variable is set to False

2. When a radar is updated, all of its targets get their "isPainted" variables set to true

3. Any SAM site that sees a painted target can fire at that target

As you can see by that sequence, if the SAM Site was updated before the radar, then the radar will have not painted all its targets, and the SAM Site couldn't fire its missiles. This problem spurred me to add a new variable to the Thing baseclass that all objects are derived from, "loadpriority", which helps the game save/laod the objects in a level in the right order to avoid such unfortunate happenings. And thats all for this installment of "Low Level Boring Stuff".

Well thats all for now, check in next update for more... stuff.... Peace Out!
Previous Entry Woo!!!!
Next Entry Untitled
0 likes 3 comments

Comments

mldaalder
Good you changed the crystal colour to green.^_^ It makes more sense now.

About the afterburner, I think it should introduce a bit of blur. Not motion blur, but, well, simply blur, maybe with less (or no) blur along the aircraft plane (take the "height" of the aircraft as the plane height, and tilt the plane with the angle of the aircraft).

Also, the aircraft should become a bit less controllable.




Final question (for now), any chance of a new demo? The current demo is loosing it's replayability, even after modding the level (by adding sam sites and lowering the player health) is loosing appeal, since the level is more or less static.
The screenshots aren't helping either. :P


And a bug report, I changed the player health to a 1000, and the GUI didn't properly handle it (at least not in the demo).
November 01, 2006 02:17 AM
HopeDagger
Darnit, yes! They green lasers certainly do look cool. I'm also very glad you have a fade-effect on the beams, which I wasn't able to discern from previous shots; it adds a lot to the effect. I still would like to see an alpha-fade on the edges of the beam, but that's just extra polish if time permits.

As for the water, somesort of wave system would be fantastic. Ie. dropping a bomb into the ocean would result in a nice big wave on either side of where the bomb dropped that travels for a goodly amount of distance. I'm not entirely sure on the implementation, but I'll be trying something similar for the enemies in my project. But in any case, please make it more exciting than just a gradiant. ;)
November 01, 2006 07:05 AM
Sir Sapo
@midaalder - Yeah, I'm thinking some sort of blur, or speed particle effect is in order for the boost. The way the boost works is that you can double tap up and the afterburners light up, boosting you along, but making the plane turn much slower, and it only lasts for a certain amount of time. We are working on a new demo level (its the one in the screenshots), we may just release a new demo with the new level soon, but we wanted our next release to have something new and substantial in it (ie. menus), but we may release it early...

@HopeDagger - Yeah, Mark came up with the idea of the fading laser, which I can;t believe I didn't think of[grin] It looks much cooler in motion though.... I keep trying to think of some cool wave system to implement, but I can't seem to decide what would look good, and I don't have the time to go screwing around with ten different implementations right now, so until I can think of something really good, It'll probably stay gradiented, but fear not, I'm working on it [wink]

Thanks for the Comments!
November 01, 2006 11:56 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

!

1181 views

'Roids

1483 views

Post Dva

1265 views

Untitled

1100 views

I'm a sad panda...

2105 views

Untitled

1003 views

Progress

1048 views

Angels 2X!!!!!

1470 views

T3H Progress!

1294 views

ZOMG!!!!

1174 views
Advertisement