Commit Graph

35 Commits

Author SHA1 Message Date
JappaWakka 322ca3e5c4 Fixed notification popup blocking pokégear 2022-06-26 20:20:37 +02:00
JappaWakka 7eb7805dcf Added constructs for checking player movement
Also fixed the "<player.velocity>" construct and reset the player's movement speed in the teacher script in violet city
2022-06-11 15:01:16 +02:00
JappaWakka 7ac1e5b5fb Fixed locking movement with debugwalk key 2022-06-06 13:51:51 +02:00
JappaWakka c7a9e7c4df Fix for scriptblock rotation bug 2022-04-23 18:50:10 +02:00
JappaWakka 87210c3ed6 Fix for run speed also being used for surfing 2022-04-19 11:49:17 +02:00
JappaWakka ea0ab80ba6 Water animation improvements
* Added the ability for contentpacks to change the animation speed of water
* Water backdrops are synced to the current map's water animation speed
2022-04-16 18:19:27 +02:00
Jasper "JappaWakka" Speelman 52dfc1bfa3 Make Model ID 5 + 6 visible on minimap 2022-04-11 21:08:45 +02:00
Jasper "JappaWakka" Speelman e62c49b7bb Potential bugfix for 2x debug move on water 2022-04-07 12:01:32 +02:00
Jasper "JappaWakka" Speelman 11a8b632d0 Fixed going up slideblocks speed 2022-04-03 21:04:25 +02:00
JappaWakkaP3D 24b7ba36e2 Notification Popup disappears faster after user input 2021-10-28 22:15:29 +02:00
JappaWakkaP3D 53f006cd3d Stop the NotificationPopup from autoexecuting the attached script. 2021-10-26 23:55:22 +02:00
JappaWakka 3ce59ee458 Merge branch 'notificationspopup' 2021-10-19 20:57:24 +02:00
JappaWakka a85849a52c Added @screen.showimage(texture,[sound],[x],[y],[w],[h]) command
To show an image like with @screen.showpokemon but one that's not necessarily the texture of a Pokémon, like the fossils at Pewter City, which I've also added textures for. Arguments in the title of this commit between brackets are optional.
2021-10-17 17:44:01 +02:00
JappaWakka a654d80a85 Using the running shoes and using ctrl to walk through walls in sandbox and debug mode is not a toggle instead of a hold 2021-10-13 20:18:26 +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 c4ab6604a6
Merge pull request #73 from P3D-Legacy/mainmenu-rework
Main Menu Rework
2021-09-29 16:59:40 +02:00
JappaWakka bc3bb99e33 Sandbox Mode Camera QoL fixes
It is now possible to move the camera in third person with the arrow keys when the savegame is in Sandbox Mode to make mapping easier for people who don't wanna build the source code
2021-09-27 23:26:37 +02:00
JappaWakka b1c4916e14 Sandbox savegames should be able to access the PokéGear at any time now. 2021-09-27 23:17:53 +02:00
Jasper "JappaWakka" Speelman 22bf0afdce Rotation speed multiplier of First Person camera slightly increased
From 35.0F to 40.0F
2021-09-25 19:57:08 +02:00
Jasper "JappaWakka" Speelman b0ca5ab1d9 Options Menu update 2
- Applying ContentPacks works perfectly now and plays the Save sound when done
- ScrollBars in the options menu work correctly again
2021-09-25 00:27:12 +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
Vitaly Mikhailov 6e0b1d1550
Added command to change Screen.Fade color 2019-10-11 21:39:42 +03:00
CaptainSegis 7891cfd77d Disabled toggle third person from the new game screen. 2019-01-13 12:06:43 -05:00
nilllzz 6e7032f2ae only reset mouse pos when needed 2019-01-11 20:22:01 +01:00
CaptainSegis 9cb32c3cc5 Added some debug messages (they are commented in OverworldCamera.vb). Small changes. 2019-01-11 13:58:43 -05:00
CaptainSegis 848482c031 Updated to MonoGame 3.7.1 2019-01-10 17:04:46 -05:00
CaptainSegis 7b8e781dce - Added missing houses in Six and Seven Island.
- Implemented @NPC.dance and @Player.dance commands.
- Implemented the CameraDistanceDelta tag, which allows entity CD to be adjusted manually.
2018-08-28 19:34:58 -05:00
CaptainSegis 18425ed8d3 Music quick fix. Please check. 2018-08-16 18:05:43 -05:00
CaptainSegis 60171e1047 Temporary fix. Music files edits pending. 2018-05-02 18:48:39 -05:00
CaptainSegis 83570f5789 Fixed all known, noticeable bugs related to music in the engine. 2018-04-01 12:07:18 -05:00
nilllzz 01ce289fd6 change debug mode detection for file watcher 2018-02-25 11:05:40 +01:00
nilllzz a2cef30a50 change title screen background 2018-02-24 09:32:04 +01:00
nilllzz fcdcbad6c9 fix music, always summer/day in main menu 2018-02-24 01:20:42 +01:00
nilllzz a1786d5181 literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00