Commit Graph

244 Commits

Author SHA1 Message Date
Johnny28 f036e508e1 Hermione Scene + mix fixes
* Replaced old calls in added clothing choice.
* Added clothing state check for strip so it won't play the sound if she's already naked.
* Minor writing tweaks.
2023-02-27 15:52:42 +01:00
LoafyLemon 12517df4aa CG changes and assets cleanup
* Improved camera handling during CGs
* Converted some CGs into image statements
* Removed old and obsolete assets that are not in use
2023-02-26 22:03:23 +00:00
LoafyLemon 1176e18613 Hermione Scene + Bug fixes
* Added arbitrary cum layers support for dolls
* Improved camera handling during Hermione sex scene
* Added additional clothing options during Hermione sex scene
* Fixed texture leak in Hermione sex scene
* Fixed image prediction in Hermione sex scene
* Converted Hermione face calls during sex scene to layered images
* Reorganized hermione sex scene assets
2023-02-26 22:03:23 +00:00
LoafyLemon d58ebb35f7 Bug fixes
* Fixed missing import in studio scope
* Fixed some sprite positions
* Added a hint for tutoring.
2023-02-18 21:56:29 +00:00
LoafyLemon 0051845804 Bug fixes
* Fixed sprite positioning in some events
* Fixed story inconsistencies, spelling mistakes, and grammar in some events
* Fixed leading house checks in some events
2023-02-14 22:17:04 +00:00
LoafyLemon 7ed5b01227 Bug fixes
* Fixed pulse_hover animation resetting
* Fixed Hermione's hold book pose
* Fixed minor story inconsistencies and spelling
* Fixed Tonks' hair colour not resetting
* Blocked Hermione from being summoned during Tonks' investigation
* Blocked Snape from being summoned during the day (It's not like he'd help anyway)
* Updated tutorials to reflect these changes
2023-02-13 22:17:37 +00:00
LoafyLemon dcdd54cdfe Colour Re-implementation
* Overhauled colour codes support with Ren'py supplied Color class
* Added support for hexadecimals alongside colour tuples w/ backwards compatibility
* Reduced colour assignments overhead
* Converted all colour lists into hexadecimals for all characters
2023-02-08 21:40:28 +00:00
LoafyLemon 4061dcceeb Merge fix 2023-02-07 22:05:15 +00:00
LoafyLemon 35ac11d10d Update scripts
* Updated scripts to reflect bodyparts changes
2023-02-07 19:31:21 +00:00
LoafyLemon 2acccbea5a Bodyparts, Modding, Bug fixes
* Added DollBodypart class to allow more extensive modding support for characters, along with dedicates layers for breasts, hips and so on...
* Added more bangs into DollClothDynamic, allowing tracking of singular objects and the ability to chainload the IDs
* Added get_character_body global method
* Added istype global method
* Improved caching, layering for dynamic clothes
* Improved hashing for Doll instances
* Improved readability and improved internal naming convention for Doll-type classes
* Removed dedicated buttplug slot (superseded by multislot reimplementation)
* Fixed clothing supplied skin layer issues with zorders
* Fixed DollClothDynamic __repr__ lack of quotes
* Fixed Hermione's open_wide_tongue mouth
* Fixed Hermione's tattoos missing images
* Fixed Cho's 'goodbye' after-summon skit using wrong number of expressions
2023-02-07 19:22:05 +00:00
Johnny28 12078176ee Wardobe file organization
* Organized Wardrobe files.
2023-02-07 17:13:30 +01:00
LoafyLemon 69e7f5e542 Convert Potions
* Converted Hermione's potion body changes into clothing items for better maintainability and to provide modding support
* Composited body images of characters into singular files to reduce layering complexity and overhead
* Fixed Luna's eyemasks
2023-02-05 17:25:11 +00:00
LoafyLemon 9491299be0 Bug fix
* Fixed item zorders to reflect the new values
2023-01-20 16:52:09 +00:00
LoafyLemon c1b04f6ccd IO Overhaul, Refactoring, and more
* Refactored DollFace
* Refactored DollBody
* Refactored DollCum
* Refactored DollCloth
* Refactored Doll
* Refactored clothing item zorders
* Refactored implementation of body, face, cum, clothing layers
* Refactored function calls
* Removed DollLipstick
* Added DollMakeup class, allowing adding dynamic clothes tracking face states
* Added DollClothDynamic, allowing dynamic clothes tracking other cloth states with bangs support
* Added cache to frequently called functions, drastically reducing the overhead
* Added hash system, reducing clone redundancy
* Added layer modifiers support for all types (face, body, cum, clothes etc.)
* Added support for an arbitrary number of equipped multislot clothing items (makeup, tattoos, piercings, etc.)
* Simplified initialization for clothing items and dolls
* Simplified class function calls
* Reduced the number of image creation calls
* Added hue support for additional skin layers
* Added displayable support to image cropping function
* Replaced store cache with built-in functools cache for _list_files function
* Refactored all character files
* and more...
2023-01-14 23:04:54 +00:00
Johnny28 47ac29730d Outfits
* Added remaining outfit pieces
2022-12-22 23:40:40 +00:00
Johnny28 488d2aae0d Mirror story posing + outfits
* Posed Xmas Mirror story dialogue

