Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [Platformer][v1.15] Uoke's Recovery!  (Read 18844 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: [Platformer][v1.1] Uoke's Recovery!
« Reply #15 on: August 20, 2013, 09:08:03 pm »
Unfortunately there seems to be a bug in v1.1, which prevents me from completing the first level. :-\



Also, I can't listen to the original "music" - sounds more like noise...

And another bug is, that if you press A or D during the "Game Over" screen, you'll already move between levels, even though you don't see them yet.
« Last Edit: August 20, 2013, 09:10:53 pm by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

datMoka

  • Newbie
  • *
  • Posts: 48
  • Wooo!
    • View Profile
Re: [Platformer][v1.1] Uoke's Recovery!
« Reply #16 on: August 22, 2013, 07:35:37 pm »
This is opensource? Can i collab with the project?

Hey there, not open source at the moment (might be when i've finished with it). I may look for more programmers when I clean up the source code (bit messy atm) after v2.0 is out.



Unfortunately there seems to be a bug in v1.1, which prevents me from completing the first level. :-\


Also, I can't listen to the original "music" - sounds more like noise...

And another bug is, that if you press A or D during the "Game Over" screen, you'll already move between levels, even though you don't see them yet.

Cheers for the feedback man, really appreciate it! That elevator bug I believe I know how to sort that out but I'm currently away from the build machine for a day. I've been transitioning from my previous block system and the new one so I think I may be calculating some different bits on the new and old :s

Can you listen to the music if you opened it in a audio program? This is pretty much the first time I've dealt with music programming in sfml so I'm a little unsure what's going on with that then.

Cheers! :D

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Re: [Platformer][v1.1] Uoke's Recovery!
« Reply #17 on: August 22, 2013, 09:55:34 pm »
Can you listen to the music if you opened it in a audio program?
Yeah, but it works as well in-game, what I meant is, the music is aweful (for this game). It's so many rather random noises which totally doesn't fit the nice platformer game... ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: [Platformer][v1.1] Uoke's Recovery!
« Reply #18 on: August 22, 2013, 10:48:15 pm »
I have not managed to run the updated version (but I haven't tried for too long). Why the indirection via batch files and an updater, instead of a ready-to-use version 1.1 binary that can be directly executed in any path?
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

datMoka

  • Newbie
  • *
  • Posts: 48
  • Wooo!
    • View Profile
Re: AW: Re: [Platformer][v1.1] Uoke's Recovery!
« Reply #19 on: August 22, 2013, 11:16:11 pm »
Can you listen to the music if you opened it in a audio program?
Yeah, but it works as well in-game, what I meant is, the music is aweful (for this game). It's so many rather random noises which totally doesn't fit the nice platformer game... ;)

Well now you know how good my music production is, eh? ;)

I have not managed to run the updated version (but I haven't tried for too long). Why the indirection via batch files and an updater, instead of a ready-to-use version 1.1 binary that can be directly executed in any path?

Honestly I wanted a little experience in trying to make a patcher and it can come in handy. I might change the .zip file download in the patcher to a download of the full latest release

datMoka

  • Newbie
  • *
  • Posts: 48
  • Wooo!
    • View Profile
Re: [Platformer][v1.1] Uoke's Recovery!
« Reply #20 on: August 24, 2013, 03:59:34 pm »
A new version (v1.11) is out. It's a fix on the elevator bug which stopped you from actually being able to finish the level.

I've made it so you can also download the latest version as a zip file from both the launcher and web. People can also update via the patcher as per normal!


datMoka

  • Newbie
  • *
  • Posts: 48
  • Wooo!
    • View Profile
Re: [Platformer][v1.15] Uoke's Recovery!
« Reply #21 on: August 25, 2013, 09:22:14 pm »
Small update (v1.15) to add victory and failure music clips.

Expect future updates to come out a little slower than planned as I'm undertaking another project! Something I'm really excited to make and play; I bet loads here would enjoy it too! More detail on this later though ;)

AlexxanderX

  • Full Member
  • ***
  • Posts: 128
    • View Profile
    • AlexanderX
Re: [Platformer][v1.15] Uoke's Recovery!
« Reply #22 on: August 25, 2013, 09:27:04 pm »
You are planning to make the game cross-platform?
Here you can find my blog and tutorials about SFML - http://alexanderx.net/ (died...) - http://web.archive.org/web/20160110002847/http://alexanderx.net/

datMoka

  • Newbie
  • *
  • Posts: 48
  • Wooo!
    • View Profile
Re: [Platformer][v1.15] Uoke's Recovery!
« Reply #23 on: August 25, 2013, 11:58:29 pm »
You are planning to make the game cross-platform?

When I get a desktop next week I'll try and get a build for Linux and hopefully MacOS too :)