|
Will Vale
|
 |
« Reply #15 on: February 14, 2011, 08:27:10 PM » |
|
Graphics are in and I've tweaked various gameplay elements so it's properly playable. Still no meta-stuff like menus, restarting the game, and such though. Download here: http://www.secondintention.com/files/gasbags-v2.zipTo run it you'll need: * DirectX* VC 2010 redistIt looks like this now:  [Edited to change the static image to an animated GIF as per Hempuli's awesome examples] Player 1's keys are WASD plus Q to drop bombs, E to drop caltrops. Player 2's keys are Arrows plus right CTRL to drop bombs, right SHIFT to drop caltrops. You can reconfigure the keys in config.ini The idea is to destroy the other balloonist's basket with bombs, but because they bounce of the balloon, you usually need to deflate their balloon with caltrops first. When that happens they crash and you have a window of opportunity to bomb them. If you're the one that gets deflated, hammer your up key to re-inflate your balloon and get back in the air. There aren't any constraints on bombs and caltrops yet so it's a bit spammy, but I think it's becoming fun. I've also left the wind out in this version until I can put in a way of visualising it. Have fun! Will
|
|
|
|
« Last Edit: February 17, 2011, 03:22:22 AM by Will Vale »
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #16 on: February 15, 2011, 05:03:32 PM » |
|
Uploaded a new version with a handful of new bits: * Parallax hills * Limited ammo and recharging (fiddle with entities.ini to tweak this) * Hacky way of drawing the joints so the balloons look more ballooney. Download here: http://www.secondintention.com/files/gasbags-v3.zipTo run it you'll need: * DirectX* VC2010 redist I think the next step is probably to make an installer - I don't know for sure if the VS2010/DX prerequisites are putting people off, but it seems like it would be better to automate all that nonsense. Still not decided where to go with the graphics. Will
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #17 on: February 16, 2011, 04:35:17 PM » |
|
I had a play with NSIS for the first time in about 5 years, and created an installer for the current version: Download here: http://www.secondintention.com/files/Setup Gasbags (0.3).exeNo changes from the ZIPs in the previous post, but it will handle downloading and installing the prerequisites for you. I made the DX web setup optional (which Microsoft are very keen that you don't do) but it really is required to play the game  Please let me know if you have any problems. I tested on XP and everything installed and uninstalled correctly without leaving crap in the registry or on the disk. Cheers, Will
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #18 on: February 20, 2011, 02:09:58 AM » |
|
I've started fiddling with sound by trying out irrKlang - the initial setup (playing some looping music) is really easy, but I need to bind sounds to entities and see how all that works out. I also spent some time reading Victorian advertisements and mocked up a title screen using similar typography:  It's not quite right yet - I'm on the laptop atm. (no tablet) so the aging is just a bit of filters and gradients as opposed to something drawn. I'm also not entirely convinced by the GASBAGS font, the italics, and the last line might be a bit over the top? Comments and suggestions most welcome, cheers! Will
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #19 on: February 25, 2011, 02:27:08 AM » |
|
Getting a bit (very!) short of time - I've spent most of my waking time this week either working on day job work, or on my GDC talk, or on the accounts, all due at the end of the week  So progress has suffered rather. I've found some suitable music, but I need to do the menu, win/lose, etc. and then add as much niceness as possible. I'm not sure exactly when the compo deadline is on Pacific time, but my flight gets into San Francisco at mid-day Sunday and I'm hoping I can use some of the 12 hours in the air to do some coding. We'll see, I might just fall asleep... Cheers, Will
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #20 on: February 27, 2011, 11:09:25 PM » |
|
Well I managed to sneak a couple of hours of extra work time out of the GDC biz, so here's a finished version. It's not *very* finished, but it does work, you can win and lose, and there's jaunty music to boot: Download Gasbags at Dawn 1.0I had to rewrite my font code because I didn't have the tool I normally use to generate bitmap fonts on the laptop. Plus I had to buy a new power adapter since the one I brought had no earth pin  Truly eleventh hour stuff  Will
|
|
|
|
|
Logged
|
|
|
|
|
NewlandArcher
|
 |
