• Home
  • Firearms : Source
  • Flixel
  • News
  • Uncategorized
  • WorkHistory
  • XNA

Parallaxing Backgound

by Alex on Dec.22, 2009, under XNA

Made a parallaxing background manager that takes in a vector from something (in this case the player) and alters the background.

I ran into trouble with the math when I wanted to get extremely small parallax scale values.

The art is done by Shea L.

Leave a Comment :code, XNA more...

Ps_derailed update

by Alex on Dec.22, 2009, under Firearms : Source

I havent had time to map much lately because of school but the nice thing about being away from a map for so long is your mind keeps subconciously working on it. I had no lack of ideas for this map.

The progressive spawns are completely redone and are moved a bit further away from the center cap point. There is now about 200% more upper level sniper and support spots. There has been a lot of re-texturing to give it a more industrial and unified feel. The texture theme before was a little all over the place. HDR exposure is reduced and the lighing is getting there, it still needs some more incremental changes though.

The shots here show off the redone areas and sniper points over the 3rd cap point. Note that the 3rd cap point goes into the garage and is now much more heavily fortified, it should be easier to defend despite the increase of sniper points focused on it.




Leave a Comment :Derailed, Firearms|Source, Levels, Maps more...

Ps_Crossfire update

by Alex on Dec.22, 2009, under Firearms : Source

Crossfire has had a few issues relating to holding flags. Before there was a flag that was fairly difficult to defend because it had roughly 270 degrees of overwatches focused on it.

I’ve moved that flag into a nearby warehouse and opened up a few more paths towards this warehouse. It should be much easier to defend now.

I will probably be doing another update for “the ghetto” flag to make it easier to defend.

I’ve also added a sewer system under the park area, hopefully this will make it easier for blue to hold as well as make it easier for red to cap.


Leave a Comment :crossfire, Firearms|Source, Levels, Maps more...

Akumamatata dev video #3 : Game is done

by Alex on Nov.13, 2009, under WorkHistory, XNA

Finished up Akumamatata the other night. This would be the first full library and game I managed to make without having to constantly resort to a book or reference somewhere. I’m finally starting to get a grip on XNA, at least the 2D portion of it.

Over the next while I’ll be doing a handful of 2D projects this time with original content drawn by me and some friends.

Anyways here’s a vid of Akumamatata, no download link of course for obvious reasons :)

2 Comments :Add new tag, Akumamatata, WorkHistory, XNA more...

Ps_ForestPass an attempt an outdoor map in the source engine

by Alex on Oct.23, 2009, under Firearms : Source

Here’s a map I’m working on for FAS. It attempts to do an outdoor forest scene in Source which is a little rough.

I learned the value of modulation blend textures from this map, the quality increase from using them on your terrain blends is huge. The tree model is about my 4th attempt at doing an evergreen, I’m still not entirely happy with it but it’s improving every time which is good.


2 Comments :Firearms|Source, Maps, WorkHistory more...

Akumamatada Dev video #2

by Alex on Oct.23, 2009, under XNA

As you can see I thought of a better name for the game than “Akumas Quest”

Since the last version I’ve done the following:

-Added in collisions

-Added in an enemy and enemy manager class

-Added in scoring

-Added in a very hacked on FSM for the start menu

I’ve learned a ton from this project. One thing in particular is after starting to pass a lot of classes around it became very apparent why it’s good to make an interface for a class you only have one instance of then register it as a service. I’ve heard this is called the singleton pattern. Definitely seems to keep the code less messy since a lot of my classes need usually one or 2 things from another class.

One other thing to note is next time I do a game, I’ll make sure I have a very well thought finite state machine in place first. Trying to implement a decent FSM after the game was started proved to be too much of a burden.

You may notice there’s some diagnostic text in the top left, it’s telling you what state Akuma is in, whether a collision succeeded and whether the irrelevant enemies were removed from memory.

I still have to add some more gameplay code. The point of the game will be that Akuma must protect his stash of pizza and comics on the left side of the screen from increasingly difficult waves of enemies.

Leave a Comment :XNA Akumamatata more...

Been a long time since a coding/XNA post : Akuma’s Quest dev video 001

by Alex on Oct.15, 2009, under XNA

