We have a working 2 player split screen mode. And joystick support.

Salt and Vinegar

Just a bunch of random people from Edmonton who thought it'd be neat to give it a go. Erik and I have done previous LD48's and a 72HGDC and are bringing on board a tonne of our friends to help. Teachers, singers, coders, artists, and more!

Awards

Give this entry an award

Scores

Ratings (show detail)

Overall: 2.9
Fun: 3
Production: 3.6
Innovation: 2

1% of respondents wished to disqualify the entry.
Respondents: 21

Files

File Uploader Date
steamrollers.zipfinal
Final Entry!
Jay 2006/04/02 00:10
2player.jpg
We have a working 2 player split screen mode. And joystick support.
Jay 2006/04/01 20:27
mini_map.jpg
Here's a screenshot with the minimap added.
Jay 2006/04/01 03:15
retextured.jpg
We redid a bunch of textures and update the particle effects a bit.
Jay 2006/03/31 06:02
field_of_dreams.png
When partical engines just don't clean up after themselves.... yeah, and we like cows as default graphics.
Jay 2006/03/30 05:46
blue_car.png
Latest screenshot with one of our pro designed models. Puts ours to shame.
Jay 2006/03/29 07:17
Roller1 Render1.png
Very cool pre-render
erik 2006/03/28 07:11
hazardmap.png
One of our new maps. Darker sky and evil hazards like water. There's also a HUD. But it's not on the screenshot. For some reason...
Jay 2006/03/28 07:03
Logo2.jpg
One of our artists has contributed a logo.
erik 2006/03/28 02:11
clear_sky.png
The map and the engine talk the same talk now, and we've opened things up to look more natural.
Jay 2006/03/27 05:48
track.png
Shot of inside the track.
Jay 2006/03/27 01:26
overheadmap.png
screenshot of the map from overhead
Jay 2006/03/26 23:35
screenshot1.png
First very basic (and ugly) screen shot.
erik 2006/03/26 08:06

Diary Entries

Time zones and such.

I used this website:
http://www.timezoneconverter.com/cgi-bin/tzc.tzc

To discover:
00:00:00 Sunday March 26, 2006 in GMT converts to
17:00:00 Saturday March 25, 2006 in Canada/Mountain

I figure other people might find this useful. Plus, by posting it here I'm sure someone will tell me if I am somehow confused by the start time.

9 comments

First Day Summary

With the announcement made of the theme our minds clicked into high gear. Ideas spewed forth like wood chips from a saw. And like wood chips they were mostly fit for hamster litter. We dispaired. And then it came to us, our light, our plan, our vision if you will.

Picture if you will, an alternative universe. One where technology stopped shortly after the advent of the steam engine. Even stagnant, advances were made and industry spread. Dark times fell upon the land like a plague of dark things and cruel men ruled the world. Bound in servitude there was but one choice for freedom. One choice for glory. It was (insert yet undecided name here)!

In (insert yet undecided name here), you pit your skills as a driver against others like you. Your ride is your life. A precision amalgamation of gears, boilers, and valves. It is a three tonne pressurized bomb that you guide through precision turns while avoiding pitfalls and traps, both natural and set by your opponents. Only one will win, and they shall win it all. Will it be you?

*cough*

Ok, anyways, so this is how it went. We decided to do a steampunk racing game and came to that conclusion based on several reasons. First, we've never done 3d in python before. Sketchy. But it could be fun and we'll learn a tonne as we go. Second, it seemed like a project that lent itself to a greater degree of participation from our entire group. Third, it's a genre we're all familiar with and it should add a level of familiarity which will bode well for both us and those playing it when we're done.

We had a powwow with most of our members and managed to get ideas and enthusiasm flowing. Now comes the hard part, making it work and come together. We've got some concept art sketches done of tracks, vehicles, and such as well as the beginning framework for the actual engine. Starting to look exciting and everything is going along smoothly. If I feel ambitious later I'll put up some photos of the concept art. For now, we're going strong but about to pass out.

Add a comment

Day Two Summary - With Demo

Here's the snapshot of our work thus far:
http://media.pyweek.org/dl/2/SnV/pyweek2-day2.zip

I got the map and design up and going pretty much how we want it to be. Erik got controls more or less figured out and solid. I blended our efforts and Erik smoothed the wrinkles. Harry is going strong with our AI, and it's looking good. Several of our artists called in to give us updates, but no solid assets yet. I did most of the art in the demo, so it can't look worse when they're done. They have talent and sadly I don't. The first set of pieces have fallen into place quite nicely. I'm hoping they continue this smooth when we bring in all the extra assets and AI.

Add a comment

Logo

The team is starting to produce some art. Check out our logo.

2 comments

Day Three Summary - Pictures & Code

Here's the snapshot of our work thus far:
http://media.pyweek.org/dl/2/SnV/pyweek2-day2.zip

