Skip to content

Releases: SimonBestia/The-Myth

The Myth 1.2.2

08 Jan 09:43
Compare
Choose a tag to compare

(I told myself I'd never touch this again, but I figured I should at least fix the basic stuff for people who play this in the future)

Changelog:

  • Fixes:

    • Changed the pedal faster hint to say press A and X, instead of A and B. I accidentally broke this in 1.1.3
  • Minor adjustments:

    • Changed and removed useless code
    • Added some (commented) debug code I used to test stuff previously

The Myth 1.2.1

10 Jul 16:12
Compare
Choose a tag to compare

Changelog:

  • Fixes:
    • Restored SoundEnableSpeech() in MissionCleanup() that was accidentally removed

The Myth 1.2

10 Jul 11:34
Compare
Choose a tag to compare

(Update with a little bit of everything. Changelog might be incomplete)

Changelog:

  • Main changes:

    • tschool.ipb is no longer required. Roof is now loaded by the script. Restore the vanilla file to avoid potential issues
    • Added two more Settings in the source code: PS2 and DebugOn
    • The player should now be teleported back to where they started the mission, instead of the Boys' Dorm
  • Updated Roof Chase section:

    • The bells now play SFX
    • Added a line for Gary when he's throwing bricks
  • Updated Kart Chase section:

    • Potentially fixed an issue where Gary had a slow start. (And changed code behaviour in case it happens anyway to avoid giving the player a huge advantage)
  • Updated Boss Fight section:

    • Jimmy's and Gary's speed will be synchronised when grappling each other to avoid animations looking odd
    • A new Gary is spawned only during the Pre-Second Boss Fight NIS, not before, to make his transformation 0.1% nicer by having his hat re-appearing during the scene!
  • Fixes:

    • Kart Chase Section:
      • Fixed an oversight causing Jimmy's last message during the conversation to not appear
    • Boss Fight Section:
      • Fixed an oversight causing Earnest to not spawn anymore after the RNG picked him the first time
  • Minor adjustments:

    • IDs are now stored in F_SetupVariables() to accommodate for PS2 compatibility
    • Several optimisations have been made, like:
      • Replaced Action Nodes with ones triggering the same animation to reduce the amount of .act files loaded
    • Removed old code that was dead to begin with and didn't work correctly anyway (Like T_GhostsCanGoThroughWalls)
    • Text-related changes
    • Wording in comments

The Myth 1.1.3

28 Nov 14:17
Compare
Choose a tag to compare

Changelog:

  • Fixes:

    • Roof Chase Section:
      • Gary will be laughing before throwing the brick when by the second platform
    • Pre-First Boss Fight Cutscene:
      • Fixed Jimmy going in A-pose in the Pre-First Boss Fight Cutscene
  • Minor adjustments:

    • The initial menu can now be navigated by either pressing or holding the D-Pad buttons, instead of just pressing
    • Some more really minor stuff

The Myth 1.1.2

12 Jun 13:26
Compare
Choose a tag to compare

Changelog:

  • Fixes:

    • Uncommented line 31
  • Minor adjustments:

    • When entering and leaving the school, Gary will now slowly vanish instead of disappearing instantly
    • Removed useless math.random
    • Wording in comments

The Myth 1.1.1

05 Mar 17:07
Compare
Choose a tag to compare

Changelog:

  • Fixes:

    • Fixed some minor issues with the Easter Egg's cutscene:
      • The camera fade-in is a bit more polished
      • Fixed some animations playing too late
    • Fixed an issue that prevented Gary from performing his Choke grapple
  • Minor adjustments:

    • The player is now invulnerable during the fade-in leading to the Pre-Second Boss Fight Cutscene, to avoid potential issues
    • Removed unnecessarily-loaded animations
    • Text-related changes

The Myth 1.1

05 Mar 21:37
b65c8b9
Compare
Choose a tag to compare

Changelog:

  • Updated Roof Chase section:

    • The camera fade-in is a bit more polished now
    • Added a Beam Cola on the roof
    • Gary now throws bricks at you two more times
  • Updated Kart Chase section:

    • The camera fade-in is a bit more polished now
  • Updated Boss Fight sections:

    • Fixed and changed the code controlling Gary's grapples.
      • When being grappled, he now has a 50% chance of countering and grappling you, instead
    • Slightly reduced Gary's health in the second phase
    • Slightly reduced Gary's evade stat in the second phase
  • Other:

    • Added a debug-related function that allows you to skip dialogue
      • The text-printing function was updated to allow for the aforementioned debug functionality
    • All debug-related code is now included
  • Minor adjustments:

    • Removed unnecessary code and minor optimisations to it
    • Removed unnecessarily-loaded animations
    • Text-related changes

The Myth 1.0

05 Dec 19:56
f714041
Compare
Choose a tag to compare
  • Initial release.