Commit Graph

3246 Commits

Author SHA1 Message Date
JappaWakka a70c4e39dd Give the other vs intro colors names as well 2024-12-14 13:31:01 +01:00
JappaWakka e5c979b9ac Dutch token correction 2024-12-10 14:06:55 +01:00
JappaWakka aef9bf78f7 Make Trainer Card screen translatable & fix token 2024-12-09 19:17:51 +01:00
JappaWakka a5550404e0 Small tweak to dutch token 2024-12-09 18:54:29 +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 5a546db127 Reset windowsize x/y if they're 0 when saving 2024-12-09 17:15:23 +01:00
JappaWakka 1812c4914d Location in the save menu shows localized value 2024-12-08 13:59:05 +01:00
JappaWakka a3277e47e6 Forgot to fix the german file 2024-12-05 19:02:30 +01:00
JappaWakka a68dd860a5 Missing tokens added and token errors fixed 2024-12-05 18:47:02 +01:00
darkfire006 e2a3be2096 fix thaw effects of moves 2024-11-30 23:51:54 -06:00
JappaWakka a049998b44 Put Rotom forms in the order of their icon sprites 2024-11-30 11:46:54 +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 0415df9ee3 Fix Sleep Talk & Snore not working while asleep 2024-11-30 11:39:21 +01:00
JappaWakka 4edb20faae Trainers don't walk through NPCs or objects...
....unless you want them to which you can accomplish by adding "|0" to the end of the AdditionalValue
2024-11-10 13:57:59 +01:00
JappaWakka c19a7b06cd Scriptlibrary tweaks 2024-11-03 19:36:07 +01:00
JappaWakka 66de1ce8c9 Fix walkthrough objects overriding collision...
...of solid objects when it comes to the movement of the player.
2024-10-10 09:58:35 +02:00
JappaWakka 15dd897e9a Fix Straight NPC movement better 2024-09-28 17:05:03 +02:00
JappaWakka 3649717883 Tweak NPC interaction time frame 2024-09-28 11:12:38 +02:00
JappaWakka e7153fdc4f Fixed Pause Screen quit confirmation text position 2024-09-28 10:07:31 +02:00
JappaWakka 9522656df9 Added <Player.LastRestPlace> construct
Returns the last rest location the player has visited in the following format: "map.dat,x,y,z".
2024-09-28 10:06:55 +02:00
JappaWakka d02763959f Fix Moving NPC bugs see desc.
Fixed Straight Moving NPC from stopping if the player stands next to it.
Hopefully fixed the bug where if you time it right you could walk into the path of a moving NPC.
2024-09-26 19:44:32 +02:00
JappaWakka 4fca486fab Add RandomFollowItemPickup GameRule
This controls the random item pickup for all follower pokémon
2024-09-20 19:33:19 +02:00
JappaWakka 10cc749328 Add @NPC.SetScale(npcID,X,Y,Z)
Works the same way as @Entity.SetScale()
2024-09-20 10:55:06 +02:00
JappaWakka 3f6f8a57f2 Disable shade on backdrops when lighting disabled 2024-09-18 13:59:00 +02:00
JappaWakka a51f0dc27a Disable shaders when lighting is disabled 2024-09-18 13:57:40 +02:00
JappaWakka db6d04174f Make shaders also visible on offsetmaps 2024-09-17 20:39:33 +02:00
JappaWakka 221bdd6b9c Models are now affected by shader objects 2024-09-17 19:11:08 +02:00
JappaWakka 2b1c2a9145 Make PokeInteract show the right icons 2024-09-15 10:36:45 +02:00
JappaWakka b6f356a6ba Give catching charm to player at vermilion docks 2024-09-14 15:37:35 +02:00
JappaWakka 27e940f117 Also remove safari balls when blacked out 2024-09-14 14:36:32 +02:00
JappaWakka 9739e6eecd Fix PokeInteract Parsing Crash 2024-09-14 14:35:53 +02:00
JappaWakka 11f8f9cc5c Work in progress French tokens by Hainy 2024-09-02 16:34:17 +02:00
JappaWakka 8fd32c031b Made it possible for GameMode moves to flinch 2024-09-02 16:31:04 +02:00
JappaWakka d94bb95d0c Update Brazilian Portuguese 2024-08-31 20:50:29 +02:00
JappaWakka 254c829b61 Add Exp. All to Project 2024-08-31 20:50:10 +02:00
JappaWakka 04ae735b18 Added some .ToLower to Player savedata readings 2024-08-31 16:33:56 +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 eaa0c8d2c3 Make it possible to use pkmn data when spawning 2024-08-26 13:19:15 +02:00
darkfire006 a96c13f123 Add trainers to v road that show up post E4 2024-08-25 17:53:16 -05:00
JappaWakka 79b23efe92 Fixed incorrect DecSeparator thing in GamemodeItem 2024-08-25 20:05:50 +02:00
JappaWakka e81237bd64 Support for forms in cries and interactions 2024-08-25 18:32:06 +02:00
JappaWakka ebbe37413e Make it possible to add constructs to interactions 2024-08-25 18:09:17 +02:00
JappaWakka 3cf7687348 Add CatchingCharm to project 2024-08-24 19:24:53 +02:00
JappaWakka 8fa1f76cf4 Aide or Oak give the Catching Charm with Sevii Dex 2024-08-24 16:26:35 +02:00
JappaWakka 58d9acc96f Implement Catching Charm, fix Exp. Charm 2024-08-24 16:06:24 +02:00
JappaWakka d3ad439226 Map Fixes 2024-08-24 15:39:53 +02:00
JappaWakka eeb0ba84c2 Fix Warp 2024-08-24 15:35:48 +02:00
JappaWakka 7188108444 Added Alph Unown Dex scientist + house update 2024-08-24 15:33:33 +02:00