Difference between revisions of "Translations:Version history/8/en"
From Pixelmon Wiki
(Importing a new version from external source) |
(Importing a new version from external source) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 69: | Line 69: | ||
*Added [[Shiny]] [[Klinklang]]/[[Natu]] textures | *Added [[Shiny]] [[Klinklang]]/[[Natu]] textures | ||
*Fixed status indicator overlapping with caught/Shiny icons | *Fixed status indicator overlapping with caught/Shiny icons | ||
− | *Replaced [[town]] structure registration with a new | + | *Replaced [[town]] structure registration with a new JSON system. |
− | *Structures now all linked only through structures.json, which can be loaded externally similarly to [[NPCs]]. | + | *Structures now all linked only through <code>structures.json</code>, which can be loaded externally similarly to [[NPCs]]. |
− | *Structures' and NPCs' | + | *Structures' and NPCs' JSON files now export to <code>/pixelmon/npcs</code> and <code>/pixelmon/structures</code> when [[config]] option is selected. |
*[[Doctors]] now initialize with basic AI so they will watch the player. | *[[Doctors]] now initialize with basic AI so they will watch the player. | ||
*[[Mewtwo]] is now [[ridable]]/flyable. | *[[Mewtwo]] is now [[ridable]]/flyable. | ||
Line 77: | Line 77: | ||
===Fixes=== | ===Fixes=== | ||
*Fix to comodification errors on entity spawn | *Fix to comodification errors on entity spawn | ||
− | *Fixed the /transfer [[command]] allowing negative values | + | *Fixed the <code>/transfer</code> [[command]] allowing negative values |
*Fixed crash when accessing missing parts of partially translated [[NPC trainer]] data | *Fixed crash when accessing missing parts of partially translated [[NPC trainer]] data | ||
*Fixed editing [[chatting NPC]] names | *Fixed editing [[chatting NPC]] names | ||
Line 95: | Line 95: | ||
*Added [[doctors]]. | *Added [[doctors]]. | ||
*Added [[PokéDollars]]. | *Added [[PokéDollars]]. | ||
− | *Made it possible to load [[NPC]] | + | *Made it possible to load [[NPC]] JSON files from an external NPCs directory. |
− | **Setting a [[config]] variable to true will export all NPCs' | + | **Setting a [[config]] variable to true will export all NPCs' JSON files to a newly created NPCs folder if the folder doesn't already exist. |
− | *Added /transfer and /givemoney [[commands]]. | + | *Added <code>/transfer</code> and <code>/givemoney</code> [[commands]]. |
*Added "advanced" [[NPC Trainer]] Pokémon editor screen. | *Added "advanced" [[NPC Trainer]] Pokémon editor screen. | ||
**Allows [[Ability]], [[Nature]], [[held item]], [[EVs]], and IVs to be edited. | **Allows [[Ability]], [[Nature]], [[held item]], [[EVs]], and IVs to be edited. | ||
Line 131: | Line 131: | ||
*Fixed experience calculation. | *Fixed experience calculation. | ||
*Fixed Pokémon trying to spawn twice from [[ranch blocks]]. | *Fixed Pokémon trying to spawn twice from [[ranch blocks]]. | ||
− | *Fixed /breed messages. | + | *Fixed <code>/breed</code> messages. |
==Version 4.0.8== | ==Version 4.0.8== | ||
Released October 3, 2015. | Released October 3, 2015. | ||
Line 161: | Line 161: | ||
*Added [[Lure Ball]] [[catch rate]] bonus. | *Added [[Lure Ball]] [[catch rate]] bonus. | ||
*Added [[Repeat Ball]] catch rate bonus. | *Added [[Repeat Ball]] catch rate bonus. | ||
− | *Implemented target selectors into the /pokeheal, /pokegive and / | + | *Implemented target selectors into the <code>/pokeheal</code>, <code>/pokegive</code> and <code>/pokegive</code>egg [[commands]]. |
− | *Added a way to specify the coordinates for /pokespawn. | + | *Added a way to specify the coordinates for <code>/pokespawn</code>. |
*Added check to deal with not being able to switch Pokémon sometimes. | *Added check to deal with not being able to switch Pokémon sometimes. | ||
*Added missing [[Thunder Punch]] [[TM]]. | *Added missing [[Thunder Punch]] [[TM]]. | ||
Line 211: | Line 211: | ||
*Added spread move damage reduction | *Added spread move damage reduction | ||
*Added support for [[Medicine]] and [[Poké Balls]] | *Added support for [[Medicine]] and [[Poké Balls]] | ||
− | *Allowed /pokebattle2 to take two or three arguments | + | *Allowed <code>/pokebattle2</code> to take two or three arguments |
*Battle GUI now removes participants when they have no Pokémon remaining | *Battle GUI now removes participants when they have no Pokémon remaining | ||
*Enabled fleeing in wild double battles | *Enabled fleeing in wild double battles | ||
Line 280: | Line 280: | ||
*Made [[Gems]] stackable | *Made [[Gems]] stackable | ||
*Made getting an item by name (editing [[NPC Trainer]]) more robust | *Made getting an item by name (editing [[NPC Trainer]]) more robust | ||
− | *Made /pokebattle2 trigger battle start event | + | *Made <code>/pokebattle2</code> trigger battle start event |
*Moved gender icon in Pokémon select screen | *Moved gender icon in Pokémon select screen | ||
− | */pokegive sets friendship to base rather than 0 | + | *<code>/pokegive</code> sets friendship to base rather than 0 |
− | */pokespawn, /pokegive, /pokebattle2 can now spawn random Pokémon | + | *<code>/pokespawn</code>, <code>/pokegive</code>, <code>/pokebattle2</code> can now spawn random Pokémon |
− | *Ported /endbattle and /teach from [[Pixelmon Extras]] into main mod | + | *Ported <code>/endbattle</code> and <code>/teach</code> from [[Pixelmon Extras]] into main mod |
*Separated traders from the [[Trainer editor]] GUI | *Separated traders from the [[Trainer editor]] GUI | ||
===Lang=== | ===Lang=== | ||
Line 290: | Line 290: | ||
*[[Fossil]] tooltips | *[[Fossil]] tooltips | ||
*[[Pixelmon spawner]] | *[[Pixelmon spawner]] | ||
− | */pokebattle2 | + | *<code>/pokebattle2</code> |
*[[PokéChecker]] menu in [[PC]] | *[[PokéChecker]] menu in [[PC]] | ||
− | */struc | + | *<code>/struc</code> |
*[[Trainer editor]] encounter mode | *[[Trainer editor]] encounter mode | ||
*Updated Chinese (Simplified), Chinese (Traditional), French, Mexican Spanish, and Spanish translations | *Updated Chinese (Simplified), Chinese (Traditional), French, Mexican Spanish, and Spanish translations | ||
Line 303: | Line 303: | ||
*Fixed display error when deleting moves in [[PokéChecker]] | *Fixed display error when deleting moves in [[PokéChecker]] | ||
*Fixed EV-reducing [[Berries]] | *Fixed EV-reducing [[Berries]] | ||
− | *Fixed exceptions thrown in /struc and /tpbat | + | *Fixed exceptions thrown in <code>/struc</code> and <code>/tpbat</code> |
*Fixed [[Mew]] spawning when Generation 1 is disabled | *Fixed [[Mew]] spawning when Generation 1 is disabled | ||
*Fixed missing [[Salac Berry]] in [[Forage]] loot | *Fixed missing [[Salac Berry]] in [[Forage]] loot | ||
Line 354: | Line 354: | ||
=====Double battle fixes===== | =====Double battle fixes===== | ||
*Allowed [[Acupressure]] to target a partner | *Allowed [[Acupressure]] to target a partner | ||
− | *Disabled /pokebattle2 if a player is already in a battle or has no Pokémon remaining | + | *Disabled <code>/pokebattle2</code> if a player is already in a battle or has no Pokémon remaining |
*Fixed allied team statuses being blocked by [[Protect]]/[[Magic Coat]]/[[Magic Bounce]] | *Fixed allied team statuses being blocked by [[Protect]]/[[Magic Coat]]/[[Magic Bounce]] | ||
*Fixed [[Damp]] message occurring multiple times | *Fixed [[Damp]] message occurring multiple times | ||
Line 361: | Line 361: | ||
*Fixed multi-turn moves | *Fixed multi-turn moves | ||
*Fixed [[Teleport]] | *Fixed [[Teleport]] | ||
− | *Prevented /pokebattle2 from using the same player twice | + | *Prevented <code>/pokebattle2</code> from using the same player twice |
− | *Removed Pokémon names from auto-complete in /pokebattle2 | + | *Removed Pokémon names from auto-complete in <code>/pokebattle2</code> |
Latest revision as of 04:35, 25 October 2020
Contents
Version 4.1.4
Released January 9, 2016.
Tweaks
- Made only flying and water mounts require HMs with the corresponding configuration setting
- It is now possible to select model (standing/flying), animation and frame in the statue editor for statue display.
- Leaf Stone ore now spawns below trees in the top of the first layer of stone.
- Leaf Stone ore texture updated to current set
- Removed the Root Fossil
- Made a small reduction in vertex draw calls with VBOs enabled
- Made a slight code optimization on normal draw
- Enabled the special resource-gathering interactions with Camerupt, Mareep, and Miltank while inside a ranch block.
- Added Turkish translation
- Updated Chinese (Simplified), French, and Japanese translations
Fixes
- Fixed clock time being wrong
- Fixed Legendary spawning
- Fixed crashing at edge of load zone for wild Pokémon battles
- Fixed some blocks killing Pokémon when they stand in/on them
- Fixed a few ConcurrentModificationException errors
Version 4.1.3
Released December 16, 2015.
Tweaks
- Made breeding less server-intensive
Fixes
Version 4.1.2
Released December 15, 2015.
Features
- Added cameras
- Added film
- Added photos
- Added Pokémon paintings
- Added "Refresh Items" button to the shopkeeper editor GUI to re-select an item set
- Added Iron Ball/Macho Brace recipes
- Added Dusk Stone tool/armor recipes
- Added missing PixelUtilities item sprites
Tweaks
- Reworked the Legendary spawn mechanic; has its own spawner which is independent of spawn location.
- Made faulty configs not crash Minecraft
- Updated Chinese (Simplified), Chinese (Traditional), French, and Spanish translations
Fixes
- Pokemon created from cloning machines can now be captured in battle.
- Fixed certain pixels in PC GUI erroneously deleting Pokémon
- Fixed Magcargo model
- Fixed up useExternalStructureFiles config option not working properly unless useExternalNPCFiles was true as well.
Version 4.1.1
Released November 29, 2015.
Features
- Added haunted tower fitted with spawners and PokéLoot
- Updated Mewtwo to SMD
- Updated Groudon to SMD
- Updated Kyogre to SMD
- Updated Treecko to SMD
- Updated Grovyle to SMD
- Updated Sceptile to SMD
- Updated Mudkip to SMD
- Updated Marshtomp to SMD
- Updated Swampert to SMD
- Added medicine recipes
- Added held item recipes
- Added editing shopkeeper GUI
- Vending machines sell drinks
- Added Amulet Coin
- Added Pay Day
- Added Dusk Stone tools
- Added Dusk Stone armor
Tweaks
- Added Shiny Klinklang/Natu textures
- Fixed status indicator overlapping with caught/Shiny icons
- Replaced town structure registration with a new JSON system.
- Structures now all linked only through
structures.json
, which can be loaded externally similarly to NPCs. - Structures' and NPCs' JSON files now export to
/pixelmon/npcs
and/pixelmon/structures
when config option is selected. - Doctors now initialize with basic AI so they will watch the player.
- Mewtwo is now ridable/flyable.
- Updated Chinese (Simplified), French, and Spanish translations
Fixes
- Fix to comodification errors on entity spawn
- Fixed the
/transfer
command allowing negative values - Fixed crash when accessing missing parts of partially translated NPC trainer data
- Fixed editing chatting NPC names
- Fixed mechanical anvil breaking particles
- Fixed NPC Trainer display levels not saving
- Fixed cancel button when renaming a Pokémon
Version 4.1.0
Released November 14, 2015.
Pokémon
Features
- Added shopkeepers and Poké Marts.
- Added doctors.
- Added PokéDollars.
- Made it possible to load NPC JSON files from an external NPCs directory.
- Setting a config variable to true will export all NPCs' JSON files to a newly created NPCs folder if the folder doesn't already exist.
- Added
/transfer
and/givemoney
commands. - Added "advanced" NPC Trainer Pokémon editor screen.
- Added config option to prevent Ditto + Ditto breeding.
- Re-added hidden doors.
Tweaks
- Gave orbs damage bars.
- Re-added dynamic shrine orb textures.
- Added paste support to mail.
- Pokédex improvements
- Pokédex hotkey will open Pokédex when looking at nothing.
- Restored metric/imperial setting in Pokédex.
- Added Pokédex units of measure to lang.
- Distinguished between unseen and unimplemented in the Pokédex.
- Made Dawn Stone armour effect reasonable.
- Updated Chinese (Simplified), Chinese (Traditional), French, Spanish, and Swedish translations
Fixes
- Fixed PixelUtilities ore generation.
- Fixed weird lighting from Poké gifts and Poké chests.
- Fixed re-targeting in wild double battles.
- Fixed Dawn/Dusk ore texture.
- Fixed Transform permanently keeping Ability on capture.
- Fixed a crash on switching Trainer model.
- Fixed pressing escape key in statue editor.
- Fixed being able to challenge yourself with Pokémon targeting.
- Fixed sealed mail sprites.
- Owned Pokémon always have passive behavior.
- Fixed wild aggression timer not working when fleeing.
- Fixed possibility of freezing in the Pokédex screen.
- Fixed PokéLoot achievement image.
- Fixed Synchronize ignoring status immunities.
- Fixed hidden pressure plates.
- Fixed experience calculation.
- Fixed Pokémon trying to spawn twice from ranch blocks.
- Fixed
/breed
messages.
Version 4.0.8
Released October 3, 2015.
Features
- Villagers are now replaced by chatting NPCs – they have the basic properties of villagers and are capable of farming.
- Added 1.8 items and PixelUtilities gems to drops.
Model changes
Moves
- Added Bestow.
- Added Conversion2.
- Added Embargo.
- Added Grudge.
- Added Lucky Chant.
- Added Magic Room.
Abilities
- Added Toxic Boost.
Tweaks
- Added Flame Burst's double battle effect.
- Made Fire-type moves thaw frozen Pokémon.
- Relearners now spawn in village Pokémon Centers.
- Relearners turn to watch players.
- Interaction changed for relearners–attacking with an NPC editor in Creative mode will now remove the relearner rather than with an empty hand.
- Added Lure Ball catch rate bonus.
- Added Repeat Ball catch rate bonus.
- Implemented target selectors into the
/pokeheal
,/pokegive
and/pokegive
egg commands. - Added a way to specify the coordinates for
/pokespawn
. - Added check to deal with not being able to switch Pokémon sometimes.
- Added missing Thunder Punch TM.
- Updated Chinese (Simplified), Chinese (Traditional), French, Italian, Korean, Mexican Spanish, Portuguese, Russian, and Spanish translations
Fixes
- Captivate no longer ignores gender.
- Fixed Thunder Stone tools' infinite enchant bug.
- Fixed Acrobatics.
- Fixed block check for Apricorns.
- Fixed Avalanche TM compatibility.
- Fixed Mantine's mini-sprites.
- Fixed Copycat potentially crashing game.
- Fixed Trainer force-engage ignoring battle type setting.
- Fixed replace move screen not having move category.
- Fixed Illusion.
- Fixed opposing Pokémon genders not showing correctly.
- Fixed Ability modifiers for evasion stacking on themselves.
- Fixed Life Orb damaging for each hit of multi-hit moves.
- Fixed Protect and variants failing when used non-consecutively.
- Fixed TV particles when breaking.
- Fixed first turn sometimes skipping player turn.
- Fixed player Pokémon not always being sent out immediately in battle.
- Fixed gender showing incorrectly in battle for Shiny Pokémon.
- Fixed move relearners/tutors crashing the game if there is no Pokémon in the first party slot.
- Fixed Trainers not getting initialised correctly when created using the NPC editor.
- Fixed Pokédex lang.
- Fixed Ho-Oh being obtainable from random Pokémon selection when relevant config options were disabled.
- Fixed Sun Stone tools replacing blocks.
Version 4.0.7
Released August 14, 2015.
Pokémon
Features
- Added 70 Gen 1-4 TMs
- Added move relearners
- Added move tutors
- Added mechanical anvil recipe
Double battles
- Made 1v1 double battles possible
- Added double battle setting to NPC Trainers
- Made it possible to challenge people to double battles with the challenge GUI
- Added spread move damage reduction
- Added support for Medicine and Poké Balls
- Allowed
/pokebattle2
to take two or three arguments - Battle GUI now removes participants when they have no Pokémon remaining
- Enabled fleeing in wild double battles
- Made it possible to cancel a previously selected move before deciding all turn actions
- Made it possible to partake in a double battle with one Pokémon remaining
Moves
- Added Assurance
- Added Autotomize
- Added Camouflage
- Added Charge
- Added Conversion
- Added Fire Pledge
- Added Follow Me
- Added Grass Pledge
- Added Heal Block
- Added Ice Ball
- Added Imprison
- Added Me First
- Added Mimic
- Added Mud Sport
- Added Nature Power
- Added Nightmare
- Added Power Trick
- Added Quash
- Added Rage Powder
- Added Role Play
- Added Rollout
- Added Round
- Added Secret Power
- Added Skull Bash
- Added Sky Drop
- Added Spite
- Added Synchronoise
- Added Telekinesis
- Added Trump Card
- Added Uproar
- Added Water Pledge
- Added Water Sport
Items
- Added Energy Powder
- Added Energy Root
- Added Float Stone
- Added Grip Claw
- Added Heal Powder
- Added Iron Ball
- Added Micle Berry
- Added Revival Herb
- Added Ring Target
Blocks
- Added Elevator Block
- Added Movement Plate
- Added Timed Fall
- Added Warp Plate
- New PC model + dyeable colors
Tweaks
- Dig will no longer reduce durability of equipped tool
- Added attack category to move details in PokéChecker
- Added battle victory message
- Added Fast Ball catch rate bonus
- Added healing animation
- Added message when a Poké Ball is thrown in battle
- Added message when Pokémon escapes capture
- Added Timer Ball catch rate bonus
- Adjusted friendship gain/loss values
- Allowed traders to have customizable skins
- Changed ranch block to not break instantly when hit
- Made chatting NPCs unable to be pushed around
- Made Gems stackable
- Made getting an item by name (editing NPC Trainer) more robust
- Made
/pokebattle2
trigger battle start event - Moved gender icon in Pokémon select screen
/pokegive
sets friendship to base rather than 0/pokespawn
,/pokegive
,/pokebattle2
can now spawn random Pokémon- Ported
/endbattle
and/teach
from Pixelmon Extras into main mod - Separated traders from the Trainer editor GUI
Lang
- Battle log error messages
- Fossil tooltips
- Pixelmon spawner
/pokebattle2
- PokéChecker menu in PC
/struc
- Trainer editor encounter mode
- Updated Chinese (Simplified), Chinese (Traditional), French, Mexican Spanish, and Spanish translations
Fixes
- Fixed Shinx
- Fixed chatting NPC not saving texture
- Fixed crash when other mods add biomes incorrectly
- Fixed crash when using external moves when they are disabled
- Fixed default Trainer messages not being random
- Fixed display error when deleting moves in PokéChecker
- Fixed EV-reducing Berries
- Fixed exceptions thrown in
/struc
and/tpbat
- Fixed Mew spawning when Generation 1 is disabled
- Fixed missing Salac Berry in Forage loot
- Fixed missing sound errors
- Fixed missing texture warnings on startup
- Fixed Moon Ball not giving bonus catch rate on base-stage Pokémon
- Fixed Pickup having unintentionally limited loot
- Fixed Pixelmon spawner crash when invalid rarity is entered
- Fixed PP not being updated correctly after healing
- Fixed Quick Ball giving a bonus when it shouldn't
- Fixed rollback of Pokémon upon player death
- Fixed Steve skins on NPC Trainers
- Fixed Trainer loss message not showing when items are rewarded
- Fixed variable power/type moves displaying incorrectly in PokéChecker
- Fixed vitamins/Berries not increasing friendship at 254
Battle fixes
- Added message to Aromatherapy and Heal Bell
- Added message to Synthesis/Morning Sun/Moonlight
- Added missing Baton Pass failure message
- Added protection against temporary Abilities overwriting real Abilities
- Fixed Anger Point and Rage triggering if Pokémon faints
- Fixed battle camera crash
- Fixed battle crash from moves with multiple targets called by other moves
- Fixed battle crash with Foresight/Miracle Eye/Odor Sleuth
- Fixed battle locking up when multi-turn moves miss
- Fixed burn and poison from non-attack sources bypassing immunities
- Fixed crash when a weather is replaced with another
- Fixed Destiny Bond triggering when it shouldn't
- Fixed Early Bird
- Fixed Electro Ball and Gyro Ball ignoring stat modifiers
- Fixed Fake Out ignoring flinch immunities
- Fixed Fairy Gem boosting Normal-type moves
- Fixed (Hi) Jump Kick crash damage
- Fixed inconsistency between damage and healing for draining moves
- Fixed incorrect Block/Spider Web mechanics
- Fixed Leaf Guard preventing Rest when not in effect
- Fixed Magic Guard not blocking certain things
- Fixed Metronome
- Fixed moves that call other moves deducting PP incorrectly
- Fixed moves working against targets that already fainted
- Fixed multi-hit moves missing halfway through execution
- Fixed No Guard not working on the user's moves
- Fixed Rest duration
- Fixed Technician
- Fixed Toxic not affecting catch rate
- Fixed variable damage moves being unaffected by certain Abilities and items
- Fixed Volt Absorb message
- Tweaked Future Sight mechanics
- When two Pokémon faint together, their replacements will switch out at the same time.
Double battle fixes
- Allowed Acupressure to target a partner
- Disabled
/pokebattle2
if a player is already in a battle or has no Pokémon remaining - Fixed allied team statuses being blocked by Protect/Magic Coat/Magic Bounce
- Fixed Damp message occurring multiple times
- Fixed Intimidate sending multiple messages
- Fixed Magnitude changing its power mid-turn
- Fixed multi-turn moves
- Fixed Teleport
- Prevented
/pokebattle2
from using the same player twice - Removed Pokémon names from auto-complete in
/pokebattle2