I’ve spent some free time int he summer studying C# and XNA in preparation for school and just for the fun of game development. Years ago I did some introductory classes in programming at college, mostly in c++. I did well gradewise but all the exercises were about fundementals like making linked lists and pointer management, basically all console programs. I coulnd’t quite grasp how that would come together to form a useful windows program, much less a game.

After getting back into programming through C#/XNA I’ve managed to stay a lot more motivated than before. The language has had the effect of making c++ more understandable. I’m looking forward to really getting into the guts of the SourceSDK eventually.

So I have today some video footage of what is actually my first 2 projects:

The first is LemurLib, a 2D platforming game library that currently handles texture management, cel animation (both snap and linear), input handling, and has a premade protagonist class so you can get a character running in game with only a few lines of code and a textuer.

The second is Akuma’s quest, a personal project full of lifted sprites that promises to be both terrible and blashphemous. In the video you have the basic player character moving around with a teleport for fast movement and 2 attacks. The background is a quick parallax hack that I plan to replace with a well thought out implementation for the library.

One thing I’ve learned from this so far is that I really should have included a play duration parameter when you submit an animation to the animation manager, relying on the animation to just play perfectly without any sort of time comparison doesnt seem to work very well.

Leave a Comment :code, XNA more...

Ps_Derailed flow update

by Alex on Oct.08, 2009, under Firearms : Source

It became apparent this map had some serious bottlenecking issues so I completely redid the red side of the map opening the path to the main area from one tight route to 4 routes. Blues side was also opened up considerably.

This map was also changed from 5 flags to 3 flags. I really look forward to playing the new version.



2 Comments :Firearms|Source, Levels, Maps, WorkHistory more...

PS_Crossfire flow updates

by Alex on Oct.08, 2009, under Firearms : Source

Well we’ve been playing ps_crossfire and it is maturing as a map but it was suffering from a set of narrow hallways that had a lack of identity and gameplay value. I went through the map and tried to turn these narrow hallways into rooms, when I could find a way I would try to find some way to attach it to a main route. An example would be turning a long stretch of hallway into a garage so that there can be some width and crossover to the main route.

Hopefully these changes will make it so that new players will be able to learn the map much faster.



Leave a Comment :Firearms|Source, Levels, Maps, WorkHistory more...

Quick Update, PS_Sand modifications

by Alex on Aug.15, 2009, under Firearms : Source

Fixing up Ps_Sand for FAS. Got rid of the CSS content and replaced with some replacement models I made. I decided it’s time sand got a decent HDR skybox, that’s added to the todo list.

pix!


Leave a Comment :Firearms|Source, undertone more...

« Previous Page — « PREVIOUS ENTRIES
NEXT ENTRIES » — Next Page »
  • Welcome to my Game Development Log

    This site consists of various game development topics. I grew up doing environment art and level development but since then have branched out to other aspects of the field. Expect to see lots of XNA project updates, updates on various game projects I'm involved with and retrospectives on old work I did.

  • Recent Posts

    • Ludum Dare 18 : Make a game from scratch in 48 hours.
    • SD_Bomba
    • Cult Retibution Dev Video #01
    • Update for May 2010 : What I’ve been up to
    • Level/Environment Portfolio update March 2010
    • The Loop Dev Video #2
    • Second FA map I ever released : sdtcps_outpost
    • First Flixel Game : The Loop 2
    • PS_Derailed 2010 update
    • Deathning Dev vid #2
  • Browse by tags

    Add new tag Akumamatata code crossfire cultretribution willow cultretribution willow XNA XBLIG Derailed Firearms|Halflife Firearms|Source Flixel Flixel flash Grunt Incursion JungleMist Levels Loop ludumdare flixel AbominationDescent Maps portfolio undertone UnreleasedMods WorkHistory XNA XNA Akumamatata
  • Categories

    • Firearms : Source
    • Flixel
    • News
    • Uncategorized
    • WorkHistory
    • XNA
  • Meta

    • Log in
    • Valid XHTML

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

  • Apathy Works
  • Menkey’s AZ Auto Review
  • The FAS Report
  • Velvety Couch

Archives

All entries, chronologically...

  • August 2010
  • July 2010
  • May 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • August 2009
  • June 2009
  • May 2009

Powered by WordPress and pixeled. Sweet icons by famfamfam. Back to top ↑

WordPress