98 Commits

Author SHA1 Message Date
Daniel Billing
8e3231ee81 PartyScreen translated 2020-08-02 15:40:49 +02:00
Daniel Billing
84f7183293 PartyScreen translation done 2020-07-29 22:24:05 +02:00
Daniel Billing
2b69f3dd94 PartyScreen WIP 2020-07-28 17:53:30 +02:00
Daniel Billing
486f42b937 GameMessages translated 2020-07-28 14:54:23 +02:00
Daniel Billing
4ff8b2aca7 DonationScreen translated 2020-07-28 13:58:10 +02:00
Daniel Billing
7e6fbe2b52 Spelling correction 2020-07-28 11:19:51 +02:00
Daniel Billing
a264a40626 NewInventoryScreen done 2020-07-28 11:14:25 +02:00
Daniel Billing
6e4d10c806 Fixed spelling of token 2020-07-28 10:57:39 +02:00
Daniel Billing
c379139954 Removed old token files, outdated with the new locale project 2020-07-27 23:47:37 +02:00
Daniel Billing
03eea5909d NewInventoryScreen almost done 2020-07-27 23:43:09 +02:00
Daniel Billing
1c545c833b Added missing token to NO 2020-07-27 23:08:01 +02:00
Daniel Billing
0a1140e2e6 Added bag token to menu 2020-07-27 23:07:40 +02:00
Daniel Billing
1a0c3335c4 Tokens for Pokedex 2020-07-27 22:46:10 +02:00
Daniel Billing
e8a529f756 Better spelling 2020-07-26 23:04:32 +02:00
Daniel Billing
3aee39784e NewNewGameScreen done 2020-07-26 16:00:25 +02:00
Daniel Billing
50aa2a44fb NewTrainerScreen Localization 2020-07-26 00:11:49 +02:00
Daniel Billing
c31f8e2754 Made a few changes to the global tokens 2020-07-26 00:11:03 +02:00
Daniel Billing
f87ad85663 Reset the token files 2020-07-25 23:22:42 +02: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
d3bb8bcace Tokens for the past commits 2020-07-25 20:49:48 +02:00
Daniel Billing
d86ea3b2c4 Added tokens for the past commits 2020-07-23 12:23:47 +02:00
Daniel Billing
e116985c26 Minor NO tokens improvements 2020-07-22 23:37:46 +02:00
Daniel Billing
85e2e3d27c EN tokens for AddServerScreen 2020-07-22 23:37:11 +02:00
Daniel Billing
e830fcfc52 NO tokens for AddServerScreen 2020-07-22 23:36:57 +02:00
Daniel Billing
fb0aca9c20 Changed title for JoinServerScreen 2020-07-22 21:42:48 +02:00
Daniel Billing
85c03ab026 Forgot to add playercard tokens for PressStartScreen 2020-07-22 21:41:56 +02:00
Daniel Billing
4e05509029 EN for PauseScreen 2020-07-22 21:27:37 +02:00
Daniel Billing
b5d76e6546 NO for PauseScreen 2020-07-22 21:27:29 +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
64a866715b Correct NO tokens for PressStartScreen 2020-07-22 21:12:30 +02:00
Daniel Billing
15ab288d5e PressStartScreen norwegian tokens 2020-07-22 21:08:41 +02:00
Daniel Billing
b926054650 PressStartScreen english tokens 2020-07-22 21:08:31 +02:00
Daniel Billing
754b95b680 Norwegian tokens for JoinServerScreen 2020-07-22 16:11:40 +02:00
Daniel Billing
aeb5cb598e English tokens for JoinServerScreen 2020-07-22 16:11:27 +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 8c9296ed1a82144d17f303a52c3f2e9e65a5bfea.

* 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