Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Version 0.1.2 update notice April 30 2022

A topic by pengindoramu created Apr 30, 2022 Views: 71
Viewing posts 1 to 1
Developer (3 edits)

Version 0.1.1 new features (April 30 2022):

  • Removed the intermittent lag from v0.1.1 
  • Improved pose comparison algorithm. Swapped out the angle bisection line and moved to an angle bisection vector. As an added bonus the algorithm now deals with straight limbs better. 

  • Added Patreon/Discord button to the app
  • Added real-time pose estimation button
  • Grading is a LOT stricter now. 
  • Added Language.txt for fan translations

BUGFIXES:

  • Fixed memory leak with estimating pose that would crash the app
  • Fixed a crash/hang on EOS for videos
  • Fixed estimate pose buttons not resetting when changing screens
  • Rewrote/refactored the pose comparison logic. 
  • Made loading faster
  • Audio now respects the volume setting on a per session basis
  • Mostly fixed audio skipping at EOS
  • Fixed camera switching bugs

Old known bugs (still valid):

  • tell user there are no cameras available (it works on play button but not on camera checking)
  • I only saw this once, but the game would reset my songlist on an old songlist.txt (just watch for it)
  • If u have songlist.txt open the game can't write to file. not a bug but that's how files work -- need to tell player songlist.txt is open or used by another process
  • Ffpyplayer not respecting audio level set BEFORE playing (FIXED)
  • repeatedly opening an attached USB webcam takes a LONG TIME
    • from my tests the usb webcam was: 26 sec, 29 sec
    • the native webcam on the laptop was: 6 sec, 6 sec
    • need to circumvent loading for every song you play
  • sometimes song would not load properly, to fix just go back to song selection and retry (haven't seen this in testing for a while now)
  • score disappears at the end of a song (I should only reset score when playing new song not at the end of a song) (FIXED)
  • stutter @ the end of video playback (it's an ffpyplayer problem)
  • i don't print out all of the images for some reason in imagedata (FIXED)
  • if colors are too similar (for example clothes and a background), the pose estimation will go wild and off mark. (this is a mediapipe issue)
  • It's very pixellated on a tv for some reason

SONG REQUEST LIST FOR MMD CREATORS:

  • Otome dissection
  • hi-fi raver
  • Rick Astleyに駆ける by Anker on youtube

EDIT#1: added "Fixed camera switching bugs"

EDIT#2: Changed the update date to this version

EDIT#3: added the edit list and this edit