Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 18 of 219 · Next page · Last page
(+1)

How I unlock stick on wall 0 please?

I am level 8

Hi thanks for the question, to access the scene stuck in the wall you need you just need to keep looking for a way to get out. Gradually you will keep getting closer to the scene.

can not extract, it claims that the compressed file is invalid

Hi! Most likely the archive wasn't fully downloaded, which is why it's showing as invalid. Try re-downloading the file and see if that helps. Let me know how it goes!

tried downloading it three more times and the same message pops up. (I am using windows)

Thanks for the report! Yes, that does sound strange. Please email us, and we’ll send you direct download links — that might help resolve the issue.

shadowportalgames@yahoo.com

(+1)

good game, though am stuck on level 13, I have 2 red tasks, sport is life Level2 and, Play with me Punishment level1. please help

Hi. Thank you so much, we're glad you're enjoying the game!

Regarding your question, at this point you need to complete the tasks evenly. If the current ones aren't progressing, just start completing others! 

If you still have a problem, you can use our walkthrough of the game:https://drive.google.com/drive/folders/1Tr0gmqqpPkRK8WIrGnMqoN-HNeX6sxSt

(+2)

The game is just super! It was interesting to read, the dialogues in Russian are wonderful, you can immediately see that a person translated and not AI, but for some reason, it feels like in chapter 3 where the interest disappeared, I missed half of the chapter аnd in my opinion, a couple of very interesting scenes, namely Sarah carrying the eggs of the patron (I think that's his name) and sex with the guard, in short, it was very interesting and pleasant to read.

True, there is one moment, in the mini-game of collecting resources in space in Chapter 3, all my buttons disappeared, only 2 remained, namely, pressing on the tentacles and changing them to robotic arms or whatever they are called, I had to search the internet for the code for the ammo to skip this mini game.(If anything, sorry, my English is too bad :/   ) 

Hi. Thank you so much for your kind words and such an extended comment!

It's nice to get such feedback about the work we put a part of ourselves into.

As for the mini games, we have added the ability to skip them, without having to look for any code on the Internet!

Спасибо за честное мнение! Наша игра изначально создается на русском и только потом переводится на остальные языки, ха-ха.

Однако я очень рад, что вы по-достоинству оценили качество текста!

Пропущенные сцены всегда можно найти в галерее  - они всегда будут ждать вашего возвращения к ним.

По ошибках вы можете сообщать нам все в Дискорд, прямо на русском языке. Просьба в дальнейшем сообщать о всех найденных багах :) 

Ссылка: https://discord.com/invite/shadowportal

(-1)

my issue still hasn't been solved

(2 edits)

Hi! We are aware of your problem and are working on it. We'll let you know soon!

question, where do saves files get put on my PC?

Hi, thanks for the question! The saves can be found in this folder:
- Windows: C:\Users\<user_name>\AppData\Roaming\RenPy\SlutCraft
- Mac: ~/Library/RenPy/SlutCraft
- Linux: ~/.renpy/SlutCraft

(+1)

Hi, friends! We've been spending a lot more time chatting with you lately, and we've been sharing more public posts and awesome teasers. We hope this makes the text more engaging and interactive for you. We'd love to know what you think about the changes we've made. How do you like them? Hey, we totally get it—sometimes it can be a bit scary to put your thoughts out there. But here's the thing: we're all in this together, and we're ready and willing to listen and support your ideas. So, go ahead, dive in, and share your thoughts in this post. We're here for you!

Hello i got a problem when i going to play it just freeze on the ren py loading sceen

Hi, are you talking about the PC version? The first load itself can be very long, up to two minutes.

Did you have a much longer boot time?

is there pregnancy 

Hi, yes a few of those scenes are there!

I bought the game, but the download keeps failing 'File wasn't available on site'...

Hi, can you be more specific about which version you want to download? I just checked the download and there is nothing wrong with it.

Hi, yes its the latest Windows version; 

SlutCraft: Heat of the Sperm [ver.0.46.1]2.9 GB

I've tried to download it three times, and it gets to 99% then just; 

File wasn't available on site

Failed - Forbidden

Can you email us? We will send you other download links.

shadowportalgames@yahoo.com

I was saying same on me I'm on day like 14 or something it crashed maybe I'm on an Android 12 phone but if I get a new cell phone and if it's still crash on me then I don't know what else to tell you.

(+1)

Hi, we are sorry to hear that you are experiencing this problem. I want to clarify, are you playing “one piece” or will it crash even if you save before that moment and load?

First of all I love one piece second of all I did say before I crash on me which I am grateful for and then I continue playing like normal until it crash on you again so like I said I will make a video to explain or show you what I mean it's up to you 🤦🏾🤣

Oh! Thank you so much, that could really help! If you don't know where to upload the video, you can just send it to us in discord!

https://discord.com/invite/shadowportal

(+1)

Game just crashes on day 26 no matter how many tries I reinstall or do everything else

(+1)

Hi, thanks for reaching out! Can you tell, is your game crashing without any error? Does the game just crash without any screens? Maybe you can help your device with these tips

+ Free up more space on your device 

+ Unload all other applications running in the background from RAM before launching the game 

+ Reboot your phone before starting the game

