Ask_me_about_birds Posted February 19, 2015 Share Posted February 19, 2015 (edited) Hello! I have written a python script that will read a RAM dump of : Gale of darkness and convert your party to Gen 3 format pokemon files. Instructions: When playing on your dolphin-dev mode, hit dump MRAM to get your ram.raw and then the inputs are as follows: All y/n? y or n for whether you want to export all of the pokemon in your party Slot: 1 - 6 this is your the starting slot or single slot you want to export from Directory: The directory of your ram.raw, you can drag your ram.raw into the window and remove the quotations OT: your OT case sensitive. How it works: It searches the approximate location of your party for your OT in hex, then snips out the full party in the form of a string. The rest of the program reads that string and rearranges it to gen 3 format. Limitations: US only, Coded for windows, Can't export shadow pokemon, they must be purified. Also the following OT or Nickname characters are not supported: .. ' (starting single quote) " " (both starting and ending quotes) ♂ ♀ $ Supported characters: ABC abc 0-9 !?-/'., The full code can be found here. Please let me know of any bugs I can fix! Edit: I made a collosseum version as well here! Double Edit: Here is a only BOX converter that will convert your whole box (and no restriction on nicknames!). Heres a link! Here are some screencaps: Party: Export Process: In A-Save: In Gen III Emulator: Togepi: Thanks for taking the time to read through and checkout the code! Edited May 16, 2015 by Ask_me_about_birds wrong paste 1 Link to comment Share on other sites More sharing options...
spooks456 Posted February 21, 2015 Share Posted February 21, 2015 Seems cool, i'll try it out later. Does it work with Colosseum as well? Link to comment Share on other sites More sharing options...
Ask_me_about_birds Posted February 21, 2015 Author Share Posted February 21, 2015 I just made a colosseum version this afternoon, which I just put in the post. It should work when my edit is approved! http://pastebin.com/4azNw1fK Here is the colosseum version, same restrictions apply. Link to comment Share on other sites More sharing options...
Alpha Posted February 21, 2015 Share Posted February 21, 2015 I just threw all of your images inline in a spoiler. It should prevent you from always needing to be moderated. Link to comment Share on other sites More sharing options...
Ask_me_about_birds Posted February 23, 2015 Author Share Posted February 23, 2015 Thanks for all the help! Link to comment Share on other sites More sharing options...
LatiosDoug Posted August 4, 2015 Share Posted August 4, 2015 (edited) Dude, you save my life! This is what I was needing! I wanna know if you have plains for transform it in a executable and turn more easy to people that don't have a big knowledge? Edit: I'm getting this error when I tried to extract my Meganium from Pokémon Colosseum. All others Pokémon I have worked very well, but it have this problem... Could you help me? Edited August 4, 2015 by LatiosDoug Link to comment Share on other sites More sharing options...
Eldest Posted January 5, 2017 Share Posted January 5, 2017 Hate to necro this buuuuut when i get everything running it's giving me an error after I type in my OT telling me on line 13 it cant find the requested directory of my "...\\Desktop\\Desktop\\" to write the file to, so I changed the Python command line .exe to run as admin, now it's telling me it has insufficient permission to open the ram.raw file on the same line, I am thoroughly confused as to why it opens without admin rights and wont open the file when I set the directory to look at the desktop and find the ram.raw itself, it also gives me the error when i give it the ending "...\ram.raw", any help is greatly appreciated, I'm trying to export my pokemon from Gale of Darkness to the gen 3 emulator to transfer up to gen 4 and so on from there but I only have a save state on dolphin, I really don't want to have to restart I just finished the game lol, thanks in advance! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now