Why does the art style remind me so much of Akabur? Like, Femshep looks like that elf girl from Star Channel 34 and Liara is giving "angry Princess Jasmine" vibes.
Hi Horny_Dragon, I'm a fan of ME and when I saw this game I was very interested. If it helps, I would like to offer to translate the English dialogues into Italian. I'm not a translator for work but I enjoy translating MODs from time to time. So I would offer myself free of charge.
My current level of English is B2, more than enough to translate video game dialogues 😊 I don't know anything about programming, but it would be enough for me to have the texts and send them back to you with the translation.
Let me know if you are interested in adding Italian as a language, in the meantime greetings and good work!
Thank you!! We have a Discord server for our patrons from Patreon and Boosty. But if you want, we can add you as friends in the Discord and chat there.
Thank you for your questions! 1 - We will fix it in the new update. 2 - Apparently we accidentally wrote just a post, not a devlog, promise to correct this. 3 - Yes, it is disabled specifically. Maybe we’ll activate it later, we don’t know yet. 4 - Need to tap on the screen at the right moment.
Thank you for your interest! There will be lesbian content of course! In addition to Liara, we will introduce other women with whom it will be possible to develop relations. The hero/renegade branches just suggest different options for the development of Shepard’s personality: from a more tender and romantic to an absolutely depraved slut. You can choose the option that is more interesting to you. And, of course, you can focus on relationships only with your favorite crew members, it is not necessary to use everyone.
Of course, we will not deprive you of half of the possible pleasure, and femShepard will be able to enter into any relationship with all crew members, regardless of their gender. As for maleShep, who we’ll add later, we’re not sure about same-sex romances yet.
We plan to add missions where, depending on your decisions, Shepard can get into different situations. Including being captured by opponents and tied up)
← Return to game
Comments
Log in with itch.io to leave a comment.
is there new version of this game or way to get further?
Unless the author surprises everyone with a post, assume this is dead.
A peek at their patron feed shows that there hasn't been any activity since July last year.
It's Dead as the Kennedy, baby.
Is this dead? Nothings been posted on it in months.
It's good to see that the project is not abandoned.We are waiting for the release of new updates. P.s. More aliens!
This game is amazing. when will there be a new version???????
Why does the art style remind me so much of Akabur? Like, Femshep looks like that elf girl from Star Channel 34 and Liara is giving "angry Princess Jasmine" vibes.
Hi Horny_Dragon, I'm a fan of ME and when I saw this game I was very interested. If it helps, I would like to offer to translate the English dialogues into Italian. I'm not a translator for work but I enjoy translating MODs from time to time. So I would offer myself free of charge.
My current level of English is B2, more than enough to translate video game dialogues 😊 I don't know anything about programming, but it would be enough for me to have the texts and send them back to you with the translation.
Let me know if you are interested in adding Italian as a language, in the meantime greetings and good work!
Hi! Thanks for your suggestion, it sounds great!
Let's discuss the details. Which method of communication is more convenient for you?
Telegram or Whatsapp. Or, since you have Discord, you can add me there 😊
Thank you, I've already sent you a request in Discord.
This game is amazing and reading your comments remind of a another dev im friends with very friendly great guy, any plans for a discord server?
Thank you!! We have a Discord server for our patrons from Patreon and Boosty. But if you want, we can add you as friends in the Discord and chat there.
nah its all good ill prolly end up a patron soon enough anyways
awsome game loved it
a question what is you expected update schedule
Thank you!
Now we’re planning to release an update in April. Working really hard to make it happen.
also not sure if you know but i think you made a mistake due to which the game name becomes 534 instead of whore effect
Also please post a dev log when you update the version here as else it doesn't appear in feed and we dont know when it is update
Also is back button disabled ??
Also how to press space bar for swamp monster in Android
Thank you for your questions!
1 - We will fix it in the new update.
2 - Apparently we accidentally wrote just a post, not a devlog, promise to correct this.
3 - Yes, it is disabled specifically. Maybe we’ll activate it later, we don’t know yet.
4 - Need to tap on the screen at the right moment.
Thanks again!
tapping on the screen is not working for it thats why i asked
We'll see what's wrong and fix it. Thank you for letting us know.
Is lesbian content possible, if so, is a lesbian playthrough possible? On a sidenote, can we make our Shepard a hero and not sex-obsessed slut?
Thank you for your interest! There will be lesbian content of course! In addition to Liara, we will introduce other women with whom it will be possible to develop relations.
The hero/renegade branches just suggest different options for the development of Shepard’s personality: from a more tender and romantic to an absolutely depraved slut. You can choose the option that is more interesting to you. And, of course, you can focus on relationships only with your favorite crew members, it is not necessary to use everyone.
c'mon. you had the perfect oppertunity to name it "ass effect"
Oh, that would be great, but there's already a game with that title)
how do I get to other parts of the ship or do I have to be a patron to do
that
The rest of the ship is not yet available. We will add them in the next version.
thank you for the clarification
Save games of version 0.1 are broken now
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/game_screen_location.rpy", line 45, in execute
File "game/game_screen_location.rpy", line 45, in execute
File "game/game_screen_location.rpy", line 50, in execute
File "game/game_screen_location.rpy", line 50, in <module>
NameError: name 'Fish_1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game_label.rpyc", line 176, in script
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3134, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/game_screen_location.rpy", line 45, in execute
File "game/game_screen_location.rpy", line 45, in execute
File "game/game_screen_location.rpy", line 50, in execute
File "game/game_screen_location.rpy", line 50, in <module>
NameError: name 'Fish_1' is not defined
Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Whore_Effect 0.2f
Mon Jan 30 09:11:49 2023
[/code]
Yes, saves from the old version won't work in the new one, but we are working on it.
mass effect story and art looks good....but not much fan to be fucked in game as some whore (fmc) GL with this one (whatewer it is).
Could you please release iOS version? IPA file it’s possible to install via AltStore
We will release iOS and Android versions along with the 0.2 game update. This will be very soon.
Will you be able to romance/sleep with any of the women on the crew? Or is it male options only?
Of course, we will not deprive you of half of the possible pleasure, and femShepard will be able to enter into any relationship with all crew members, regardless of their gender.
As for maleShep, who we’ll add later, we’re not sure about same-sex romances yet.
Игра есть для Андронд
На данный момент нет, но Андроид версия планируется.
Looked promising; I'm lookin forward to see future developments.
Thank you! We will try our best)
Will this have bondage content in the near future? Like Femshep getting tied up when captured or something?
We plan to add missions where, depending on your decisions, Shepard can get into different situations. Including being captured by opponents and tied up)
Nice! I think that'd be a lot of fun. I find BDSM to be a fun kink to explore and see in H-Games.
What are your plans for future development ?
What features are you planning ?
What content are you planning ?
Thanks in advance for response!
In the near future we will post a list of exactly what will be included in update 0.2 and what we plan to add in the future.
So far, we can say that the 0.2 update will be very rich in content and new game mechanics.
Not convincing&specific enough for me to consider patronage 😅
any possibility in an Android version? Also what engine does the game run on?
Yes, the Android version will be. The game is made on Ren'Py.
No male shepard? Male protags are more popular
Unfortunately, the male Shepard doesn't fit our story concept at the moment. Maybe in the future we will add him to the game.
I prefer female protagonists myself ;)
looks great so far hope you continue
Thanks! Of course we will continue to work on creating content for you.