Alrut Posted March 17, 2025 Posted March 17, 2025 Question: does anyone know which mod can allow creating npc(And maybe put them into different poses like Easy npc)with such models?
futaenjoyer123 Posted March 31, 2025 Posted March 31, 2025 hello! how can i turn penis off and on? thank you!
JellyTako Posted April 22, 2025 Posted April 22, 2025 i cant see my head in paperdoll i use fabric and paperdoll in figure mod and version is 1.21.4 If I press f5 and look at it from a third-person perspective, I can see the head. But from a first-person perspective, I can't see the head in paperdoll. Also, when I press e to look at the inventory window, it looks like I have a head and when I press esc to stop, I see my head, but when I go back to the game, I don't see it. I tried with other avatars, but the results were the same. what can i do for avatar?
CheeseyCake9238 Posted April 23, 2025 Posted April 23, 2025 (edited) 15 hours ago, JellyTako said: i cant see my head in paperdoll i use fabric and paperdoll in figure mod and version is 1.21.4 If I press f5 and look at it from a third-person perspective, I can see the head. But from a first-person perspective, I can't see the head in paperdoll. Also, when I press e to look at the inventory window, it looks like I have a head and when I press esc to stop, I see my head, but when I go back to the game, I don't see it. I tried with other avatars, but the results were the same. what can i do for avatar? The avatar directly checks to see if you're in first person and will hide the head if you are. This is probably done due to a bug(?) introduced in First Person Model 2.3.4 where the head doesn't properly get hidden for Figura avatars. The way it was implemented into this avatar, it checks if you're in first person every tick and toggles it based on that instead of properly checking what context you're rendering and toggling based on that In script.lua, look for the if block that looks like if host:getScreen() then models.model.TorsoBase.Chairman:setVisible(true) elseif renderer:isFirstPerson() == true then models.model.TorsoBase.Chairman:setVisible(false) else models.model.TorsoBase.Chairman:setVisible(true) end and remove the entire if block. Make sure the if block contains `renderer:isFirstPerson() == true`, if it doesn't, you might remove the wrong thing and break the model If you want to properly hide the head in first person, use First Person Model 2.3.3 if available or paste local hide_fp_part = models.model.TorsoBase.Chairman function events.render(dt, context) hide_fp_part:setVisible(context ~= "FIRST_PERSON") end at the bottom of script.lua  Edited April 23, 2025 by CheeseyCake9238 1
pukekolover99 Posted April 23, 2025 Posted April 23, 2025 the script doesnt work for me and i dont know why
CheeseyCake9238 Posted April 24, 2025 Posted April 24, 2025 15 hours ago, pukekolover99 said: the script doesnt work for me and i dont know why Need more information than "doesnt work". Does it just do nothing? Does it crash or show an error? If it does, can you send the error?
hentaipalace4 Posted April 29, 2025 Posted April 29, 2025 (edited) Â On 4/23/2025 at 1:39 PM, CheeseyCake9238 said: The way it was implemented into this avatar, it checks if you're in first person every tick and toggles it based on that instead of properly checking what context you're rendering and toggling based on that In script.lua, look for the if block that looks like if host:getScreen() then models.model.TorsoBase.Chairman:setVisible(true) elseif renderer:isFirstPerson() == true then models.model.TorsoBase.Chairman:setVisible(false) else models.model.TorsoBase.Chairman:setVisible(true) end and remove the entire if block. Make sure the if block contains `renderer:isFirstPerson() == true`, if it doesn't, you might remove the wrong thing and break the model This script does work in my game, I just remove the part mentioned but does not add the second script and no error log shows up. In which mentioned if function shows around lines 100 to 150. So yeah, it works on my scenario by just removing the if function. Edit: I need to change and remove one by one for each model Edited April 29, 2025 by hentaipalace4
Zero-Louise Posted May 11, 2025 Posted May 11, 2025 (edited) what wrong with me game? i'm using ATlauncher, i do upload the model  Edited May 11, 2025 by Zero-Louise
CheeseyCake9238 Posted May 13, 2025 Posted May 13, 2025 (edited) On 5/11/2025 at 12:33 PM, Zero-Louise said: what wrong with me game? i'm using ATlauncher, i do upload the model  Refer to the comment I made here which properly explains the error. Also don't use heavy or AST compression, both of them can cause issues with models/scripts and make errors pretty much useless as it removes most information that could be used to fix a problem Edited May 13, 2025 by CheeseyCake9238
CheeseyCake9238 Posted June 9, 2025 Posted June 9, 2025 (edited) 8 hours ago, Neifit said: Como fasso pra por na versĂŁo de celular Not possible to port to bedrock, Bedrock edition doesn't support Figura and these models ONLY work on Figura Edited June 9, 2025 by CheeseyCake9238
Eos433 Posted July 11, 2025 Posted July 11, 2025 how to you use the animations in game? im not really that smart.
CheeseyCake9238 Posted July 11, 2025 Posted July 11, 2025 2 hours ago, Eos433 said: how to you use the animations in game? im not really that smart. Using the action wheel. Check your keybinds for the key you have to hold to bring it up
zezofa2 Posted August 5, 2025 Posted August 5, 2025 how can i upload a model to the cloud to use sex animations just like the gif on the most left ? (all i know is how to use the action wheel) Â
starka1256 Posted November 16, 2025 Posted November 16, 2025 (edited) Anyone knows if it possible to use these with Rlcraft? Or use this mod without Figura mod? I dont care about animations i need only the models  Can i make it work with Customizable Player Models? Edited November 16, 2025 by starka1256
CheeseyCake9238 Posted November 17, 2025 Posted November 17, 2025 16 hours ago, starka1256 said: Anyone knows if it possible to use these with Rlcraft? Or use this mod without Figura mod? I dont care about animations i need only the models  Can i make it work with Customizable Player Models? You need Figura for these models to work, These models use meshes which only Figura supports as far as I knowÂ
Meme_cat_77 Posted January 17 Posted January 17 On 4/22/2025 at 6:34 PM, JellyTako said: i cant see my head in paperdoll i use fabric and paperdoll in figure mod and version is 1.21.4 If I press f5 and look at it from a third-person perspective, I can see the head. But from a first-person perspective, I can't see the head in paperdoll. Also, when I press e to look at the inventory window, it looks like I have a head and when I press esc to stop, I see my head, but when I go back to the game, I don't see it. I tried with other avatars, but the results were the same. what can i do for avatar? Where did you download the Warden model?
lemon5545445 Posted March 26 Posted March 26 On 10/10/2024 at 4:58 PM, some_name3 said: hello very good models but will thare be more? Â
jonh doe_5 Posted April 4 Posted April 4 On 1/17/2026 at 9:51 PM, Meme_cat_77 said: Where did you download the Warden model? download the not updated or revamped models then you'll get it
Meme_cat_77 Posted April 8 Posted April 8 On 4/4/2026 at 5:36 PM, jonh doe_5 said: download the not updated or revamped models then you'll get it Where? He's twitter account is deleted 1
Valeniebearlovers Posted April 22 Posted April 22 Please make forge version for Java and make it into a portable addon for bedrock version because I would love to have this mod in my Minecraft worldÂ
wolfid Posted June 8 Posted June 8 Is it at all possible to play this on Android? If not could you make is possible?
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