* Added Cho Reindeer Outfit.
* Added Luna Reindeer Outfit.

* Partially added Luna Bunny-girl outfit.
* Partially added Cho Bunny-girl outfit.
* Partially added Hermione Bunny-girl outfit.
* Partially added Hermione Reindeer Outfit.
2022-12-22 23:40:40 +00:00
Johnny28 28f507e212 Cho Events - CG posing - Part 3
* Posed part of the event.
* Added additional writing.

* Minor writing fixes.
2022-12-06 20:37:34 +01:00
Johnny28 f8d7a6915c Fix
* Fixed sound not playing.
2022-10-22 02:04:18 +02:00
Johnny 0dada1d367 Fixes and improvements
Mirror of Erised:
* Set doll positioning at start of mirror stories to ensure dolls are correct.
* Adjusted Doll flip on "A booty at sea" story.
* Removed Doll Cum layers on "A booty at sea" story as genie cums inside/on her back.
* Improved "A bad time to disrobe" writing.

* "Flash your tits", Minor writing fix
2022-10-20 18:44:56 +02:00
Johnny d1c37b11eb Minor fixes.
* Text consistency.
* Art tweaks on Hermione squirting base pose.
2022-10-16 23:19:06 +02:00
LoafyLemon 54d12585c1 Bug fixes
* Fixed code logic for Hermione's gift items
2022-10-15 18:56:47 +01:00
Johnny 34f5d96e3b Small logic fix
* Adjusted writing (dev)
2022-10-10 20:01:50 +02:00
LoafyLemon 5e76ca2cb2 Bugfixes
* Fixed leaking menu option (dev)
* Proofreading (dev)
2022-10-10 18:54:02 +01:00
Johnny 215bb24f9b Hermione Masturbate favour Squirting
* Added squirting to Hermione masturbate favour.
* Added "squirt_transition" image variants (mix of "squirt" and "squirt_post" for when she cums multiple times).
* Removed unnecessary code that's already part of end label.
* Removed "set music volume" for one of the events.
2022-10-10 17:11:30 +02:00
Johnny 257e932617 Bugfix
* Fixed wrong expressing being used on genie speaker.
2022-10-10 13:49:16 +02:00
Johnny 1c4e01b3da Bug fixes
* Fixed return events not initiating on Buttplug gift item event.
* Fixed soundfile naming issue.
2022-10-10 13:40:58 +02:00
Johnny be85fbbda2 Vibrator Event - Additional Menu option
* Added option to send Hermione away if Public path isn't available.
2022-10-09 23:49:33 +02:00
Johnny 94b86e0b55 Cleaned Hermione up
* Removed Cum layer as Hermione changes clothing.
2022-10-09 22:48:10 +02:00
Johnny b55fceda83 Vibrator Event
* Fixed small inconsistency in intro on replay success writing if she's hasn't worn them before.
2022-10-08 23:40:16 +02:00
LoafyLemon 10e99cbc05 Bug fixes and additions
* Added rummage sound
* Added noshake parameter to personal CG
* Remastered vibrator sounds to avoid clipping
* Improved dialogue pacing
* Improved chibis positioning
* Fixed weather sounds playing over public CG
* Fixed shaking CG displayable
* Fixed logic issues
2022-10-06 22:22:53 +01:00
Johnny 1e63a1651c vibrator Event
* Muted weather sounds during public CG
2022-10-03 18:44:30 +02:00
Johnny 634d4cb0b9 Minor writing tweaks 2022-10-03 01:33:55 +02:00
LoafyLemon 2032a820a1 Proofreading 2022-10-02 23:37:23 +01:00
Johnny 63a699e74a Vibrator public Ambient sounds
* Added ambient outside sounds.
2022-10-03 00:13:46 +02:00
LoafyLemon 4e2ad91cf2 Vibrator Event
* Added vibrator animation to public path
* Fixed vibrator animation
* Added choice menu logic
2022-10-02 22:22:51 +01:00
Johnny fe050afcda Vibrator event posing
* Finished posing Vibrator event.
* Added Minor wetness layer on personal CG.
* Improved image transitions on split up dialogue lines.
2022-10-02 14:35:13 +02:00
Johnny 1171cc81d5 Vibrator event posing and Businesswoman Outfit chats
* Posed Vibrator public event.
* Added Tonks "Businesswoman" related chats.
2022-09-29 15:54:41 +02:00
Johnny c3d026ea55 Vibrator event posing
* Posed part of high level public event
2022-09-27 19:05:07 +02:00
Johnny 109877f09d Hermione Flirt - Flitwick Writing.
* Added additional writing + variants for Hermione Flirt with Flitwich CG.
2022-09-26 23:05:47 +02:00
LoafyLemon 348752f47f Hermione Flirt - Flitwick CG
* Added CG for flirt public favour
2022-09-26 19:11:09 +01:00
Johnny 0260c4d479 Vibrator Event Posing
* Posed Vibrator Public Intro variants
* Added Wet Basic panties/thigh light + Heavy
* Adjusted Wet Basic vibrator panties/thigh light + Heavy
2022-09-26 18:06:20 +02:00
Johnny 34df16f5e4 Vibrator event posing
* Posed Personal High level Dolls.
2022-09-23 18:56:51 +02:00
Johnny e5cb75cc04 Vibrator event posing
* Posed Low level Public event and intro.
* Added alternative low public tier intro writing when Hermione's personal tier is higher.
* Added clothing equips at start of public return to avoid it being overwritten by outfit scheduler.
* Adjusted some wording to improve flow of conversation.
2022-09-22 20:05:38 +02:00
Johnny 88abc53835 Vibrator Event Posing
* Posed Low level Personal variant.
* Added vibrator dropped on floor sound effect "drop_plastic.ogg"
2022-09-21 20:42:39 +02:00
LoafyLemon 5bdf050a75 Vibrator Interface
* Added vibrator interface to the public event
* Fixed invalid syntax
2022-09-20 21:08:46 +01:00
Johnny 1ca049ee23 Vibrator event Posing and fix
* Posed Vibrator event Main Intro section.
* Added repeat writing variants at start of event
* Adjusted stripping/equipping sections.
* Adjusted some writing slightly about her taping on the vibrators.

