-
Notifications
You must be signed in to change notification settings - Fork 70
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
New category for solutions with/without features accessible only with pasting the code #139
Comments
Related questions: If we make a new category, what do you think we should do with solutions that use early random steps? Technically, a text editor is not required to write it, because it can be written on another level and then copied over. I'm 55/45 split in favour of moving it into the new category. |
i think early random steps count as "hidden feature" |
Another reason to have a new category is that in case the developers fix it, we won't have any problems retrieving older solutions that work. |
yeah, that's right |
but what about levels like compulsory office romance or levels with div 0 trick? |
Or a category "without copying". Another motivation would be that the iPad version doesn't allow to copy and paste the code? |
I really think we should have this. By "exploit solutions" I mean solutions, that can not be created without external tools (i.e. a text editor). Quirks like div 0, or e.g, abusing ForEachDir to skip looking around should still be categoriezed as "non exploit", imo. |
I agree. I was looking for a speed solution for year 15:Shred Lines. I found the top speed to be 11, but I cannot enter it in the game, just paste it, because the GUI does not allow me to create |
Why hasn't this been fixed yet? It's been over a year. Solutions that use exploits like pasting in invalid commands should be in a separate category, not the main one. |
I agree, solutions that cannot be entered from the game, so either non-existent like |
thanks for suggestion, I made a directory for pasteable-only solutions with 26 solutions |
The current best solution for Year 06 also uses a past-only commend. In this your, pickUp is only possible on the current tail, and not south. 7-billion-humans-solutions/Solutions99+/Year 06 - Little Exterminator 1 (both).txt Line 11 in 3362398
|
There are some feature that don't exist in the game normally, but that you can introduce by editing the code in a text editor. For example: random pickUp, random set, numbers from 100 to 255 etc.
However, putting solutions that use those features feels like it would defeat the purpose of having a repository where people can look up record solutions, - if those solutions cannot be written without 3rd party software.
Or maybe not a new category, but a new tag: Year NUM - NAME (TYPE) - (in-game/editor).txt
The text was updated successfully, but these errors were encountered: