Search the Community
Showing results for tags 'xg'.
-
Version 2.6.0
13667 downloads
Pokemon Colosseum and Pokemon XD: Gale of Darkness hack tools and randomisers. If you need advice or support you can find me in the Gamecube Pokemon Games ROM hacking Discord. Join the discord server for information on the beta version of the windows tool. The all-in-one tool for hacking and randomising the Gamecube Pokemon Games. The tool can be used for: - Trainers - Pokemon, Move, Item Stats - Pokespots - Gift Pokemon - Type Matchups - Scripts and Game Text - Item Boxes - Textures and Images - Patches like Physical/Special Split - Randomiser - Save editor - Unzip .fsys files The tool can also be used to export/import files from/to any Gamecube ISO. -
XD XDScript : A scripting language for Pokemon XD:GoD
StarsMmd posted a topic in General Development
I have created a new scripting language for Pokemon XD: Gale of Darkness. This will make editing scripts much easier and far more intuitive than before. So far only the decompiler is done which converts the raw binary data into human readable .xds scripts. It's quite a big project on it's own so I felt it needed a thread to collect input and document its progress. For now I have dumped every script in the game and uploaded them here: Pokemon XD .xds files A syntax highlighting scheme and a colour scheme for the Sublime Text 3 text editor developed just for .xds files are also included. There are still a lot of undocumented classes and functions in XD's script engine which have just been given default names for now. If you notice any patterns and think you've figured out what a function does then please let me know. Major thanks to @Tux for originally disassembling the scripts in XD. The decompiler is based on his tool. XD Script