stevguts Posted November 19, 2023 Share Posted November 19, 2023 (edited) I'm completely new to modding, I followed as many tutorials I could and used a couple other mods as a baseline for what I needed to do. I got everything to work, but now when my critter faces up or down they disappear, only reappearing when I get them to face left or right. Any help on what I might've done wrong? hatpy.zip Edited November 19, 2023 by stevguts Link to comment https://forums.kleientertainment.com/forums/topic/152505-help-critter-mod-disappearing-when-facing-up-and-down/ Share on other sites More sharing options...
ClumsyPenny Posted November 19, 2023 Share Posted November 19, 2023 The mod crashed twice on me while I was trying to start it, are you sure you sent the right version? Anyway, it seems like the problem is that you have inst.Transform:SetSixFaced() instead of inst.Transform:SetFourFaced(). Your build seems based on the Vargling, which has four faces. Looking at your code, the solution should be as simple as changing the 6 on line 276 of hapty.lua to a 4. Link to comment https://forums.kleientertainment.com/forums/topic/152505-help-critter-mod-disappearing-when-facing-up-and-down/#findComment-1680567 Share on other sites More sharing options...
stevguts Posted November 19, 2023 Author Share Posted November 19, 2023 5 hours ago, ClumsyPenny said: The mod crashed twice on me while I was trying to start it, are you sure you sent the right version? Anyway, it seems like the problem is that you have inst.Transform:SetSixFaced() instead of inst.Transform:SetFourFaced(). Your build seems based on the Vargling, which has four faces. Looking at your code, the solution should be as simple as changing the 6 on line 276 of hapty.lua to a 4. AH! I realize I sent the wrong version, but I did your fix and it worked! Thank you so much!! 1 Link to comment https://forums.kleientertainment.com/forums/topic/152505-help-critter-mod-disappearing-when-facing-up-and-down/#findComment-1680603 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