Jump to content

[Mod]Pregmod+SWP Side Effects


Recommended Posts

Posted (edited)

image upload appears to be bugged.

I'm getting this error:

 

1 error occurred when running a custom macro (with str-type _location). You can't get any data values, let alone the string "size", from the number 0

 


The (css:) changer should be stored in a variable or attached to a hook. Load size: ( 0 )ml.
His satisfaction +1!
Submissively, you swallow. You taste every bit of the sticky, cummy mess oozing down your throat.
" Perfect, " Michael says, grinning as you show your clean tongue .
Final satisfaction rating: SUPREMELY SATISFIED

 

Edited by Hakuna_Matata
Posted (edited)
On 2/5/2025 at 1:07 PM, Hakuna_Matata said:

image upload appears to be bugged.

I'm getting this error:

 

1 error occurred when running a custom macro (with str-type _location). You can't get any data values, let alone the string "size", from the number 0

 


The (css:) changer should be stored in a variable or attached to a hook. Load size: ( 0 )ml.
His satisfaction +1!
Submissively, you swallow. You taste every bit of the sticky, cummy mess oozing down your throat.
" Perfect, " Michael says, grinning as you show your clean tongue .
Final satisfaction rating: SUPREMELY SATISFIED

 

 

To solve this, I think in Blowjob SE and Nanobots Core files, the sex swallow and Swallow cum check  passages need to change the css line to use square brackets;

 

(css:"font-size:1.0em")[Load size: ($loadsize)ml.]
Edited by mijhy
Posted

I'll take a look. btw I strongly recommend joining the XCL discord (and this mod's channel) for providing feedback - I check that regularly but can go weeks or even months without checking here

Posted

Hi, you missed my post on previous page, line 406 is still bugged. I will  have to test again if currently nano-bots can ever stop pregnancy (last patch, they couldn't)

  • 1 month later...
Posted (edited)

I have a critical error with this mod.

 

"I can't (display:)  the passage 'Player Womb Storage' because it doesn't exist

I tried to use a macro, but its call wasn't written correctly." in pink. Your mod basically destroys the only reason I'm using Creampie Overhaul (your version). :/

I checked the files and from what I see you only removed the part about the sperm defense minigame. Why? And why does that then throw errors about Womb Storage?

Edited by u543764509
Posted
On 2/5/2025 at 3:07 AM, Hakuna_Matata said:

image upload appears to be bugged.

I'm getting this error:

 

1 error occurred when running a custom macro (with str-type _location). You can't get any data values, let alone the string "size", from the number 0

 


The (css:) changer should be stored in a variable or attached to a hook. Load size: ( 0 )ml.
His satisfaction +1!
Submissively, you swallow. You taste every bit of the sticky, cummy mess oozing down your throat.
" Perfect, " Michael says, grinning as you show your clean tongue .
Final satisfaction rating: SUPREMELY SATISFIED

 

 

Hey, do you still have the problems with this mod? If you've fixed them, could you please upload or send me the twee file?

  • 1 month later...
Posted
On 4/5/2025 at 9:44 PM, u543764509 said:

 

Hey, do you still have the problems with this mod? If you've fixed them, could you please upload or send me the twee file?

I have been getting errors around the womb entries and with a few not applying themselves after triggered. Side effect manager let me add them and they run fine. Good for debugging and you can add or remove the nanobots via it to remove triggering more. Same thing as a trip to mutatio from the main menu. Size queen is the one that generates the most errors but could be related to drugs and spiking. If you add it via the manager it runs as advertised. 

 

  • 1 month later...
Posted

Bug or feature? If got side effects "Cow Tits" $milk flip-flap between 50 and 200, 50 at page planning day and Morning, and set 200 at Daytime and Evening

Posted

I found this. Looks like you wanted to use in the section  Cow Tits Effect [advance_time_pre]

   [(set:$milk to (min:$milkneednormal,it + (twist:275,325)))]

 

But also in the original in the name="next day"  section a hard coded

if:$milk_timer > 0 and (is_fem:))[(set:$milk to (min:50,it + (twist:2,5)))]

 

If replaced by

(if:$milk_timer > 0 and (is_fem:))[(set:$milk to (min:$milkneednormal,it + (twist:2,5)))]

 

it works well both with receiving Cow Tits and with subsequent deletion

 

But) I think that with such parameters twist: for Cow Tits very easy money)

 

