Jump to content

evandixon

Administrator
  • Posts

    5910
  • Joined

  • Last visited

  • Days Won

    84

Everything posted by evandixon

  1. Drastic and DeSmuMe both use *.dsv save files. *.dss files are save states (which are basically snapshots of RAM), and cannot be reliably converted.
  2. Homebrew, since CFW is not quite as straightforward to install. Once installed, CFW.
  3. Use the CIA version (although it requires CFW).
  4. That'll work nicely. I recommend following this guide to hack that 3DS. Be careful to follow all the steps closely, and if you have any questions about anything, ask. Mistakes can easily make your 3DS inoperable. Once it's complete, you may be able to use it to hack the other, but that involves purchasing DSiWare from the eShop and doing a system transfer to the other one, meaning anything on the 11.2 3DS will be lost. Details can be found at the guide I linked to. Basic instructions for setting NeoY/NeoX for the Sky 3DS: 1. Decrypt a ROM using Decrypt9. 2. Extract the decrypted ROM with this tool. Use ToolkitForm.exe for an easy-to-use GUI. 3. Copy NeoX/NeoY's romfs folder from the archive into the folder you just extracted to, replacing any files if needed. The NeoX/NeoY's romfs folder is in "/Pokemon NeoXY1.4/Installation hub/data/Full" of the archive. 4. Use the tool from step 2 to build a decrypted CCI. If you use the GUI, just make the output ROM have a *.3ds extension and use "Auto" as the Output ROM format. 5. Encrypt the ROM using Decrypt9. 6. Copy the encrypted ROM to your Sky 3DS, and you should be able to play it, but only on 3DS's with CFW. For steps 1 and 5, open Decrypt9WIP and go to Content Decryptor Options > NCCH/NCSD File Options... > NCCH/NCSD Decryptor/Encryptor.
  5. In that case, no, you can't run this hack on your Sky 3DS.
  6. Only if you have CFW. What firmware version is your 3DS on?
  7. I don't know much about the Supercard SD, but since most flashcarts nowadays use raw saves, it will probably work.
  8. A "commit" is basically any change to the code on Github. Anything there that hasn't been officially released yet might work, but has not been thoroughly tested, so there could be major bugs or incomplete features. To try things out anyway, the source needs to be compiled. You can either do this yourself with Visual Studio, or find an already built version in the Artifacts of the latest build on my Team City server.
  9. Ever notice how the majority of command-line applications require about a dozen commands for a single logical operation? This tool aims to fix that! ROMs can be extracted and repacked with a single command per operation, like so: To extract: ToolkitConsole.exe MyRom.3ds RawFiles To repack as a CIA: ToolkitConsole.exe RawFiles Repacked.cia To repack as a 0-key encrypted CCI (for use with Gateway): ToolkitConsole.exe RawFiles Repacked.3ds -key0ORToolkitConsole.exe RawFiles Repacked.3dz Note: 3dz files will be invalid until a private header is applied. To repack as a decrypted CCI (for use with Citra or Decrypt9): ToolkitConsole.exe RawFiles Repacked.3ds To repack for HANS: ToolkitConsole.exe RawFiles G:/ MyHack System requirements: .Net Framework 4.6 Free space on the system drive. Cleanup happens as soon as possible, but especially for larger ROMs, you may need several GB free. Supported formats for extraction: Decrypted CCI (aka .3DS) Decrypted CXI (what Braindump gives you) Supported formats for building: Decrypted CCI (aka .3DS) For use with Citra Can be used for Gateway and Sky 3DS (with CFW) if encrypted using Decrypt9 [*] 0-Key Encrypted CCI For use with Gateway [*] CIA For use with CFW [*] HANS RomFS, Code.Bin, and Homebrew Launcher Shortcut Planned Features: Copy private header to 0-key encrypted CCI files as they are built. Until this is done, any *.3dz files created are invalid until a private header is added. Decrypted CIA extraction This also doubles as a code library for developers. See GitHub for library usage. Latest package will be on Sky Editor's MyGet feed and may be added to NuGet at some point. Credits: SciresM for 3DS Builder (modified to use command-line arguments) profi200 for Project_CTR's makerom dnasdw for 3dstool Asia81 for HackingToolkit3DS, which provided the usage for 3dstool. Release Page GitHub Download
  10. Found the problem in PGF.cs, line 268 // Force Genderdo { pk.PID = (pk.PID & 0xFFFFFF00) | Util.rnd32() & 0xFF; } while (!pk.getGenderIsValid()); Surely there's a better way to do this.
  11. What bugs are you referring to?
  12. I believe I fixed the issue in PR 333. Here's the latest dev build that should have the fix: http://teamcity.uniquegeeks.net/repository/download/PKHeX_PKHeXBuildPr/2543:id/PKHeX%20Build%20542.zip Thanks for reporting it!
  13. Can you post a screenshot of the Details tab? There might be some stuff there that could help us determine what the problem is. It might be called "Problem Signature" or something similar. PKHeX itself doesn't use the latest version of the .Net framework (so it will work with Windows XP), so that's fine. [Edit] Also, it may be worth trying out the latest development build: http://teamcity.uniquegeeks.net/repository/download/PKHeX_PKHeXBuildPr/2530:id/PKHeX%20Build%20537.zip
  14. Can you open the Event Viewer in Windows to see if there's an Application error that happened around the time you open PKHeX? If you don't know how to find the event viewer, this guide should help.
  15. We have a brand-new User-Submitted News forum! If there's anything you think would be a good fit on our front page, post it there! How it works: User creates a thread in User-Submitted News News Staff reviews the thread, and if approved, will be moved to News Discussion and be posted on the front page If not approved for the front page (like if it's only a rumor), the thread will remain open for further discussion Please read the User Submitted News Guidelines for details about what to post and how to post it.
  16. Guidelines for Posting Your Own News Articles Cover Image Let's face it: walls of text tend to make people think "tl;dr". While it is not strictly required, you are encouraged to provide an image that directly relates to the content of your article. For Pokémon news, this means pictures of revealed content or releases (no spoilers please). For program releases, this means a screenshot of the program. If the article is about a video (like @Kaphotics's data-mining videos), the video serves as the cover image. For embeded YouTube videos, please consider mobile users. Large videos do not resize well, so try to keep the width small, about 270 pixels wide. To test how an article looks on mobile, simply resize your browser window to be about 370 pixels wide. Avoid Plagiarism Plagiarism is a big deal. In academic settings, plagiarizing usually results in failing a class. In professional settings, plagiarizing usually results in losing a job. Depending on the circumstances, plagiarism can even result in the loss of college degrees. While nothing that serious will likely happen here, it's still important to avoid it. When using content from another source, be sure to provide a link to the source. If directly quoting the source, put the quoted text in quotation marks, or if it's longer than a few sentences or lines (called a block quote), put the text in quote tags using the button in the editor. If you don't cite your sources or put quoted text in quotations, you are implying (intentionally or otherwise) that the content is yours. If the news is about research you've done or a program you've made, this is fine, since it is yours. If it's not, please take care to give credit where credit is due. Be Original News often heavily relies on outside sources, but it's important to not just take another source as-is. As Sonicslasher from GBAtemp put it: The same applies to Project Pokemon. Try discussing the news article and properly introducing quotes, all in your own original words. Source: http://gbatemp.net/threads/usn-template-user-submitted-news.249271/ Grammar Since what's posted in this section has a chance to appear on the front page, try to use proper grammar and spelling. I know that it's easy to make grammar mistakes (mine is especially bad in IRC where there's no edit button), so just give your best effort. Minor mistakes may be corrected by News Staff, although particularly egregious mistakes might not make it to the front page. Guidelines for Content Things that will likely make the front page: Research into a Pokémon game that you've done Releases or updates to a program you've written, provided it's in some way relevant to Pokémon General Pokémon news Research into a Pokémon game or releases/updates to a program that is not yours, provided proper credit is given or you've been given permission by the author to post the article Things that will likely not make the front page: Baseless rumors General gaming news that's not even tangentially related to Pokémon Blatant advertisements (looking at you, spam bots) newz articals tht dont' grammer rite (This only includes cases where it's clear the author didn't try.) The above are just guidelines, however, and it is up to News Staff to decide what makes the front page and what doesn't. If something doesn't, it will remain open for further discussion, as long as it follows general forum rules. Please don't take it as an insult if something you post doesn't make it.
  17. If the Pokemon have a different OT, TID, SID, etc., then they won't be considered "yours". You'll need enough gym badges to use them or they'll start misbehaving, but I think they get boosted XP. To make them considered "yours", you'll have to make sure all the trainer data matches.
  18. What, no Mystery Dungeon tools (all joking aside, mine are still in active development and are not ready to be on this list yet). That's a nice list! Stickied!
  19. I'd imagine you'd just replace Run Away with something else, like None (or whatever the XML stores the lack of an ability as). If Run Away is the first ability, I'd swap Run Away and Adaptability then replace Run Away with None.
  20. Sorry about that. This tool is still in active development, and this release is sort of a proof-of-concept, although it should still work. Basically you create a project, and make changes related to what you want to do. If you're using the Generic Mod, you go to the project folder and edit files in the "Raw Files" folder using external tools. You'll need to edit the monster.md file. If you don't want to use a hex editor, PPMD StatsUtil should be able to edit it. Which version? Do you mean Sky Editor 4 Beta 2?
  21. Did you right-click on the Pokemon in the box view and select "Set"?
  22. Did you fix the checksums? If not, opening then immediately saving in PKHeX should fix them.
  23. Project Pokémon does not support or condone cheating at the expense of others. While this community contains research, information, and utilities allowing people to alter the games' behavior or create their own Pokémon, we do not agree with using them against players who are unaware that significantly hacked Pokémon are in use because they are an unfair advantage and can ruin everyone's online experience. See "Significantly Hacked Pokémon" for details about what qualifies. What we do allow using cheats or significantly hacked Pokémon for: Private Collections In-Game Use Battling with friends locally if they are aware that your Pokémon are hacked Battling with friends online if you have exchanged Friend Codes and they are aware that your Pokémon are hacked What we do not allow using cheats or significantly hacked Pokémon for (will result in infractions if you do any of these): Online battles against unsuspecting opponents Link trades with unsuspecting players Random Match-ups Trading with GTS Trading through Surprise/Wonder Trade What we especially do not allow using cheats or significantly hacked Pokémon for (will result in an instant ban if you do any of these): Tournaments (official or otherwise) Promoting activities that could potentially result in safe file damage, account, or console bans for unsuspecting players (see Dangerous Activities below) Users asking for or knowingly providing cheats or significantly hacked Pokémon for use with online play will receive official warnings, as well as users participating in such discussion. If you see anyone who's clearly cheating, please report the post, and a staff member will take care of it as soon as possible. Please help us keep everyone's online experience as clean as possible by using hacks responsibly. Significantly Hacked Pokémon Please note that when we say "significantly hacked", we mean that a Pokémon's immutable state has changed. Any illegal Pokémon (that is, any Pokémon that cannot ever be obtained using official methods) is also considered "significantly hacked". If official legality checks determine a Pokémon of yours is hacked, then it qualifies as "significantly hacked", and falls under the policy outlined above. Examples of edits that define significantly hacked Pokémon include: Species PID IVs Pokéball OT What is not considered "significantly hacked" includes shortcut-ted efforts, clones, or any edits that could be made in-game using official methods. Examples of edits that do not count as significantly hacked: Maxed out EVs (but not over the maximum) Experience Egg steps Changing an ability using an Ability Capsule Legal form changes Legal move combinations While I think the description above covers everything, if you have any questions about what counts as cheating, feel free to PM a moderator (like me). Dangerous Activities Some edits can be dangerous, and are just not worth it, as they can result in save file corruption, account, or console bans. This includes but is not limited to the following: Hacked raids Sword/Shield Egg Glitch Pokémon HOME transfers
      • 14
      • Like
      • Proud
      • Thanks
  24. You could probably use a save dongle or powersaves to do that, but IIRC, there's a button combo that can erase the save. It should be somewhere in the manual.
  25. Which version are you using? If it's the latest release, that doesn't contain the PBR stuff. The latest build should contain it.
×
×
  • Create New...