Home | Rules and Guide | Sign In/Create Account | Write a Post | Reddit | #ludumdare on irc.afternet.org (Info)

Thanks for making Ludum Dare 26 AWESOME! See you in August!

Ludum Dare 26 — April 26-29th, 2013
[ Results: Top 100 Compo, Jam | Top 25 Categories | View My Entry ]
[ View All 2346 Games (Compo Only, Jam Only) | Warmup ]

[ 10 Sec Video Compilation (x3) | 260 Game Video Compilation | IndieCade Deal | Ludum Deals (Unity Deal Ends Soon!) ]


Posts Tagged ‘bugfix’

Enhancements

Posted by (twitter: @csanyk)
Monday, August 27th, 2012 7:22 pm

Fixed a few issues with Karyote:

Enhancement 1:

The disappearing food bug was the main thing. After playing for a few minutes, it seemed like everything disappeared. That wasn’t supposed to happen. Now you can play a lot longer. This is closer to the way it was meant to be all along.

Enhancement 2:

[mild spoiler alert]: fully implemented the mote behavior.  I don’t want to give it away, too much, but they now do something.  OK, I’ll tell you, when you mutate, they mutate also, into one of the other food types that are present in the game.

Enhancement 3:

Slightly improved the title screen by adding a larger title font. The old title text is now kindof a subtitle, I guess. I think it looks a lot nicer. Also added a graphic to the title screen which gives the controls, so you know how to play without reading the entry page. And added a timer to the Game Over to return to the title screen if you don’t start a new game after a few seconds.

Enhancement 4:

  • Added grid lines to the background, to aid in conveying the sense of motion.  Mainly this helps when you’re in a sparse area or if you mutated into a slower organism.
  • Fixed the mutation math so the player’s speed and turn_speed cannot be 0.

Enhancement 5:

  • Added visual effects to the player.  As you get closer to mutation, your appearance becomes more unstable.
  • New enemy behavior is now modified when you mutate.
  • Added a new food type, Ziggy.

Enhancement 6:

  • Added visual effects to the enemies.  There are now lots of colorful particle effects when enemies spawn, or you eat them, and during mutation.
  • Dashboard life and food numbers have been replaced with bars.

Enhancement 7:

  • Changed up the visual effects for the player a bit, due to limitation of HTML5 being unable to handle Game Maker’s additive color blending.
  • Dashboard life and food bars have been replaced by hearts and dots.
  • Mutation math has been tweaked to be a little bit less wild.
  • Added some controls to aid debugging:
    • Press “c” to toggle the dashboard’s display of the count of instances in the game.
    • Press “d” to toggle the dashboard’s display of your closest enemy.  This also shows the target for the “Homey” enemies.
    • Press “z” to self-destruct.
    • Press “r” to restart the game (this has been present all along, not just when the game is over).

Enhancement 8:

  • Added new food type, Whirly.
  • Added level progression.
  • Finally finally fixed the Homey chases the top left corner bug.  Turns out he would target the dashboard display, lol.

Enhancement 9:

  • New soundtrack by Ian Faleer

Enhancement 10:

  • Finally, the last feature for the game is complete!  Your sprite changes when you mutate.  New sprites are procedurally generated based on your new ability stats.
  • When you mutate, your former forms become available to the game as enemy AI.
  • HTML5 version has some problems with generating the procedurally generated sprites, resulting in oversized collision mask and unfair collisions, so play the Windows version to get the full experience.

Enhancement 11:

  1. Player’s sprite mutation
  2. Old player forms return as new enemy types

Play it!

Give it a try now:

Karyote by Chris Sanyk (enhanced) (HTML5)

Karyote by Chris Sanyk (enhanced) (Windows)

The Windows build has nicer particle effects due to the way colors are rendered by the Game Maker runner in HTML5.

Bactarium 1.1

Posted by (twitter: @csanyk)
Monday, April 23rd, 2012 9:10 pm

Ran through the game again and noticed a few bugs, which are now fixed:

  • Score: counting errors resulting in inaccurate Births, Deaths.
  • Collision(enemy) bug resulting in every collision killing an enemy regardless of its health.
  • Fixed a few minor bugs in the Player controls (I think for real this time)

