Commit Graph

57 Commits

Author SHA1 Message Date
JappaWakka 15f57d8bc5 Make plural names localizable + item found 2023-08-09 16:20:16 +02:00
JappaWakka e3c3a53e85 Localization for Join Server Screen 2023-08-09 15:50:56 +02:00
JappaWakka f8c63948d4 Localizable receive items and berries messages 2023-08-09 14:26:26 +02:00
JappaWakka 73edefdd4b More localization stuff 2023-08-05 13:42:56 +02:00
JappaWakka e2320d8f07 Localizable Pokédex Screen 2023-08-05 10:28:18 +02:00
JappaWakka c68b55de91 Localizable can't save text 2023-08-05 09:58:42 +02:00
JappaWakka a3f7bcaef0 Make menu screen localizable 2023-08-05 09:55:00 +02:00
JappaWakka acee085383 Tokens and Corrections 2023-08-02 11:27:12 +02:00
JappaWakka 43f66368b9 Localization line splits voltorbflip + inventory 2023-08-02 10:52:12 +02:00
JappaWakka 694acb7730 Fix other languages not working 2023-08-01 20:06:20 +02:00
JappaWakka e497776ecd Localized field moves and switching 2023-07-30 18:16:27 +02:00
JappaWakka 7bffd5df72 Updated and added Pokémon name tokens 2023-06-13 19:58:37 +02:00
JappaWakka b91a5f586f Removed unused tokens 2023-06-09 12:11:03 +02:00
JappaWakka a5a8162f5f Adjusted token and position coin counters 2023-05-30 10:39:17 +02:00
JappaWakka 5cd5e00587 Change order of VoltorbFlip messages 2023-05-30 09:59:03 +02:00
JappaWakka a2718ac639 Added missing Back token for VoltorbFlip 2023-05-30 09:23:23 +02:00
darkfire006 2e1b66a45d add back from info screen and fix a line wrap 2023-05-29 20:32:31 -05:00
JappaWakka 2a3579f684 Added menu with tutorials, removed gradients
Also improved some tokens and fixed the quit button on the How To Play tutorial image
2023-05-29 09:57:39 +02:00
JappaWakka 3b1f3075e8 Added New Level Menu and Game Info stuff
still need to test
2023-05-28 21:34:20 +02:00
JappaWakka 630cf4f9c9 New Level Menu preparations 2023-05-28 09:58:33 +02:00
JappaWakka 1a1e8bcf9b Fix token and quit button text 2023-05-28 09:54:20 +02:00
JappaWakka 088bb1ceb2 Incorrect Quit Correction + Localizable QuitButton
And some corrected tokens
2023-05-27 19:27:48 +02:00
JappaWakka 7d9db111d2 Missing tokens and better total coins counter 2023-05-27 17:48:32 +02:00
JappaWakka 348ba89b15 Add localization for Voltorb Flip and Coin Case 2023-05-27 16:52:36 +02:00
JappaWakka 10a2faa62c Remove the word Berry from the Berry names 2023-02-12 16:20:47 +01:00
JappaWakka 2ce18dbc97 Fix item localization & missing item name 2023-01-14 21:50:41 +01:00
darkfire006 e95de32ad9 fix move capitalization 2022-12-29 20:47:07 -06:00
JappaWakka bdb0278280 Make unable to switch message localizable 2022-12-04 21:17:42 +01:00
JappaWakka a86e478342 Spaces and hyphens for move names 2022-12-04 20:22:53 +01:00
JappaWakka 56f9670e0d Move/Attack names can be localized now 2022-12-04 20:11:29 +01:00
JappaWakka dcf25a4817 Added Item names to localization file 2022-12-04 19:25:56 +01:00
darkfire006 318bd4d0dd rename Trainer Tower exterior to Tower Straits 2022-05-01 20:29:02 -05:00
Jasper "JappaWakka" Speelman 8f00719cbd Tokens adjusted 2022-04-14 20:14:54 +02:00
JappaWakka c23c5a244e Merge branch 'BattleAnimations' 2022-02-22 13:10:43 +01:00
Daniel S. Billing 29148b7937 Revert "Merge pull request #81 from eldiosx/patch-2"
This reverts commit 0fc037d03a, reversing
changes made to 2bb8d4fa5c.
2022-02-22 12:40:39 +01:00
Daniel Delgado Jiménez cde0854356
Update and rename Tokens_en.dat to Tokens_es.dat 2022-02-21 23:35:30 +01:00
JappaWakka 7f4377986f Removed duplicate english localization tokens 2022-02-17 22:49:29 +01:00
JappaWakka 7555a5e903 Battle fixes and improvements
* Fixed camera angle not changing to the Pokémon when status effects are doing something
* Fixed softlock when opponent trainer switches Pokémon
* (Hopefully) fixed initial positioning errors with spawned BattleAnimation entities related to BattleFlip functionality
* Removed the now unneccessary BattleFlip checks in the move animation of Growl
* Improved Ember move animation (fireball speed & flame delay)
* Improved Poison Sting move animation by making the stinger smaller, increasing the speed of the stinger and making it use a flipped version of the texture when the opponent uses the move
* Improved Poisoned status effect animation by making it 1 bubble for regular poison and 3 bubbles for toxic
* Repositioned the flame of the Burned status effect animation
* Trainers now display a message when sending out their Pokémon (I removed that before)
* Fixed Party Screen not appearing immediately after the player's Pokémon fainted and also made the player unable to exit the Party Screen when that happens.
* Fixed the incorrectly scaled font sizes and text alignment in the selection menu that appears when selecting a Pokémon in the Party screen
* Replaced minifont in the Pokémon level up stats box with InGameFont and fixed the offsets
* Fixed the error I made in the ceiling map code of Violet City's gym
* Removed the file MoveAnimationQueryObject.vb because AnimationQueryObject.vb also includes Move Animations
* Fixed the textbox in battles where an empty rectangle would appear before the animation finished.
* When a trainer spots the player and an exclamation mark bubble pops up above their head, a sound is played (Emote_Exclamation)
* In trainer battles, the player's Pokémon now also plays their cry.
2022-01-16 17:22:36 +01:00
JappaWakkaP3D ba313f78ae Added & Changed Tokens + Added functionality for genderless players
Options Menu and Main Menu can be translated now
2021-10-22 20:22:13 +02:00
JappaWakkaP3D 9bde9a71ed Main Menu & Options Menu Fixes and Improvements
* Gave enabled Content Packs better feedback by making the text green if it's enabled
* Removed the "enabled" suffix from enabled Content Packs
* Changed the "enabled:no/yes" text in the Content Pack menu to "Enable" when the selected Pack is  disabled and "Disable" when the selected Pack is enabled
* Fixed mouse clicks registering in a different location on the Content Packs menu
When clicking any button on the row above the options submenu while the options submenu is opened, I made it close the submenu and move to that button.
* Added visual keypress feedback when pressing a commandbutton. The key will revert back to it's regular look when the mouse/keyboard/controller button is released.
* Fixed the jump when moving the cursor in the options menu from a slider to a button and vice versa.
* added an "apply" button to the main menu's option menus
* Made the "back" buttons in the main menu's option menus  not apply the changes.
* Made the language change when you scroll through the languages. Tokens in other languages need to be updated!
2021-10-22 18:13:33 +02:00
darkfire006 c6e43df31c tokens get parsed for constructs 2021-10-21 01:06:21 -05:00
darkfire006 9f59562611 Revert "Added some tokens in advance"
This reverts commit 61b07ddb4b.
2021-10-19 22:31:22 -05:00
JappaWakka 61b07ddb4b Added some tokens in advance 2021-10-20 00:03:10 +02:00
JappaWakka 78e25a85c0 Notifications Implementation Part 2 2021-10-11 21:16:39 +02:00
JappaWakka 464e1d8c31 Implemented Notification system 2021-10-09 23:05:56 +02:00
JappaWakka 9def5642e8 Lots of QoL changes
- 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
2021-10-01 15:19:04 +02:00
JappaWakka cf56508ed0 Content Pack Menu tweaks
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
2021-09-29 16:29:49 +02:00
Jasper "JappaWakka" Speelman 9b8df67916 Fixes and main menu preparations
For some reason ttf2bmp.exe was not added to the references, so I added that.
Added some variations of the Options and MainMenu button textures.
Added some english localization tokens and fixed the Indonesian language from displaying as "Indonesia"
Tweaked the colors of the main menu
Added an option main menu icon
Fixed a bug where the game would crash when loading a gamemode without a Moves folder.
Set offsetmap quality (update frequency) to max by default.
2021-08-30 19:46:39 +02:00
darkfire006 916c974be1 Minor ddive fixes 2021-04-20 11:59:31 -05:00
Daniel S. Billing 1b06be9ef3 Binary changes 2021-01-24 16:19:10 +01:00