Dev Build - 3.2.2.12
Added 2020-03-25 19:17:24 +0000 UTCThe Company - Dev Build - 3.2.2.12
- Added new Date event for Chanel
- Chanel TF Reveal event at office has been updated so that Chanel gives you her phone number at the end of it
- You can call her as you would other characters and take her out on a date in the evening
- The date event has a 3 day cooldown
- The date event can currently be testing from the debug menu
- Fixed issue that would delay the sidebar from loading until Chapter 1 started
- Fixed issue that would not recognize Evening on September 1st, preventing initial trip to The Company from happening and locking the game
- Fixed missing macro issues
- I'm keeping an eye on the $player not defined error, as I've been unable to recreate it and am hoping it's tied to the above errors
- In terms of actual content, Update 3.2.3 is essentially finished at this point. The next few dev builds will focus on bug fixes and adding minor features
Coming Soon to Dev Builds...
- Clean up Sales Office scene structure
- Add passive thought and chatter to main Home and Work scenes
Comments
I could kiss you
Westane
2020-03-26 00:18:06 +0000 UTCIt's erroring there on the first branch in the if statement - appears that check should be variables().player.isBimbo
SylvieTG
2020-03-25 22:07:50 +0000 UTCif (variables().player.horny >= 30) { if ($player.isBimbo) { variables().player.hornyMod -= 3; } else { variables().player.hornyMod += 5; } }
SylvieTG
2020-03-25 22:04:59 +0000 UTCGot $player is undefined on Edge Chromium dev channel, was able to reproduce it twice in a row - gave the sequence of steps. Crash is happening in passTime. Give me a couple minutes and I'll see if I can't get you more information on it.
SylvieTG
2020-03-25 22:02:20 +0000 UTCI'll try it again in a few. I reported the September 1 lock up preventing the first trip to The Company. I liked 3.2.2.10. I'm looking forward to this build.
JimMorrisonIsAlive1969
2020-03-25 19:41:56 +0000 UTC