Apollo ChaoZ Posted March 29, 2023 Share Posted March 29, 2023 On 3/23/2023 at 4:01 PM, yongkitan said: I need some help. I used PK3ds to edit the rival pokemon. If I choose froakie, shauna will choose chespin not fennekin. But how to change the text to show that shauna take chespin not fennekin? Thank you It should be in the story text editor, to find the text file it's in, make it into a txt file and search for the part where she mentions what starter she picked. It might be a lot of work though since you will need to fix every mention of the starter pokemon in the editor. I'm not sure if this will work but you could try changing the order of the starter pokemon in the gift mon editor. Link to comment Share on other sites More sharing options...
Apollo ChaoZ Posted March 29, 2023 Share Posted March 29, 2023 Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array. at pk3DS.SMTE.UpdateStats(Object sender, EventArgs e) in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 518 at System.Windows.Forms.Control.OnTextChanged(EventArgs e) at System.Windows.Forms.MaskedTextBox.OnTextChanged(EventArgs e) at System.Windows.Forms.MaskedTextBox.SetWindowText(String text, Boolean raiseTextChangedEvent, Boolean preserveCaret) at System.Windows.Forms.MaskedTextBox.Delete(Keys keyCode, Int32 startPosition, Int32 selectionLen) at System.Windows.Forms.MaskedTextBox.OnKeyDown(KeyEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) at System.Windows.Forms.MaskedTextBox.ProcessKeyMessage(Message& m) at System.Windows.Forms.Control.WmKeyChar(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.MaskedTextBox.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Loaded Assemblies: -------------------- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Steve\Desktop\pk3DS\pk3DS.exe System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll -------------------- User Message: An unhandled exception has occurred. You can continue running the program (albeit with potential side-effects), but please report this error. I'm pretty sure this only happened because I tried to delete an ev when there was nothing in the box but I'll still post this to be sure Link to comment Share on other sites More sharing options...
TheSantix17 Posted April 20, 2023 Share Posted April 20, 2023 (edited) Hello, i was wondering something. Would it be possible to edit Pokémon with special encounters in the future? For example, in Pokémon X/Y: Dropping from the ceiling, shaking trash cans, swooping down from above (in Victory Road) and rustling bushes, as well as the Snorlax encounter on Route 7. I recently saw axyn's Pokémon Ancestral X Rom Hack that had edited all of these and even some overworld items were changed (Tree berries and NPC's giving you items). Any idea on how he managed to do so? Edited April 20, 2023 by TheSantix17 Link to comment Share on other sites More sharing options...
Tomorrow Posted May 3, 2023 Share Posted May 3, 2023 (edited) Hello Guys, I've recently started doing this and happily done my own edits on ORAS but now I am doing editing on USUM. Does PK3DS has issue on changing Pokemon Typing on USUM? Because I change some pokemon type and it wont let me rebuild .3ds, I've tried installing decrypted, CIA and encrypted roms to make sure it's not the rom itself but at the moment I am having trouble rebuilding the USUM Rom after I've done changes to it Edited May 3, 2023 by Tomorrow Link to comment Share on other sites More sharing options...
ABZB Posted May 21, 2023 Share Posted May 21, 2023 On 5/3/2023 at 8:25 AM, Tomorrow said: Hello Guys, I've recently started doing this and happily done my own edits on ORAS but now I am doing editing on USUM. Does PK3DS has issue on changing Pokemon Typing on USUM? Because I change some pokemon type and it wont let me rebuild .3ds, I've tried installing decrypted, CIA and encrypted roms to make sure it's not the rom itself but at the moment I am having trouble rebuilding the USUM Rom after I've done changes to it Do you mean changing the type of a given Pokemon (e.g. making Bulbasaur Ice instead of Grass/Poison), or changing the Type Chart? Link to comment Share on other sites More sharing options...
Apollo ChaoZ Posted May 22, 2023 Share Posted May 22, 2023 (edited) Exception Details: System.ArgumentOutOfRangeException: InvalidArgument=Value of '65535' is not valid for 'SelectedIndex'. Parameter name: SelectedIndex at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value) at pk3DS.SMTE.PopulateFieldsTD7(TrainerData7 tr) in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 416 at pk3DS.SMTE.LoadEntry() in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 328 at pk3DS.SMTE.ChangeTrainerIndex(Object sender, EventArgs e) in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 298 at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) at System.Windows.Forms.ComboBox.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Loaded Assemblies: -------------------- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Steve\Desktop\pk3DS\pk3DS.exe System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll -------------------- User Message: An unhandled exception has occurred. You can continue running the program (albeit with potential side-effects), but please report this error. When I select different trainers in the trainer editor, it gives this message but what I can tell it's not affecting anything Edited May 22, 2023 by Apollo ChaoZ Link to comment Share on other sites More sharing options...
Freeasabird420183 Posted June 8, 2023 Share Posted June 8, 2023 On 2/12/2015 at 7:44 AM, Mega Aggron said: What did you open in the program? Link to comment Share on other sites More sharing options...
wiretheworst Posted June 28, 2023 Share Posted June 28, 2023 i have been trying to randomize pokémon Omega Ruby for a while now and it has been working but i’m struggling with the amount of pokémon trainers have. At first they all had a normal amount except for the important trainers who all had 6. it’s difficult to progress early game when the first gym has a full randomized team of 6. i turned it off but it still did it. and now i messed with it and now all the trainers have 6. i just want them all to have a normal scaled amount. i am tired and i really need help. this is so aggravating and hard to understand. Link to comment Share on other sites More sharing options...
Anoname Posted July 17, 2023 Share Posted July 17, 2023 (edited) Help, I have a problem trying to remove some move's recharge effect. I used the backup files created by pk3DS and put the edited move file into the mods location. All other changes successfully implemented, but just the recharge effects are not changed. And when I try to rebuild the rom using HackingToolkit the recharge effects are actually removed (I changed both recharge flag and the F19 flag) EDIT: Never mind, I figured out what I did wrong, sorry Edited July 18, 2023 by Anoname Link to comment Share on other sites More sharing options...
360NoDad Posted July 27, 2023 Share Posted July 27, 2023 Is there a way to change the natures or the EVs of enemy trainer Pokemon? Link to comment Share on other sites More sharing options...
autofire372 Posted August 20, 2023 Share Posted August 20, 2023 I can't seem to edit any of the move flags in any gen 6 game. They don't update scrolling through the move list, either. I tested with X and Omega Ruby. None of this happens with gen7, though (tested with Pokémon Sun). Link to comment Share on other sites More sharing options...
The_Meeps Posted August 20, 2023 Share Posted August 20, 2023 I recently got through editing a copy of Pokemon X, I spent weeks working though everything using the tool so my friends and I could try a harder version of the game. I got all the way to the end, and decided I wanted to change the route 2 pidgey to a swablu. I saved it, did a few more things, and ran the game. It popped up as a nidoking named egg, an I knew something was wrong. The static encounter editor now gives me the error below, and I'm unsure how to fix it without losing all of my work. Does anyone have any ideas? ----- Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array. at pk3DS.StaticEncounterEditor6.LoadData() in D:\a\1\s\pk3DS\Subforms\Gen6\StaticEncounterEditor6.cs:line 74 at pk3DS.StaticEncounterEditor6..ctor() in D:\a\1\s\pk3DS\Subforms\Gen6\StaticEncounterEditor6.cs:line 35 at pk3DS.Main.B_Static_Click(Object sender, EventArgs e) in D:\a\1\s\pk3DS\Main.cs:line 1320 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Loaded Assemblies: -------------------- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\sirgo\Desktop\pk3DS\pk3DS.exe System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null C:\Users\sirgo\Desktop\pk3DS\pk3DS.Core.dll Link to comment Share on other sites More sharing options...
autofire372 Posted August 21, 2023 Share Posted August 21, 2023 22 hours ago, autofire372 said: I can't seem to edit any of the move flags in any gen 6 game. They don't update scrolling through the move list, either. I tested with X and Omega Ruby. None of this happens with gen7, though (tested with Pokémon Sun). Figured it out - for some reason, the actual move flags for gen 6 are the unlabeled F17 to F32 flags; the labeled flags appear to be unrelated data. Link to comment Share on other sites More sharing options...
Apollo ChaoZ Posted September 12, 2023 Share Posted September 12, 2023 Does anyone else notice that not all pickup items show up in the editor? I'm editing Ultra Moon and the amulet coin isn't on the list of pickup items on the editor. Link to comment Share on other sites More sharing options...
Apollo ChaoZ Posted October 1, 2023 Share Posted October 1, 2023 Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Steve\AppData\Roaming\Citra\load\mods\00040000001B5100\romfs\a\0\3\2'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost) at pk3DS.Core.GARCFile.Save() at pk3DS.Main.CloseForm(Object sender, FormClosingEventArgs e) in D:\a\1\s\pk3DS\Main.cs:line 155 at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e) at System.Windows.Forms.Form.WmClose(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Loaded Assemblies: -------------------- mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null F:\Downloads\pk3DS\pk3DS.exe System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null F:\Downloads\pk3DS\pk3DS.Core.dll -------------------- User Message: An unhandled exception has occurred. You can continue running the program (albeit with potential side-effects), but please report this error. Link to comment Share on other sites More sharing options...
HomuraAkemi Posted October 16, 2023 Share Posted October 16, 2023 (edited) I downloaded it and unzipped it, but I can't figure out how to actually launch the program. I'm looking in the folders, but I don't see anything that will let me use the program so I can randomize my game. Edited October 16, 2023 by HomuraAkemi Link to comment Share on other sites More sharing options...
timetoduel90 Posted October 20, 2023 Share Posted October 20, 2023 Does PK3DS work on Windows 11? Because I have started, but it doesn't work. It shows all buttons grey, even when I change the compatibility. Link to comment Share on other sites More sharing options...
theSLAYER Posted October 20, 2023 Share Posted October 20, 2023 5 hours ago, timetoduel90 said: Does PK3DS work on Windows 11? Because I have started, but it doesn't work. It shows all buttons grey, even when I change the compatibility. Buttons are grey until you import the game Link to comment Share on other sites More sharing options...
Huyeon0910 Posted October 28, 2023 Share Posted October 28, 2023 After completing the hacking and entering rebuild in Pk3DS, .3ds is not activated. Is there a solution? Link to comment Share on other sites More sharing options...
KAR0TTENP0WER Posted November 3, 2023 Share Posted November 3, 2023 Currently trying to randomize the RomHack SinkingSapphire Since UPR not rly supports unofficial Roms, my only way to randomize is to use pk3ds i think. The wild encounter file from the hack (a/0/1/3) contains 10 different pokemon at route 101, each with 10% chance. This is after Randomize All As you can see, after randomizing it always has 5-6 different pokemon, no matter what route. Is there a way to keep the 10 different pokes or dont make duplicates that likely? Link to comment Share on other sites More sharing options...
KAR0TTENP0WER Posted November 7, 2023 Share Posted November 7, 2023 Bump Also when randomizing Marts, there are some Pokeballs for like 100-300$ buyable But those are not actual Balls you can use in a battle. They dont appear there Though i had a random Premier ball in my bag and when i found a shop with premier balls for 100$, you could use them during battle. I guess only because i had an "original" premier ball already. Link to comment Share on other sites More sharing options...
LettersFrom Posted November 28, 2023 Share Posted November 28, 2023 On 9/26/2022 at 11:54 PM, LettersFrom said: Just download the tool a while back and I was wondering if it's possible to edit the items you receive from NPC, specifically in X and Y? I just want to switch the item that you get from NPC like the mega stones and exp share as examples, like for instance instead of receiving a mega Charizard stone from Professor Sycamore, I could switch it to him giving you a mega Mewtwo stone or a master ball, same for the lady that gives you the exp share, i could instead have her give you a mega Lucario stone way earlier than intended. Also it would be cool if there was a randomize button to get random items from those NPC because in every youtube video when someone randomizes their game those NPC gifts are never randomize. I still need help randomizing event items like the EXP Share that you received for example. There doesn't seem to be an option to edit event items for X and Y. Someone please help me, I'd really appreciate it. Link to comment Share on other sites More sharing options...
The Pidgey King Posted November 30, 2023 Share Posted November 30, 2023 I read earlier that there was a way to import re-import txt files after exporting them (for stuff like trainers or move stats. How do I do that? There doesn't appear to be an import from txt option, only export. Link to comment Share on other sites More sharing options...
StinkySlinky1218 Posted December 13, 2023 Share Posted December 13, 2023 Are there any plans to allow the OWSE actually save changes such as NPC data and scripts? Is pk3DS even being worked on anymore? Link to comment Share on other sites More sharing options...
Apollo ChaoZ Posted December 27, 2023 Share Posted December 27, 2023 In my Ultra Moon ROM hack, I decided to edit a few of the in-game trades to give different Pokemon (Aerodactyl-Cherrim), and for some reason the gift text is still "You received Aerodactyl!" Wouldn't be a problem except there's no reference of the 'You received ___' message within both the Story Text and Game Text editors. I'm totally stumped since it seems like there's no way to edit that specific text for some reason. If anyone knows how to edit this please let me know. 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