* Fixed leaking color on basic bra.
2022-09-20 19:05:18 +02:00
Johnny 9042e5342f Vibrators Event
* Prepared more lines for posing
2022-09-19 21:33:00 +02:00
LoafyLemon 69f4186040 Vibrators Event
* Prepared lines for posing
2022-09-19 18:44:44 +01:00
LoafyLemon 052c504fee Bugfix 2022-09-18 18:56:14 +01:00
Johnny c75aaa4dd5 Fix 2022-09-18 19:27:22 +02:00
LoafyLemon fd4a354ade Bugfix 2022-09-18 17:45:47 +01:00
LoafyLemon 53732cf416 Hotfix 2022-09-18 17:30:43 +01:00
LoafyLemon fe8cd58ea1 Vibrators Event
* Implemented missing parts of the event
* Posed chibis and varying clothing states
* Adjusted shader code
2022-09-18 17:23:38 +01:00
LoafyLemon 9a877ebcf6 Vibrators event
* Added chibi vibrators on the floor image
* Replaced python audio calls with renpy audio calls (better prediction)
2022-09-15 22:37:23 +01:00
LoafyLemon 82c54c0b57 Image attribute
* Added `no_hermione` image attribute
* Fixed missing xray effect
* Implemented equips for the event (partially)
2022-09-13 22:40:27 +01:00
LoafyLemon 3f31988bc0 Bug fixes and posing
* Fixed image tags for vibrator event
* Fixed errors reported by lint
* Added NPC reactions
* Added basic posing for Hermione during vibrator events
2022-09-13 21:58:52 +01:00
Johnny bbb1b51401 Vibrator Posing PT3
* Posed remaining CG sections of Personal Vibrator event.
2022-09-13 16:21:21 +02:00
Johnny a0b0c074d3 Vibrator posing PT2 and additions
* Posed part of the personal event.
* Added additional expressions on pose 1 and 2 (eyes narrow crossed, eyes squint crossed).
* Added closed eyes variant on pose 3.
* Added puddle on pose 3.
* Added fringe shading
* Adjusted expression positioning.
2022-09-09 22:41:51 +02:00
LoafyLemon def68027ec Mirror Story - Rewards 2022-09-08 22:41:59 +01:00
LoafyLemon 15771e31ef Proofreading 2022-09-07 19:40:33 +01:00
LoafyLemon c4da5bf778 Proofreading 2022-09-07 19:02:01 +01:00
Johnny d8878ac3ad Public Request Flashing CG adjustments
* Adjusted some layers.
* Adjusted eye position names for consistency.
2022-09-07 19:25:00 +02:00
Johnny 0ec1c4e4e8 Public Request - Flashing Writing
* Improved dialogue and pacing further to go along with new art.
2022-09-07 01:38:55 +02:00
LoafyLemon 27130d703e Public Requests - Flashing CG
* Implemented and posed CG
* Fixed blacktone screen zorder
* Added blink_repeat transform
* Adjusted dialogues in accordance with the new artwork
2022-09-06 22:37:02 +01:00
Johnny 3fad511fd1 Vibrator posing and fixes
* Posed part of the personal vibrator event
* Adjusted "closed" eyes slightly on personal vibrator CG

