Fixed music playing errors
[Added Songs]
Mom (as there wasn't any music for when the mom gives you the pokégear)
PVP_Intro (PVP music didn't have an intro before and I also replaced PVP with a better sounding version)
[Added Sounds]
Emote_Exclamation (can be used when using the ! emote for NPCs)
Receive_HM (the game checks if the name of the item that was received contains "HM", if so, this sound is played instead of the regular item receive sound)
Renamed all of the songs with properly capitalized names to improve recognizability and readability.
I also changed some song names and added some sounds & I edited the maps and songs accordingly
[Changed Songs]
alph = RuinsOfAlph
barktown = NewBark
frontier = BattleFrontier
indigo = IndigoPlateau
mtmoonsq = MtMoonSquare
rHideout = Rocket_Hideout
safari = SafariZone
safarigate = SafariZone_Gate
kVictoryroad = VictoryRoad
--
[Added Songs]
Mom (as there wasn't any music for when the mom gives you the pokégear)
PVP_Intro (PVP music didn't have an intro before and I also replaced PVP with a better sounding version)
[Added Sounds]
Emote_Exclamation (can be used when using the ! emote for NPCs)
Receive_HM (the game checks if the name of the item that was received contains "HM", if so, this sound is played instead of the regular item receive sound)
Fixed PlayerSkins displaying incorrectly in the new intro.
Fixed position of Pause Menu text.
Songs don't fade in by default now except with the @musicplayer.playfade(songname) command
You can now also close the Options row in the Main Menu with the "Up" or "Move Forward" keys
Improved the timing of the Battle intro screens
Renamed Badge_Aquired to Receive_Badge for consistency
Made it possible for Pokémon, NPCs and players to use textures that have 2 frames (1 - 2 - 1 - 2), 3 frames (1 - 2 - 1 - 3) or even 4 frames (1 - 2 - 3 - 4) with the numbers between the brackets being the order of the frames
- All default pokémon overworld sprites are now 2 frames wide
- Removed an error in the old NewGame intro
- Pokémon don't animate unless moving or when in battle
- You can now run up and down a slideblock.
- NPC movement type Straight is now less random and more smooth.
- When renaming the rival, the skin visible at the top changes to whatever skin is set as the rivalskin. This way, the rival is not stuck with one skin. This can be useful when the rival's skin changes based on the player's gender for example.
- Text messages that contain <token.tokenname>, where tokenname is a string from the localizations files, have the part between the <> replaced with that string now.
- Text messages that contain <button.buttonname>, where buttonname is one of the controls defined in "Saves\Keyboard.dat", will now have the part between the <> replaced with the key assigned to that control.
- Players can now be genderless instead of only either male or female in scripts.
- Which skins are available in the intro is now defined in the GameMode's definition file instead of being hard-coded
- Old New Game intro now uses the player skin data from the GameMode definition file
- The Pokémon in the old New Game now doesn't fall too far down anymore
- Scripts adjusted to match the new gender functionality
whenever you scroll (or press up/down) on the buttons at the bottom, the select sound plays (with a delay so you can't spam it) so the player knows it does something
I also renamed Up and Down to Move Up and Move Down to avoid confusion
Fixed the issue where when you press a key to go to the main menu while the splash/logo screen was fading in, it would freeze halfway through the fade and you'd have a main menu with a darker background than it should be. Now when you press a key, it just skips the fade before switching the screen to the mainmenu
Fixed a crash when moving to the content pack button in the main menu options row while having no savegames.
Fixed the options pointer changing position when resizing the game window.