Skip to content
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

Add coop features #6

Open
cjmang opened this issue Nov 30, 2024 · 1 comment
Open

Add coop features #6

cjmang opened this issue Nov 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cjmang
Copy link
Owner

cjmang commented Nov 30, 2024

What feature would you like to see?

There are cases where it's nice to be able to handoff the same world between different people, such as in asyncs where games get dropped. With RPGs like GS, local progressive items would need to be reobtained from their source location, which can be a bit of a pain.

Emerald has a feature where you can make various categories of items be obtained via the client, even if the item is placed locally. A similar feature would be very helpful here in GS. Would require client changes and generation changes.

@cjmang cjmang added the enhancement New feature or request label Nov 30, 2024
@Dragion147
Copy link
Collaborator

As inspiration, here are the settings as defined in the yaml for Pokemon Emerald regarding remote items

 remote_items:
   # Instead of placing your own items directly into the ROM, all items are received from the server, including items you find for yourself.
   # 
   # This enables co-op of a single slot and recovering more items after a lost save file (if you're so unlucky).
   # 
   # But it changes pickup behavior slightly and requires connection to the server to receive any items.
   'false': 50
   'true': 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants