Author Topic: Wish's Code Dump (Page updated with newer projects)  (Read 22006 times)

WishMakers

  • Myouren's IT Guy
  • printf("h*ck");
Hello everyone!  Thought I would report a little bit on the state of my engine (the one used for my recent LoCaA entry).
I'm going to list all the bugs that I know of as of writing.  Unfortunately, I can not afford to fix them all in my LoCaA entry, as 1) it would take time away from my other large project and 2) it's a while past the deadline anyway.

BUG LIST
(as of 4/18/17):
-Pausing issues
  -Game crashes when pausing and certain objects are on screen (Due to sensitivity of the pause system in place, will rework)
  -Player will continue moving after pausing without button input, during this state can also go through boundaries
-Graphical issues
  -Lasers when activating have no fade in or animation
-Sound issues
  -Sound effects either way too quiet or way too loud (ex. spell card sound is too quiet, enemy shot sounds are too loud)
-Gameplay issues
  -Bonus is collected if and only if player leaves PoC, could actually use some insight on that if anyone has any
  -Movement while against a wall diagonally downwards is low (due to a stacking of collision with wall and modifier on diagonal movement)
Compatibility with Wine (Linux, Mac OS X)
  -Caster extension (used for ogg playback) causes a seemingly random error when closing the game
Menus (Main, Options)
  -Menus cannot loop (going from last entry to first and vice versa)
  -Resolution options don't actually change resolution (Due to how GameMaker handles determining resolution at the start of game, easy action order issue)
  -Holding a button for more than a frame can go through multiple menus at once (simply a change from keyboard_check to keyboard_check_released)
-LoCaA specific issues
  -Familiars disappear when player is at edge of screen (Mahamaon)
  -Pause issues as mentioned earlier, prominent in Mabufudyne and during opening cinematic

Super huge thanks to MegamanOmega, Dark, Trickysticks, and AJS for all the encouragement and helping me to find these bugs!  They will be fixed as soon as possible (which should be within a few days).
A new feature list will be uploaded as soon as school entrance exams are finished  :V

Return of Eastern Wonderland! Made by a PC-98 fan FOR fans!
1ccs: SoEW (N), LLS (N), MS (N), EoSD (N, H), PCB (N), IN (N, H), PoFV (N, 5 char), MoF (N), SA (N), UFO (N), TD (N), DDC (N), LoLK (N), HSiFS (E, N, L), WBaWC (N)
Extra: EoSD, PCB, IN, PoFV, MoF, HSiFS, WBaWC
Scoring: HSiFS Easy (PB: 1.1b), Barrage Musical Hard (PB: 28.?b)

WishMakers

  • Myouren's IT Guy
  • printf("h*ck");
Wish's Code Dump
« Reply #31 on: May 09, 2018, 11:59:18 PM »
Nothing big, just a simple page update.  Removed a few download links because 1) they were taking up wanted space in my Dropbox and 2) they...aren't good scripts.  At all.
Return of Eastern Wonderland! Made by a PC-98 fan FOR fans!
1ccs: SoEW (N), LLS (N), MS (N), EoSD (N, H), PCB (N), IN (N, H), PoFV (N, 5 char), MoF (N), SA (N), UFO (N), TD (N), DDC (N), LoLK (N), HSiFS (E, N, L), WBaWC (N)
Extra: EoSD, PCB, IN, PoFV, MoF, HSiFS, WBaWC
Scoring: HSiFS Easy (PB: 1.1b), Barrage Musical Hard (PB: 28.?b)