I apologize for the delayed response, I'm not meaning to ignore, I've just been super busy lately. I'll keep this tab open, and when I get some time, I'll filter out the irrelevant code and send you what's relevant.
NSFW - Metalloyiff Games
Creator of
Recent community posts
The next update will have "interaction wheels" with different parts of the characters. For example, you can walk up to Rhea's rear, and hold F to show an interaction wheel, where you can initiate scenes and custom actions like rimming. Users will also be able to make their own actions and scenes/animations. I plan to make it as user friendly as possible.
I'm not sure about RenPy, but the way I'm doing it is by getting the mouse position when the penetration starts, and then subtracting the start mouse position by current mouse position. This will return the offset. With the offset, I create another variable which I lerp to the real value, giving a smoother effect.
Progressing the bars is just using an absolute value of the offset, divided a bit to get a good speed.
If you use Python/RenPy, I would highly recommend trying out Godot. It's a little confusing for the first week or two, but Godot's GDScript is very similar to Python, and my experience with engine and language has been great overall. It's a pleasure to work with.
In my opinion, GDScript feels like a more "refined" Python. It's like Python with better typing and less confusing naming conventions (variables are defined with var before them, functions are called func instead of def, etc.)
Thank you for the suggestions! I like all of these ideas. Some were already planned, but I will likely add all of these in the big update. The only exception maybe being clothing. I'm definitely down for accessories, but full-on clothing will be a later thing if at all. Some socks would be very nice though, now that I think about it. 👀
It could be related. I know that another game I'm working on flags as critical malware on Windows PCs, and the best part is, it has "!ml" at the end of it, which means it was detected by machine learning. So, despite the game having nothing harmful in it, machine learning must be used in places it shouldn't be used, unfortunately.
I just wish I could figure out what part of the game is trigger it, so I can remove it. I'm not sure if it's the same deal with Wilden, but it's likely.
I just checked, and I forgot to add the functionality with the new models!
Thank you for letting me know. There's no issues on your side, it was my mistake. I'll get it fixed and push out an update when I can. Unfortunately, Itch has been a pain and keeps "quarantining" my page. I'm afraid to publish a build until I hear back from them, in fear of postponing their response further. This is the second time it's happened, and they're not communicating why it's happening.
If you do really want to try inflation before I get an update out, the previous build does have functional inflation, if you want to compromise with the old models.
You could technically place the pck file somewhere on your PC, and use ProjectSettings.load_resource_pack("path_to_pck_file") in the editor. From there, you'd have to load the main scene.
But, that shouldn't be necessary. I'll do what I can to get the game working for you. Can you attach the game log file here for me? Along with your PC specs.
I'm glad you like it! I will likely be doing mostly 3D for future projects, as I struggle to get myself to draw but enjoy programming and 3D stuff. I may make other 2D projects, especially in collaboration with other artists.
For performance issues, have you tried both the regular build and the Vulkan build? You may have better performance with or the other.
I'm happy to hear you like it! One of the next few updates will have male-on-male, along with feral-on-player.
For other species, I will be teaming up with an excellent 3D artist to make an open world game, where we will add more and more species to it. In this current game, there won't be any extra species besides variations of big cats, but the open world game will be very similar in art style and play style. You can sort of think of this game as a demo for the open world game, but it wasn't initially the purpose.
Also, the next update of this game will have his models as a replacement for the current, so you'll get a peak at how the open world game will look.
I do have a Patreon page! I need to add it to my itch.io homepage, but the link is here!
Thank you very much for your suggestions! 1 and 2 are already planned. One of the next few updates will have a male character, and I may add an option to change the genitalia of existing characters. There will also be feral on player scenes with the male update, and a female character option.
For 2, I'd only thought of cunnilingus, but I love the other ideas and will be putting them on the to-do list!
For 3, I will be adding some vore scenes and micro stuff, but this will likely be a pretty later update, with a unique character that has these "powers."
I probably won't do 4 due to the complexity of it, and that sort of rendering multiple characters less valid. There will be more submissive and dominant characters with completely different dialogue. The next planned character will be a male snow leopard, with a more dominant personality.
I didn't do it for Windows 8. Something with the API past 8 is causing issues with the game. I'm not sure what it is, because I've tested it with my Windows 11 PC and it works perfectly fine without compatibility mode. It seems to be random on who has the issues and who doesn't. I haven't been able to figure out the cause, so I haven't been able to re-create it or fix it.
Actually, it looks like OpenGL may not work for this game, since it utilizes more shader functionality than Feraline did. If you wouldn't mind doing some testing for me, please see if any of these options work. (Apparently it wasn't necessary to make a separate vulkan/opengl build.)
You'll need to run it through the terminal. I believe on Windows, this would be Shift+Right Click on the empty space in the folder where you have Wilden installed. Find "Open PowerShell Window Here" or "Open Command Prompt Here", something along those lines.
Then, try each of these commands in order. They will run the game with different rendering methods. After running one, see if the game crashes, doesn't open, opens with problems, or opens and works well, then run the next and repeat.
- ./Wilden.exe --rendering-driver vulkan
- ./Wilden.exe --rendering-driver d3d12
- ./Wilden.exe --rendering-driver opengl3
- ./Wilden.exe --rendering-driver opengl3_angle
My predictions are, the first one will crash instantly, the second one may or may not crash, the third will launch with graphical glitches, and the third one will never open.
If none of these work, unfortunately there won't be a way to make this game run on your system without using opengl3 and having graphics artifacts. If any of them do work, I will add a compatibility executable next to the main one.
In the next update, later today, it should be fixed. I replaced the functionality for the toggle button with a "Force Ejaculate" button. It basically sets the climax level to 100%, so it will happen naturally.
After I release the update (I can reply to the thread when it's out if you'd like), let me know whether or not it fixes it. There are some other bug fixes as well.