Also, if you delete Cow Tits via Mutatio, $milkneednormal is not restored, but I don't think it's such a big problem. Everything has its price)

 

 

  • 2 weeks later...
Posted

On the latest version of the mod (22.1a), in the Mutatio shop, when I buy a Cock Enhancement it says it takes essence but doesn't. It still takes money as normal. Turning off the mod fixes this for me.

 

I've got a whole ton of mods and am on the latest version in git of XCL (c51bac1145e7bb484db0c8d904feab6c00d040d5), so if this isn't reproducible, sorry for wasting your time.

Posted

Attempting to enter the Executive Lounge causes a soft lock as this message appears on screen with no other options. 

Quote

I can't run the macro 'screen' because it doesn't exist. Did you mean to run a macro? If you have a word written like (this:), it is regarded as a macro name.

 

Posted
13 hours ago, Gamma_47 said:

Attempting to enter the Executive Lounge causes a soft lock as this message appears on screen with no other options. 

 

Same here.

2.JPG

Posted (edited)
10 hours ago, menchi8877 said:

Same here.

2.JPG

 

 

Small bug in store.twee

 

there is:

(screen:"location and time", [{

 

must be:

($screen:"location and time", [{

 

In attachment fixed version. (tested on development version. Not public one). 

 

P.S. Do not forget to delete and add new version of mod loader before you run "Load mods". Mod loader "caching" already added .zip contents, so it must be reloaded.

 

 

Pregmod22.3a.zip

Edited by Classified
Posted
7 hours ago, Classified said:

 

 

Small bug in store.twee

 

there is:

(screen:"location and time", [{

 

must be:

($screen:"location and time", [{

 

In attachment fixed version. (tested on development version. Not public one). 

 

P.S. Do not forget to delete and add new version of mod loader before you run "Load mods". Mod loader "caching" already added .zip contents, so it must be reloaded.

 

 

Pregmod22.3a.zip 2.94 MB · 7 downloads

Fixed it for me. Lets me get them at the office and treat the problem ones at mutatio. Always had to add Deluge manually since it would never trigger itself. Many thanks.

Posted

Not a bug. (screen:) is a macro in the dev version. Your version is older than its introduction. $screen does not operate the same and will likely cause additional errors.

On 7/13/2025 at 6:46 AM, Classified said:

 

 

Small bug in store.twee

 

there is:

(screen:"location and time", [{

 

must be:

($screen:"location and time", [{

 

In attachment fixed version. (tested on development version. Not public one). 

 

P.S. Do not forget to delete and add new version of mod loader before you run "Load mods". Mod loader "caching" already added .zip contents, so it must be reloaded.

 

 

Pregmod22.3a.zip 2.94 MB · 35 downloads

 

Posted
On 7/17/2025 at 1:38 AM, himmlisches said:

Not a bug. (screen:) is a macro in the dev version. Your version is older than its introduction. $screen does not operate the same and will likely cause additional errors.

 

 

Strange.... My version is from Aphrodite subscribestar post from Jun 27, 2025 03:48 am (XCL 0.22 10 jun playtest) and i do not see definition like "Harlowe.macro('screen'". I did not knew there was another version, but i suppose you are right about version differences.

 

Anyway, thx for great mod :)

 

 

  • 2 weeks later...
Posted

Minor error in the code. If you have exactly $500, it won't let you purchase the initial treatment. There is no error message, and it lets you click the buttons, just nothing happens. I don't know if this is true with every purchase, or just the first one.

A second error in the attached image. I have the newest game version.

Screenshot 2025-07-29 145056.png

  • 2 weeks later...
  • 3 months later...
  • 2 months later...
Posted

some things i noticed:

getting the slutty savant or dollface causes the side effects list to bugout saying that multiple sideeffects are not in the datamap with theyre datanames including vanilla ones while at the same time atleast a few of the ones it says that arent in the datamap are shown normally.

i also found out some conflicting informations inside the infos the modloader gives out as there pregmod says it is supporting kokopellis servant but that one says its conflicting with pregmod.

  • 2 months later...
Posted

FYI on game version 23.6 an issue with the sperm defence failing to prevent pregnancy on win can be fixed by changing:

 

(unless:$sperm_minigame_result is "win")

to

(unless:$sperm_minigame_result is "success")

within Pregmod.twee

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...