Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. They aren't stored with palettes (hence why the size of the GARC is over half the size of the ROM). Sure someone can make a color shifter to apply to only the regular textures, but that'd best be handled by a separate program. Just extract the GARC and then run. Not something I'm interested in making...
  2. Thanks, fixed in latest commit ===== I've updated the first post with the latest compiled version. Be sure to check out the map viewer, which now shows where overworlds are on the map. Put the scale to 8 and re-draw; image will not update when changing the map in OWSE unless Auto-Draw is checked.
  3. Most trainers don't have movesets specified, which causes them to refer to their levelup table. If you modify the level up moves (ie, randomize), the trainer pokemon will take from that newly randomized learnset because their original one is overwritten.
  4. you asked on GBATemp; link for others who would also want to know: http://gbatemp.net/threads/pokemon-oras-models-files.402454/#post-5799320
  5. Not currently (they are script related).
  6. As Acry mentioned, you can just restore the original files. Level boost alters the levels permanently, it's not just turning on a flag that can be turned off. Ie, level 20 -> level 20 + 50% -> level 30 level 30 is now saved instead of level 20 If you wanted to undo this, simply set the level boost to -66 percent (which is ~100/150) to scale them back down to pretty much the original level. The level boost can be used as a level decreaser too
  7. Does so by default, having any of the EXP/BST/Type enhancements selected will no longer ensure every species is used. Does so by default, having the BST enhancement will no longer ensure every species is used. I agree. Changed in the latest commit (compile if you want it now, else wait for the next posted version). ==== Not really my intent with the program; all of the randomization depends on the UI objects instead of operating off of a class. Sure one can set them to be .Visible = false; It'd be a lot of work for a little gain... it's not really that hard to not look at what was randomized Previously people have asked about seed-randomization. While it is possible to do, it's not really necessary. People can just share game files instead -- NDS/3DS have this advantage over a single-file GBA ROM.
  8. For now just hold control when exiting the forms to yield the 'abort' option; keep holding it until they stop popping up. I've noticed the same issue, I'll investigate Edit: Uploaded new version, only sets back encdata as it'd be the only thing that gets edited. There still is no 'saving' done, just repacking the files that were read from. Comes with coordinate displays for NPC/Warps.
  9. Read the top of this page and the first post. Please refrain from asking questions regarding other tools, keep it related to pk3DS functions.
  10. The ExeFS editors require the code binary, icon, banner, etc. Just having code there is insufficient. You can obtain all the necessary files by unpacking the ExeFS.
  11. Uploaded a new version. Added: - Suggested romfs/exefs building names (from icon -> will automatically suggest a HANS compatible name). - ProgressBar for extracting a file via Tools form. - LZSS/BLZ decompression via drag&drop on Tools form. - Disclaimer when opening a CRO editing tool for the uninformed. - Automatic ExeFS unpacking on load (ie, exefs.bin in exe folder will have it unpack & uncompress automatically). Note: Tools UI now has all the functionality of GARCTool (and more). Big updates (OWSE Form): Moved majority of logic to object structure. Added force reloading (hold control when opening the form) if you switch games. Added attribute viewers for most entity attributes worth looking at currently. Added trigger2 type entity. Fixed misalignment of entities Fixed File1 (actually ZoneData entry) loading. // Added new Dev tab: Added dumping methods for entities. Added Map (Movement Permissions) dumping button (instead of control clicking Redraw) Added Script Decompressor (paste in -> decompressed result) To open OWSE, hold ALT when clicking on the Wild Editor button. Note, this 'editor' does not save changes as it is currently research oriented at this time. OWSE edits NPCs/Warps/etc on the map in addition to the scripts. Still an active area of research, feel free to inquire on IRC.
  12. Oh, I see. Try manually moving Pokemon within your box to that slot. PKHeX will move the Pokemon (and in so, updates the checksum). It's possible that something screwed up and flipped two bits while the game was writing your save data. Looks like Klefki had extra text tacked on its name, dunno about Mawile.
  13. So just to confirm, these appear fine ingame but only PKHeX shows them as bad eggs? I checked with old builds and all say that there's invalid checksums for those slots (they just didn't show it as red background).
  14. You'd have to PM the save file to me. Are you using the latest PKHeX posted? Latest commit version (if compiled yourself)? Are they bad eggs ingame or is it just PKHeX saying so? Pretty sure you can delete bad egg slots in PKHeX by right click->delete or alt-click.
  15. HANS is unrelated to this program. To use ExeFS files with HANS, simply use the .code file from the exefs folder after you are done editing it.
  16. Sure, the slot restricted randomization will be implemented in the future (but not immediately); currently revisiting the Overworld Editor so that map NPCs, Scripts, etc can be modified. Yes. Chances are, even if you did randomize with BST everything should show up at least once. No way of knowing for sure without checking the dumped text.
  17. pk3DS currently does not disallow water types on land, nor does it enforce Water/Flying only on Water encounters either. I may have to come up with a separate 'randomizer' as there currently is no slot based restriction. Currently pk3DS (without randomize by BST) uses a random list with all selected species (ie, gen1, gen2, or combined gens) and cycles through. The default settings allow for every Pokemon to be encountered. If a Trainer has the setting 'no custom moves', the game will do exactly what you described: inherit the latest (at most 4) moves from the level up list by default.
  18. You likely randomized your catch rates; obviously some things are easier to catch. If you want to make everything hard to catch, use the ModifyAll to have the lowest catch rate.
  19. Google is your friend. Link to rxTools This thread is related to pk3DS and its functionality of editing files, not obtaining them. Please direct your questions to the appropriate forum/thread.
  20. Reread the OP. If you are unable to dump your own data, you are unable to play the hacks you would create. Homebrew: Dump with braindump, play with HANS. Custom Firmware (<=9.2): Dump with rxTools, play with a CIA/flashcart.
  21. Those are ExeFS edits; move tutors still need more research (hence the popup when you open that form). You have to make sure your intended ExeFS is the one that is loaded by the game.
  22. Use homebrew. Closed; this subforum is not for requests.
  23. Set up rxTools, then install DevMenu, then install SDF. You should be able to find a tutorial on youtube/elsewhere
  24. PKHeX can import it just fine, whether or not it is legal depends if the cart/game could receive it naturally in the first place.
×
×
  • Create New...