Commit Graph

1120 Commits

Author SHA1 Message Date
JappaWakka 893c8acd99 Fixed warning in one of the DoInventory constructs 2022-02-27 16:40:10 +01:00
JappaWakka 6362fb871a Fixed issue with the sky model and textures 2022-02-27 16:39:26 +01:00
JappaWakka 093ec3c0dd Undo changes to maps by battleanimations branch 2022-02-27 16:24:03 +01: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
darkfire006 2bb8d4fa5c add APC to the credit TXT 2022-02-18 11:12:13 -06:00
darkfire006 e01615e256 add APC for modeling work 2022-02-18 11:11:02 -06:00
Jasper "JappaWakka" Speelman 36539025ca Added voxel truck model 2022-02-18 17:16:14 +01:00
JappaWakka c78527840c Actually add the Token files and JappaWakka sprite 2022-02-17 23:03:32 +01:00
JappaWakka 55a221667e Added dev member overworld texture for JappaWakka 2022-02-17 22:50:39 +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 2c7fbf8364 DayTime, Level & PlayerSkin improvements
* Changed the DayTime enum name to DayTimes for consistency with other enums like Seasons
* Changing the EnvironmentType or WeatherType will now not reset back to the default when Reloading a map with the R key (Warping or loading a different map normally does reset those properties)
* @level.setdaytime(int) is now @environment.setdaytime(int), which sets the DayTime permanently across maps. Setting the daytime to any other value than 1 2 3 or 4 will reset the daytime to the default one
* Added command @player.setskin(name) which will permanently change the player's skin, unlike @player.wearskin(name) which only changes the skin temporarily.
2022-02-17 13:46:15 +01:00
JappaWakka 0c7600e4f4 Added Voxel Snorlax models. Adjusted Scale 2022-02-17 13:33:04 +01:00
JappaWakka eea9d543be Improved NewGameScreen and NewNewGameScreen
Ported skin selection and naming screens from 3d newgame intro to 2d newgame intro and made sure that there are no bad symbols in the foldernames.
2022-02-16 21:47:00 +01:00
JappaWakka bbfc4acdd8 Fixed Some Bugs
* Skin genders in the new game intro now grab the correct localization string
* Badges rotate around the center of their texture's width and height, which fixes the bug where the badges would rotate off-center when the texture resolution was different.
* The selected button background color in the GameMode selection screen is now light and the unselected buttons are dark instead of the other way around.
2022-02-14 19:28:21 +01:00
JappaWakka e162f84e78 Added Voxel Boat model 2022-02-14 17:30:39 +01:00
JappaWakka e4eee9f090 ContentPack Information Menu Tweaks
The title box is now dynamic in width so the name of the contentpack can be larger.
The information box under that is now properly aligned and has a more pleasant size to match the new font.
2022-02-14 11:30:20 +01:00
JappaWakka 80ac6e8cec Fixed ceiling and table errors in Elm's Lab and Player House's Livingroom 2022-02-10 00:10:22 +01:00
JappaWakka 52b3354dd0 Removed ContentPack auto-generated "Content" field to allow for the description to be larger. 2022-02-09 21:51:12 +01:00
JappaWakka 575b48de04 Make it possible for the scale factor to be a Single instead of always an Integer. 2022-02-09 21:49:54 +01:00
JappaWakka cd5a94df07
Updated gym sign 2022-02-05 10:32:23 +01:00
Jasper "JappaWakka" Speelman dde6cb5c34 Removed unneccessary item use sounds 2022-02-05 10:28:48 +01:00
JappaWakka 1efdcb7517 Map cleanup & Cerulean Cave ceilings added
Cleaned up
* Player's house - Livingroom & Bedroom
* Elm's Lab
* Violet City Gym + Battlemap

Cerulean Cave ceilings added to all floors
2022-02-03 22:57:48 +01:00
JappaWakka 13c838c9aa Actually saved the WallModel file 2022-02-03 22:31:11 +01:00
JappaWakka 307fc24cf6 Added some constructs
* <entity.rotation(int)> returns the direction in which an entity is facing
* <level.environmenttype> returns the environmenttype of a level/map
* Added some missing constructs to the ScriptLibrary
2022-02-03 22:25:09 +01:00
JappaWakka 1d4087aa2a Fixed music crashes
* Fixed crash when trying to play an intro of a battle song that wasn't an ogg
* Fixed crash when trying to resume the music after using the command @music.stop
2022-02-03 22:20:43 +01:00
JappaWakka fbba01d0c4 Added WallModel (ModelID=20) & CeilingModel (ModelID= 21) 2022-02-03 22:18:04 +01:00
JappaWakka 5c9a5e6644 Fix for the ceiling glitching 2022-01-31 20:09:25 +01:00
JappaWakka 313fb999cb Bugfixes
Fixed:
- Regular toxic animation (initial move) only has 1 bubble instead of 3
- Issue with Zoom in screen when status effect occurs (from opposing pokemon) instead focuses on player pokemon
2022-01-29 00:10:47 +01:00
JappaWakka e1f20d7c63 Improved and optimized Violet City gym maps (Regular & Battle) 2022-01-29 00:08:12 +01:00
JappaWakka 54ea0e57ba Added WallModel (ModelID=20) which is a flat vertical surface on an offset (like a wall) 2022-01-29 00:06:58 +01:00
JappaWakka b170071bf7 Upgraded the Sky Dome to a Sky Sphere, adjusted the textures and merged the UnderwaterGround texture into the regular Underwater texture 2022-01-28 16:52:30 +01:00
JappaWakka 14d4bc5ea2 Improved the cursor positioning in the ingame menu 2022-01-16 17:26:58 +01:00
JappaWakka 2533598295 Made the brightness of the stars not be affected by the weather 2022-01-16 17:25:04 +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
JappaWakka 667671e16f Battle Bugfixes
Fixed buggy throwing animation of the opponent trainer
Fixed a bug related to the trainer sprite in the vs trainer intro that made the trainer texture buggy if it wasn't 32x32
2022-01-10 20:45:28 +01:00
JappaWakka 5b7a6fc9ab Fixed Overworld Pokémon texture animations
Pokémon textures with 3 and 4 frames work better now
When the player is running, the Pokémon animates faster
When a (network) player is standing still, the Pokémon animates slower (unless the Pokémon texture has 4 frames, then it stops at the first frame)
Cleaned up the code a little
2022-01-08 18:00:05 +01:00
JappaWakka c116f30c6b Added Battle Animation for attack Clamp 2022-01-08 17:36:57 +01:00
JappaWakka 6391851597 Improved Wrap & Bind animations, fixed some errors in the Bind animation 2022-01-07 19:27:05 +01:00
JappaWakka 65887946d5 Attract, Bind, Wrap, Infatuated Animations
Added animation for attacks Attract & Bind, updated animation of attacks Wrap, added animation for status Infatuated
2022-01-07 16:30:03 +01:00
JappaWakka 047d52832d Fixed errors in drawing the chat screen, made categorie tabs dynamically scaleable 2022-01-07 14:29:17 +01:00
JappaWakka e892977d70 Added Bind animation & Fixed scaling animation anchor functionality 2022-01-07 14:25:57 +01:00
JappaWakka b69bfbfea4 Fixed Extreme render distance still having fog 2022-01-07 12:38:48 +01:00
JappaWakka fccb4ef5b5 Improved fog colors 2022-01-07 12:29:11 +01:00
JappaWakka 3ecc99fbd4 Added command that changes the current season: @environment.setseason(int)
Argument "int" can be:
	 0 = Winter
	 1 = Spring
	 2 = Summer
	 3 = Fall
	-1 = The default season based on the date
