Apache Thunder Posted November 23, 2014 Share Posted November 23, 2014 (edited) So...Anyone currently working on this? It would be interesting to see what would happen if folks were able to edit the layouts of their Secret Bases directly using a save editor. Perhaps do some odd things like placing items in locations they can't be or rotating items that can't be rotated. I'm not sure what the limits are, but even perhaps do something even more far out and set a custom location for the secret base and have it be on a island or something. (I'm not talking about the location of the entrance. I'm talking about the actual "room" that the secret base uses. The game has specific rooms for that, but I bet if it's possible folks would do some crazy stuff and have their Secret Base be in a pokecenter or Steven's house. Or maybe even on a mirage spot? ) It would also be nice to have the Base PC moved to a custom location as the where ever the game decides to place it might not always be beneficial to the layout of the room it happens to be in. I understand why they won't let us move it though. it would create a situation where you could forever trap yourself in the base. But why not create some kind of system like with diving where pressing B brings you to the entrance or some key item they give you that acts like an escape rope, but for secret bases. They'd also have some means of teleporting you to the PC in the base (accessible only to the base's creator) incase you want to get to your PC, but have accidentally placed it in a area they can't get to. The QR Code system might also store the layout as well since how else will the user be able to access the Secret base if the creator isn't online at the time the QR code is scanned? So obviously the QR code system is probably going to use some kind of encryption/obfuscation so that would have to be cracked first. But it may be more fruitful editing it in the save file instead and then generating the QR code ingame. Just let the game handle that. Also, how is the pokemon the secret pals battle with determined? Is it just what they had in their party the last time they used GameSync or is that determined the moment they created their base? Is that also stored in the QR code? So many things to explore with this new game. Edited November 23, 2014 by Apache Thunder Spelling correction and clarifications. Link to comment Share on other sites More sharing options...
Kaphotics Posted November 23, 2014 Share Posted November 23, 2014 PKHeX will be able to do most edits. You can't change the overworld base entrances as those are hard coded into the ROM. We've already figured out the team structure, decoration inventory, and trainer info portions... still a work in progress. Link to comment Share on other sites More sharing options...
shadowofdarkness Posted November 24, 2014 Share Posted November 24, 2014 Wow the qr codes have already been figured out. I can't code to save my life but I had app idea that I hope someone would create. Even though I have digital copies and can use keysav for more bulk I think a phone app that reads the Pokemon info in lower amounts would be useful for quick checks or as a keybv alternative It would be as easy as putting the Pokemon in your team and generate a new qr code which wouldn't even need to be saved then hold phone up to 3ds screen and get shown the teams stats. I have never done keybv for esv but I shine it would be basically the same for temp hatching. This would save time for not having to take memory cards out of system or finding someone that can battle at the moment. Also on a separate question about secret bases I had a guy crate a base with a hacked hoops in it. But when I fought it, or was swapped for a poochyena can someone with pkhex check if the swap was before making the code or on my end since I assume Nintendo was smart enough to stop unreleased from showing up in these which caused the swap. Here is the thread http://www.reddit.com/r/SuperSecretBases/comments/2n1yu3/secret_base_with_hoopa_or_volcanion/ I would do our but only run Linux and pkhex doesn't work under wine. Link to comment Share on other sites More sharing options...
Kaphotics Posted November 25, 2014 Share Posted November 25, 2014 PIDs (and subsequently, shiny values) are not transmitted in Secret Base codes. PKHeX will edit stored bases, not QR codes. The save file stores them unencrypted; we still haven't figured out QR codes. Link to comment Share on other sites More sharing options...
shadowofdarkness Posted November 25, 2014 Share Posted November 25, 2014 OK thanks for the info but whenever the QR Codes get figured I think it is still a good idea for a app even if it only figures out IVs and even EVs which do show in your screenshot, some people would love a easy way to check those. Link to comment Share on other sites More sharing options...
08Juan80 Posted February 2, 2015 Share Posted February 2, 2015 Well I hope soon we'll be able to edit a Secret Base's structure (I mean the decorations, the position of the Secret Base leader and the Secret Pals, not the PC) with PKHeX through a tab that shows the current decorations of a Secret Base (none if there's no decorations placed), and I hope you can edit the pokemon shown in the Time Travel Award (I mean for other Secret Bases, to like create custom Secret Bases to explore and battle in. Link to comment Share on other sites More sharing options...
shiny quagsire Posted May 16, 2016 Share Posted May 16, 2016 http://douevenknow.us/post/144472728768/decrypting-oras-qr-codes Ancient thread, but there's probably at least one person in here interested in the secret base format and creating QR codes. I'd document the format myself but I was more interested in the encryption more than anything. Link to comment Share on other sites More sharing options...
Apache Thunder Posted May 17, 2016 Author Share Posted May 17, 2016 Very cool! Surprised secret bases haven't been editable directly in the save yet. But doing it via QR codes would be cool too. Link to comment Share on other sites More sharing options...
Kaphotics Posted May 17, 2016 Share Posted May 17, 2016 Saved bases have been editable in PKHeX for over a year Apparently it isn't showing up in current versions... Link to comment Share on other sites More sharing options...
BlackShark Posted May 25, 2016 Share Posted May 25, 2016 Well, this is interesting! But there are two things that I don't understand. 1. The key should be located after the value 0x18177B91, right? What is meant by "the constant isn’t in the key"? 2. What's the name of the process that stores encrypted/decrypted QR codes? Link to comment Share on other sites More sharing options...
Kaphotics Posted May 25, 2016 Share Posted May 25, 2016 Well, this is interesting!But there are two things that I don't understand. 1. The key should be located after the value 0x18177B91, right? What is meant by "the constant isn’t in the key"? 2. What's the name of the process that stores encrypted/decrypted QR codes? 1. The key isn't directly stored (it's created using values), he's just giving a reference to find that subroutine easily. 044AC6D4576EEA180C12AE92E24FA369 2. They're in romfs:/DllSecretBaseQR.cro; N2nn6crypto10RsaContextE N2nn6crypto20PublicKeyContextBaseE N3app2ui15UIInputListenerE N3app2ui18UITouchBarListenerE N3gfl4proc11BaseProcessE N5print11MsgCallbackE N6netapp4sbqr16SecretBaseQRProcE N6netapp4sbqr16SecretBaseQRViewE N9xy_system5event19SystemEventListenerE Link to comment Share on other sites More sharing options...
BlackShark Posted May 25, 2016 Share Posted May 25, 2016 1. The key isn't directly stored (it's created using values), he's just giving a reference to find that subroutine easily. 044AC6D4576EEA180C12AE92E24FA3692. They're in romfs:/DllSecretBaseQR.cro; N2nn6crypto10RsaContextE N2nn6crypto20PublicKeyContextBaseE N3app2ui15UIInputListenerE N3app2ui18UITouchBarListenerE N3gfl4proc11BaseProcessE N5print11MsgCallbackE N6netapp4sbqr16SecretBaseQRProcE N6netapp4sbqr16SecretBaseQRViewE N9xy_system5event19SystemEventListenerE 1. Ok that makes sense. I thought it's directly stored. Thanks. 2. What I actually meant was the RAM process where I could find the QR buffers shinyquagsire is talking about. Link to comment Share on other sites More sharing options...
Kaphotics Posted May 25, 2016 Share Posted May 25, 2016 I don't think anyone has found the pid / region that stores the qr data. With the above key and the linked python scripts you can decode/make qr Link to comment Share on other sites More sharing options...
Apache Thunder Posted May 26, 2016 Author Share Posted May 26, 2016 Saved bases have been editable in PKHeX for over a year Apparently it isn't showing up in current versions... Since when? I have a build from github that was I had compiled sometime this month and checked. I can't do much with secret bases. There isn't an option to edit the layout/position of objects placed in a secret base. Unless it does have that feature and I'm just not finding it? Link to comment Share on other sites More sharing options...
Kaphotics Posted May 26, 2016 Share Posted May 26, 2016 Since when? I have a build from github that was I had compiled sometime this month and checked. I can't do much with secret bases. There isn't an option to edit the layout/position of objects placed in a secret base. Unless it does have that feature and I'm just not finding it? Object Layout in the Main tab of the Secret Base Editor Link to comment Share on other sites More sharing options...
Apache Thunder Posted May 26, 2016 Author Share Posted May 26, 2016 This? [ATTACH=CONFIG]13356[/ATTACH] I suppose technically it can...But it's just a bunch of numbers. I hope at some point it gets a graphical editor. No wonder no one's noticed it...Only programmers who know the object ids even have a chance of using that effectively in it's current form. Link to comment Share on other sites More sharing options...
Kaphotics Posted May 26, 2016 Share Posted May 26, 2016 This? I suppose technically it can...But it's just a bunch of numbers. I hope at some point it gets a graphical editor. No wonder no one's noticed it...Only programmers who know the object ids even have a chance of using that effectively in it's current form. Index: Decoration slot Decor: What decoration (-1 = none) Rotation: Direction it faces X Coordinate: Where horizontally Y Coordinate: Where vertically http://pastebin.com/45UABbmW I deemed it not-worthy of adding text resources / visuals as not many people end up using it. It's not really worth the extra effort to log decoration dimensions and come up with a grid, or come up with base boundaries. Even QR I/O of bases isn't really worth it imo, can generate them ingame (plus the stored structure isn't the same as the packed QR). If the PID was saved in the QR we could have made up a decoder for shiny value logging, but nah, it only contains a boolean if it is shiny or not in addition to the IVs/EVs. Link to comment Share on other sites More sharing options...
zelk9114 Posted March 12, 2021 Share Posted March 12, 2021 Is it possible to use PKHeX to change the trainer's "single battle", "double battle", "triple battle" or "rotation battle" of another person's secret base? Link to comment Share on other sites More sharing options...
Alegria Posted January 25, 2022 Share Posted January 25, 2022 Hi! any idea how to make sb6 files from a qr code's data? I tried to use a qr reader, then I put the content in a text editor and save it like that, but it doesn't do anything when I try to upload it in my save file. I tried to put it through an hex editor and it doesn't help either Link to comment Share on other sites More sharing options...
Nethal Posted August 13 Share Posted August 13 Would it be possible to bypass the decoration limit with PKHeX ? Link to comment Share on other sites More sharing options...
BlackShark Posted August 13 Share Posted August 13 Just now, Nethal said: Would it be possible to bypass the decoration limit with PKHeX ? No, you would need to create a ROM hack for that. 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