The mod is now updated on
You must be registered to see the links
in 24h early access. I will update it here afterward.IKR! The shit pirates do smh lmaopay walling a mod on a pirated game you didnt make on a pirate site is wild lol
LMFAO, you made a mod for a game you didnt create and hide it behind a paywall to make money. Thats insane mate.The mod is now updated onYou must be registered to see the linksin 24h early access. I will update it here afterward.
Bro, no one forces you to use it. It is not even a 36 hour early access as with his other mods, chill down. He is basically doing quality work for FREE. His mods always slay. You can't wait one freaking day? Go watch some tiktok garbage it is made for impatient people like you, who have no patience to watch youtube videos. Grow up.LMFAO, you made a mod for a game you didnt create and hide it behind a paywall to make money. Thats insane mate.
The dev seems to be ok with it the link is on the OPLMFAO, you made a mod for a game you didnt create and hide it behind a paywall to make money. Thats insane mate.
Thanks for the quick update.Mod updated to 0.92.
def relationshipCheck(CName, Difficulty, Attribute):
Output = "Error when processing skill check."
Value = -1
global cheat_mode
#for Easy DifficultyModifier
if DifficultyModifier:
TempDifficulty = Difficulty - 0.2
else:
TempDifficulty = Difficulty
fillInChoices()
for i in Characters:
if i.CName == CName:
if Attribute == "Affinity":
if cheat_mode:
Output = i.Name + " affinity check passed!"
Value = True
elif i.Affinity >= i.MaxAffinity * TempDifficulty:
Output = i.Name + " affinity check passed!"
Value = True
else:
Output = i.Name + " affinity check failed!"
Value = False
if Attribute == "Trust":
if cheat_mode:
Output = i.Name + " trust check passed!"
Value = True
elif i.Trust >= i.MaxTrust * TempDifficulty:
Output = i.Name + " trust check passed!"
Value = True
else:
Output = i.Name + " trust check failed!"
Value = False
resetSkills()
resetCharactersListStats()
#resetRelationships()
return Value, Output
Yes and I won't lie dude this line in the changelogs kinda scares me lolHey man just a heads up new update dropped and this needs to be updated please LightmanP
-A ton of back end code has been reworked and recompiled. if you are using any mods it's possible you may have to disable them, or even start the game from the beginning, or wait for them to be patched.
They will just update the code or drop it just got to see what LightmanP saysYes and I won't lie dude this line in the changelogs kinda scares me lol