3.60 star(s) 20 Votes

Hibiki123

New Member
Aug 7, 2020
1
1
Fixed 2 game progressing-breaking bugs in v2.6
- Akira never appears for the dept (Akira.DaysToArrive countdown did not start)
- The poker table button in the bar. The button missed two >>=> > symbols
In the zip you'll find a backup of the original html (bak extension), the bugfixed html and a bugfixed debug html

if you want to check the corrections made you can use winmerge (or a similar program) to compare the original with the bug fixed file.

edit: added v2.7
I still have bug in the stripzone
 
  • Like
Reactions: DemonicPasta

cnwjr

Member
Nov 20, 2021
242
131
The game has a lot more development to come. Stephan just brought up another whole layer that will have to be handled. Plus, I expect a lot more to happen in already existing situations.
 

Resuffer

Newbie
Dec 13, 2022
27
3
Went through the new content(didn't see all the scenes) and I liked it. The main passage I will be on the submission to Stefan (passed separately on Dominance over Stefan), but digging in the game files saw a female (most likely) version of Stefan, in the game I did not see it, so perhaps the groundwork for the future and hopefully soon we will see, and a little upset that you can not see the ending “Embrace the new you”.
 

Yuki-x

Member
Jul 22, 2021
237
385
I still have bug in the stripzone
With the updated fix? I re-edited the post 20-25 minutes ago
...
edit2: updated the fix for v2.7 - Tasty_Curse_2.7_fixed(b)
By mistake I typed in line 16993 (12&&)
Code:
@@#place;&lt;&lt;button [[Gambling table|ClubStripIntro1]]&gt;&gt;&lt;&lt;set $FT = 12&&gt;&gt;&lt;&lt;/button&gt;&gt;@@</tw-passagedata><tw-passagedata pid="322" name="ClubStripIntro1" tags="club" position="9694,4120" size="100,100">&lt;&lt;media &quot;Data/Locations/clubbar.jpg&quot; &quot;place&quot;&gt;&gt;
instead of (12&)
Code:
@@#place;&lt;&lt;button [[Gambling table|ClubStripIntro1]]&gt;&gt;&lt;&lt;set $FT = 12&gt;&gt;&lt;&lt;/button&gt;&gt;@@</tw-passagedata><tw-passagedata pid="322" name="ClubStripIntro1" tags="club" position="9694,4120" size="100,100">&lt;&lt;media &quot;Data/Locations/clubbar.jpg&quot; &quot;place&quot;&gt;&gt;
Either download the "Tasty_Curse_2.7_fixed(b).7z" or simply edit the line 16993 as shown above (remove the extra "&" symbol)
 

TheGodUncle

Active Member
Dec 2, 2017
688
420
Went through the new content(didn't see all the scenes) and I liked it. The main passage I will be on the submission to Stefan (passed separately on Dominance over Stefan), but digging in the game files saw a female (most likely) version of Stefan, in the game I did not see it, so perhaps the groundwork for the future and hopefully soon we will see, and a little upset that you can not see the ending “Embrace the new you”.
For the female version of Stephan you need to dominate him and have a gc beta pill. go to him while male and you get the option to change Stephan into a woman.
 

Spyderwraith

Well-Known Member
Jul 21, 2017
1,212
946
So where am I supposed to go to meet Akira to get info on the agent of Reactivity- it made mention of some medical building in the afternoon. But I don't have a medical building? Only thing is the pharma company that has lab only
 

kelsey93

New Member
Aug 12, 2023
2
0
get stuck at the strip zone bar, wont go to the next area gambling table get 2 errors,

Error: cannot find a closing tag for macro <<button>><<button [[Gambling table|ClubStripIntro1]]>>…
Error: <<set>>: bad evaluation: Invalid regular expression: missing /<<set $FT = 12<</button>>
 

Resuffer

Newbie
Dec 13, 2022
27
3
For the female version of Stephan you need to dominate him and have a gc beta pill. go to him while male and you get the option to change Stephan into a woman.
Thanks, I didn't notice it myself, I was in Carol's body, so I thought that was it. But his transformation has given me some ideas, I'll share them tomorrow evening (in my time zone), Good night.
 

bruhh_

Newbie
Feb 13, 2024
41
7
Fixed 2 game progressing-breaking bugs in v2.6
- Akira never appears for the dept (Akira.DaysToArrive countdown did not start)
- The poker table button in the bar. The button missed two &gt;&gt;=> > symbols
In the zip you'll find a backup of the original html (bak extension), the bugfixed html and a bugfixed debug html

if you want to check the corrections made you can use winmerge (or a similar program) to compare the original with the bug fixed file.

edit: added v2.7
edit2: updated the fix for v2.7 - Tasty_Curse_2.7_fixed(b)
By mistake I typed in line 16993 (12&&)
Code:
@@#place;&lt;&lt;button [[Gambling table|ClubStripIntro1]]&gt;&gt;&lt;&lt;set $FT = 12&&gt;&gt;&lt;&lt;/button&gt;&gt;@@</tw-passagedata><tw-passagedata pid="322" name="ClubStripIntro1" tags="club" position="9694,4120" size="100,100">&lt;&lt;media &quot;Data/Locations/clubbar.jpg&quot; &quot;place&quot;&gt;&gt;
instead of (12&)
Code:
@@#place;&lt;&lt;button [[Gambling table|ClubStripIntro1]]&gt;&gt;&lt;&lt;set $FT = 12&gt;&gt;&lt;&lt;/button&gt;&gt;@@</tw-passagedata><tw-passagedata pid="322" name="ClubStripIntro1" tags="club" position="9694,4120" size="100,100">&lt;&lt;media &quot;Data/Locations/clubbar.jpg&quot; &quot;place&quot;&gt;&gt;
it didn't solve the akira issue
 
3.60 star(s) 20 Votes