* Fixed "base underwear" so it matches "vibrator underwear"
2022-09-05 23:55:03 +02:00
LoafyLemon dca5680261 Hermione vibrators
* Added vibrator clothing items and outfit
2022-09-05 21:32:18 +01:00
Johnny 31b86a3105 Additional artwork
* Adjusted vibrator CG mouths.
* Added "Worried" mouth.
* Added "Wet Ahegao" mouth.
* Renamed "Angry" mouth to "Open".

* Renamed some files using the wrong pose name.
2022-09-04 19:51:31 +02:00
LoafyLemon 97ec57c8d3 Vibrator Events - Personal variant
* Implemented personal variant CG
2022-09-02 20:18:29 +01:00
Johnny 16ede376bb Vibrator Events Posing (part 3)
* Posed remainder of public CG (high level variant)
2022-08-22 20:18:34 +02:00
Johnny28 036f155493 Vibrator Events Posing (part 2)
* Posed part of the event.
2022-08-19 01:32:37 +02:00
Johnny28 55a46894f1 Vibrator Events - Sound effects
* Added Vibrator sounds, click sound.
* Adjusted intensity checks.
2022-08-17 14:38:57 +02:00
LoafyLemon 738390d6be Vibrator Events - Posing (Part 1)
* Fixed Xray displayable not updating when its children supplied no image attributes.
* Defined default zorders on children of Xray displayable
* Posed parts of the event
2022-08-14 22:51:07 +01:00
LoafyLemon c29c7545f8 Vibrator Events - Fixes
* Fixed sound calls using wrong file format
* Fixed omitted Genie positioning
2022-08-09 22:02:00 +01:00
LoafyLemon 38214d719e Vibrator Events - Requested changes 2022-08-05 20:47:10 +01:00
LoafyLemon 759720093b Vibrator Events - Proofreading 2022-08-04 22:09:28 +01:00
Johnny 3f6b3ca499 Vibrator Events - Additional dialogues 2022-08-04 19:55:46 +01:00
LoafyLemon 30360cb6ea Vibrator Events - Editing and proofreading 2022-07-28 19:54:27 +01:00
LoafyLemon fa1962a8b4 Vibrator Events - Speaker changes
* Addressed legacy calls to certain speaking characters
2022-07-24 17:37:22 +01:00
LoafyLemon 23e5c598ee Vibrator Events - Initial Implementation
* Added vibrator event chain (w/ Placeholders)
* Added vibrator item (Box o' fun)
* Added IntLike class
* Added her_tier_public as IntLike object
2022-07-23 21:57:42 +01:00
LoafyLemon 5c96a89d9e Bug Fixes
* Fixed overlapping menu during Quidditch Training
* Fixed some text issues
* Make sure to fit images before blitting
2022-07-15 23:03:14 +01:00
LoafyLemon 462921aeed Bug fixes
* Fixed animations (again)
* Added unstaged butt plug files
* Updated save compatibility
2022-07-06 16:27:29 +01:00
LoafyLemon 186cb39803 Butt Plugs
* Moved Hermione's butt plugs into their proper type
* Removed obsolete image files
2022-07-05 22:19:24 +01:00
Johnny c4758d97e2 Minor writing fixes. 2022-06-28 02:28:15 +02:00
LoafyLemon bf5710bf10 Bug fixes
* Default renderer to Auto for compatibility reasons
* Fixed animation assignments for dolls
* Fixed missing side images for non-doll speakers
2022-06-24 18:32:41 +01:00
Johnny 56ccffb8a2 Minor writing fixes 2022-06-24 18:00:51 +02:00
LoafyLemon b81d7323c5 Bug fixes
* Fixed outfit scheduling overriding outfits in certain events
* Fixed Hermione's jobs transition issues
2022-06-20 18:45:02 +01:00
LoafyLemon 7870da0905 Bug fixes
* Fix `fem` caller unnecessary arguments (Caused by regex most likely)
* Fixed xray displayable opaque Render flag (superseded by internal Ren'py changes)
* Fixed Doll animation concatenation to list
2022-06-19 22:27:08 +01:00
Johnny e4a77ced9e Fixed incorrect xpos usage on character doll positions. 2022-06-19 18:05:43 +02:00
LoafyLemon cd485b2bac Bug fixes
* Added checkpoints to forbid the editor from rolling back to menu context
* Added forced checkpoint for when the editor is being opened to avoid rolling back to before it was opened (by opening a console for example)
* Alleviated the issue for when the game tries to recover from the place it cannot stop rolling back, but version var is unavailable because of it being not initialized in that moment
2022-06-17 22:05:08 +01:00
Johnny 6d30d842f5 Hermione Butt plug event improvements and fixes
* Improved butt plug events
* Fixed missing whoring fallback
2022-05-22 20:48:33 +02:00
LoafyLemon d86d0ac69d Lint improvements
* Added lint ignore tag detection for spoken strings.
* Fixed lint incorrectly marking newline characters as multiple spaces.
* Fixed lint incorrect behaviour for oxford commas.
* Fixed issues exposed by lint.
* Removed unreachable code.
2022-05-20 19:48:05 +01:00
Johnny 205ca1ff3b Luna Police outfit tweaks and Genie expression replacements
* Re-implemented Luna Police outfit with separated Badge and Belt
* Replaced remaining Old genie sprite images (except g8 and blue genie images)
2022-05-20 20:34:30 +02:00
LoafyLemon 914f03fa73 Bug fixes and improvements
* Simplified and restructured plug events for Hermione
* Fixed Snape's sprite flickering
* Fixed requirements check for EventQueue class
* Adjusted label names for item-related quests
2022-05-19 16:44:36 +01:00
LoafyLemon 42756113b8 WTS 2022-05-17 00:48:22 +01:00