If you’ve already downloaded it and played it before, it’s worth downloading again and trying it out with the fixes.  Gameplay should be a good bit more challenging than in 1.0.

Fixed an issue with integrated GPUs

Posted by
Tuesday, August 23rd, 2011 7:42 am

Hi all,

My entry

I just realized that the characters in my game are not centered when playing the game in a notebook with integrated GPU. The issue was that textures dimensions are not power of 2.

Here you can see the main character looks small and “uncentered”

I changed the texures dimension in this new version. So if you experiment the graphic issue please try the new version. I didn’t add anything just change the texture dimensions

Fixed version

The fix

Please don’t consider this for the compo, of course.

Best luck

JF

The Vault is no longer impermeable

Posted by (twitter: @davidrlorentz)
Monday, August 22nd, 2011 8:11 pm

I found out today that the last level was impossible in the game I submitted last night. This was due to some last minute changes that I thought were too small to merit testing.

Oh well! It is at least good to know that players made it that far in!

I fixed that level; CLICK HERE FOR THE UPDATED VERSION.
Or CLICK HERE FOR THE SUBMISSION PAGE – the update is linked on there as well.

The leaderboards are growing, and I am both sad and happy to say I’ve been dethroned on all levels – except of course that last level on which hamburger holds the first and only score.

Colonial Age: Fixed version

Posted by (twitter: @Stoney_FD)
Wednesday, December 16th, 2009 2:17 pm

There was a pretty severe memory leak in my game which either caused the game to slow down to an unplayable state or crashed entirely. This issue has been fixed.

Furthermore, a readme has been included which specifies the goal much clearer (well, at least I hope so). Also there was a problem with shooting cannon balls which prevented the player from winning if used uncorrectly, so shooting has now been removed completely. It didn’t really work anyway.
And I found out that you need the Visual 2005 C++ Redist package to start the game, so the required DLLs to launch the game have been included as well. The Mac OS X version also works on Mac OS 10.5 now.

The links have already been updated. If you had any problems earlier, I strongly suggest to try this version. For those of who already downloaded my game, you can download a patch here (90 kB). (Just replace the exe.)

Thanks to everyone who played and rated my game and especially to those who gave their feedback. Much appreciated.

Boboil goes Exploring FIXED!

Posted by (twitter: @AtkinsSJ)
Tuesday, December 15th, 2009 8:46 am

My LD entry, Boboil goes Exploring, will no longer ‘melt your laptop’, as I’ve fixed the memory leak.

Also, as some people said they were on laptops, I’ve added support for arrow keys too. So play it NOWZ!

Cave Ninja – Tiny Bugfix Version

Posted by
Wednesday, September 16th, 2009 1:21 pm

I’ve released a post compo version of Cave Ninja. Nothing exciting, it just fixes two bugs:
1. Win check for last level corrected.
2. Divide by zero error fixed that occurred for certain OpenGL implementations.

To be honest, for most people there’s no reason to update. But for those that got the divide by zero (might also seem like it just shutdown at once), it might be worth it.

Windows binary (should run fine in Wine).

Evacuation – Bugfixes

Posted by
Monday, April 20th, 2009 1:05 pm

In my game I had some problems with gosu’s rendering of tiled graphics. jlnr was so kind as to quickly fix some bugs, so here is my updated LD14 entry:

Download: Evacuation v1.01 (Windows binary + Ruby source code)

Bugfixes include:

  • background and road tiling
  • bunkers no longer getting placed under houses so villagers can’t enter
  • sound glitch when game is won

Bummer, too late for the binaries torrent :(

:: RoadZ :: Bugfix release

Posted by
Monday, December 8th, 2008 11:12 am

This is a bugfix for Roadz. I’m pretty sure there is an issue with the timing code on Windows ONLY (as in, it doesn’t work at all and makes the game even more ridiculously hard.) This release should stop that from happening. Includes Win32 binary and Python source. The original is still up if you want to take a look.

Edit: Making this fix broke something else non-critical (but annoying!) in that it was truncating the times to the nearest second. That’s fixed in the above zip as well.


All posts, images, and comments are owned by their creators.

[cache: storing page]