Ikaanos_citizen

New Member
Oct 9, 2022
9
20
I found the quest variable

$quest_bro
OK. Looks like GrimDark wiped out entry point to quest, to manually restore it:

0. Change line "<<set $invhold to 0>>" to "<<set $invhold to 50>>"
1. After line "<<set $invhold to 50>>" add

<<set $addingbook to 2>>

Dont know is it better place or not, but it works anyway

2. Start game, go to Manage House - Office, you will be noticed that book has added to library
3. Go to main house screen
4. Save game
5. Exit game
6. Remove line

<<set $addingbook to 2>>

from source code (if not, you will break other quests)

7. Start game, load save, now bro quest will be running without problems
 

PSCW

New Member
May 15, 2020
5
0
Anyone know the door code for the vault mission? I cant back out or leave the mission or load an old save Im just stuck. I know Im supposed to find a note with it but I have no option to do anything.
 

Joe Steel

Engaged Member
Jan 10, 2018
2,482
3,376
Is there any way to actually access Kahill Mine? My PC bought it at town hall, and I can assign a foreman and workers, but there's no mine at Kahill Outpost and so I cannot access the mechanisms to improve the mine and assign guards from Fort Sera. There's on at Silfren guarded by some mercs, but that seems to be a different mine than Kahill.
 

Clemency

Well-Known Member
Jan 21, 2024
1,008
1,320
Anyone know the door code for the vault mission? I cant back out or leave the mission or load an old save Im just stuck. I know Im supposed to find a note with it but I have no option to do anything.
Which vault mission exactly?
Is there any way to actually access Kahill Mine? My PC bought it at town hall, and I can assign a foreman and workers, but there's no mine at Kahill Outpost and so I cannot access the mechanisms to improve the mine and assign guards from Fort Sera. There's on at Silfren guarded by some mercs, but that seems to be a different mine than Kahill.
Screenshot 2024-12-10 072037.png
 
  • Like
Reactions: Fauno36

PSCW

New Member
May 15, 2020
5
0
Which vault mission exactly?
Lovisa quest called the vault. There is a door that needs a 4 digit code and she mentions the guy wrote things down. Just seems bugged because I dont have any option to find the note. Or Im missing something obvious.
 

elfhumper

Member
May 5, 2024
207
176
I found the quest variable

$quest_bro

but I'm unsure on how I'm supposed to change stuff. Not a scripter/programmer.....

What I do know its got something to do with the Tutorial as I see a line stating:

<<if $tutorial is 37>>
<<if $quest_bro is 0>>
What really happened to my brother? Maybe I should investigate the office and see if I can find anything that might shed a light on his disappearance.

<br><br>
<<if $invhold lte 4>>''NOTE!'' <br>This is a Tier2+ subscriber-only quest.<br>''Status:'' //Disabled.// <<else>>I did see a rather peculiar red note book lying on one of the bookshelves a couple of days ago (Go to Manage > Manage house > Office icon on the house layout map > Clues).<</if>>
<</if>>
You don't have permission to view the spoiler content. Log in or register now.
 
Mar 5, 2024
80
45
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).
 
Mar 5, 2024
80
45
HEY GUYS
I just want to ask how to enslave CLEA
Which code i should use ?
You do know that CLEA has status 5, which is higher than Einars status? Meaning she is no normal mercenary, but rather a paragon. So good luck with enslaving her, without editing the code or using the console.
 

elfhumper

Member
May 5, 2024
207
176
You do know that CLEA has status 5, which is higher than Einars status? Meaning she is no normal mercenary, but rather a paragon. So good luck with enslaving her, without editing the code or using the console.
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.
 
Last edited:

klmb1990

New Member
Aug 14, 2016
14
19
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.
 

elfhumper

Member
May 5, 2024
207
176
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.
The chance of it happening from poker is actually pretty low you're better off trying to do the RPG night events.
 

Roxas487

New Member
Mar 26, 2024
1
0
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.
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()
Result:
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.
You don't have permission to view the spoiler content. Log in or register now.
Link to additional cheats


Latest bug fix: 2024-09-12; npc name filter improved by JacksWastedLife 2024-11-08
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);
Don't be dismayed by the "excess of text" in the code. It is legit as most of it does the work for you... it looks daunting at first, but with a little bit of coding intellect you will notice they did the brainwork for us. Many of us (myself obviously included) are used to using the exaggerated string that uses "Sugarcube", but in this case, it shortens it to such a degree that'll have us wishing people offered it for other html games such as "Become Someone". The "Result" image summarizes it best, but sometimes it does help to study on this type of stuff (please don't use porn as a reason... please) but to shorten my layman's explanation, Imitate what the white box presents. Instead of using "Sugarcube" string/method, just input the character's identity (mc... michelle... astrid and so on) followed by what you wish to modify. "mc.ranged = x" can be used as another example.
~Being a sheep isn't a bad thing, it's the wolves that are feared and hated.
 
4.50 star(s) 157 Votes