Commit Graph

70 Commits

Author SHA1 Message Date
JappaWakka 66079e69d0 [Crash fix]
Fixed crash that occurs when exiting to the main menu through the pause screen while the game window is minimized or not active in general.
2021-01-21 10:37:27 +03:00
Ruan Pablo b361c496a2 Unown menu logic fix
Also minor change to join server screen
2020-09-12 04:39:49 -03:00
Zottelchen 01bd460e3c
Updated Eggmoves inheriting to Gen 6 (#28) 2020-07-23 19:54:50 +03:00
darkfire006 eeeeb18e94 fixes from Mach IV 2020-07-22 22:23:38 -05:00
darkfire006 a1ab3786ac Mach III fixes 2020-07-18 20:04:10 -05:00
Vitaly Mikhailov f23ed8caa6
Direct IP connection fix 2020-07-10 19:50:33 +03: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
TheOmegaGhost cc2690dd9d Menu Sprite Reorganization 2020-06-19 23:47:03 -03:00
darkfire006 c695e34b6a Fix issue with Surf Skin 2020-05-27 21:46:46 -05:00
TheOmegaGhost 0663bfd251 Move Reminder and Deleter Overhaul
Reminder and Deleter in every PokéCenter now
Replaces previously useless Mystery Gift NPC area
No longer costs an item, but unlocks as you get badges
Deleter requires 2 badges, reminder requires 4 badges
Fixed weird behavior in their menu screens (double move bug)
Moved Draco Meteor tutor to Blackthorn City house
Draco Meteor tutor is now more elegantly scripted
2020-04-16 23:27:36 -03:00
TheOmegaGhost ff81fea1b9 Updated Dream Ball and Pinch Berries 2019-11-23 03:29:31 -02:00
Vitaly Mikhailov ef0cecfe2e
Added <battle.caught> command 2019-10-31 23:57:27 +03:00
Vitaly Mikhailov d44009819e
Merge pull request #32 from P3D-Legacy/fadecolorpatch
Added command to change Screen.Fade color
2019-10-11 21:41:48 +03:00
Vitaly Mikhailov 6e0b1d1550
Added command to change Screen.Fade color 2019-10-11 21:39:42 +03:00
darkfire006 efa001061f forbid fused trades
for Kyurem
2019-10-06 18:28:42 -05:00
Ruan Pablo aedec48f93 Terrain final implementation + typos and move fixes
fixed fake-out/first impression working on 2 turns
fixed protecting move breaking messages
fixed trapping/binding moves and abilities
fixed flinch message popping up unnecessarily
updated natural gift BP calculation
updated some moves' contest category and other stats
added roseli, kee, maranga berry effects
added alolan pokemon abilities
added smacking down effect
added terrain as well as its effects
replaced polkadot bow (no use) with berserk gene
other minor fixes such as typos, captalizations
wrapping up other commits
2019-09-27 15:46:23 -03:00
darkfire006 d5cd535685 Fix Dusk ball to have 3.5 in caves too 2019-09-23 23:01:39 -05:00
CaptainSegis e1faeb362f Hopefully fixed all time related issues 2019-08-03 18:37:07 -05:00
Ruan Pablo 3a378a1350 Some Gen 7 OW sprites + move fixes 2019-06-02 22:42:09 -03:00
CaptainSegis 74517e2f5f v0.55.2 Release 2019-02-03 18:19:11 -05:00
CaptainSegis 3fb1cd0e89 Added back gender switching and save reset buttons for GameJolt saves. 2019-02-02 03:59:03 -05:00
CaptainSegis a24f5ff637 Hopefully fixed a couple of crashes 2019-01-31 01:35:14 -05:00
CaptainSegis 5d4ae15b67 Fixed exploit in NewMenuScreen 2019-01-29 22:49:09 -05:00
FantaX1911 c73f5ac07d Ok, I promise it works now.... 2019-01-25 19:13:06 +02:00
FantaX1911 d419794c3c Gave "beast" text color white. 2019-01-25 19:05:01 +02:00
FantaX1911 28c1af7d10 Implemented "Beast" emblem check in the party screen, (was I supposed to be the one to do it?) 2019-01-25 18:45:03 +02:00
CaptainSegis 05436c2bb1 Small adjustment to credits 2019-01-24 02:00:45 -05:00
CaptainSegis 791902a05f Finished reworking emblems, added new ones. Adjusted all @sound.play(success) instances and such. 2019-01-24 01:52:47 -05:00
FantaX1911 b7306a699e Added initial checks for (shooting star, ancestor, eruption, mega, victorious) via scripts.
Removed the recent pokedex emblem checks.
2019-01-23 18:59:07 +02:00
FantaX1911 0234edc3a7 fixed a typo with ancestor 2019-01-23 18:46:44 +02:00
FantaX1911 952482d645 Implemented pokedex check for the following achievements (Ancestor and Victorious) 2019-01-23 18:45:49 +02:00
FantaX1911 2fe8610a6b Added sylveon to the requirements of "eevee" achievement.
Implemented repeatable check for volcanion in the pokedex screen.
Implemented repeatable check for Jirachi in the pokedex screen.
Removed volcanion's emblem check from its script.
Removed Jirachi's emblem check from its script.
2019-01-23 18:03:06 +02:00
CaptainSegis aef1cdbec1 Prep engine for new emblems. Temporary changes should be reverted when GJ support for trophies is brought back. 2019-01-23 06:11:11 -05:00
CaptainSegis 98188fa3ef Fixed friend list, Trainer screen, play time, Woobat evolution condition. 2019-01-22 14:04:02 -05:00
CaptainSegis e2567d073f Fixed karrablast/shelmet trade. Fixed multiple bugs related to new offline saves. 2019-01-21 23:38:32 -05:00
CaptainSegis 179d94ccd6 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2019-01-13 12:06:55 -05:00
CaptainSegis 7891cfd77d Disabled toggle third person from the new game screen. 2019-01-13 12:06:43 -05:00
nilllzz 71528d85a1 maybe fix the battle music 2019-01-13 00:55:17 +01:00
CaptainSegis c89c4f8121 Misc fixes:
- Fixed some screen size related issues
- Fixed crash related to indexes in TradeScreen
- Fixed @Pokemon.AddToStorage command
2019-01-05 02:47:05 -05:00
CaptainSegis 1ad833463f Fixed music not playing after catching a pokemon 2019-01-04 21:36:31 -05:00
CaptainSegis 3730ebbd10 Small adjustment to SummaryScreen 2018-12-22 11:28:09 -05:00
CaptainSegis 2d852d9166 Small adjustments to MapScreen 2018-12-21 15:19:17 -05:00
CaptainSegis f3ebd5cad4 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2018-10-27 16:44:05 -05:00
CaptainSegis c1fe651ede Bag index now points to the last item used. 2018-10-27 16:43:52 -05:00
Ruan Pablo c4105ad5aa Added some missing moves up to Gen 6 2018-10-26 06:03:33 -02:00
CaptainSegis 17e2dc5fed Done with status condition icons 2018-10-21 22:20:08 -05:00
CaptainSegis 5851f0d602 Fixed status icon not showing in PartyScreen 2018-10-21 21:12:37 -05:00
CaptainSegis 4bac250b97 Fixed crash related to Toss/Give/Use in NewInventoryScreen 2018-10-17 03:30:27 -05:00
nilllzz 497e44a899 disable debug display on splash screen 2018-09-11 15:52:38 +02:00
OmegaRuan 002b7c27cf Kolben update + lil extras
includes basement, trainers, pcp, shiny rate and small message fix
2018-08-28 22:48:24 -03:00