Difference between revisions of "Template:WikiV2/GameUpdateNews"
Jump to navigation
Jump to search
JappaWakka (talk | contribs) m |
JappaWakka (talk | contribs) (Updated to 0.59.3) |
||
| Line 1: | Line 1: | ||
<noinclude>{{NoteV2}}</noinclude><includeonly> | <noinclude>{{NoteV2}}</noinclude><includeonly> | ||
==='''Minor Update News ([[Version_history#Version 0.59.3 minor update|Indev 0.59.3]]):'''=== | |||
=== New features === | |||
=== Changes === | |||
* Overworld poison with recovery at 1HP no longer has issues with fainted pokemon or low hp pokemon | |||
* Pokemon will no longer attempt to learn the same move twice when leveling up | |||
* New offline saves will now wipe data if you never saved for the previous new game | |||
* @npc.spawn() can now set move rectangles | |||
* <nowiki><system.button></nowiki> can now track the running shoes key | |||
* Each damage of overworld poison now plays a sound | |||
* Fix the font on the map screen | |||
* Full restores now actually heal opponent’s confusion | |||
==='''Minor Update News ([[Version_history#Version 0.59.2 minor update|Indev 0.59.2]]):'''=== | |||
=== New features === | |||
* Offset map positions now use sngs instead of ints | |||
* Map tags can now set season for a specific map using <nowiki>{"Season"{int[season]}}</nowiki> | |||
* Added map tag <nowiki>{"SaveOnly"{bool[default = 0]}}</nowiki> to allow only saving in the menus on that map | |||
* Content folder path is no longer displayed in the details when selecting a GameMode | |||
* Big static sprites now use Pokémon numbers instead of names as their filename like all other media | |||
* View bobbing stops when sliding on ice | |||
* AnimatedBlock entities now support season texturing | |||
* GameModes can now set different initial berry data | |||
* <nowiki>Rotated water and waterfall animation can now be stored vertically in texture files instead of only horizontally when you add ,1 at the end of the AdditionalData tag when defining Water entities (eg. {"AdditionalValue"{str[Texture,X,Y,Width,Height,1]}}) and several glitches are cleared up</nowiki> | |||
* GameModes can now prevent saving by adding <nowiki>(SavingDisabled|1)</nowiki> to the Gamerules in the GameMode definition file | |||
* GameModes can now force breakable TMs by adding <nowiki>(SingleUseTM|1)</nowiki> to the Gamerules in the GameMode definition file | |||
* GameModes can now allow HMs to be forgotten by adding <nowiki>(CanForgetHM|1)</nowiki> to the Gamerules in the GameMode definition file | |||
* GameModes can now have Overworld poison by adding <nowiki>(OverworldPoison|[0,1, or 2])</nowiki> to the Gamerules in the GameMode definition file | |||
** 0 - No Poison Damage (our default) | |||
** 1 - Poison clears at 1 HP | |||
** 2 - Poison causes faints | |||
* Allow GameModes to customize GameRules for hard modes, currently Hard mode for default GM adds overworld poison - 1 | |||
* TMs no longer break in harder modes for the default GM | |||
* @player.preventmovement - Makes the player unable to move/swap first and third person, while still keeping control over the menu, interactions, camera rotation etc. | |||
* @player.allowmovement - Gives the player back their ability to move and swap first/third person camera perspective.. | |||
* <nowiki>@music.play(SongName,[loop=true])</nowiki> - added optional loop argument to force song to play only once | |||
* @environment.setenvironmenttype(int) - int is 0-5 for the different types; out, in, cave, dark, underwater, and forest | |||
* @player.showbattleanimations(bool) - toggle battle animations setting on or off | |||
* @player.removemoney(int) - removes the given amount from the player’s money | |||
* Added unable to switch message to localization | |||
* Added items names, descriptions and categories, moves to localization | |||
* Added an additional argument to all commands related to turning the player (e.g. @Player.Turn(AmountOfTurns,ForceThirdPersonRotation), which forces the third person camera to rotate just like the first person camera if set to 1. | |||
* Setting the Lighting tag to 6 makes everything on the map darker, even without the darkness EnvironmentType | |||
* Seaplane model added to Route 50 | |||
* Whirlpool animations are now modifiable | |||
* Turning sign rotation now uses formula (Additional Value/100)* pi instead of needing to account for pi in the additional value, all existing signs now rotate at the same speed | |||
* Implemented Lum Berry | |||
* Updated all Music to higher quality versions | |||
* Debug walking now blocks encounters when toggled on instead of while holding ctrl | |||
* When using evolution stones Pokémon are now labeled able/unable | |||
* The Mystery Gift menu is now available from all PCs and the PC in the Player’s room is now the same as all other PCs | |||
* Destiny Knot Is now available and fully implemented | |||
=== Move Mechanics === | |||
* Snatch is now dark type | |||
* Pin Missile is now 95 acc | |||
* Magnet Bomb never misses | |||
* Dizzypunch name and description was pound | |||
* Ice Burn was listed in the AI as a Freezing move | |||
* Shore up doesn't get worse in other weather only better in sand | |||
* Sacred Sword should ignore more than just acc | |||
* Update move categories to Gen 9 (Bullet, Dancing, explosive, slicing, punching, sound, wind, powder) the following are not the same as the originals: | |||
** Feint and Force Palm are punching moves | |||
** Leech seed is a Powder move | |||
** Silver Wind, Aeroblast, Air Slash, Ominous Wind, Leaf Tornado, Glaciate, and razor wind are Wind moves | |||
** Razor wind is a slicing move | |||
* Terrains are now +30% instead of +50% | |||
* Defog removes terrains | |||
* King's shield is only atk-1 | |||
* Healing Moves are now only 5 PP | |||
* Gust now has animations | |||
* Allow Leech Seed to drain even for a full recipient | |||
* Destiny Bond name glitch | |||
* Sky Attack now Crits correctly | |||
* Implemented Disable and Cursed Body | |||
* Various improvements to custom moves | |||
* Fix item duplication issues from using Trick | |||
* Disable now clears between battles and disabled moves can't be chosen | |||
* Teleport no longer fails if the opponent moves first | |||
* Defrost effects of various moves is now implemented correctly | |||
=== Bug Fixes === | |||
* Many improvements to the music system both in the default game and for content packs | |||
* Lavender Town now correctly appears as night time | |||
* Camera ends in the correct position after taking the train | |||
* Made MagnetTrain jingle a Music File (in the Songs folder) instead of a Sound Effect File (in the Sounds folder) | |||
* Allow for an egg to change only one color | |||
* Catching animation no longer softlocks | |||
* Fixed Ceruleandiglett | |||
* Fixed an issue with insight scripts not checking trainer completion if trainer script has leading white space | |||
* Crash relating to math logic in trainer files | |||
* Text wrapping for Daisy and a guy in Four Island’s Pokémart | |||
* Added text for daycare lady on R34 to direct you to the man for an egg | |||
* Fixed several instances of <nowiki>[Pokémon|N] v [POKEMON|N]</nowiki> in npc scripting | |||
* Shinies for static encounters now work correctly | |||
* Changed several npcs referencing old mechanics | |||
* Fixed a math logic error in the pc rewards script | |||
* Oak now requires the proper 240 Pokémon for Johto dex completion | |||
* A bunch of typos are gone from move descriptions, dex entries, scripts and NPC text as well as in the code and code comments | |||
* Dark stone actually disappears from dotted hole | |||
* The player can now Fly from Mt. Moon square | |||
* Clean up the Farfetch’d script | |||
* Fixed exp points still being shared between Pokémon even after switching when the player has defeated an opponent | |||
* No water in Diglett's Cave battles | |||
* Fix sprites for Gastrodon and Shellos | |||
* Updated shaders for the times of day | |||
* Fixed item duplication caused by the Knock Off move | |||
* Fixed bag icons in font | |||
* Set default catch location and method | |||
* Fixed scripting using the wrong daytime when resetting to normal | |||
* If the player is transparent when starting a script, their transparency is reset to normal first | |||
* Improved texture scaling on hatch, evolve teach move screens | |||
* Improvements to models when used in battle | |||
* Make Segis’s Pokémon in Kolben Tower have normal HP | |||
* Lighting type 1 properly disables lighting | |||
* Fixed pokégear phone contacts overlapping text | |||
* Choose box can now be bigger when needed | |||
* Controller triggers can now be used to zoom the camera in/out | |||
* Fixed crashes on R42 if Burned Tower event is incomplete | |||
* Improved the flash overlay texture | |||
* Dark Cave battle map is better | |||
* Warp from R26-R27 is better aligned | |||
* Fixed a crash related to evolving a Pokémon with a Hidden Ability | |||
* During weather that reduces render distance, the fog now has the correct color now based on time of day and EnvironmentType | |||
* During Blizzard & Thunderstorm weather types, the clouds are now partially transparent to blend in better with the thick fog | |||
* Change mention of bike shop to ride shop | |||
* Make money multiplier events affect payday | |||
* Allow fly in the exterior of Millennial Star Tower | |||
* Remove weather locks on several Sevii Island Maps | |||
* Updated signs on R30/31 | |||
* Fixed Protean typings | |||
* Prevent invisible floors from conflicting across multiple offset maps | |||
* Fix Celadon Rooftop | |||
* Cresselia has Gen 9 Stats | |||
* Fixed Kolben Tower Computers not having a default event for the scripts | |||
* Radio Tower desks now have correct collision | |||
* Fix 2 missing blocks for the indigo plateau exterior | |||
* Fix healing machine camera | |||
* Teleport and Escape rope now end surf | |||
* Bug Catching contest no longer has you walk through an NPC | |||
* Pokégear is now disabled in Bug catching contest | |||
* Chat screen should no longer softlock battles | |||
* Rollout and Iceball now work correctly | |||
* PvP no longer has animations or attempts to use switch mode | |||
* Fixed several bugs with using items not depleting item owned | |||
* Fixed region based evolutions overwriting all other conditions | |||
* Mt Moon moon stone event is now repeatable | |||
* Fixed Alolan Raichu’s type | |||
* Fixed Wrong music keyword used during champ battles causing a crash | |||
* Fixed various crashes related to shiny Pokémon on the map | |||
* Player switching will now not lock up the game, AI switching is disabled for similar reasons | |||
==='''Minor Update News ([[Version_history#Version 0.59.1 minor update|Indev 0.59.1]]):'''=== | ==='''Minor Update News ([[Version_history#Version 0.59.1 minor update|Indev 0.59.1]]):'''=== | ||
=== New Content === | === New Content === | ||
Revision as of 19:52, 30 July 2023
|