EduardoAbarca Posted October 26, 2020 Share Posted October 26, 2020 (edited) Hey! I'm super new at this and I've been trying to make this simple mod. Though I managed to make the inventory image and the dropped item appear, I just can't get the tool to be visible while in my hand, as shown in the photo EDIT [solution]: The content in the swap_farca (the anim one), for some reason, even renaming the thing in Spriter from "entity_000" to "swap_farca" and the name of the animation to "BUILD", generates something called "symbol0" and the regular sprite file when it gets decompiled with krane. The solution I found was, instead of using this code owner.AnimState:OverrideSymbol("swap_object", "swap_farca", "swap_farca") I used this: owner.AnimState:OverrideSymbol("swap_object", "swap_farca", "symbol0") I also struggled to get the size of the equipped tool right. I was trying to use a big png image to create the sprite file, and then I would try to change its size in the Spriter. It doesn't work. At least it didn't for me. I only managed to make it work creating the sprite file using a png the size that I wanted for the tool to be in game. farca.zip Edited November 4, 2020 by EduardoAbarca solution found Link to comment https://forums.kleientertainment.com/forums/topic/122832-solved-in-a-way-tool-invisible-while-equipped/ 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