PiaoYang Posted January 20, 2023 Share Posted January 20, 2023 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 More sharing options...
goobboy Posted June 6, 2023 Share Posted June 6, 2023 (edited) 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 June 6, 2023 by goobboy Link to comment https://forums.kleientertainment.com/forums/topic/145678-open-chest-when-riding/#findComment-1639034 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now