Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Hi Casper! Yeah I see the gif. I actually don't see the interact tool within the demo itself though unless I have an older file.

The way differs is if it's possible to always show the pick axe swinging - even if not next to event. Is that possible? That's okay if thats hard to do. the way above is close.

And also. Is there a way to use a button to quickly cycle through tools without going to menu? Just was checking on that too.

Thanks again Casper.

Hi, you need to use the plugin JS file from the zip file, not the one from the demo. My demos will usually have outdated versions of my plugins since the demos take a lot of effort/time to update and I generally only do it if I feel the update would be 1) difficult to figure out how to use or 2) a major change has been implemented to where the original demo would no longer provide a sufficient understanding of the basic usage of the plugin. Since the interact tool is set up just like the other tools and is quite simple, I figured it didn't warrant an update to the demo. Sorry for any confusion.

You can have it always show the animation regardless of whether it interacts with an event, it's a toggle in the interact tool settings.

There is no button to quickly cycle tools, I can add it to my to-do list for a future update though.

(1 edit)

Ahh I see. Yeah that sounds good! Thanks again for your time and help. I will keep supporting your work! Thanks Casper.

Thanks for the support :) Feel free to comment back here if you do have any problems getting your Interact tool set up.

Hey again Casper. Thanks again I was getting back to the plugin. I was wondering, is there any way I can make it so I can use a tool while holding the run button? the plugin seems to block that. Or if you can give me an idea how to edit it that can be helpful too.

I am not quite sure what you mean, you want the player to be able to move while using a tool?

(1 edit)

Sorry I can explain. While holding the run button (shift) it cancels the tool use. I was just wondering if possible there was some way to turn it on. Perhaps I could also make a tool go farther while running. But I could adjust that if it was possible.

Oh I think I see, I think it is because you are pressing shift so the button being sent as pressed is actually a capital letter, while your tool most likely has a lowercase letter for its key. I can add a check for both.