Toy Tester [DEMO]
A downloadable game for Windows and Linux
This is the pre-release demo for Toy Tester , an interactive NSFW furry made by Metalloyiff (Game Developer) and DuskAri7 (Artist & Protagonist Character).
Features
- 7 "penetrators"
- POV character hand
- Masturbating
- Fingering
- Spanking (will be in full version)
- POV character penis
- and 5 staged dildos to unlock
- POV character hand
- Handjob
- Cum
- Both characters can cum
- A progress bar is shown for both characters
- Stack several layers of cum, with 31 unique decals
- Removable Clothing
- Several clothing stages, allowing you to remove just as much, or as little as you want
- Gaping
- Similar to Feraline, but better quality
- The bigger the toy, the bigger the hole
- Current planned features (full release)
- Spanking, whipping, paddling, etc.
- Clothing menu, allowing you pick specifically what clothes you want the character to wear, and reversing removal
- Dialogue
- Multiple backgrounds to choose from
- Voice acting (possible | not confirmed)
- And more
YCH
This game is part of a YCH (your-character-here) that we have. If you'd like to see your own character in this game, please see this post!
Q&A
Question: Does "demo" mean the main release will be paid-only?
Answer: No. The main game will have a similar payment model to Feraline, where most content will be available for free, with a few features available as "Donation Perks."
Question: Will the main release be male only?
Answer: No. The main release will have a few popular characters to choose from. In those, will likely be one or more female characters.
Question: Will there be an Android build?
Answer: Due to the texture resolution, and the amount of said high resolution textures, an Android build is unlikely to run well, if at all. I may do testing with Android for the full version, but it's unlikely. My smaller solo project will likely have Android support still.
Notes
- Performance
- When testing, some performance issues were noticed. Part of the reason for releasing a demo, is to gather user feedback. If you have performance issues, please contact me on my Discord server, or directly here in the comments.
- Please include your PC's specs, and if you have any ideas on what caused performance issues, please include that as well.
- Neither of us have low spec PCs for testing lower spec computers, but I did my best to fix as many performance issues as possible.
- Currently, the only known performance issue is with the cum decals. Many cum decals cause heavy performance issues.
Status | In development |
Platforms | Windows, Linux |
Rating | Rated 4.1 out of 5 stars (22 total ratings) |
Author | NSFW - Metalloyiff Games |
Genre | Simulation, Interactive Fiction |
Made with | Blender, Godot, Audacity |
Tags | Adult, Erotic, Furry, Gay, LGBT, Male protagonist, Short |
Average session | A few minutes |
Languages | English |
Inputs | Mouse |
Accessibility | One button |
Links | Community, Community |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Runs for me on the following system: Windows 11, Nvidia 1660ti, Ryzen 5600X, 32GB RAM. However, I concur that there's definitely some easy optimization to be had, somewhere. This game should not run this slowly, and it becomes basically unplayable after the sub cums 3+ times.
A very good implementation of this type of game! I love how responsive his legs are to pushing in and pulling out.~ I can attest to the accuracy of the involuntary movement which this kind of stimulation would elicit! ;3c
The character is cute and enticing to look at, and the gaping, toying, and even clothing aspects are all super fun (and totally up my alley)! I think this is a clever idea for a YCH-type thing, too!
But, yeah, something is off under-the-hood. It's been admitted that performance is particularly bad with additional cum decals - surely, some analysis could isolate where the holdup is, in the code? Far higher resolution textures than necessary are also probably being used, but there is definitely something going-on, elsewhere.
All-in-all, though, I was able to manage to experience all the toys and have my little fun with it. Thanks for making this, and best of luck working on this and future projects!
Thank you for the detailed review, I'm glad you enjoyed it!
I do know of the performance issues, and you are correct that the major issue has to do with how high resolution the textures are. The implementation for the cum decals was the best I could do at the time, but really puts heavy weight on the performance. Overall, the game is patched together with what I could do with my knowledge at the time. While it's a 2D game, it's technically 3D rendered, and I may be able to fix that.
When I get to working on this game again, I would like to go through and lower the res if all the textures, and see what other optimizations I can do. I've been focusing on other projects along with the artist being busy, but when I do get time to finish the game off, I'll poke him to see if we can get it finished. I have no ETA for that, but it will be months at least.
It's possible I could release a quick performance patch for the demo. I will see if I can make time sometime within the next week or so! It's long overdue and I apologize to everyone for that!
Dude, optimize this, please, the game just won't open, and if it does, it crashes. And before you ask me, no, it's not my PC, I have an RTX 2060 TI, a xeon e5-2699 v4, 2x32 ram and 1T of memory, obviously it's not my PC. I found the game very interesting and really wanted to play it, but for some reason the game doesn't work.
Your specs generally sound a little better than mine, but I was able to run it. There might be another issue with your setup/software. Although, I had to look up that CPU, and it's apparently a server CPU from ~2014? Potential source of issues, there. Not saying decade-old hardware can't run modern stuff for the most part, as I'm well aware it's possible.
But also, given it's a server CPU: are you running it in a VM? I know it can be done, but, if so, you would already be well aware the limitations that can cause, at times. :p
But yes, this game definitely needs optimization - it basically becomes unplayable after the sub cums 3+ times, for me. They mention that in the description, as well as a comment about "having to use higher resolution textures." The art here is nice but not quite as detailed as to require very high resolution textures... By the sound of that admission, they are very likely using more than necessary, for way too many things.
Hey guys... congrats for this fun mini game ;) I wanted to ask you if you could give me a hint how you programmed the main functionality? I mean the way that the player can control the intensity and the value of the bars by moving the mouse? I develop with Renpy / Python and try to check if I could achieve something similar for my game.
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 these details, I really appreciate it! I've heart so much good about Godot and certainly I'll give it a try - later - but I just got familiar with Renpy. For now I simply want to get my first game done before jumping to the next engine :) Would you mind telling me where in code you do that so I can try to translate it to Python / Renpy? If not it's okay... thank you very much for your open response!
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.
thank you very much, I really appreciate it!
Heyo! I'm just looking through here again. Did I send you the code through DMs or something? I'm really hoping I didn't completely ignore you. :(
If I did, I'm very sorry. If you're still in need of the code, I can get it to you ASAP.
is there anyway you can make files to import into the godot engine, instead of opening an application, because it loads, then crashes
because mine almost worked, it loaded to the "are you 18+ or older" screen, but then it crashed and never worked again
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 am so sorry, but i dont know what my pc specs are, nor how to view the gamelogs...im sorry!
No worries! Your PC specs will be in Settings > System > About, assuming you're on Windows.
The log is stored at %AppData%\godot\app_userdata\Toy Tester\logs\godot.log
I may've got the "Toy Tester" folder wrong, but it will be in the app_userdata folder.
i can mabye send it in the discord?, if you want my discord its glitchtrap_123
will this come to mac
No, I don't have any Apple/Mac devices, and the developer experience for Apple products are a bit of a nightmare, unfortunately.
It's a bit of a pain, but the game may be lightweight enough to run in a Linux virtual machine with smooth enough performance, depending on your device.
ey mate you could use whisky to run the exe file on mac
where do i find it
heres the link (https://getwhisky.app) i dont know if the main page has viruses so download at your own risk
When I open the game, after the Godot logo disappears, it goes to a black screen and I can't do anything
What are your PC specs?
You may also try running it in compatibility mode and see if that changes anything.
are u planning on letting us use his paws and mouth or a reversed role were he uses us
We are planning to have paw play in the game, but not a reversed role.
Every time I try to run this, the window just instantly closes itself.
Try running in compatibility mode for Windows 8 or 7, and let me know if you have any luck.
Neither helped, unfortunately
I wanted to play it, but my PC shit itself trying to run this. A shame, because I loved Feraline.
This is mostly an issue with the resolution that we used for the textures, along with having a lot of different textures for different body parts. We're going to try and work on this before the release of the full game, and I'm going to do testing on weaker hardware that I have lying around.
I may update this game before the full game with performance fixes, so more people can test it.
My personal projects shouldn't have this issue as well, as most of the issues are art-related. Future projects ideally run better than Feraline, not worse.
May I ask what specs your PC has?
looks good, but for some reason it's unplayable on my windows. shows me an error message
Can you send the error message here?
Like it. Looking forward for more
This looks really good already. I already loved Feraline and this game will probably be even better but after the character has come 10 times. My RTX4070Ti (with 12GB VRam) had a load of 100%. Maybe you can do something to make the game not so performance hungry. Besides that, I'm excited for when the game is finished.😊
Thank you! And yeah.. the decals are horribly optimized. I tried to find a better solution before releasing the demo, but I couldn't figure anything out. I will be spending more time trying other solutions before the full release.
Really good game, I like it.
Thank you! I'm glad you like it ^^
Could you make a futa or female version in the next update
Yes, we will likely make one or more female characters. I think we could add an intersex option as well!