- Jun 21, 2018
- 6,462
- 4,618
just got this one recommended on steam and first time I see it in this site xD btw any chances of S2 having preggo?
Last edited:
This game doesn't suck. Now go play and have fun.please tell me that this game doesn't suck
so many games, so much crap !!
Update it pls.Tainted [v1.0.2ns] Unofficial Android Port
You don't have permission to view the spoiler content. Log in or register now.
You must be registered to see the links- 375mb
My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.
Saves location: Storage/0011/Game-name
You can also join my discord server for more and support me.
You must be registered to see the links
You can also join 0011 discord server
You must be registered to see the links
If you like my works please support me.
You must be registered to see the links
maybe checkUpdate it pls.
I was just about to make a comment about the fact that the game still acts like you did things with characters even if you didn't... like, just put a "skip scene" option instead of an ultimately pointless option to reject, resist, or ignore them. At least it plays along with your choice in the moment you make it at least, unlike certain other games that will give you 3 to 5 options when you actually only have one and would just shut you down anytime you try choosing anything else.I thought I remembered the dev saying that they were reworking the VN so that choices were actually recognized in game, but it's still a thoroughly on rails experience. A shame, that.
I've only just now started the mod porting process but I did notice the the dev upped the RenPy version (yet again) from v8.0.3 to v8.2.1Due to major system upgrades a replay is required.
Is that for the current version?
Hey bro,I've only just now started the mod porting process but I did notice the the dev upped the RenPy version (yet again) from v8.0.3 to v8.2.1
So, maybe. I'll be able to confirm in about half an hour or so... but devs really need to stop doing this. Stick with the damn RenPy version you started with until the VN is complete. Then (if you decide to write a new project VN) up to the most recent stable version of R. But... they will continue to do this unnecessary and futile exercise almost every time.
Let them know they can DL any RenPy version SDK they wish (any version)... I work on dozens of RenPy versions... you are not handcuffed to only one. I'm sure y'all know this but just making it clear just in case. Each SKD operates and runs independent of others installed on the same machine.Hey bro,
You are absolutely right,
But since I’m no longer the programmer on the project I had to do it as my team was working on 8.2.1.
season 2, is done in the new ver as well.
We’ve been hard at work, to get season 2 ready for public for end of August, so time is not on my side here.
Thanks a bunch for all your help!
I'm guessing the biggest problem with this, other than convention, is that those variables can never have a default state to return to?Ummm.... what?
You don't have permission to view the spoiler content. Log in or register now.
Joubei, let the team know: you set variables in conditionals after they've been declared in initialization, you don't declare variables in conditionals. This makes absolutely no sense whatsoever. All variables have one declared value... then set them as needed in the scripts via conditionals or other methods (direct setting via choices, Python functions, etc).
The above snippet... I don't think I've ever seen anything like that before... variable declarations via conditionals. It's like an oxymoron of sorts and certainly unorthodox. Maybe I haven't had enough caffeine yet but someone please school me on a base case where this would ever be acceptable in practice... this goes against every coding language documentation that I can think of tbh.