Jump to content

Help Critter Mod Disappearing When Facing Up and Down


Recommended Posts

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 by stevguts
Link to comment
Share on other sites

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
Share on other sites

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!!

  • GL Happy 1
Link to comment
Share on other sites

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
 Share

×
  • Create New...