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 optional splits for items. #4

Open
xThuby opened this issue Feb 3, 2022 · 7 comments
Open

Add optional splits for items. #4

xThuby opened this issue Feb 3, 2022 · 7 comments
Labels
enhancement New feature or request

Comments

@xThuby
Copy link
Owner

xThuby commented Feb 3, 2022

Splits for:
First metroid
nth item (missiles, e-tank etc).

The idea is to have better support for other categories like 100%.

@xThuby xThuby added the enhancement New feature or request label Feb 3, 2022
@Miepee
Copy link
Contributor

Miepee commented Feb 4, 2022

Adding to this, is it possible to have Autosplitter presets?
So if a runner switches frequently between any% and hundo, that they can just select the presets instead of having to deal with all of the optional splits.

@DodoBirby
Copy link
Contributor

First metroid is easy enough. What numbers should the items be? Like 1st, half and last?

@Miepee
Copy link
Contributor

Miepee commented Feb 11, 2022

Naming the items "nth item" is not a good idea IMO considering that depending on the route you collect items in a different order.
A more reasonable approach would be just to have descriptive names, i.e "A4 maze etank", "Factory SM expansion".

@DodoBirby
Copy link
Contributor

DodoBirby commented Feb 11, 2022

You can actually make it so it splits on the nth item. Just have an if statement that checks when the counter for that item hits n.

@DodoBirby
Copy link
Contributor

Though specific locations are also possible since I have found the Global.item array.

@xThuby
Copy link
Owner Author

xThuby commented Feb 11, 2022

When I wrote nth item I was thinking we have different settings for it, I.E every 4th item, every 6th item or 10th and so on. But perhaps splitting on specific items would be better.

@DodoBirby
Copy link
Contributor

DodoBirby commented Feb 11, 2022

Yeah, I'll work on naming all the item location memory addresses since there are a lot. This'll probably be the first subcategory we add.

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

3 participants