JappaWakka
9fce336574
Make some room for summaryscreen translations
2025-02-19 18:44:17 +01:00
Max Rigout
7a920335d4
added night theme for wild battles
2025-02-18 16:55:56 -05:00
JappaWakka
cee683452e
Pokémon Properties translatable
...
* Summary Screen
* Catch Method & Location
* Ability Names & Descriptions
2025-02-16 10:51:54 +01:00
JappaWakka
d9b7e2258b
Revert "Use [ ] instead of < > for pkmn catchinfo tokens.."
...
This reverts commit 2fa95df3e7dc573c925cd02c3a7b96fb07b924dc.
2025-02-15 19:10:09 +01:00
JappaWakka
2fa95df3e7
Use [ ] instead of < > for pkmn catchinfo tokens..
...
If you use <system.token()> for the CatchMethod and CatchLocation values, they would get permanently replaced with the token values but by using [system.token()] you can make them change based on the current language even when you change.
2025-02-15 18:53:52 +01:00
JappaWakka
b6f19fb764
Missing/Fixed Option Screen tokens
2025-02-15 16:08:53 +01:00
JappaWakka
742c43ac4d
Gamepad Control tokens + Remap some Buttons
...
Y button doesn't work so sometimes Y and X get swapped and the one that would be Y gets mapped to Select
2025-02-15 15:49:06 +01:00
JappaWakka
b50af8744b
PkMn Selection & Battle Menu translatable
2025-02-15 13:30:33 +01:00
JappaWakka
2fd98316fe
Fix PacksMenu sound volume and freeze
2025-02-15 11:34:02 +01:00
JappaWakka
e03827880e
Fix crash when giving items
2025-02-13 10:06:18 +01:00
JappaWakka
574a3eb8eb
Fix for pokédex descriptions and species
2025-02-13 09:50:50 +01:00
JappaWakka
cb0a693a11
Token Fixes
2025-02-13 09:49:36 +01:00
JappaWakka
e62791ca05
Did the Pokédex entries and species the right way
2025-02-12 15:51:12 +01:00
JappaWakka
52bd699e34
Pokédex entries and species are now translatable
2025-02-12 13:30:45 +01:00
JappaWakka
995f46d716
Scroll Pokédex through seen/caught pkmn...
...
It is now possible to go to the next seen/caught pokémon in the pokédex from the info screen instead of being unable to if there's an unseen pokémon between the current and next seen/caught one
2025-02-12 11:24:38 +01:00
JappaWakka
3d4ccb5e58
Use some unused tokens + some new
2025-02-12 11:22:06 +01:00
JappaWakka
28f87c422b
A button on title screen auto adjusts X position
2025-02-11 14:18:30 +01:00
JappaWakka
bf4a94927a
Move language menu scroll index to current...
...
language if the current language has to be scrolled to when opening the language menu
2025-02-11 13:50:30 +01:00
JappaWakka
0083f5a10c
Include controller in summary screen hint
2025-02-11 13:42:47 +01:00
JappaWakka
19d01ed0df
Fix crash in party screen
2025-02-11 13:41:52 +01:00
JappaWakka
41278e06ab
Make pokédex search Select instead of Y...
...
and adjust the hint for searching
2025-02-11 13:41:36 +01:00
JappaWakka
f1fb11fa1f
A whole bunch of tokens + add Tokens_de to project
2025-02-07 17:16:46 +01:00
JappaWakka
26e2f2d279
Rename Types icon to be localizable
2025-02-05 19:37:18 +01:00
JappaWakka
359afde27d
Add some missing options menu tokens
2025-02-04 12:52:15 +01:00
JappaWakka
885f7f80d6
Reset textcolor upon game exit, update Scr.Library
2025-02-03 17:38:04 +01:00
JappaWakka
74f03692d2
Remove duplicate ping sounds for controller...
...
in the Main Menu. For some reason, pressing B on the gamepad played the select sound twice.
2025-02-01 11:29:37 +01:00
JappaWakka
68a3317536
Fix select sound being played too many times...
...
in the Pokédex screen when exiting a selectmenu
2025-02-01 09:35:24 +01:00
JappaWakka
84a925b120
Added hint how to switch Pokémon summary page
2025-01-28 11:51:07 +01:00
JappaWakka
c7c5155c80
Optimize the music stopping before battle music
2025-01-25 19:11:49 +01:00
JappaWakka
a13b0c50ae
Fixed crash when using last item in inventory
2025-01-25 14:10:20 +01:00
JappaWakka
2e0110ae40
Fixed item name ~ not replaced in detail screen
2025-01-25 14:10:04 +01:00
JappaWakka
536874888a
Reset Camera Focus after blackout.
2025-01-25 13:42:39 +01:00
JappaWakka
f33eb9b3cd
Add money symbol to save screen
2025-01-25 09:33:22 +01:00
JappaWakka
aba304e5d4
Add Safari Balls & optional Steps counter to menu
2024-12-29 10:28:08 +01:00
JappaWakka
a8dd94a7e6
Made some GUI stuff scale with interfacescale
...
* Trainer Card
* Save Screen
* MessageBox (like when your files are invalid)
2024-12-29 10:26:15 +01:00
JappaWakka
9b942ab977
Expanded @Script.Delay with ItemCount DelayType
...
Also made each Script Delay be defined with an identifier so you can have multiple delays running at the same time!
* arg0 = Identifier
* arg1 = Script Path
* arg2 = Delay Type (Steps, ItemCount)
// Steps
* arg3 = Amount of steps
* arg4 = Whether to display the remaining steps in the start menu
//ItemCount
* arg3 = Item ID
* arg4 = Compare Type (Equal, Below, EqualOrBelow, Above, EqualOrAbove)
* arg5 = Item Amount
With the ItemCount type you can run a script when you do or do not have a certain amount of items
2024-12-28 19:26:01 +01:00
JappaWakka
aef9bf78f7
Make Trainer Card screen translatable & fix token
2024-12-09 19:17:51 +01:00
JappaWakka
787cd5358e
Added and fixed tokens for main menu, inventory...
...
... and the title of the join server screen.
2024-12-09 18:46:02 +01:00
JappaWakka
052f32a5de
Reload apply/cancel buttons too on language select
2024-12-09 17:16:27 +01:00
JappaWakka
1812c4914d
Location in the save menu shows localized value
2024-12-08 13:59:05 +01:00
JappaWakka
2640ec070f
Make it possible to scale + rotated pkmn models
...
PokeModelScale|Value - Scale all Pokémon models in battle by value (sng), default = 1
PokeModelRotation|xRot,zRot - Rotate all Pokémon models by the specified radians. Y rotation is dynamically controlled by the game so I didn't want to mess with that.
2024-11-30 11:45:59 +01:00
JappaWakka
e7153fdc4f
Fixed Pause Screen quit confirmation text position
2024-09-28 10:07:31 +02:00
JappaWakka
27e940f117
Also remove safari balls when blacked out
2024-09-14 14:36:32 +02:00
JappaWakka
2c9a1ebc61
Implement Exp. All Key Item
2024-08-31 16:32:35 +02:00
JappaWakka
16a88c1c22
Make it possible to exclude poke file from PokéDex
2024-08-31 14:42:25 +02:00
JappaWakka
e81237bd64
Support for forms in cries and interactions
2024-08-25 18:32:06 +02:00
JappaWakka
58d9acc96f
Implement Catching Charm, fix Exp. Charm
2024-08-24 16:06:24 +02:00
JappaWakka
1c3e30d59e
Implemented Exp. Charm
2024-08-24 15:31:51 +02:00
JappaWakka
0bf698e9c2
Properly align bottom-most options buttons
2024-08-17 15:37:02 +02:00
JappaWakka
aae35a8724
Fixed Main Menu crash
2024-08-17 15:36:22 +02:00