kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
352 stars 108 forks source link

Request: Wild Area (both) Item Spawns #96

Closed Th3Alic3 closed 4 years ago

Th3Alic3 commented 4 years ago

Hello pkNX Team,

The current build of pkNX does not have an option for Items. (I'm on v1.2.1 of the Sword/Shield games if that makes a difference.)

I would like to request an Items section added to the list of elements which can be modified/randomized for Sword/Shield.

The Items currently requiring editing/randomized options would include

At the time, I am not looking for full Randomization. I was just hoping to adjust the mainland Wild Area % to replace the Hidden Items with a Wishing Piece.

kwsch commented 4 years ago

Scripting is not researched.

Th3Alic3 commented 4 years ago

What does that mean as a response? This doesn't answer the REQUEST to add Item editing into pkNX.

sora10pls commented 4 years ago

If something is not researched sufficiently, editors for those features can't be added into the program.

Scripting refers to commands the game reads to have certain actions be performed. For example, this issue requests field item editing, which would require script editing (object on map => interact => item given => object hidden).

Th3Alic3 commented 4 years ago

Yes, I understand "something is not researched sufficiently" means that it CURRENTLY cannot be added. Usually requests being closed off means it is done or never will be implimented...

I am most concerned with the Wild Area hidden item drops. The following is observable to be true for these hidden item drops:

So, I believe the equivalent (of your example, @sora10pls) for the Wild Area would would be: object on map => interact => check picked up value => if not picked up => check frame/seed => determine item given => item given => object hidden

Since the item pools have to be stored somewhere in the code as a table to reference, I believe what I am asking is:

Does this thread being closed mean that pkNX will NEVER impliment the edit for the item pools even if the item table is found and researched?

sora10pls commented 4 years ago

We currently have no interest in researching this. Even with pk3DS for the Generation 6 and 7 games, we don't have proper script editing available (yet).

If you wish to research this, be our guest. The project is open source and you're free to contribute, as is anyone else interested in having this implemented.