-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script Ideas (open to help and suggestions) #3
Comments
If you already have a picoC script that you want to test, then you can also ask a FlagBrew member to give you a private testing build. This will require showing your script code beforehand, so don't try to cheat the system. |
A Script Idea would be a PKX Injector :D |
For Competitive Player would be a Tierlist script nice, so we can see, which Pokémon is in which Tier :) The Tierlist can be found here : https://www.smogon.com/dex/sm/formats/ The Idea is, when we start the script there is text like the Tiers, when we choose the Tier, then it Displays all the Pokémon from the Tier. :) When possible mega Evolution sprites too. ;) |
While I agree that competitive players would probably appreciate a script that lets them examine the tier list from within PKSM, including the tier list comes with it's own hurdles:
That's not even accounting for which tier list should be used.
Also, if such a script were to exist, users would probably want/expect it to allow them to inject certain builds automatically This is an idea that sounds nice in theory, but actually making it a reality would probably be quite difficult |
I was thinking, with the latest release of PKSM, we still don't have a script for editing the Mantine Surf scores in PKSM. For one, I don't currently have access to a PC to use PKHeX to edit them, so being able to do so on the 3DS via PKSM would be beneficial to not only myself, but everybody. |
@Lv44EnderShaman Added it to the list, but seeing as I'm pretty much the only one making scripts at the moment (and I currently have other priorities) it might be a while until it gets made. |
@SpiredMoth Hey, take your time if you need to. I'm glad you responded to my feedback in such a timely manner and are being very cordial about it. I understand completely! |
Could you add a 999 seen on the Dexnav in Pokemon ORAS? |
Can there be a script made to reinject all wonder cards? Currently, there's an option to do slots 1-3, but I want to be able to do all slots. Linking off of this issue |
I'd be interested in a script or set of scripts that could inject one of each legal pokemon (species or family) in each type of special ball (ideally female), i.e. all possible pokemon available in Sport balls. https://www.smogon.com/ingame/guides/special_ball |
One idea I've got is for ORAS - unlocking the PSS early, before beating May on Route 103 (and thus before Route 102). |
Are there any scripts that allow Legendary Pokémon to be used in the battle tree/maison? I saw that apparently there is one that lets you use your party pokemon (bypassing he ban) but I cant seem to find it? Thanks in advance. |
@Doujo5 After looking through the existing scripts it seems that "Use 1st 3 Party PKMN" scripts were not contributed for Gen 6 (Maison) or Gen 7 (Tree). I can add these suggestions to the list at the top of this issue, but there's no telling when someone might get around to making those scripts. |
Thanks for looking into it, I wonder why that’s the case? Yes that would be great thanks, hopefully it’s something that can be added at some point. |
Hello, I'm new to using PKSM and was looking to get a script to unlock all decorations in crystal vc. I was wondering if anyone would be able to help me with that. |
Hi, i think a script to change de Joyful Game Corner scores (dodrio berry picking and pokemon jump) would be great. That would allow to get the last trainer card star which otherwise is unobtainable. You can change the scores through PKHeX, but it would be great to change the score within the console, because extracting the save is really a hassle. |
Feel free to make script requests in this thread, or offer to work on any of the ideas listed below
For beginners looking to get into making PKSM scripts, feel free to try out any that look interesting. Any that include
simple
under Type might be a good start for those who don't yet know C.simple
refers to the kind of scripts that can be used with any version of PKSM that supports scripting (v5.1.0 and above). Not all script ideas work as simple scripts due to their limitations. See the existing documentation for instructions on making scriptspicoC
refers to scripts written in C that are only compatible with v6.0.0 and above. While any script idea could be written as a picoC script, in some cases it is unnecessary when a simple script does the job just as well. See the documentation for the provided scripting API.A Type of
picoC / simple
means that which type the script should be is not certain and depends on the requirements of performing the modification.Good First Scripts
These are ideas that I think would make good starting points for those just starting to make scripts.
.bin
file containing the Pokémon you want to inject, which you can dump from your own save with one of the Dump scripts (Python or Node). Once you have your.bin
just do the following:.bin
file's name for the file name already in the codelength
parameter (right before the.bin
name) with the length of your.bin
The text was updated successfully, but these errors were encountered: