Jump to content

Recommended Posts

I want to make a mod making it available to open chests when riding on the Beefalo.

I tried to set "mount_valid = true" for ACTIONS, but it didn't work.

GLOBAL.ACTIONS.ACTIVATE.mount_valid = true
GLOBAL.ACTIONS.STORE.mount_valid = true
GLOBAL.ACTIONS.OPEN_CRAFTING.mount_valid = true

I cannot figure out where and what to modify.

Can somebody help?

Link to comment
https://forums.kleientertainment.com/forums/topic/145678-open-chest-when-riding/
Share on other sites

Same, plus, I think there is a bug.

In the default game scripts, we can find for example

ADDFUEL = Action({ mount_valid=true, paused_valid=true }),

But you can't add fuel while riding a beefalo ingame. I think it's also the case for some other actions.

Edited by goobboy

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...