2022-01-07 12:27:30 +01:00
JappaWakka 1a1c8f209f Improved wild Pokémon encounter rate
- Caves and water get a minimum value of 15
- Grass gets a minimum value of 25
- There's an encounter multiplier of 1 by default that gets modified by various abilities
If you run, the encounter multiplier is multiplied by 1.5
Then, a random number is generated from 0-255
If the random number is below the minimum value multiplied by the encounter multiplier, a wild pokémon appears
2022-01-06 12:32:52 +01:00
JappaWakka 6681a75601 Whirlpool animation now uses 1.5 * MathHelper.PI instead of 4.71F 2022-01-06 12:31:46 +01:00
JappaWakka ae6141b139 Made day and morning fog color slightly darker 2022-01-04 22:43:22 +01:00
JappaWakka 35fb69b5fd Made the fog colors for outside more neutral 2022-01-04 22:37:26 +01:00
JappaWakka ffaf50178c Revert "Made the light color more neutral"
This reverts commit 38f2f0c0f4.
2022-01-04 22:04:14 +01:00
JappaWakka 38f2f0c0f4 Made the light color more neutral 2022-01-02 22:25:26 +01:00
JappaWakka 35aa80b072 Improved Whirlpool Animation + Fixed BattleAnimations drawn behind Pokémon 2021-12-30 21:53:57 +01:00
JappaWakka 31e00f72d6 Directional light color at night is now neutral and more subtle 2021-12-30 21:53:17 +01:00
JappaWakkaP3D 312e3ed934 Added Wrap & Whirlpool Animations 2021-12-28 17:35:28 +01:00
JappaWakkaP3D 92fafb2d63 Fix Pound sound effect pointing towards the wrong location 2021-12-28 17:35:02 +01:00
JappaWakkaP3D 9468900f9b Removed Attack textures that will never be used 2021-12-28 17:34:19 +01:00
JappaWakkaP3D f5941a79bc Fixed a bug in the option menu (see description)
BUG: If you go to the contentpack options menu in the main menu, then exit out of it and start the a save file, the ingame options menu still displays the contentpack menu
2021-12-28 13:56:53 +01:00
JappaWakkaP3D f1ccba7e45 Improved Mega Evolution animation and slightly tweaked the speed of some of the battle intros
Battle intros need testing still
2021-12-28 13:55:30 +01:00
JappaWakkaP3D 6dcb11c775 Mega Evolution Animation - Attempt 1 2021-12-20 20:14:26 +01:00
darkfire006 49824d8b69 GJ IDs for newest trophies 2021-12-14 16:33:16 -06:00
JappaWakkaP3D bf887b0e3a Fixed Bug: When the lead Pokémon faints and you switch to a different Pokémon, when the battle ends, your current Pokémon disappears 2021-12-14 22:11:11 +01:00
darkfire006 9916e8f57a change height of the mqueen to move to fix incosistancies 2021-12-03 22:46:19 -06:00
JappaWakkaP3D 93f1228eb2 Possible animation fixes
* Confusion ducks are smaller and they should rotate slower now.
* Fixed the Stat Raise animation from using the wrong destination coordinates.
* Attempted to center the frozen animation more.
* Added the frozen animation to the other place where it was needed.
2021-12-03 18:37:19 +01:00
JappaWakkaP3D c85ccd89ae Added Frozen animation and Infatuated sound effect 2021-12-03 16:01:54 +01:00
JappaWakkaP3D b0c4ade6b1 Add the new textures and sounds to the project solution 2021-11-28 12:13:09 +01:00
JappaWakkaP3D 1ea2da7bb7 Added Asleep animation, fixed some code errors I made. Also added sound effects when animations are disabled. 2021-11-28 11:03:55 +01:00
JappaWakkaP3D 8bbbb729a7 Fix for a bug where you couldn't use certain items outside of battle 2021-11-26 21:59:52 +01:00
JappaWakkaP3D 526c226e22 Added shadow to the JoinServerScreen title text 2021-11-26 21:58:28 +01:00
JappaWakkaP3D 3bdc124a99 Bugfixes & Tweaks
* Growl displays correctly now
* The sound played with stat change animations is now timed correctly
* Stat change particles now fall straight down as intended
* Fixed incorrect texture for Confusion
* Stat Down texture is now blue and Stat Up texture is now orange/yellow
2021-11-26 21:56:38 +01:00
Jasper "JappaWakka" Speelman bac3d2b292 Gave status effect textures a separate folder not related to a specific type. 2021-11-21 15:01:38 +01:00
Jasper "JappaWakka" Speelman e9d4cacd3c Fix for faint animation 2021-11-21 15:00:39 +01:00
Jasper "JappaWakka" Speelman 51b9eb649a Fix for missing texture in Poisoned & Burned animations as well as poison sting. 2021-11-21 12:59:21 +01:00
Jasper "JappaWakka" Speelman 71cdb5e0c0 Added Paralysis Animation 2021-11-06 18:22:17 +01:00
Jasper "JappaWakka" Speelman ee7aaa2e0e ContentPack menu mouse selection fixes 2021-11-06 12:05:15 +01:00
Jasper "JappaWakka" Speelman dc9ec6bd23 Fixed mistakes in Stat Animations + Updated Pound animation + Improved Tackle animation 2021-11-06 12:03:55 +01:00
Jasper "JappaWakka" Speelman c1ec08fe7f Various Battle Improvements and Fixes
* Improved timing BlockIn & BlockOut BattleIntro animations
* Removed player ball throw animations at the start of the battle for battles that are not pvp
* Fixed absorb animation
* Improved the faint animation and removed the unnecessary camera angle changes when a pokémon faints
2021-11-06 11:26:34 +01:00
Jasper "JappaWakka" Speelman 4b3b900e40 Start of battle pokeball throw animation
and some little fixes
2021-11-05 23:09:33 +01:00
darkfire006 6fb318e150 very small changes to start the back end of diamond dive 2021-11-02 23:09:49 -05:00
darkfire006 46bc279407 more reward system progress 2021-11-02 23:09:24 -05:00
JappaWakkaP3D 3900fe7191 Fixed Spawned Entities not being removed after the animation is done + Made the switch Pokémon animation look better 2021-10-29 18:54:00 +02:00
JappaWakkaP3D 72599bfd16 Fixed spawned animation entities not being positioned/moved correctly + Added Heal animation + Made other animations be affected by battleanimations option 2021-10-29 15:58:28 +02:00
JappaWakkaP3D 24b7ba36e2 Notification Popup disappears faster after user input 2021-10-28 22:15:29 +02:00
darkfire006 1d7912bb8f <inventory.name> new arg
new optional argument, can be p/plural to get the plural name or s/singlular for the regular name, defaults to singular
2021-10-28 10:21:57 -05:00
JappaWakkaP3D 53f006cd3d Stop the NotificationPopup from autoexecuting the attached script. 2021-10-26 23:55:22 +02:00
JappaWakkaP3D 9b8022897c BattleIntro CustomBattleMusic fix 2021-10-26 23:43:23 +02:00
darkfire006 1c2b3a94fb create several constructs to return data about a generic pokemon
getweight, getheight, getentry, getcolor, getspecies, getability
2021-10-26 01:29:14 -05:00
JappaWakkaP3D 7fba875d02 Fixed a lot of animation system bugs
Fixed:
* Spawned entities not appearing
* Animations getting removed too soon
* Incorrect relative positioning
* Ember textures being searched for in the wrong place
2021-10-24 01:56:29 +02:00
JappaWakkaP3D 0e49fbfd00 Contentpack music fix
When a song that didn't have an intro in the gamemode has one in a contentpack, the game didn't check for that. Now it does
2021-10-23 22:52:53 +02:00
JappaWakkaP3D 516ffff1a1 Fixes for Pokéballs, Healing Machines & Pokécenters 2021-10-23 21:43:59 +02:00
darkfire006 e680172ddb more work on rewards system 2021-10-22 14:40:05 -05:00
JappaWakkaP3D 09fcd0254a Added genderless button texture and updated the other buttons 2021-10-22 20:24:15 +02: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
JappaWakka 944cf6ae71 Updated everything to the new Battle Animations system and the newest commands
Updated Attacks:
Ember, Absorb, Growl, Pound

