azdraik Posted May 16, 2023 Posted May 16, 2023 (edited) [XCL] Quickening View File This is just a simple mod which changes how pregnancy progresses. It will progress at the rate of 1 week every 3 days. Removed the body pillow version as that mod has been updated to utilize a passage tag. Should be compatible with all character mods now. It should also work with existing saves. 1.0.5 - Compatible with XCL Version: 0.17b and its hotfixes. 1.0.6 - Compatible with XCL Version: 0.18a Submitter azdraik Submitted 05/15/2023 Category X-Change Life Edited July 9, 2023 by azdraik
belegost Posted May 16, 2023 Posted May 16, 2023 Thank you. I like the pregnancy aspect of the game, but the vanilla rate is just too long for it to be fun.
azdraik Posted May 21, 2023 Author Posted May 21, 2023 I thought so as well. But I did not want it so fast that I would never see any events tied to the progression.
belegost Posted May 23, 2023 Posted May 23, 2023 On 5/21/2023 at 10:10 PM, azdraik said: I thought so as well. But I did not want it so fast that I would never see any events tied to the progression. It's perfect the way it is now.
Crys Heart Posted May 24, 2023 Posted May 24, 2023 (edited) I... seem to have encountered a bug of some kind? Both versions of the mod, with and without the body pillow mod, seem to make it so the game can't progress past the second day. Does the mod have any incompatibilities with other mods? EDIT: Nevermind, just checked the version, I appear to be using 0.17a 28 April instead of 5 May. Edited May 24, 2023 by Crys Heart
azdraik Posted May 29, 2023 Author Posted May 29, 2023 I did not test it with any older versions. Did not think that passage changed between those 2 updates but sounds like it did.
CardinalBirb Posted July 14, 2023 Posted July 14, 2023 i read the latest patch notes about removing body pillow for using passage tags. What are passage tags?
danishplay Posted July 28, 2023 Posted July 28, 2023 is it possible to get quickening 1.0.4(i think the newest is?) to work with LbBC, danger zone, and or applejuice? i play for the time being on hotfix2 version of the game, just curious.
azdraik Posted August 1, 2023 Author Posted August 1, 2023 It should already work with those mods. But I can take a look sure.
azdraik Posted August 1, 2023 Author Posted August 1, 2023 Just double checked and yeah it all should be working. I did see I can remove a , from the passage tags but when I was testing that did not cause any issues for me. Will remove that and make a quick update.
mijhy Posted December 29, 2023 Posted December 29, 2023 (edited) I think for 18b probably the next day replacement code needs to be updated. Not sure if now it could use a tag so replacement would not be needed. ATM I have this on my own file Spoiler :: next day {"position":"600,14725","size":"100,100"} { (forget-undos:-1)(forget-visits:-1)(set:$reluctance_debuff to "none")(masteraudio:"stopall") (set:$day_of_week to ($day%7+1) of (a:"Saturday","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday")) (set:$day to $day + 1)(set:$time to 0)(if:$day_of_week is "Saturday")[(display:"refresh club playlist")](if:$day_of_week is "Sunday")[(display:"refresh purchasable outfits")(if:$stepsis's "shower" is -1)[(set:$stepsis's "shower" to 5)]] (display:"shop prices")(set:$character's "intellect buff" to 0)(set:$character's "alcohol consumed" to 0)(set:$character's "alcohol status" to 0) (if:$pregnant_discover_timer > 0)[(set:$pregnant_discover_timer to (max:$pregnant_discover_timer - 4,0))] (set:$milk_timer to (max:(it - 1),0))(set:$current_zipple to 0) (if:$lactation is "Lactation Enabled: False")[(set:$milk_timer to 0)] (if:$milk_timer > 0 and $character's gender is "female")[(set:$milk to (min:50,it + (random:2,5)))] (set:$character's "fitness buff" to 0) (set:$shower_timer to 0) (set:$action_point_gain to "true") (unless:$action_point_gain is "false")[(set:$action_points to (min:$action_points + 1,$max_action_points))] (set:$position to "none") (if:$character's "gender" is "male")[(set:$soreness to 0)](else:)[(set:$soreness to (max:0,$soreness - 2))] (if:$items contains "body pillow")[(set:$soreness to (max:0,$soreness - 6))] (if:$character's "side effects" contains "secretary orgasm")[(if:$max_fitness > 5)[(if:$max_fitness < $character's "fitness")[(if:(random:1,7) is 1)[(set:$se to "drain")(display:"play sound")(set:$character's "fitness" to (max:$character's "fitness" - 1,1))(display:"sync stat progression")]]]] (if:$pregnancy is 0)[(set:$pregnancy to (dm:"weeks",-1))](unless:$pregnancy's weeks > 10)[(if:$character's "fitness" > 3)[(set:$gym_timer to $gym_timer + 1)](if:$gym_timer > 7 and $character's "fitness" > 3)[(set:$se to "drain")(display:"play sound")(set:$character's "fitness" to (max:$character's "fitness" - 1,1))(display:"sync stat progression")(set:$gym_timer to -5)] (if:$character's "charm" > 3)[(set:$social_timer to $social_timer + 1)](if:$social_timer > 7 and $character's "charm" > 3)[(set:$se to "drain")(display:"play sound")(set:$character's "charm" to (max:$character's "charm" - 1,1))(display:"sync stat progression")(set:$social_timer to -5)]] (set:$club_timer to (max:0,$club_timer - 1))(display:"score multiplier recalc") (display:"refresh possible activities")(css:"display:none")[(display:"bruce advance evil plans")] (if:$character's pregnant is "false")[(set:$dayCount to 1)] (else-if:$character's pregnant is "true")[ (set:$dayCount to it + 1) (if:$dayCount is 4)[ (set:$pregnancy's weeks to $pregnancy's weeks + 1) (set:$dayCount to 1) ] ] } gitgud repo link to the vanilla tag code is here Edited December 29, 2023 by mijhy
mijhy Posted February 13, 2024 Posted February 13, 2024 (edited) For v19, theoretically this should be compatible Spoiler # meta metaVersion: 1 name: "Quickening" version: "1.0.7" author: "Azdraik" baseGameVersion: atLeast: "0.19" # /meta :: quickening [initialize init_new] { (if: $dayCount is 0)[ (set: $dayCount to 1) ] } :: next day {"position":"600,14725","size":"100,100"} { (forget-undos:-1)(forget-visits:-1)(set:$reluctance_debuff to "none")(masteraudio:"stopall") (set:$day_of_week to ($day%7+1) of (a:"Saturday","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday")) (set:$day to $day + 1)(set:$time to 0)(if:$day_of_week is "Saturday")[(display:"refresh club playlist")](if:$day_of_week is "Sunday")[(display:"refresh purchasable outfits")(display:"refresh used outfits")(if:$stepsis's "shower" is -1)[(set:$stepsis's "shower" to 5)]] (display:"shop prices")(set:$character's "intellect buff" to 0)(set:$character's "alcohol consumed" to 0)(set:$character's "alcohol status" to 0) (if:$pregnant_discover_timer > 0)[(set:$pregnant_discover_timer to (max:$pregnant_discover_timer - 4,0))] (set:$milk_timer to (max:(it - 1),0))(set:$current_zipple to 0) (if:$lactation is "Lactation Enabled: False")[(set:$milk_timer to 0)] (if:$milk_timer > 0 and $character's gender is "female")[(set:$milk to (min:50,it + (random:2,5)))] (set:$character's "fitness buff" to 0) (set:$shower_timer to 0) (set:$action_point_gain to "true") (unless:$action_point_gain is "false")[(set:$action_points to (min:$action_points + 1,$max_action_points))] (set:$position to "none") (if:$character's "gender" is "male")[(set:$soreness to 0)](else:)[(set:$soreness to (max:0,$soreness - 2))] (if:$items contains "body pillow")[(set:$soreness to (max:0,$soreness - 6))] (if:$character's "side effects" contains "secretary orgasm")[(if:$max_fitness > 5)[(if:$max_fitness < $character's "fitness")[(if:(random:1,7) is 1)[(set:$se to "drain")(display:"play sound")(set:$character's "fitness" to (max:$character's "fitness" - 1,1))(display:"sync stat progression")]]]] (if:$pregnancy is 0)[(set:$pregnancy to (dm:"weeks",-1))](unless:$pregnancy's weeks > 10)[(if:$character's "fitness" > 3)[(set:$gym_timer to $gym_timer + 1)](if:$gym_timer > 7 and $character's "fitness" > 3)[(set:$se to "drain")(display:"play sound")(set:$character's "fitness" to (max:$character's "fitness" - 1,1))(display:"sync stat progression")(set:$gym_timer to -5)] (if:$character's "charm" > 3)[(set:$social_timer to $social_timer + 1)](if:$social_timer > 7 and $character's "charm" > 3)[(set:$se to "drain")(display:"play sound")(set:$character's "charm" to (max:$character's "charm" - 1,1))(display:"sync stat progression")(set:$social_timer to -5)]] (set:$club_timer to (max:0,$club_timer - 1))(display:"score multiplier recalc") (display:"refresh possible activities")(css:"display:none")[(display:"bruce advance evil plans")] (if:$character's pregnant is "false")[(set:$dayCount to 1)] (else-if:$character's pregnant is "true")[ (set:$dayCount to it + 1) (if:$dayCount is 4)[ (set:$pregnancy's weeks to $pregnancy's weeks + 1) (set:$dayCount to 1) ] ] } Edited February 13, 2024 by mijhy
azdraik Posted April 21, 2024 Author Posted April 21, 2024 (edited) Yeah I have not updated this in awhile. Not much content wise in the releases that has piqued my interest. Looks like you added a menu option for a variable speed and updated it for .19 in the More Quickening mod. Edited April 21, 2024 by azdraik
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now