A dad of two lovely children. Game Programmer @ Muskedunder Interactive
About drZool (twitter: @drZool)
Entries
Ludum Dare 23 | Ludum Dare 22 | Ludum Dare 19 | Ludum Dare 15 |
drZool's Trophies
![]() The "There's Hills under Them Thar Oil" Award Awarded by keeyai on April 28, 2008 | ![]() The Golden Claw Awarded by Papper on December 30, 2007 | ![]() I don't know "Whale" to say Awarded by PoV on December 6, 2007 |
![]() Fake AJAX Master Awarded by philhassey on December 6, 2007 | ![]() The Extraordinary Crouching Farmer Award Awarded by DrPetter on November 19, 2007 |
Ratings
| Ove | Fun | Inn | The | Pol | Gra | Aud | Hum | Tec | Eff | Foo | Jou | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4 | ||||||||||||
| 4 | ||||||||||||
| 3 | 1 | 1 | 1 | 2 | 3 | 3 | 2 | 3 | 4 | |||
| 2 | 3 | 5 | ||||||||||
| 5 | ||||||||||||
| 1 | 2 | 2 | 1 | 1 | 2 | 2 | 1 | 3 | 2 | 3 | ||
| 1 | 1 | 1 | 1 | 2 | 2 | 1 | 2 | 3 | 3 | |||
| 5 | ||||||||||||
| 3 | ||||||||||||
| 5 | ||||||||||||
| 2 | 1 | 2 | 1 | 2 | 2 | 3 | 1 | 4 | 2 | 3 | ||
| 1.80 | - | - | - | - | - | - | - | 2.80 | 3.00 | - | 3.90 |
mwest says ...
Crash on start.
Papper says ...
What did the pilot drink before getting in? :P
Needed more time I think, a bit too advanced for 48h. Could be great with more work.
sol_hsa says ...
xna - I'll pass, as I just recently got my pc in a more or less stable state.
SteelGolem says ...
well i did the first level.. but when i start i see the level for a sec as i'm propelled NW away from it and then i spend like 2 min trying to find it again. then when i "win" or press N the screen goes crazy... wtf
Endurion says ...
The controls get unstable pretty fast. Once you try to slowly home in it rotates back and forth.
Could be pretty nice with some more time.
Hamumu says ...
I had XNA stuff installed from the other entries, and I got them to work, but this one is a crash on start. Sorry! Down with XNA!
fydo says ...
Sorry, I don't want to install XNA junk to play this. If you could build something self-contained, that would be cool.
I will give you some nice shiny n/a's though ;)
SethR says ...
I don't want to install MS beta stuff, my machine is buggy enough as it is. And I installed vista only four days ago.
shrt says ...
I found it pretty unplayable due to the controls, I had to give up trying to move that crate :(
I don't think this type of game can ever have controls that feel good, while keeping the game somewhat realistic.
I really liked the concept sketch you did in the beginning of the compo though! :D
gimblll says ...
Can't install XNA on this POS machine of mine, so n/as from me (good journal).
Wiering says ...
I wasn't able to run the game (Windows Vista). The web installer said that it was already installed.
philhassey says ...
No XNA here, sorry.
Deepflame says ...
Couldn't run.
mjau says ...
Crashed on startup. (I do have both .Net and XNA installed.)
TenjouUtena says ...
Crashes for me. Sorry.
Archive for the ‘LD #10 – Chain Reaction – 2007’ Category
HeliChain reborn!
Saturday, January 5th, 2008 3:16 pmFinally I’ve ported it away from XNA to OpenGL, still got the (almost) same lousy controls, for your pleasure. Still needs .Net 2.0 to be installed though, but should be compatible with Mono, and thus playable on Linux. If someone like to try to compile it on Linux, contact me. Some things have been tweaked and added. But the game play is the same. Added ugly clouds for better sense of height movement. Updated the physics lib to the newest version.
Arrows: (over) steer
Z: Claw claw claw!
X: TURRRRRRBO
Space: Reset heli position
R: Reset level
N: Next level
Download now! 441KB Now with dependencies included!
HeliChain – Post compo port in the worx
Tuesday, January 1st, 2008 2:50 pmOnly 4 people rated my game. Thats unacceptable, I need get rid of XNA. So I’ve thrown all XNA stuff out of it. I needed to poke a bit in the source of the physics lib as well to cleanse out the filth, thankfully that was easy. Now I need to tame the horrible controls (That was my fault, cannot blame XNA for everything), and then pretty it up and I’ll make a release. I plan to port it to linux too, with Mono.
I’m only using Glfw, OpenGL and .Net 2.0 as we speak. For sound it will be OpenAL.
HeliChain Post-Mortem
Saturday, December 29th, 2007 3:21 pmWhat went wrong
- Choice of development platform, XNA studio 2.0 Beta. People were having trouble running the game. I knew this before I started but things like Intellisence, love for C# and curiosity of XNA took the upper hand. This was my first XNA game, and my first use of an physics engine. I used Farseer 2d physics lib. Having no previous experience in both fields was challenging.
- The controls are like standing 100m away from a real helicopter with a remote control keyboard that has a delay of 2 sec. It made the game totally unplayable for most of the people who actually got the game running.
- Too advanced idea for the time frame.
- No guidance when flying out of scene.
A lot of these stuff are related to the physics engine and my lack of experience with them.
What went right
- The editor was whipped up in director’s authoring app very quick. Place and size different rects and run generate() to make the xml level file. Yeah, loading levels were easy too. with xml serialization.
- Sound effects came out great thanks to DrPetter’s sfxr program. The xna audio framework was a bit confusing at first, but it did the trick. Adjusting the helicopter engine sound along with the thrust was effective for game play.
- Game play is really fun once you get the hang of the controls. I found myself several times playing around when there was stuff to code.
- Code. The code is clean and got unusually many comments for a LD contribution.
Porting
So I decided to try to port the game away from xna, to OpenGL, so that more people can play it. The rendering part went fine. But then the physics lib stabbed me in the back again. It uses the xna lib. So I dug out a version that did not. But I failed again. It turns out that that lib also is xna dependent. So I tried to get the source code and remove all dependencies. But failed to grab the source. Not much energy left to de-xna it.
HeliChain final
Sunday, December 16th, 2007 7:00 pmA helicopter physics game, made with XNA 2.0 beta.
You will need a pile of shit to get this to work, here it is:
- .Net 2.0 SP1 (we are currently uncertain if it ships with Vista)
- Note you can also use the original .Net 2.0 but you will also have to install the C++2005 SP1 Redist (G4WL will also install this, so this is only needed if you are not also installing that redist)
- DirectX9.0c
- XNA runtime 2.0
I’ve had ppl not being able to run the game anyways, Im looking into the problem. Pls tell me if it works for you.
Anyways I hurried with the levels, Yay it was fun to make them
I hope to release a map pack soon. Unfortunaly the editor is built within director, so I will have to work on it a bit to enable the community to build their own maps, unless you got director. All sound was made with DrPetters godlike sound effect app, sfxr. Kudos to him!
Game goals: make the red box be within the red rectangle for 3 seconds to go to next level.
Controls: (Xbox360 controller should work, not tested, buttons? test them!)
Arrows <- -> Steer
ArrowUp/Down throttle
Z – Open/Close the CLAW!
X- Turbo (For making panic manouvres)
R – Reset level (Yeah this key you will know by heart)
N – n00b?
Here is bin 440KB
And here is source + editor + bin + other useless stuff 3MB
Heli editor!
Sunday, December 16th, 2007 1:47 pmHeli sound!
Sunday, December 16th, 2007 1:22 amThank to DrPetter’s sfxr app I managed to get a decent heli sound. After wrestling the XNA sound app, I got it to pitch with the heli’s thrust value. I got rid of the polygon objects and focus now on rectangles. perhaps I need some springs… hmm. Oh and I got to get some gameplay, important that one. Anyways I gotta catch a train, there is a x-mas “smorgasbord” waiting for me 110km south… ta ta!
Heli bowling
Saturday, December 15th, 2007 2:49 pmFarseer physics lib woun’t play nice with my polygon collision meshes. I think I will have to redo them as primitives instead. Thus changing the chain-claw thing I had in mind, and perhaps make heli bowling? Man, I made my dev pipeline so awesome! Created paths in photoshop to define the collision mesh. Read the ai file with the object, all was swell.
Those pins just fall by them selvs, thats an easy win. Anyhow, Im off to bed, tomorrow I will be away a few hours on dinner. Yeah, I’ll bring my laptop!
Heli grappling a tripod
Saturday, December 15th, 2007 1:04 pmCamera and sidescrolling implemented (not wrapping yet though)
Oh and I made a tripod, a bit small. Fixed the controls a bit by cheating. turning left n right adds forces in those directions not only changes the upforce. Up n down still needs tweeking.
The physics seems a bit unstable, (stuff act strange) I’m not sure my idea with chaingrapplings will work, perhaps I should revise the idea a bit.