Updated status effects & shared animations:
Poisoned, Switching Pokémon (own and opponent's)
2021-10-22 12:25:00 +02:00
JappaWakka ea12c8f5f4 I was not halfway done
I've updated Poison Sting, through which I realized I hadn't taken some usage cases into consideration, so the system should be more robust and useful now
I've also updated the animation for Switching In your own Pokémon
and I've added an animation for when the Pokémon breaks out of the ball when you're trying to catch it
2021-10-22 12:24:56 +02:00
JappaWakka 02ed129c85 Battle Animation System Rework about halfway done
Updated to work with the new animation system:
- Catch animation
- Burn animation
- Attack: Tackle
2021-10-22 12:24:48 +02:00
JappaWakka d20abdf6df Hit Animation + Restructure of attack sound effects + Absorb animation
Attack sound effects are now in the folder of the type of their attack

Pokémon flicker briefly when hit
2021-10-22 12:23:32 +02:00
JappaWakka 79edf72d1c Fix Burned animation error 2021-10-22 12:22:06 +02:00
JappaWakkaP3D 758154551b Battle Animations 22-08-2021
Made the Battle Animation implementation functional
Added animations for:
Stats Increasing
Stats Decreasing
Status Effects
- Poisoned
- Burned
Attacks
- Ember
- Growl
- Pound
- Tackle
- Poison Sting
2021-10-22 12:22:06 +02:00
JappaWakka 673178616f Added Battle Animation type Background to temporarily draw a texture to the screen behind the Pokémon but in front of the world 2021-10-22 12:21:13 +02:00
JappaWakka 2c3f46cd2e Updated everything to the new Battle Animations system and the newest commands
Updated Attacks:
Ember, Absorb, Growl, Pound

Updated status effects & shared animations:
Poisoned, Switching Pokémon (own and opponent's)
2021-10-22 12:21:13 +02:00
JappaWakka 168a855ed0 I was not halfway done
I've updated Poison Sting, through which I realized I hadn't taken some usage cases into consideration, so the system should be more robust and useful now
I've also updated the animation for Switching In your own Pokémon
and I've added an animation for when the Pokémon breaks out of the ball when you're trying to catch it
2021-10-22 12:21:12 +02:00
JappaWakka 7ff7f96a47 Battle Animation System Rework about halfway done
Updated to work with the new animation system:
- Catch animation
- Burn animation
- Attack: Tackle
2021-10-22 12:21:12 +02:00
JappaWakka b95d4d1c69 Hit Animation + Restructure of attack sound effects + Absorb animation
Attack sound effects are now in the folder of the type of their attack

Pokémon flicker briefly when hit
2021-10-22 12:21:12 +02:00
JappaWakka 09e5661729 Fix Burned animation error 2021-10-22 12:21:12 +02:00
JappaWakkaP3D c79f92b3e8 Battle Animations 22-08-2021
Made the Battle Animation implementation functional
Added animations for:
Stats Increasing
Stats Decreasing
Status Effects
- Poisoned
- Burned
Attacks
- Ember
- Growl
- Pound
- Tackle
- Poison Sting
2021-10-22 12:21:11 +02:00
JappaWakka d1fd63dafa Updated GameDevCommon submodule to use .NET 4.6 & Mo
And fixed some color errors
2021-10-21 20:49:07 +02:00
darkfire006 a368099b07 insert start script into Kolben GM and create the script files for the reward system 2021-10-21 01:07:15 -05:00
darkfire006 c6e43df31c tokens get parsed for constructs 2021-10-21 01:06:21 -05:00
darkfire006 334e466bed update controls note with new constructs 2021-10-19 22:36:33 -05:00
darkfire006 9f59562611 Revert "Added some tokens in advance"
This reverts commit 61b07ddb4b.
2021-10-19 22:31:22 -05:00
darkfire006 fe11d5fb35 Check Evaluate Construct results for more constructs 2021-10-19 19:02:59 -05:00
JappaWakka 97c3a1dda4 Fixed color difference in House.png as a result of reverting texture changes 2021-10-20 00:03:57 +02:00
JappaWakka 61b07ddb4b Added some tokens in advance 2021-10-20 00:03:10 +02:00
JappaWakka 39aaed5577 Made <system.token(str_tokenname)> and <system.button(str_buttonname)> constructs 2021-10-19 23:55:26 +02:00
darkfire006 32dba7e878 document scripts in code 2021-10-19 14:36:47 -05:00
JappaWakka 3ce59ee458 Merge branch 'notificationspopup' 2021-10-19 20:57:24 +02:00
JappaWakka 2941da57dd Structures inside structures works now, new Healing Machine & restart music when applying contentpacks fix 2021-10-19 20:40:37 +02:00
darkfire006 7dbe1a899d added the Rock Tunnel ceiling back 2021-10-18 23:39:53 -05:00
JappaWakka 2004352364 Changed the 1 in the chat icons to a + 2021-10-18 21:51:48 +02:00
JappaWakka 5c9534d2e6 Fixed broken/missing sand floor in New Bark Town 2021-10-18 21:38:53 +02:00
JappaWakka c96d6443b5 Fixed TextureReplacement function of exceptions.dat in ContentPacks and made the Chat window look better
When typing a message, the cursor flickers on and off like in a text editor
The category icons in the chat window are now a consistent 24x24px
2021-10-18 21:38:20 +02:00
JappaWakka 6d30a0ebdf Added @screen.showmessagebox(text|r.g.b|r,g,b|r,g,b) command and fixed blurry scaling 2021-10-18 21:36:26 +02:00
JappaWakka 7731e9cbc0
Merge pull request #74 from P3D-Legacy/battleintromusicfix
Battle intro music fix
2021-10-17 22:55:17 +02:00
darkfire006 50f765af64 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2021-10-17 15:54:09 -05:00
darkfire006 347e696514 remove ladder tops 2021-10-17 15:54:01 -05:00
JappaWakka c3aad6a7a3 StarTower music replacement 2021-10-17 22:46:34 +02:00
JappaWakka 2a9db02de0 Replaced the johto_trainer music with a well-looped version 2021-10-17 22:27:02 +02:00
JappaWakka 4132bbe1c0 Fixed the music gap between BattleIntroScreen and BattleScreen
Also replaced the johto_wild music with a well-looped one
2021-10-17 22:13:18 +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 43f3e8ef6a Second attempt at GameJolt description box color fix 2021-10-15 22:26:35 +02:00
JappaWakka 72fed3aa22 Main Menu & Option Menu fixes and improvements
PressStartScreen:
* Fix for GameJolt Profile not loading automatically
* Hopefully fixed GameJolt Profile's description box having the wrong color sometimes
* Hopefully fixed GameJolt Profile gender buttons having the wrong position.
* Made the description box in the GameMode selection menu expand vertically but not horizontally

NewOptionScreen:
* Removed the broken automatic position and scale adjustments at lower resolutions
2021-10-15 22:10:37 +02:00
JappaWakka 904f2007a8 Fix for NetworkPokemon textures messing up 2021-10-15 19:13:25 +02:00
darkfire006 a774944e1e Adjust radio tower 1f environ settings to accomodate skybox changes 2021-10-14 16:50:58 -05:00
Daniel S. Billing 659480f6d8 Renamed "Xbox 360 Controller" to "Xbox Controller" 2021-10-14 21:32:47 +02:00
JappaWakka 71455b92a4 Fix for PokéBall in BattleCatchScreen not reaching its destination and giving the catch sound the right name 2021-10-13 21:23:07 +02:00
JappaWakka 3fde479b5a Added PokéBall break sound that's different from the open sound and added "Success_Catch" jingle that plays when catching a Pokémon 2021-10-13 20:27:47 +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 e6e44cec29 Added .mp3 & .wma support for the music engine 2021-10-13 18:08:18 +02:00
darkfire006 76fe526d55 diamonddive battle maps 2021-10-12 21:16:55 -05:00
darkfire006 42bbaff741 battle maps and small connection fixes for R23,26-28 2021-10-12 21:00:14 -05:00
darkfire006 ba7949f050 minor sign change 2021-10-12 20:32:35 -05:00
darkfire006 7ec9840b5f making R23 less steep 2021-10-12 20:32:12 -05:00
darkfire006 35591eb8bd clean up gym sign 2021-10-12 14:54:43 -05:00
darkfire006 3c4f7c7a1d undoing accidental include in commit 2021-10-12 14:53:24 -05:00
darkfire006 287718ddbf missing gym signs 2021-10-12 14:50:35 -05:00
darkfire006 2dc896ef12 the missing gym signs 2021-10-12 14:50:18 -05:00
darkfire006 191ad47399 revert some texture changes, and a few other tweaks 2021-10-12 11:27:56 -05:00
darkfire006 c44307e514 Revert "Color update for some textures"
This reverts commit 8ea9bb01f4.
2021-10-12 09:03:07 -05:00
darkfire006 9e558ca26c Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2021-10-12 08:49:04 -05:00
darkfire006 76f7cd602a Prevent Random trainers from having shinnies 2021-10-12 08:49:02 -05:00
JappaWakka 8ea9bb01f4 Color update for some textures 2021-10-11 22:15:42 +02:00
JappaWakka 6ee71755af Fix for incorrect Main Menu scaling at lower resolutions
Also made the contents of the pausescreen at least stay inside the window at lower resolutions
2021-10-11 21:49:24 +02:00
JappaWakka 78e25a85c0 Notifications Implementation Part 2 2021-10-11 21:16:39 +02:00
JappaWakka d3a010e050 Added phone Notification Sound 2021-10-09 23:08:34 +02:00
JappaWakka 464e1d8c31 Implemented Notification system 2021-10-09 23:05:56 +02:00
darkfire006 88fc909529 Shiny Lugia OW 2021-10-09 00:49:18 -05:00
darkfire006 2618abd210 shiny lapras OW 2021-10-09 00:36:35 -05:00
darkfire006 2edebcb023 shiny lock event scizor 2021-10-09 00:28:46 -05:00
darkfire006 6a0a48162d Shiny Ho-oh OW 2021-10-09 00:23:22 -05:00
darkfire006 155fb9cbcb Shiny Articuno OW 2021-10-08 23:52:09 -05:00
darkfire006 69141c970d Shiny Zapdos OW 2021-10-08 23:48:40 -05:00
darkfire006 83d727ce36 Shiny Moltres OW 2021-10-08 23:37:24 -05:00
darkfire006 5debd371f1 Prevent Eusine from appearing in battle bar until after suicune battle 2021-10-08 23:32:51 -05:00
JappaWakka 0c76e718dd Options Menu & Join Server Screen fixes
Fixed ContentPacks menu layout

Fixed the cause of the Options Menu crashing

Replaced the MiniFont in the JoinServerScreen with the InGameFont

Adjusted positioning of text in AddServerScreen
2021-10-06 00:11:56 +02:00
darkfire006 064af97b49 intro script Dec Sep issue 2021-10-05 13:24:41 -05:00
darkfire006 102ed648be Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2021-10-05 13:23:39 -05:00
JappaWakka fc21008dfc Tweaked Ethan's sprite a bit 2021-10-04 14:38:35 +02:00
darkfire006 93be89257a fix victini register check 2021-10-04 00:18:21 -05:00
darkfire006 d96e911a3b volcanion ow shiny 2021-10-04 00:18:10 -05:00
darkfire006 748fe871f8 Shiny Ow Victini 2021-10-03 23:48:50 -05:00
JappaWakka be6daeded8 Added New Audio to Project File 2021-10-04 01:15:49 +02:00
JappaWakka cae2b61ef7 Music Fixes and other Audio-related QoL things
Fixed music playing errors

[Added Songs]
Mom (as there wasn't any music for when the mom gives you the pokégear)

PVP_Intro (PVP music didn't have an intro before and I also replaced PVP with a better sounding version)

[Added Sounds]
Emote_Exclamation (can be used when using the ! emote for NPCs)

Receive_HM (the game checks if the name of the item that was received contains "HM", if so, this sound is played instead of the regular item receive sound)
2021-10-04 01:14:55 +02:00
darkfire006 bf6c263cc1 Revert "Music & SFX Renaming"
This reverts commit 0bf513e3b7.
2021-10-03 14:49:51 -05:00
JappaWakka 8b0658e3a8 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2021-10-03 21:42:22 +02:00
darkfire006 56203d8eea shiny mew overworlds 2021-10-03 14:35:41 -05:00
JappaWakka 0bf513e3b7 Music & SFX Renaming
Renamed all of the songs with properly capitalized names to improve recognizability and readability.

I also changed some song names and added some sounds & I edited the maps and songs accordingly

[Changed Songs]
alph = RuinsOfAlph
barktown = NewBark
frontier = BattleFrontier
indigo = IndigoPlateau
mtmoonsq = MtMoonSquare
rHideout = Rocket_Hideout
safari = SafariZone
safarigate = SafariZone_Gate
kVictoryroad = VictoryRoad
--
[Added Songs]
Mom (as there wasn't any music for when the mom gives you the pokégear)

PVP_Intro (PVP music didn't have an intro before and I also replaced PVP with a better sounding version)

[Added Sounds]
Emote_Exclamation (can be used when using the ! emote for NPCs)

Receive_HM (the game checks if the name of the item that was received contains "HM", if so, this sound is played instead of the regular item receive sound)
2021-10-03 21:35:02 +02:00
darkfire006 b1e4295b7a fix shiny suicune register 2021-10-03 14:30:33 -05:00
JappaWakka 332a7074e5 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2021-10-03 21:25:20 +02:00
darkfire006 7cfb0fcb08 suicune shiny 2021-10-03 14:21:33 -05:00
JappaWakka 799792e49c Various Fixes & Improvements
Fixed PlayerSkins displaying incorrectly in the new intro.

Fixed position of Pause Menu text.

Songs don't fade in by default now except with the @musicplayer.playfade(songname) command

You can now also close the Options row in the Main Menu with the "Up" or "Move Forward" keys

Improved the timing of the Battle intro screens

Renamed Badge_Aquired to Receive_Badge for consistency
2021-10-03 21:18:25 +02:00
JappaWakka bd8f91e338 Pokémon idle animate when they have only 2 frames 2021-10-03 11:09:08 +02:00
JappaWakka 61fa959866 Fixed Rival's texture when renaming Rival 2021-10-03 11:04:11 +02:00
JappaWakka 700016dceb Improved weather chances per season 2021-10-01 18:12:25 +02:00
JappaWakka 9271d9b629 Fixed the camera staying at 1 on the y axis after interacting with your pokémon in third person 2021-10-01 18:05:42 +02:00
JappaWakka 18c7f59fa0 Big Overworld Sprites Change + old NewGameI intro fix
Made it possible for Pokémon, NPCs and players to use textures that have 2 frames (1 - 2 - 1 - 2), 3 frames (1 - 2 - 1 - 3) or even 4 frames (1 - 2 - 3 - 4) with the numbers between the brackets being the order of the frames

- All default pokémon overworld sprites are now 2 frames wide

- Removed an error in the old NewGame intro

- Pokémon don't animate unless moving or when in battle
2021-10-01 17:06:41 +02:00
JappaWakka dd34d9731c CanMuteMusic = CanMuteAudio & other tweaks
- CanMuteMusic property in source code renamed to CanMuteAudio

- Old New Game intro and Localization errors (made by me) fixed
2021-10-01 15:24:54 +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 51a481da62 Added Audio Menu icon, Added support for GameMode descriptions & GameMode splash screens
Also improved the look of the GameMode menu
2021-10-01 12:44:08 +02:00
darkfire006 2266663732 Tao Trio shiny controls fix typo 2021-10-01 00:57:21 -05:00
darkfire006 b658df2558 Tao Trio Shiny controls
all three will now appear shiny in the overworld before encountering
2021-10-01 00:52:29 -05:00
darkfire006 fba2307c3f shiny mewtwo shows up in proton fight 2021-10-01 00:36:59 -05:00
darkfire006 43f19a3a09 Mewtwo overworld Shiny 2021-09-30 18:29:15 -05:00
darkfire006 530c3ad124 Unown Lock
Shiny Lock the event Unowns in Alph
2021-09-30 18:26:12 -05:00
darkfire006 15f0f528d2 jirachi overworld shiny 2 2021-09-30 10:23:46 -05:00
darkfire006 697cc29b1e overworld shiny jirachi 2021-09-30 10:23:18 -05:00
darkfire006 6f5d34f0b5 Allow for script determined roamer shinyness 2021-09-30 10:16:26 -05:00
darkfire006 08955ddcf3 use MasterShinyRate
update various scripts to use the master shiny rate as basis
2021-09-29 18:10:32 -05:00
darkfire006 42f8f5e1a2 Shinyness clean up
condense redundant commands into the add command
2021-09-29 18:09:41 -05:00
darkfire006 f16fee3a7a Preliminary Destiny Knot implementation
very rough add
2021-09-29 18:08:24 -05:00
darkfire006 bb8bf084b1 add/addtostorage shiny fix
ensure they dont accidentally shiny lock
2021-09-29 18:07:04 -05:00
JappaWakka bb6181679d Added Controls Menu Icon 2021-09-30 00:18:58 +02:00
JappaWakka 5e5e355fd4 Updated back of books in Player's house living room 2021-09-29 23:49:30 +02:00
JappaWakka 1081595d24 Added ContentPacks & Language Menu Icons, Fixed arrow color, Centered text of mainmenu buttons 2021-09-29 23:47:57 +02:00
JappaWakka cbd7a4ec84 Fixed mouse selection for Language Menu 2021-09-29 17:38: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 e9552e0edb Updated House Texture 2021-09-29 16:58:07 +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
JappaWakka 0e8b60cfc4 Options Freezing fix
Fixed OptionsScreen freezing in-game & when clicking Pack Information in ContentPack Menu in the Main Menu
2021-09-29 15:57:29 +02:00
JappaWakka 7583e5d97c PressStartScreen fix
Fixed the issue where when you press a key to go to the main menu while the splash/logo screen was fading in, it would freeze halfway through the fade and you'd have a main menu with a darker background than it should be. Now when you press a key, it just skips the fade before switching the screen to the mainmenu
2021-09-29 14:43:07 +02:00
JappaWakka 106de657f0 Main Menu Crash Fix & Options Menu Cursor Fix
Fixed a crash when moving to the content pack button in the main menu options row while having no savegames.

Fixed the options pointer changing position when resizing the game window.
2021-09-29 14:32:05 +02:00
darkfire006 0ee2c116a9 The Return of the Shiny
Reactivate Shiny Candy, set max stacks at 1 and cant be held to avoid duplicating
2021-09-29 02:26:14 -05:00
darkfire006 e5d543c945 mastershinyrate
create global control for shiny rate, update it for standard encounters and breeding and make it script callable
2021-09-29 02:25:17 -05:00
darkfire006 7ead411d0a max stacks
enforce max stacks in script calls
2021-09-29 02:24:07 -05:00
darkfire006 bdebdd8f7f no shiny/0
Prevent possible divide by 0 issue for Shiny boost
2021-09-29 02:23:17 -05:00
JappaWakka d3bad8913b Options Menu fixes & Mouse Speed renamed
The options are now saved when going back to the main menu

Mouse Speed is now called Camera Speed
2021-09-28 17:50:49 +02:00
JappaWakka 6ca257ce91 Faster Textbox Popup & Menu Font Position & Scale Fixes 2021-09-28 17:30:43 +02:00
JappaWakka 166a150ce4 First Main Menu rework almost done
The options row buttons in the Main Menu now open their respective tab in the Options Menu when selected

The Content Pack Menu is positioned correctly

The Content Pack & Language Menus now fade in and out
2021-09-28 17:20:51 +02:00
JappaWakka ee42876afa Main Menu Work In Progress 28-09-2021
When selecting the Options button at the Main Menu, the top row moves up, revealing the Options row beneath it

When selecting the Options button at the Main Menu, the options row fades in now

The Options row now has the right amount of selectable buttons (4, not 5)

When selecting the Options button at the Main Menu, the top row doesn't reset position now

The distance between Options buttons is now the same as the top row
2021-09-28 15:34:12 +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
JappaWakka c657207a69 Improved textures & maps
Maps:
- New Bark Town (barktown.dat)
-- Fixed glitching trees
-- Added windows to side of prof. elm's lab
-- Improved roof textures

- Elm's Lab (elmlab.dat)
-- Added window to the wall on the left for consistency

- Your Room (yourroom.dat)
-- Made the walls only show the texture when looking at them from the front
-- Improved bed and tables

Updated & Recolored Interior Textures:
- House
- Lab

Updated & Recolored Exterior Textures:
- Violet
- BarkTown
2021-09-27 23:09:42 +02:00
JappaWakka b7ec88ac7e Correction for the skydome color for interiors 2021-09-27 22:59:41 +02:00
JappaWakka a285710f5b Added OutsideStepModel 2021-09-27 22:51:48 +02:00
darkfire006 45edf9a057 <player.isgamejolt(-bool-)>
returns true is it is a Gamejolt account, argument is optional, if true also checks if the player's GJ acc is banned and returns false if it is.
2021-09-27 14:29:51 -05: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 9434417c31 Kolben GameMode IntroType fix
I forgot to add the correct IntroType of the Kolben GameMode to the GameMode file.
2021-09-25 19:55:36 +02:00
Jasper "JappaWakka" Speelman b38f38775d Player House Living Room 25-09-2021
Walls updated (only visible when viewed from the front)
Mom is on a stool now (ideal NPC Y position for these stools = 0.115), updated the momdoor.dat script to make her get up and off the chair
Improved TV, Sink/Tap, Stove, Fridge and Kitchen wall textures & models
2021-09-25 18:16:39 +02:00
Jasper "JappaWakka" Speelman 073ed91356 NPCs can get on and off chairs
The Y Position of an NPC when moving is now a Single (instead of an integer), allowing for NPCs to climb on and off chairs without their Y Position being rounded down.
2021-09-25 13:32:09 +02:00
Jasper "JappaWakka" Speelman 425a336401 Typo fix in code
AnimationDelayLenght
is now
AnimationDelayLength
2021-09-25 13:28:15 +02:00
Jasper "JappaWakka" Speelman 86076944b2 Pause Screen Fixes + Indentation fix
- Fixed crash that occured when pausing the game during the old intro
- Fix weird indentation in warpblock.vb
2021-09-25 00:28:06 +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
Yong Jian Ming 989d12b479
Fix old namespace issues. 2021-09-23 10:32:10 +08:00
JappaWakkaP3D 8263bbe390 Main Menu Work in Progress 21-09-2021 2021-09-21 17:45:56 +02:00
JappaWakkaP3D a6713d0c4d Options Menu Update 2021-09-21 17:45:29 +02:00
darkfire006 4012cf55f7 first part of the ddive exterior 2021-09-17 20:46:23 -05:00
darkfire006 3b22ab7e2f Route 23 and necessary conenctions 2021-09-17 03:00:35 -05:00
darkfire006 a461ea5011 initial work on Route 23 2021-09-16 08:42:24 -05:00
darkfire006 72ca921b3c R 28 and R22 hgss upgrade and fix fly points 2021-09-15 13:36:08 -05:00
darkfire006 854a3fee29 upgrade R26 and R27 to HGSS layouts 2021-09-14 15:07:48 -05:00
darkfire006 c5299fc96b make R50 longer 2021-09-02 23:21:22 -05:00
darkfire006 90a98465b7 grass(seaweed) addedx to underwater sections 2021-09-02 23:21:05 -05:00
darkfire006 10c83350ac ddive texture changes and the last interior map 2021-08-31 18:18:16 -05:00
darkfire006 81586efb3e Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2021-08-30 22:40:14 -05:00
darkfire006 44d7ff22a2 Connecting the underwater sections
the scripts to make the "wafterfalls" work
2021-08-30 22:40:09 -05: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 f4b87da3ee Diamond Dive under water parts mostly done 2021-08-30 00:30:57 -05:00
darkfire006 c5671bb5ce Diamond dive first part of underwater area
Map 1 layout done, duplicated for the other 4, removed random file and
connected interior to map 1
2021-08-23 00:38:58 -05:00
JappaWakkaP3D 7227be54c2 Fixed error 2021-08-22 17:27:01 +02:00
JappaWakkaP3D 3a35860f7a Removed visible animations for now 2021-08-22 17:24:06 +02:00
JappaWakkaP3D c6625de6f9 Fixed some battle animation errors and added content that I forgot, also corrected ViceGrip spelling 2021-08-22 16:47:26 +02:00
JappaWakkaP3D 9723820427 SFX & Battle Animations
Ported Battle Animation Code
Ported Battle Animations for Tackle, Pound, Growl, Ember and Poison Sting
Normalized all SFX by Perceived Loudness (-11.0 LUFS)
Renamed and moved a bunch of the SFX so they make more sense
Added a jingle when you register a Phone Number
Added a soundeffect for when an elevator reaches its destination
2021-08-22 16:10:06 +02:00
JappaWakkaP3D 7c22837f50 Texture "House4" improvements and Olivine Cafe map cleanup
Recolored and improved House4 texture
Used the textures that I modified to improve the Olivine Cafe map.
Made Olivine Cafe's walls one-sided and added a chair under the Cafe Owner so he doesn't appear to be floating
2021-08-21 22:57:12 +02:00
darkfire006 439905e310 Olivine Cafe fixes 2021-08-21 01:17:40 -05:00
darkfire006 01982993b0 Revert "Olivine City Café owner dialog fix"
This reverts commit a55776894c.
2021-08-21 01:15:27 -05:00
JappaWakkaP3D a55776894c Olivine City Café owner dialog fix
Dialog is now
`Olivine Café's menu is~chock-full of hearty~fare for beefy Sailors!`
instead of
`center_script`
2021-08-20 22:03:55 +02:00
JappaWakkaP3D dceaf0e3f8 Updated & Recolored some textures
Updated and Recolored the following:
Apricorn Trees
Gate textures with more readable text (Both Kanto & Johto)
One of the House textures
Cherrygrove City textures
2021-08-20 21:51:50 +02:00
JappaWakkaP3D c74751b35b Map property typo corrections, new skydomes & improved lighting
Map Property "Lightning" renamed to "Lighting" (bulk replaced all occurences in the maps)

Map Property "EnviromentType" renamed to "EnvironmentType" (bulk replaced all occurences in the maps)

Replaced the skydomes, sun, moon and stars and updated the lighting to be less dark at times of day other than day itself.
2021-08-20 17:53:40 +02:00
JappaWakkaP3D 7f3445b727 Added a text message when selecting an item in battle that can't be used
The message says:
This item can't be used in Battle.
2021-08-20 15:10:39 +02:00
JappaWakkaP3D 1605ea8afd Fixed a crash caused by Rare Candy being usable in battle 2021-08-20 13:51:55 +02:00
darkfire006 403add1267 fix overlapping water tiles 2021-07-03 21:02:50 -05:00
darkfire006 800ab86532 remove the move relearner script reference 2021-07-02 22:54:47 -05:00
darkfire006 2c0bee98ba Pin Missile Typo 2021-07-02 15:36:55 -05:00
darkfire006 737dd5b3c9 slight change to reference changed mechanics 2021-07-02 11:35:00 -05:00
darkfire006 6d2284135c
Update outside.dat
Plateu -> Plateau
2021-06-27 01:02:32 -05:00
Daniel S. Billing b9472bf532 Capitalized SuperPotion 2021-06-22 07:56:45 +02:00
Daniel S. Billing d0d77fb944 Fixed typo, CHUNK 2021-06-18 09:13:44 +02:00
Daniel S. Billing f632266d9e Fixed capitalization typo 2021-06-18 07:37:12 +02:00
Daniel S. Billing 6249cb234e Fixed useless typo 2021-06-18 07:35:37 +02:00
Daniel S. Billing 9b3e0e0d56 Fixed "PokéMON" text in dialog 2021-06-02 11:41:10 +02:00
Yong Jian Ming 71eab48a06
Change Or operator to OrElse instead 2021-04-24 17:46:00 +08:00
Yong Jian Ming 8c25fb2df7
Fix teleport bug 2021-04-24 17:42:14 +08:00
darkfire006 0921ac159f 3 more rock area 2021-04-20 12:00:00 -05:00
darkfire006 916c974be1 Minor ddive fixes 2021-04-20 11:59:31 -05:00
darkfire006 1986f217e7 Diamond Dive Part 1 2021-04-17 23:56:19 -05:00
darkfire006 bbbcea5c98 Overworld to Diamon Dive 2021-04-17 23:56:04 -05:00
darkfire006 10df58a3de Town map changes for diamond dive+ 2021-04-17 23:26:08 -05:00
darkfire006 8761ac20e9 Small Bug Fixes 2021-04-17 23:23:37 -05:00
Daniel S. Billing e2aeab32ea Fixed hole in Cerulean City 2021-04-07 18:01:23 +02:00
JappaWakkaP3D c8daf7035b Merge branch 'master' into permanent_item_loss_fix 2021-01-30 22:34:22 +01:00
JappaWakkaP3D d8f7319bc7 Permanent item loss caused by attacks fix
If an item is swapped/removed/whatever in a battle
  If it's a PvP battle or a Trainer battle
    Every Pokémon that has its item removed gets its original item back
  If it's a Wild battle
    If a Pokémon that had its original item removed is holding
    a different item (because of the attack Trick for example)
      The Pokémon keeps the new item and the original item is added to
      the inventory.
2021-01-30 22:34:02 +01:00
darkfire006 5ea848d5d7 0.58.1 release clean up 2021-01-27 00:30:43 -06:00
darkfire006 9147437d7b Merge Classified
Merge Classified Class into GameController.vb
2021-01-25 11:04:16 -06:00
Daniel S. Billing e8559a601d Fixed PingTimer issue when connecting to server 2021-01-25 16:03:34 +01:00
Daniel S. Billing 79070c3baa
Merge branch 'master' into classified 2021-01-25 08:27:19 +01:00
Daniel S. Billing 8600d089b9
Merge pull request #61 from P3D-Legacy/update-net-framework
update-net-framework: missing change
2021-01-24 18:41:50 +01:00
Daniel S. Billing ecfbc13b06 Let's make it easier to edit the classified values 2021-01-24 18:38:05 +01:00
Daniel S. Billing 8cb50ea28a Added a fix for #59 2021-01-24 17:23:16 +01:00
Daniel S. Billing 1b06be9ef3 Binary changes 2021-01-24 16:19:10 +01:00
JappaWakka c09656fe38 Restarting Music Fix
Fixed the music from restarting after unpausing or exiting the menu
2021-01-24 16:58:10 +03:00
Daniel S. Billing 671daa9d4f Here is the last change :) 2021-01-21 18:38:49 +01:00
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
JappaWakka eaab679379 Added the "silence" audio file 2021-01-21 10:36:55 +03:00
JappaWakka 621a6bc364 [MusicManager Fixes]
Fix for the game taking longer to resume after pausing on a map without music
Fix for audible gaps between intros and regular songs
2021-01-21 10:36:55 +03:00
JappaWakka 9244a18653 [Overworld Pokémon Fix]
Fixed OverworldPokemon from continuing to walk infinitely when pausing the game, opening a chat window or while the current screen is any other screen than OverworldScreen
2021-01-21 10:35:51 +03:00
darkfire006 9e84125706
Merge pull request #58 from JappaWakkaP3D/daisy_script_fix
Daisy Script Fix
2021-01-20 14:54:36 -06:00
JappaWakka dc2e1e44d3 Reverted FileValidation.vb and meta file changes 2021-01-20 21:51:17 +01:00
JappaWakka 315842bbba [Daisy Script Fix]
Fixed script that caused Daisy to never groom your Pokémon
2021-01-20 17:48:28 +01:00