ForgottenArbiter / SeedSearch

A mod that searches through Slay the Spire seeds.
MIT License
47 stars 8 forks source link

wingBootsThreshold #7

Closed LLRukia closed 3 years ago

LLRukia commented 3 years ago

How to ban wingBoots when searching? I have tried to set wingBootsThreshold to -100.0, but the map path still unachievable.

LLRukia commented 3 years ago

why the code considers whether to use WingBoot or not when we obviously have not got WingBoot?

LLRukia commented 3 years ago

Map path: [M, ?, M, ?, M, R, E, ?, T, ?, R, M, E, S, R, BOSS, M, ?, ?, M, ?, R, ?, M, T, E, ?, ?, S, E, R, BOSS, M, M, ?, S, M, R, E, R, T, R, ?, M, ?, M, R, BOSS] True map path: [M, ?/M, M, ?, M, R, E, ?/T, T, ?/T, R, M, E, S, R, BOSS, M, ?, ?/M, M, ?/T, R, ?, M, T, E, ?, ?/M, S, E, R, BOSS, M, M, ?/T, S, M, R, E, R, T, R, ?, M, ?, M, R, BOSS] path1 path2 path3

LLRukia commented 3 years ago

Sorry, I was wrong. I have tried that delete the "findBootsPath" code and the map path still unachievable. I think the map is different when searching seed but I have no idea how to fix it.

ForgottenArbiter commented 3 years ago

I'm confused somewhat by this issue. Wing Boots will never be used in act 1 by SeedSearch because you can't have Wing Boots at the start of act 1. There are very few reasons why the map would be different from what SeedSearch gives you. The only ones I can think of are:

If it's something else, I may be able to help if you post your full SeedSearch settings.

LLRukia commented 3 years ago

Thanks for your reply. My fault, I were playing on a different ascension level.

This project is really awesome, helps me a lot.