some_name3 Posted October 10, 2024 Posted October 10, 2024 Futas/Females/Femboys for figura V5 (Not FFF texture pack) View File Hello everyone! Â This is a pack of models that I created. They are absolutely free, and I will be very glad for your support, but not money! Â All models are customizable, you can remove or add a penis and breasts, there are also several poses that you can use right in the game! I tried very hard, and I hope there will be no bugs. (Action Wheel) Â Follow my work on Twitter, where I poll people and accept suggestions, or write me a private message through Discord if you would like to join and play with me! https://x.com/JokeJoel76517 If you also create specific content, I'd be happy to talk to you too! I have several friends who, like me, are working on implementing different interesting things into games. To install, you need to download the ZIP, and then move them to the folder inside appData/.minecraft/figura/avatars, and unpack zip file into folder. The models will then appear in the figura menu. Â Submitter some_name3 Submitted 10/10/2024 Category Other Requirements figura 4
TheJuanPieceisReal Posted October 16, 2024 Posted October 16, 2024 Love the new models, but I think you accidentally included a WIP avatar, The "Legendary_woman" has few animations and no action wheel things. Also the all white dragon girl's model breaks when you try to turn off breasts.
some_name3 Posted October 16, 2024 Author Posted October 16, 2024 2 hours ago, TheJuanPieceisReal said: Love the new models, but I think you accidentally included a WIP avatar, The "Legendary_woman" has few animations and no action wheel things. Also the all white dragon girl's model breaks when you try to turn off breasts. Oh fuck!
some_name3 Posted October 16, 2024 Author Posted October 16, 2024 9 minutes ago, some_name3 said: Oh fuck! Fixed Â
TheJuanPieceisReal Posted October 21, 2024 Posted October 21, 2024 On Older versions of minecraft, the skins don't work because cherry pressure plates don't exist. Should probably make the action wheel icons only blocks from after 1.18, because that's the earliest version Figura even goes back to  Â
CheeseyCake9238 Posted October 22, 2024 Posted October 22, 2024 (edited) 7 hours ago, TheJuanPieceisReal said: On Older versions of minecraft, the skins don't work because cherry pressure plates don't exist. Should probably make the action wheel icons only blocks from after 1.18, because that's the earliest version Figura even goes back to   Technically, all you need to do is replace `cherry` with something like `oak` at line 284 of script.lua to fix it Edited October 22, 2024 by CheeseyCake9238
TheJuanPieceisReal Posted October 23, 2024 Posted October 23, 2024 On 10/22/2024 at 2:14 AM, CheeseyCake9238 said: Technically, all you need to do is replace `cherry` with something like `oak` at line 284 of script.lua to fix it That's what I did, used Notepad++ to modify all of the script files at once to change any instance of cherry to oak
some_name3 Posted October 29, 2024 Author Posted October 29, 2024 I have discord, you can find it at twitter. Â
lukashisuphola Posted October 31, 2024 Posted October 31, 2024 just was browsing new adult mods other catergory and saw this, and just wanted to say interesting.Â
Ymous6846 Posted December 23, 2024 Posted December 23, 2024 Hi, I want to use this texture pack, but I do not have the figura\avatars folder, do you know what should I do? Â
CheeseyCake9238 Posted December 23, 2024 Posted December 23, 2024 6 hours ago, Ymous6846 said: Hi, I want to use this texture pack, but I do not have the figura\avatars folder, do you know what should I do? Â It's not a texture pack, it's an avatar for Figura. You need to install the Figura mod to use it 1
bilalduman_45 Posted January 2, 2025 Posted January 2, 2025 On 10/22/2024 at 2:10 AM, TheJuanPieceisReal said: What is the version Â
CheeseyCake9238 Posted January 8, 2025 Posted January 8, 2025 On 1/2/2025 at 7:59 AM, bilalduman_45 said:  The model needs 1.19.4 or above, specifically because it references cherry_planks, if you replace `cherry` with something like `oak` at line 284 of script.lua, it should work on any version that Figura has a 0.1.4 build for 2
Sawq12 Posted January 13, 2025 Posted January 13, 2025 Sorry I'm late, but where is this "script.lua" because I can't find it?
CheeseyCake9238 Posted January 14, 2025 Posted January 14, 2025 10 hours ago, Sawq12 said: Sorry I'm late, but where is this "script.lua" because I can't find it? In the zip, you'll probably need to extract the zip first Â
Sawq12 Posted January 14, 2025 Posted January 14, 2025 1 hour ago, CheeseyCake9238 said: In the zip, you'll probably need to extract the zip first  "script.lua" is in the avatar, right? I opened them all, and I used 'Ctrl + F' to search for cherry, but nothing appeared. Where is it exactly? I'm using Prism Launcher. Sorry for not understanding.
SENNA_SOURCE Posted January 14, 2025 Posted January 14, 2025 What to do. This is what pops up when configuring and enabling some animations. Version 1.20.1. The latest version of figura is installed. Maybe this is related to the game itself, and the fact that I use a third-party launcher is not official.
CheeseyCake9238 Posted January 15, 2025 Posted January 15, 2025 (edited) 11 hours ago, SENNA_SOURCE said: What to do. This is what pops up when configuring and enabling some animations. Version 1.20.1. The latest version of figura is installed. Maybe this is related to the game itself, and the fact that I use a third-party launcher is not official. That specific animation requires you to be near another player. The error is because `player:getNearestEntity("player")` isn't returning a valid entity so `getName()` doesn't exist. The model should also be checking if there actually is a player nearby and if not then TELL you that you need another player but seems it wasn't designed that way even though the code is basically just local otherPlayer = player:getNearestEntity('player') If not otherPlayer or not otherPlayer.getName then  return print('Another player is needed for this animation!') end  22 hours ago, Sawq12 said: "script.lua" is in the avatar, right? I opened them all, and I used 'Ctrl + F' to search for cherry, but nothing appeared. Where is it exactly? I'm using Prism Launcher. Sorry for not understanding. Oops was thinking of a different avatar, you need to check the script.lua located in the folder for each avatar, open the file in your text editor, use Ctrl+F to look for `cherry` and replace it with `oak` as pictured below Edited January 15, 2025 by CheeseyCake9238
Ruby Arziendy Posted January 20, 2025 Posted January 20, 2025 (edited) Just found this and so far I loved it. Only wish the "duo" animations could be used for single player on certain mobs or whatever but I like it so far. You used Blockbench to create models for that mod right? I wanted to try it out to see if I can make a model of a char that has proper looking feet, not just being futas or femboys (Which I love but I always felt like those avatars lacked that last detail to feel.... "Complete"?) At least they look way better than whatever thing I could create with Armourers Workshop. Which I love but still looks too.... Bricky without any curves XD Â BTW do you have a dedicated Discord? :3 Edited January 20, 2025 by Ruby Arziendy
MilesKiyaAnny Posted February 4, 2025 Posted February 4, 2025 Wow, These model are soo nice! even enough size to upload??(why they work like that? I still new to figura) so my friends can see too! Sadly tho no actual s-x can be done in 1.20.1 modpack we playing. Â Do people actually have servers playing with these??
8onbon Posted February 20, 2025 Posted February 20, 2025 Me and my friend were trying out the mod and everything loaded fine but we couldn't see eachothers toggles/anims, we tried reloading, reuploading the avatars, even closing the game and nothing worked. idk if it's something we missed but any help would be appreciated.
Saraniamic Posted February 24, 2025 Posted February 24, 2025 That's fun and all but the fact that you can't us duo animations in singleplayer makes the entire thing kind of pointless.
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