- Oct 1, 2017
- 40
- 54
Not sure how many others will see this, but for the simple minded fellas like me (I took a few years of compsci, so it helped, along with mercy to understand it);New simplified way of cheating via console:
1. Open console (CTRL + SHIFT + J in Chrome / Edge)
2. Copy and paste below code blob into the console and press enter.
Result:Code:function cheatShortcuts() { let slots = SugarCube.State.active.variables.slot for (let i = 1; i < slots.length; i++) { if (slots[i] > 0) { let npc = eval("SugarCube.State.active.variables.npc.av" + slots[i]) let girlname = npc.girlname girlname = girlname.replace(/\W/,"") //Get rid of non-alpha-numerics window[girlname] = npc window[girlname.toLowerCase()] = npc } } window["mc"] = SugarCube.State.active.variables window["Mc"] = SugarCube.State.active.variables window["MC"] = SugarCube.State.active.variables } function startTimer() { autoRefreshTimer = setInterval(function () { cheatShortcuts() }, 1000) } clear() cheatShortcuts() console.log("Cheat shortcuts added. Examples:\nLovisa.virgin = true\nMaiLynn.traitscav = 100\nmc.cash = 1000000") startTimer()
View attachment 3896575
Note: It automatically updates the shortcuts every second. You only need to repeat the code blob again after reloading page.
You don't have permission to view the spoiler content. Log in or register now.Link to additional cheatsYou don't have permission to view the spoiler content. Log in or register now.
Latest bug fix: 2024-09-12; npc name filter improved by JacksWastedLife 2024-11-08
I literally highlighted the number on the table, 8812. That's the code.I know I clicked on it as I clicked on everything on the screen but I will try again. Thanks
Clea and Ayden are hardcoded to not be enslaved and the button just never shows up. There's no trait responsible for it. It's just part of their lore. So yeah, you would have to change the code directly. You will have to wait for someone else to figure out which part of the code though.As of v8.3.7 you can enslave Paragons without editing the code or using the console it's just difficult to do because of their high Intelligence. But Clea has the Liberated trait and as long as she has it you can't enslave her and I don't think Neuraclean can remove that trait either.
You can also increase your chances by marrying a girl and going to the cafe with her in Events & Activities (an option that shows up for wives only, seen below). Socializing with her there can raise your intelligence if your intelligence is lower than her. If it's much lower than hers, the roll will fail though so you will have to find someone near your intelligence stat. If you have 70, find someone 75, etc. The wife can also raise her intelligence here up to 100. The best one for this is theSo I'm trying to grind intelligence and the wiki suggests you can get up to 90 intelligence from getting critical successes in poker.
Thanks. Cleaned up some scripts after reading your list.Well badass calculation is still as bad, as it was a few versions ago (as well as the advanced targeting algorithm).
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
I think the above examples should be enough to illustrate the current flaws in the advanced targeting algorithm and the current badass calculations.
Oh and the targeting algorithm (random rolls) also imply a few things about targeting (in non advanced combats) or where the targets are rolled randomly. Meaning if not all follower positions are used, but only 1 follower (and the follower has not the shadowborn trait and is neither wearing stealth armor nor natural armor), then we can get a targeting probability of 4/5 for the mc/pc, if the only follower is in the first follower slot, but we would get a targeting probabilty of 1/5 for the mc/pc, if the only follower is in the fourth follower slot (bottom most position).
Not really hardcoded their ID's are just not in the Affect/Enslave section the only 2 that have a direct hard block are not even Paragons is Celeste and Erica Sunderland if you don't enslave them when you do Conner's quest you lose that option completely.Clea and Ayden are hardcoded to not be enslaved
So I'm trying to grind intelligence and the wiki suggests you can get up to 90 intelligence from getting critical successes in poker.
My question is what version of poker game do they mean? The one at Furry's or the one at the the Dockgrave tavern. If its the latter what does critical success look like? I've gotten a 999 hand several times but never got an +INT off it.
Yeah, right ;-):Not really hardcoded their ID's are just not in the Affect/Enslave section the only 2 that have a direct hard block are not even Paragons is Celeste and Erica Sunderland if you don't enslave them when you do Conner's quest you lose that option completely.
But either way it's an easy change to make to get the option to show up.
<<if _npc.status is 5 and (_npc.girlid is 40 or _npc.girlid is 34)>><<set _parok to true>><</if>>
<<if _npc.enslave isnot true and (_npc.status is 4 or _parok is true)>>
[[Enslave|Talk][$action to 16]]
<</if>>
It's poker at dockgraves and it doesn't matter if you win. You could just fold every time and still gain the intelligence, but the chance is low (around 1%).So I'm trying to grind intelligence and the wiki suggests you can get up to 90 intelligence from getting critical successes in poker.
My question is what version of poker game do they mean? The one at Furry's or the one at the the Dockgrave tavern. If its the latter what does critical success look like? I've gotten a 999 hand several times but never got an +INT off it.
You missed two lines just above that shows the blockenslave on Celeste and Erica. And yes only Skye and Felix so I was only partly wrong. Felix and Skye have status 5 using the console with automod Felix.status for example showed he is 5.Yeah, right ;-):
I find:
Now girlid 34 is Felix and girlid 40 is Lt. Skye.Code:<<if _npc.status is 5 and (_npc.girlid is 40 or _npc.girlid is 34)>><<set _parok to true>><</if>> <<if _npc.enslave isnot true and (_npc.status is 4 or _parok is true)>> [[Enslave|Talk][$action to 16]] <</if>>
Please interpret the above code lines. To me it seems that only Felix and Lt. Skye (if they have the current status 5) can be enslaved, but no other npc, which has a status of 5. Of course, I must be wrong ;-). And if Celeste and Erica Sunderland are girlid 217 and girlid 218, then they can be enslaved, if you somehow would be able to change their status to 4 (merc) from status 3, if they are not, then you will always be able to enslave them if they are servants/issids.
<<if _npc.girlid is 218 or _npc.girlid is 217>><<set _blockenslave to true>><</if>>
<<if _npc.status is 3 and _npc.enslave isnot true and _blockenslave isnot true>>[[Enslave|Talk][$action to 13]]<</if>>
<<if _npc.status is 5 and (_npc.girlid is 40 or _npc.girlid is 34)>><<set _parok to true>><</if>>
<<if _npc.enslave isnot true and (_npc.status is 4 or _parok is true)>>
[[Enslave|Talk][$action to 16]]
it just images like wallpapers isnt version tier 4 packA question that I've seen being made here several times, but never saw the answer:
How do I use the Tier 4 image pack?
Sadly no. Which is a pity because racking a girl like that is great for play but not for sex. If I could only have one piece of furniture it would be a bondage bench or even a pair of fancy sawhorses. Not as good for whipping back or tits, but the game only lets you hit her butt anyway.So...are there ANY bondage options other than the Rack? Or does that giant room only have one option?