justexisting4.2.0
New Member
- Aug 29, 2022
- 5
- 2
I'm having the same issue. Any interaction with Reona seems to cause an infinite loop with the anti-NTR featurecurrently having an issue when ever I go to talk to or do the pub event Reona at my game basically crashes anyone have a fix for this with the current mod?
let my game sit long enough that I got the same code issue only difference is the location of user game filesI'm having the same issue. Any interaction with Reona seems to cause an infinite loop with the anti-NTR feature
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Possible infinite loop.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 952, in script call
File "cl/labels_room.rpyc", line 96, in script call
File "cl/labels_person.rpyc", line 22, in script call
File "cl/labels_events.rpyc", line 16, in script call
File "mod/LoSeSb_Helper/antiNTRcorps.rpyc", line 139, in script call
File "mod/LoSeSb_Helper/antiNTRcorps.rpyc", line 139, in script call
File "mod/LoSeSb_Helper/antiNTRcorps.rpyc", line 139, in script call
[Previous line repeated 2110647 more times]
File "mod/LoSeSb_Helper/antiNTRcorps.rpyc", line 139, in script
File "C:\Users\matme\OneDrive\Desktop\2D Games\LoSeSb-25.2.0a-pc_patreon\renpy\execution.py", line 61, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.
Windows-10-10.0.26100 AMD64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.2.0a 25.2.0a
Wed Apr 9 14:54:54 2025
Updated my compressed Android port of LoSe: SB with Mr Who's collab mod to v25.3.0e. Can't speak for any bugs already present in the game and it loads about as slow as the standard port, unfortunately.
Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.
Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.
Links:You must be registered to see the links-You must be registered to see the links
Puttingcan remove or create delay option?
View attachment 4767323
bree.flags.breedelay = TemporaryFlag(True, x)
(replace x
with how long you wish to wait) into the console will let you change the timer, and if you replace TemporaryFlag(True, x)
with False
you can skip the wait.And what if it were someone else? What should I do?Puttingbree.flags.breedelay = TemporaryFlag(True, x)
(replacex
with how long you wish to wait) into the console will let you change the timer, and if you replaceTemporaryFlag(True, x)
withFalse
you can skip the wait.
And what if it were someone else? What should I do?
name.flags.flagname
replace name
with the name (lowercase) of the NPC the flag is attached to (hero
if it's tied to the player and if not tied to a character game
), and replace flagname
with the name of the flag, you can probably find most of need info in the story tracker (and if not you'll need to look at the code directly). the rest of the information about setting the flag from the previous post should still apply.