3.30 star(s) 15 Votes

MausMaus

Active Member
Aug 2, 2018
719
490
Yup it's definitely failing to find a type sometimes. Odd, not sure why that would be.. most annoying.
Any way to fix the dirt text error?
Error: <<lunchTextResult>>: errors within widget contents (Error: <<set>>: bad evaluation: Cannot read property '2' of undefined; Error: <<run>>: bad evaluation: Cannot read property 'deleteAt' of undefined; Error: <<run>>: bad evaluation: Cannot read property 'push' of undefined; Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read property 'image' of undefined)
 

Sober Satan

Member
Jun 17, 2017
273
252
Pretty good game, it keeps you busy, I like it

I'm having trouble finding the last Achievement though. (The Very last one in the list)
 
  • Like
Reactions: RudeboyUK

Hybris

Active Member
May 9, 2017
573
1,165
I got to admit that this was a overall great game. It felt a bit grindy at times but the content was more than enough to make up for it.
Not much more to say other than a good all-rounder.
 
  • Like
Reactions: RudeboyUK

zodiac44

Member
Jul 4, 2017
201
148
Any way to fix the dirt text error?
Error: <<lunchTextResult>>: errors within widget contents (Error: <<set>>: bad evaluation: Cannot read property '2' of undefined; Error: <<run>>: bad evaluation: Cannot read property 'deleteAt' of undefined; Error: <<run>>: bad evaluation: Cannot read property 'push' of undefined; Error: <<if>>: bad conditional expression in <<if>> clause: Cannot read property 'image' of undefined)
There is a line missing where the text array is set up:
HTML:
&lt;&lt;set _arrayName = &quot;$dirtyTextArray&quot;&gt;&gt;
in the block starting at line 9788 of the html file in release 1.0a21:
HTML:
&lt;&lt;if _type == &quot;C&quot;&gt;&gt;
    &lt;&lt;set _arrayName = &quot;$chatTextArray&quot;&gt;&gt;
&lt;&lt;elseif _type == &quot;Fr&quot;&gt;&gt;
    &lt;&lt;set _arrayName = &quot;$friendTextArray&quot;&gt;&gt;
&lt;&lt;elseif _type == &quot;Fl&quot;&gt;&gt;
    &lt;&lt;set _arrayName = &quot;$flirtTextArray&quot;&gt;&gt;
&lt;&lt;elseif _type == &quot;L&quot;&gt;&gt;
    &lt;&lt;set _arrayName = &quot;$loveTextArray&quot;&gt;&gt;
&lt;&lt;elseif _type == &quot;D&quot;&gt;&gt;
    &lt;&lt;set _arrayName = &quot;$dirtyTextArray&quot;&gt;&gt;
&lt;&lt;/if&gt;&gt;
 

RudeboyUK

Member
Game Developer
Mar 11, 2018
365
381
Ah, ok. Well that's why I can't replicate it then, that line is in my source code. I must have noticed it and fixed it after I published :/

Here's the hot fix, just replace the HTML file with this one:
 
  • Like
Reactions: johnconnor

phc

Member
Jan 20, 2019
138
29
i can recognize riley reid but who are 3 ladies who work in the office?

i actually met riley reid a few times during the adult video fan expo convention in las vegas. the line up to see her was longer to see any other performer. wait time to see her is often over or close to 2 hours. i would say that she is the most popular performer at the avn.
 
  • Like
Reactions: RudeboyUK

Crza96

Newbie
Jul 12, 2017
26
58
Search is broken right now, cant search just this thread; What's the pornstar's name as Sarah?
 

RudeboyUK

Member
Game Developer
Mar 11, 2018
365
381
Oh, Well, damn I completed it TWICE and never got it
Hmm, seems to be ok when I check it here. Are you perhaps using an old save? If so you might need to reset the arrays from the Game Info page. Just the achievements one should fix it, but you need to re-collect all the others. Shouldn't take too long since you will have all the requirements already.
 
  • Like
Reactions: Sober Satan

RudeboyUK

Member
Game Developer
Mar 11, 2018
365
381
By the way, since Online Girl is approaching a more complete state and I'm just awaiting any further errors before taking it to Beta I've allowed myself some time to work on one of the other projects I have in the experimental stage. This one required a turn based combat system for some sections and as I've never done that before I had quite a bit to work out. Happy to say I've made a breakthrough with it and am now looking at building up a world for that game.
So I now have two active 'X' projects to tinker with and prepare for whatever I decide to do next. :)
 

RudeboyUK

Member
Game Developer
Mar 11, 2018
365
381
OK, I'm moving this game into Beta!

The game is now story complete, and no more major errors seem to have cropped up so I'm officially out of Alpha. There's still work to do with adjusting progression rates and adding some extra data to certain areas such as the lunch SMS, and maybe adding additional trips for the Online Girl to go on but none of that required major engine changes.

Also begun work on a Game Guide to help direct you on the right path if you feel a little lost. Only just started to it only helps for the first third of the game maybe, but take a look and see what you think.

RB

Here's the Change Log for this release:

Beta Release!

2019-04-20
Began adding a Game Guide to point players in the right direction to progress the story if they are feeling stuck.
Adjusted the progression for Purple Volcano progression to shorten the completion.
Added a couple of extra images for trips.

2019-04-14
Added a catch to the lunch texts so if no value is sent to the widget it falls back to a 'chat' text after several users had issues when sending

And the new file:


As always let me know of any issues you encounter.
 

Troll

Active Member
Apr 22, 2017
641
900
the link for : Online%20Girl%201.0/images/titsout is wrong i assume as nothing shows up ... i'm also assuming that it reffers to : images\riley\lunch\titsout.jpg
 
  • Like
Reactions: RudeboyUK
3.30 star(s) 15 Votes