« Reply #21 on: February 28, 2011, 11:40:10 PM » |
|
Great style, music was a super addition. Glad to see you found a way to insult your users who merely want to quit the game, that's always nice.  Very well done, hope the presentation goes well!
|
|
|
|
|
Logged
|
|
|
|
Pencerkoff
CCCP
Level 4
Hello I am Pencerkoff
|
 |
« Reply #22 on: March 01, 2011, 02:29:42 PM » |
|
Hello this is Pencerkoff
Hey this looks great, but I can't get it to run. When I try to run it, I get an error message saying I need MSVCR100.dll and that I should try reinstalling.
I did reinstall but to no avail.
I'm on Windows 7
-PENCERKOFF
|
|
|
|
|
Logged
|
|
|
|
|
|
Pencerkoff
CCCP
Level 4
Hello I am Pencerkoff
|
 |
« Reply #24 on: March 02, 2011, 01:11:12 PM » |
|
Hello this is Pencerkoff Indeed that did it. Took a second to realize that you can stop pumping after you first get started. I played through most of two rounds before this happened:  I think it was coincidental, but I think I hit alt on accident just before this happened. If you fix your download, be sure to modify your first post with it at the top so no one has to search for it. Fun game -PENCERKOFF
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #25 on: March 14, 2011, 12:59:36 PM » |
|
Finally back in the office after GDC and a week working for a client in Berkeley, yay!
I managed to get a look at the installer last week, and it all looked as intended. I think maybe what happened is it silently failed to download the VC2010 runtime and then didn't let you know.
I've reworked the install script to ensure the prerequisites exist (or are successfully download and installed) before allowing the game files to install.
Unfortunately my hosting plan hit the bandwidth cap so there's no way to D/L the game at the moment. I should have this fixed in a day or so.
Sorry for the inconvenience, and thanks for trying it out. Do you think the pumping thing would be more obvious if the prompt was bigger? VFX/SFX might work too - if you stop hearing the noise (and 'W' then makes the burner light instead) it should be more apparent what's going on.
Cheers,
Will
|
|
|
|
|
Logged
|
|
|
|
|
Hayden Scott-Baron
|
 |
« Reply #26 on: March 19, 2011, 01:35:52 AM » |
|
Increpare, Terry Cavanagh, Sophie H and I tried this game. Unfortunately we ran away when faced with the installer.
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #27 on: March 19, 2011, 03:18:12 PM » |
|
This news makes me a sad panda. I had a zip file version but then there's the issue of ensuring you have the VC2010 runtime installed.
Is there no good way to distribute C++ windows apps?
|
|
|
|
|
Logged
|
|
|
|
|
Will Vale
|
 |
« Reply #28 on: March 20, 2011, 01:47:52 AM » |
|
Just a quick note to add that I've uploaded the improved installer - same download link as before: Download Gasbags at Dawn 1.0If you were able to install 1.0 successfully, you don't need this. If you had the problem Pencerkoff reported: Hello this is Pencerkoff When I try to run it, I get an error message saying I need MSVCR100.dll and that I should try reinstalling. then give the new installer a try. It'll tell you if it can't download the VC2010 redist, and make sure that it installs successfully before continuing to install the game. @Pencerkoff: Thanks for reporting the Box2D crash - I haven't seen that before. I don't think the ALT key would matter - the physics sim runs on a fixed time step, so the Windows menu loop shouldn't get in the way of the update. I'll keep an eye out for it though. Cheers, Will
|
|
|
|
|
Logged
|
|
|
|
|
Theon
|
 |
« Reply #29 on: March 20, 2011, 02:15:58 AM » |
|
Looks quite interesting  Downloading.
|
|
|
|
|
Logged
|
|
|
|
|