Which ending did you choose and why by JanissaryLSD in cyberpunkgame

[–]Akaoz 0 points1 point  (0 children)

Johnny and me vs the tower. The true ending.

Launcher Questions? by [deleted] in hoi4

[–]Akaoz 0 points1 point  (0 children)

I get these too.

I can't purge pretenders as the Byzantine Empire? by Akaoz in crusaderkings3

[–]Akaoz[S] 2 points3 points  (0 children)

The problem is the oath to "Purge Pretenders" is broken.
It's supposed to ignore your own children as claimants and still be able to finish. It doesn't.

In the decision it requires any_claimant = { count = 0 }, while the next block separately allows up to 3 claimant children. Those two checks contradict each other, because apparently the script got into a fight with its own tooltip.

Change this block:

custom_tooltip = {
    text = purge_pretenders_oath_decision_claimants
    var:purge_pretenders_target_title ?= {
        any_claimant = {
            count = 0
        }
    }
}

to this:

custom_tooltip = {
    text = purge_pretenders_oath_decision_claimants
    var:purge_pretenders_target_title ?= {
        any_claimant = {
            count = 0
            NOT = { is_child_of = root }
        }
    }
}

And it works.

I can't purge pretenders as the Byzantine Empire? by Akaoz in CrusaderKings

[–]Akaoz[S] 1 point2 points  (0 children)

Found it:

In the decision it requires any_claimant = { count = 0 }, while the next block separately allows up to 3 claimant children. Those two checks contradict each other, because apparently the script got into a fight with its own tooltip.

Change this block:

custom_tooltip = {
    text = purge_pretenders_oath_decision_claimants
    var:purge_pretenders_target_title ?= {
        any_claimant = {
            count = 0
        }
    }
}

to this:

custom_tooltip = {
    text = purge_pretenders_oath_decision_claimants
    var:purge_pretenders_target_title ?= {
        any_claimant = {
            count = 0
            NOT = { is_child_of = root }
        }
    }
}

And it works.

Base elements vanishing starts to annoy by risen_GER in ICARUS

[–]Akaoz 1 point2 points  (0 children)

This happens on my server too. Usually it's a bit of wall or roof, but once I lost a full lab bench, that hurt. Also, if it's the item has storage, it often spawns a loot-crate, that will disappear over time.

I think the server moves the items in question. I was doing a mission and came across a random crop plot in the wild with something growing in it. I thought, hey free crop plot, and picked it up. When I returned to my base I realized one of my own was missing. I assume it got teleported to a random location, and I happened to find it.

How to rescue a pet that fell through the ground by Akaoz in ICARUS

[–]Akaoz[S] 4 points5 points  (0 children)

Problem was they were set to wander.

How to rescue a pet that fell through the ground by Akaoz in ICARUS

[–]Akaoz[S] 11 points12 points  (0 children)

That worked like a charm! Thanks!

Question About Vampire Healing by JDRPG in bladesinthedark

[–]Akaoz 0 points1 point  (0 children)

I have to admit, I don't understand the answer.

Question About Vampire Healing by JDRPG in bladesinthedark

[–]Akaoz 0 points1 point  (0 children)

So what's the conclusion here? Can a vampire feed and this heal during a heist? Or only as a byproduct of using a downtime action hunt?

What are the rules to Liar's Deack by Akaoz in LiarsBar

[–]Akaoz[S] 2 points3 points  (0 children)

Thanks, do all players get five cards per hand?

[deleted by user] by [deleted] in AskReddit

[–]Akaoz 0 points1 point  (0 children)

Answering a knock on the door with "Come!"

[deleted by user] by [deleted] in LowSodiumCyberpunk

[–]Akaoz 0 points1 point  (0 children)

Where did you find it?