it crashes and the note pad appears with a lot of writing and I have 105gb space free and my pc never faced this problem for this game ever before so why now

If you can, please share what the error notepad looks like. You can just copy the text or send it as screenshots!

 File "renpy/execution.py", line 938, in run_context

    context.run()

  File "tl/english/ch3/qb_vs_mistress.rpyc", line 3054, in script

  File "tl/english/ch3/qb_vs_mistress.rpyc", line 3054, in script

  File "renpy/ast.py", line 921, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "renpy/exports.py", line 1373, in say

    who(what, *args, **kwargs)

  File "renpy/character.py", line 1266, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "renpy/character.py", line 930, in do_display

    **display_args)

  File "renpy/character.py", line 666, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "renpy/ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "renpy/display/core.py", line 3377, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "renpy/display/core.py", line 3912, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "renpy/display/core.py", line 2605, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 495, in renpy.display.render.render_screen

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "game/modules/utils/logic.rpy", line 174, in _render

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/transform.py", line 747, in render

    return transform_render(self, width, height, st, at)

  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/image.py", line 506, in render

    return wrap_render(self.target, width, height, st, at)

  File "renpy/display/image.py", line 309, in wrap_render

    rend = render(child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "renpy/display/im.py", line 627, in render

    return cache.get(self, render=True)

  File "renpy/display/im.py", line 295, in get

    surf = image.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

    return im.load()

  File "renpy/display/im.py", line 714, in load

Thank you for your feedback, asked the coder to help with this, but the problem could not be reproduced. Could you save before this error and drop the save file here? 

how do I drop the save file here

Hi, you can upload it to any file sharing site. We advise you to use such as google drive or mega.
https://drive.google.com/
https://mega.nz/

of just https://dropmefiles.com/

(1 edit)

Hi guys, I have a question about the first chapter of the game, where Sarah is on the  Goliath Zerg, I noticed that in this part of the game there was some attempt to make it simulated, will this part be a simulator similar to the Kaiju Princess series of games soon or closer to release, or will you give up on this idea in view of the second chapter of the game, where Sarah assumes her Alter Ego as the Queen of Blades?

Если есть возможность ответа на Русском, то буду благодарен за это отдельно.

Привет, спасибо за вопрос, и да у нас есть возможность общения на русском языке.

Что касается вашего вопроса, то нет мы не планируем сильно изменять первую часть игры ближе к релизу. Из того, что возможно еще появится в более ранней части игры, это окончание некоторые рутов, возможно новые сцены, но мы не планируем большие переделывания систем.

On android the game freezes when trying to open the menu to save or load a game

Hi, can I know a little more about your device? We also recommend that you free up a little more space on your device, as well as clear the RAM.

It's a galaxy A12 with 70 gb of storage available, 800 mb RAM free.

I'll clear the RAM and give it a go.

Do the freezes happen in other places?

No only when trying to open the menu to save or load, the rest of the game runs fine.

Thank you for sharing all the details about the issue. We’ve thoroughly investigated the situation on our side, but unfortunately, we haven’t been able to identify the freeze while opening saves.

While there could be various factors at play, including device-specific ones, we regret that we’re currently unable to resolve this. If anything changes or you encounter further details, please don’t hesitate to let us know—we’re here to help in any way we can.

(1 edit) (+1)

I bought the game previously. I came to download the new version but the page for my download says nothing is available for download.

Thank you for reaching out. It seems that the issue might be related to the subscription level at which the game was purchased. For example, the game could currently be part of a $10 tier, which might differ from the level of the subscription you originally bought it under. This might explain why the download isn't available. Could you double-check the tier of your previous purchase or provide more details about the transaction? That would help clarify the situation!

(1 edit)

Yes I have the game at the $3 tier.  Is it possible to just pay the difference? Maybe If I buy the $10 you can refund the $3 purchase

Hi, we haven't tried doing refunds on this site yet, but I think it's possible.

(+1)

Alright I have purchased the game for $10, if you find out how to refund the earlier purchase I would appreciate it.

Thank you so much for your support, yes we have made a refund request. We don't know how long it will take though. On average it should take about 3 working days.

On Android the game won't start what can I do

Hi, in most cases you just need to wait a little longer, the game can run for 1-2 minutes.

Hi! Here's some tipis for Android 

If your game doesn't start or run properly, one of these things may help: 

+ Free up more space on your device 

+ Unload all other applications running in the background from RAM before launching the game 

+ Reboot your phone before starting the game These tips usually help our players. 

Have fun playing SlutCraft!


(1 edit) (+1)

i can't figure out how to do Hole in wall 1. the hint button says to interact with the poster but i can't find it anywhere

edit: nevermind, i figured it out. just had to keep trying to escape

Yes, you are right you just need to keep looking for a way out ^^

If you have any more questions, we'd be happy to answer them.

(+1)

i have a question? will [ver.0.45] ever be free like [ver.0.44] is, or will it remain like this where you'll have to pay for the next updates from now on

(+5)

Hi, the 45 update is now public, you can download it. We have a 14 day early access system for our subscribers, after this period the build becomes public.

(+3)

i see, thats pretty nice.

i shall support you on patreon once i got my life together.

Thank you and good luck to you!

Viewing most recent comments 1 to 18 of 219 · Next page · Last page