Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. General Rambling
  2. I explained in my last update that this quickly turned into the update from hell. I thought I’d built the game to be able to handle a lot of things, but when I tried to expand past “the helicopter scene” and add game-changing events for Holly and May, it became evident that a lot more needed to be done. I’ve got it fairly functional, but it’s clear that it’s going to need more work before it’s smoothed out. (I’m sure you’ll let me know about the glaring errors and showstoppers.)
  3.  
  4. On top of that, I had a setback with images of the PC, that forced me to hold off on the next batch of mirror images until I figure it out.
  5.  
  6. I’d also been working on laying ground work for guests to hit on the PC during work, but it appears the file I was writing in didn’t save, so I only have a couple little scene stubs. Disappointing, but it will probably be more of a focus for next time.
  7.  
  8. Oh, and on a similar note: I’ve added some partial support for masturbation scenes both in the room and with the porn TV channel. There’s very little text and it’s mostly code working in the background, but it does connect to some of the new stuff I’ve added for Holly/the nurse/Reika.
  9.  
  10. Anyway, I’m sure there’s a ton of stuff I forgot, but here are the changes I had in my notes:
  11.  
  12. Changes/Additions:
  13. Main Game Loop/Schedule Overhaul
  14. • Rebuilt schedule system to be more flexible, allowing for better handling of chain events. Day loop has been broken into three separate loops for: day work shift, evening work shift, free day.
  15. • Two schedule types are available starting with the second play-through of the game: Working through most of the jobs a couple days at a time, or going straight to a 5-day work week at the task of your choice.
  16. • When working evening shifts, performance evaluations take place before the start of the final shift. Job assignments are no longer instant, and are instead applied at the end of the day.
  17. • On day shifts, performance evaluations will not play before special events that are supposed to take place before leaving work.
  18. • Set groundwork to make it possible to miss a work evaluation without breaking the game.
  19. • Beach party will no longer be assigned if the next day is a day off.
  20. • Job notices should now trigger only on the morning of the start of a new assignment
  21.  
  22. Clinic Expansion
  23. • Clinic code expanded to handle more scenarios. The nurse is no longer banned, so you can see her scenes again.
  24. • Clinic is now available to visit during the day.
  25. • Started a more standardized way of handling medical ailment “quests.”
  26. • Clinic is unlocked for those who haven’t unlocked Holly, but only the nurse is available for now (and typically only if the PC has a reason to visit).
  27. • Availability of the doctor and nurse now vary by time of day.
  28.  
  29. Scenes
  30. • New “Phase 2” introduction scene with Mallory.
  31. • Additional scenes for Holly’s storyline.
  32. • Working for Reika has been expanded. New event if the PC is cooperating with May at the same time.
  33. • Holly and the nurse can be visited for a couple of “health issues.”
  34. • A couple new guest scenes added.
  35. • Added new endings (Restored some “fan favorites” as well). Main ending involves working for Reika.
  36.  
  37. Sex Event Work
  38. • Hacked in a really crude place holder masturbation system for the PC’s room (to be expanded on with an eventual overhaul of sex)
  39. • Implemented a some rough event counters for sex acts and orgasms
  40. • Stubs have been added for handling guests approaching the PC during work
  41.  
  42. Misc
  43. • Added color to dialogue to make it stand out a bit more. Looking for feedback on this. Like it? Don’t like it? Think it should be optional?
  44. • Adjusted random chances for some events depending on player actions. (Better chance of meeting May or learning the clip trick if you’ve been investigating frequently.)
  45. • Stopped mini-events from playing before first shift of a job type
  46. • Added some “shorter start” variations to Cyn’s swimwear conversation, hopefully making the scene a bit faster to get through on replays.
  47. • Improved handling and messages for free days.
  48. • File cleanup work (sorted scenes and variables into their proper files)
  49.  
  50. Bug Fixes
  51. • Fixed bug with Reika’s wand and hips changes. (Sizing down is likely still broken)
  52. • Fixed bugs preventing meeting May and Renata mini-work event from firing.
  53. • Fixed some bugs with investigation tracking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement