Commit Graph

49 Commits

Author SHA1 Message Date
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
JappaWakka ab66ddaf7c
Corrected some more tokens 2022-05-28 21:25:34 +02:00
JappaWakka 06762018c8
Corrected some tokens 2022-05-28 21:17:13 +02:00
JappaWakka 5c065f7ed4
Removed incorrectly placed space 2022-05-28 21:14:48 +02:00
JappaWakka d84f2c81e0
Alphabet in Dutch is with a f not a ph 2022-05-28 20:03:14 +02:00
JappaWakka 781d27f916
Changed team rocket HQ token 2022-05-28 19:58:32 +02:00
JappaWakka 0c351f6bea
Fixed minor error in Dutch tokens 2022-05-28 19:40:25 +02:00
darkfire006 037f68bb5a replace language names with the non english versions 2022-05-06 17:07:25 -05: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 c15a9c13bd
Corrected spelling error in Dutch localization 2022-02-23 13:01:22 +01:00
JappaWakka c23c5a244e Merge branch 'BattleAnimations' 2022-02-22 13:10:43 +01:00
Daniel Delgado Jiménez 185852d934
Create Tokens_es.dat 2022-02-21 23:36:45 +01:00
JappaWakka 7f4377986f Removed duplicate english localization tokens 2022-02-17 22:49:29 +01:00
JappaWakka 0e0113afc4 Added Dutch Localization Tokens 2022-02-17 22:48:59 +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
Daniel S. Billing 2e391a2c0c
Merge pull request #37 from DanielRTRD/updateENlocale
Update EN locale
2020-07-25 22:52:04 +02:00
Daniel Billing fd3d82cecf
Merge pull request #38 from DanielRTRD/updateSVlocale
Update SV locale
2020-07-22 21:15:10 +02:00
Daniel Billing 55e8875f2c Updated and added missing translations for SV 2020-07-22 11:34:03 +02:00
Daniel Billing 1019d574a2 Meny not menu (: 2020-07-22 11:05:07 +02:00
Daniel Billing f538b6aa5a Fixed spelling of Millenial 2020-07-22 10:53:41 +02:00
Daniel Billing 6ad1ac0c57 Minor tweaks for NO translation 2020-07-22 10:51:48 +02:00
Daniel Billing dec293ce97 Full update of NO translation 2020-07-22 10:49:54 +02:00
JappaWakka fae7349356
Fix audio engine & contentpacks (#35)
* Replaced existing Gen 2 SFX with better sounding ones (no ugly reverb)
Replaced MediaPlayer with NAudio(and NAudio.Vorbis) for playing music in order to fix random stopping issues.
The game now directly loads .ogg files instead of the .wma/.xnb combination from before.
ContentPacks are now able to replace Music and SFX again (I haven't added a menu yet for choosing ContentPacks).
To make older GameModes work with current versions, you can add the GameMode property EnterType and set it to "1", this will make the game use the older 2D NewGameScreen.

* Delete GameController.vb

* Add gamecontroller.vb back

* Fix sfx missing

* Battleintro doodle now doesn't loop anymore (for no trainer)
Changed the shutter sound (aka Large Door sound) to something more large door-y
Made the enter sound slightly louder
The enter sound now plays when going through any warp to or from an indoor map (including falling through holes)
The flying sound effect is played earlier in the animation after selecting a location
Changed played sound effect when using the Escape Rope to "teleport" instead of "destroy"
The bump noise now also plays when bumping into something in first person
Fixed small gap between the end of the intro song and the start of the main song
Replaced some songs with better songs

* Fixed some more intro issues

* Forgot to change a thing

* Fixed an error where the main music would play, ignoring the muted musicmanager.

* fix indenting in musicmanager

* The music player will now only start playback on a new song if the music player is not muted, fixed the end time calculation of the intro of a song after muting, Music can't be unmuted now as long as a sound effect plays that stops the music.

* Fixed league restplace position, fixed sound effects sharing the volume slider of the music, sound effects are now also muted when pressing M, changed music on/off popup to audio on/off, removed bump delay in first person, added more control on whether played songs should be looping or not.

* Fixed some more scripts that turn on thirdperson mode but don't check if it was on before or set it back to what it was before afterwards, also fixed a small error in creditsscreen.vb.

* Fixed indenting error in musicmanager.vb, fixed an error of mine where the loopsong parameter would be seen as the playintro parameter.

* Added more music commands, added quite some menu select noises, will add more later

* More select sound effects!

* Fix music not resuming after soundeffect

* Trainer using item now plays the single_heal soundeffect

* Pokémon cries now sound louder

* Possibly fixing crash when playing Pokémon cry at volume higher than 0.71

* Added better quality Pokémon cries, made random overworld cries slightly less loud, added cries for 719 and 720.

* Sound effects now sound louder

* Revert "Added better quality Pokémon cries, made random overworld cries slightly less loud, added cries for 719 and 720."

This reverts commit 8c9296ed1a.

* Fixed the cause of why the title screen music plays even when the game is muted

* Tabs to spaces

* Revert

Co-authored-by: darkfire006 <blazer257@live.com>
Co-authored-by: JappaWakkaP3D <66885565+JappaWakkaP3D@users.noreply.github.com>
Co-authored-by: JappaWakkaP3D <jasper.speelman@outlook.com>
Co-authored-by: Vitaly Mikhailov <personal@aragas.org>
2020-07-09 20:59:42 +03:00
darkfire006 50a71beb07 tao trio minus text 2019-10-13 21:08:15 -05:00
darkfire006 9c38c16246 Improvements to the sevii Island Map 2018-09-15 23:05:47 -05:00
FantaX1911 5d982b9f17 typo fixes and updates to tokens_en.dat 2018-09-14 14:39:21 +03:00
OmegaRuan 5220ec0375 badges fixarinos 2018-09-12 17:40:05 -03:00
Daniel Billing 4b63f5ef71
Updated Tokens_no.dat with more translations
Only missing the place names.
2018-06-04 20:52:46 +02:00
Daniel Billing ea02ffafe8
Created Tokens_no.dat - not done
Needs more editing, but almost complete.
2018-06-04 20:26:34 +02:00
Daniel Billing 59439b1f44
Updated the Swedish locale 2018-06-04 18:27:44 +02:00
nilllzz a1786d5181 literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00