#Yi Xi (Butcher Vanity)
19 messages · Page 1 of 1 (latest)
https://flavorfoley.com/
introducing FLAVOR FOLEY, a delicious new music circle consisting of vane, ricedeity, and JamieP! serving up delectable ditties guaranteed to satisfy your cravings! and also... "satisfy" your "cravings"? yknow?? it's a song about eating people
–
hi i think we’re insane. rice got yi xi 3 days ago. I fuckign love meat...
Hey, I could possibly make a script to make it have an outline in-game if you so desire
@ornate orbit
hmm that'd be cool
just paste this into a lua file then put it as the parent of the animator
function init()
bodies = FindBodies("")
end
function tick()
local thirdperson = GetBool("game.thirdperson")
if (GetPlayerAnimator() == FindAnimator("") and thirdperson) or thirdperson then
for i=1,#bodies do
DrawBodyOutline(handle, 0, 0, 0, 1)
end
end
end
erm it still looks pretty normal
Hmm
Ok i see
Replace "handle" with "bodies[i]"
yeah nah not working
Hm
I might have the wrong key for third person
Look through the "game" section of the registry
@ornate orbit
F3 to open
Maybe just try putting the getbool value as "game.player.thirdperson"
If its still not working I'll look at it in game tomorrow
yeah nah still ain't
can you make a local copy and test it yourself?
yeah sure