Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
Liberated Pixel Cup

JUDGES! I UPLOADED THE WRONG VERSION!!

RainyMirror
Thursday, August 2, 2012 - 10:10
RainyMirror's picture

I know I submited a little late, but anyway, I want the right version to go around... the one I sent opened the random level, because I was testing something.... so the game doesn't start from the start!

Here's the correct version, please replace the one I uploaded!!

www.rainyengine.com/RainyMirrorLPC.zip

 

 

  • Log in or register to post comments
Nushio
joined 10 years 1 month ago
Thursday, August 2, 2012 - 11:04
Nushio's picture

Hah, The same thing happened to me (But I reuploaded the 'good' version before the deadline')

I hope technical mishaps such as this one don't impact the game score though, good luck!

  • Log in or register to post comments
bart
joined 10 years 10 months ago
Thursday, August 2, 2012 - 11:11
bart's picture

Is the "correct" version in your code repository with a date that's before the end of the contest?

  • Log in or register to post comments
Jehn
joined 9 years 9 months ago
Thursday, August 2, 2012 - 11:16

Perhaps you could explain then what to change in the code in order to start from the proper start

  • Log in or register to post comments
RainyMirror
joined 9 years 10 months ago
Thursday, August 2, 2012 - 11:20
RainyMirror's picture

OH, it's easy to correct...

GameRunner.java line 161

should say:

gr.setCurrentStage(stage);

instead it says:

gr.setCurrentStage(stage.getDownStage().getDownStage().getDownStage()); or something like that...

That's the change made...

  • Log in or register to post comments