Today at work I fought with python, but couldn't get it to work right (stupid intel macs), so I wrote up the credit roll module blind and tested it when I got home. Also today I worked to get a bunch of our specific hard coded hacks out of the way and slightly cleaned up everything. Also put some more work into the map code. We have a start line, so we can count laps whenever my brain starts working again. Erik also cleaned up a bunch of code and started on the HUD design. He also took some time to yell at me for my horridly designed map config file when him and Scott tried to make a few new maps.

Our artists have been getting things in motion. You can see two samples of their work here and here. Hopefully I can post some music samples tomorrow night. Should be good!

3 comments

pygame.mixer playback issue

I have an issue. It's a sound issue. I can't find a way to play mp3 or ogg files directly through pygame mixer. I've had people suggest pymedia, but that's a no go for us because it doesn't have macintosh support. As our sound guy uses a mac exclusively, it'd kinda suck for him not to be able to enjoy the fruits of his labour. So I ask your help and I seek suggestions.

What can I do? The big thing is size. A 1.6 MB mp3 vs an 11 MB wav is a huge difference. I can't seem for the life of me to find any 'pure' python mp3 or ogg decoders. They all seem to rely on some external recompiled binary. So what can I do? How do you all deal with these restrictions?

Check out our intro theme here.

2 comments

Day Four Summary

3 comments

Day 5 Summary - OS X build here

Latest Snapshot:
http://www.wardtek.ca/steamrollers-day5.zip
mac dmg

Well, today didn't seem overly productive but I guess it didn't go too bad. Erik perfected py2exe. I perfected py2app. So we now have a system to distribute our code out to people without python and it seems to go alright. A lot of people who've been helping us with assets were able to see the game for the first time and fell in love, so hopefully more motivational for them.

Code wise, I got basic gameplay down. Laps are now timed and you finish a race after 3 laps, though that currently doesn't show anywhere but the command line. Erik's been cleaning up and ripping out and redoing a bunch of our physics to be more better than before. Double plus better! I put in a simple particle effect engine. It's much better now that it doesn't leak cows.

It just hit us today that there's really only 3 days left and it suddenly doesn't seem like enough time to get everything done. Should motivate us to work faster, but we'll see how it goes.

4 comments

Day Six Entry - Nearly Finished

Latest Snapshot:
http://www.wardtek.ca/steamrollers-day6.zip
OS X .app (tiger only)

Today we took a small chunk out of our to do list and actually have a playable game. If we had to hand in this build, it'd still be fun to play. Of course we're missing things like opponents and the like that'd make it more fun, but we have a nice time trial mode set up to practice on the tracks. And a much better handled menuing system.

Visually, we had Steve come over and he went through our big list o' textures and also grabbed some creative commons ones and redo one of the tracks with better defaults. It's much more dark and destopian now which is what we're going for. I also put in some of Don's car renderings in so it changes when you turn. It's starting to look more and more like what we first envisioned.

That said, it's very hard to keep from being burned out at the moment. Temptation is strong to just chat on IRC or read reddit, but we must continue on. There's just so much we wanted to do with it and we're constantly saying 'scrap it' and 'not a priority' more and more.

Add a comment

Day Seven Summary

So tired... Anyways, here's a run down on what we got in short bulleted form:
1) Collision detection & response
2) Minimap to track movement on the HUD
3) Persistent scores
4) Updated Graphics
5) Easier map configuration files
6) Many small tweaks...

List seems short for the 13 hours I put in today... ah well. The game itself feels so much better now. I was going to put up a snapshot, but really, I'd rather just sleep. I've even got the zip somewhere... ah well. You can all see the final product tomorrow anyways.

Add a comment

Mirror Download

Well we're waiting for out entry to maybe be uploaded, I put it on my website. You can download it from http://www.wardtek.ca/steamrollers.zip

SHA1 Hash:
0dd685816bf2b1bd9f1f571a18470b96d5662a33

Hope to have an exe and a mac .app built soon.

3 comments

On our entry

Our entry:
http://media.pyweek.org/dl/2/SnV/steamrollers.zip
A mirror:
http://www.wardtek.ca/steamrollers.zip (Hosted on our home dsl, so probably slow.)

Please note that the binaries don't suffer from the memory leak problem the source version has.
Binaries:
Windows: http://www.wardtek.ca/steamRollersWin32.zip
Mac: http://www.wardtek.ca/steamrollers.dmg


Due to efforts to cram in last minute features, our uploaded competition entry has several know bugs:
  • When you finish a race in two player mode, the game crashes instead of loading the win screen.
  • When you finish a race against the computer, the game crashes.
  • If you hit the water on the "Banks Ahoy" course, you get stuck and have to exit the level.
  • Some tracks really suck for two player. "Par for the Course" starts player two stuck on a wall.
  • On some maps player two only needs to do two laps instead of three.
  • Repeat course puts you into two player mode.

These are all one or two line fixes, so we will probably do a "not for judging" bugfix release some time soon.

3 comments

Steamrollers post compo update

Some bug fixes and graphics improvements. No new gameplay though.

Steamrollers-Src-1.0.zip
Steamrollers-win32-1.0.zip
Steamrollers-OSX10.4-1.0.dmg

Add a comment