-
Notifications
You must be signed in to change notification settings - Fork 4
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
Tried to rob ye estate but me filled bags didn't fit the door frame. #4
Comments
Working as intended, yarr. This is unavoidable with my choice of "pick up item to enter". Sorry |
Is the event not fired at all in that case? At least add a proper localized name to the pickup item. Currently the error message you get lists the usual unnamed garbage. |
Yeah, I don't believe it fires any events. Never thought of the localization problem, whoops. Thank you for helping, I really appreciate it. I like your artful issue descriptions too. My friends and I had a laugh at it :P |
Incidentally I might add a "go near to enter" option at some point like Factorissimo, but I don't have time right now. I hated that because I kept entering factories by accident, and because you couldn't abuse SqueakThrough with factories stacked vertically right next to each other. |
Personally i haven't used factorissimo, but it seems trivial to add a delay to "stand near to enter". I.e. stand near the entrance for 2 seconds or something, that way ST should still work. As a workaround you could add a temporary item slot to the player if you see they have a full inventory. Tho that would require some longish detection code to not cause other issues i guess. If the key-item is stackable adding an extra slot an putting a not-full stack in the temporary slot would work.Might use an invisible item icon...dunno. Glad you liked the titles. Not everyone likes jokes .P |
Oh also on exiting the factory if you stand near the outer corners of the exit you're not close enough to pick up the item anymore. Might be good to place some more or move it closer to the edge. |
Also another afterthought, if one checked for the actual player orientation on a "go near" imlementation there would be even less accidential entering. |
Entering the estate with a full inventory is impossible. Same goes for leaving it.
The text was updated successfully, but these errors were encountered: