CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Cho775

New Member
Nov 17, 2022
7
3
Conception rate sure saves time with the stat stacking. Is there a limit to how many different stats you can have? I'm struggling to get more than four on a single unit.
 

uglywolf

Member
Nov 3, 2018
214
135
this is my entire note pad folder
You don't have permission to view the spoiler content. Log in or register now.

Check your codes properly. I did mentioned about it being enclosed, or not. For now, restore your original general.trait, you can just extract that single file from the zip. Because I think your file might as well broken by now, considering you lack the basics of coding knowledge. And no, over here is not a place to learn for that.

Anyway, after replacing the file, copy these.

Code:
    {
        "Id": "Damage100",
        "Type": "Damage",
        "Name": "#Damage",
        "Value": [100],
        "Positive": [1],
        "Script": "TraitScripts.Damage",
    },
Find the...

},
{

Make a new line(basically just press ENTER) in between so it'll look like...

},

{

Paste it on that empty line. And just save it.

Conception rate sure saves time with the stat stacking. Is there a limit to how many different stats you can have? I'm struggling to get more than four on a single unit.
So far, the discussions only says the maximum of four traits can be gained on each characters. No more than that.
 
Last edited:

uglywolf

Member
Nov 3, 2018
214
135
Back in 0.3+, we have Sacrifice Mod, which won't work on 0.4 due to the mod is basically editing the core game files. So for now, its better if you just start anew or wait until someone could remake that mod; as a script, instead of directly messing with the core structures of the main game files if possible.

There are yet any known official way for repairing the doors.
 
  • Like
Reactions: flannan

Necksel

Newbie
Jun 3, 2020
32
12
So far, the discussions only says the maximum of four traits can be gained on each characters. No more than that.
I was able to score 5 stats, although it's damn difficult, I'm not talking about 6 at all, it doesn't seem possible for me to score so much, it's strange, of course, that the authors made a clean random with them, and didn't do that the same stats were likely to fall out often.
 

FruitSmoothie

Well-Known Member
Jan 22, 2019
1,747
2,183
I was able to score 5 stats, although it's damn difficult, I'm not talking about 6 at all, it doesn't seem possible for me to score so much, it's strange, of course, that the authors made a clean random with them, and didn't do that the same stats were likely to fall out often.
Yeah, can back up that 5 is possible, though at that point you will struggle to be able to reproduce offspring with all those traits on them again any time soon. It will probably take like 10 days on average to get another 5 trait unit if you're only doing one at a time. I mean, at least there's not much else to do right now post day 60 or so, lol.
You don't have permission to view the spoiler content. Log in or register now.

Good news is the later infamy traits (Crit Hit, Crit Hit Multiplier, Knockback Resist, Fetal Growth Time, Sex Time) don't need many bonuses to be useful or max out, which seems intended by the dev. So you get your Damage, Health, maybe Conception Rate up to crazy levels, then get a few levels of the higher infamy stuff and they multiply in usefulness due to already having high damage.

I hope that means there will be some difficulty spike eventually that straight damage boosts alone can't overcome. The soft/hard caps for stats seems like it might be coming afterall/soon with the dev seemingly planning out early game and late game traits (Or some other balancing stuff anyways).
 
Last edited:
Jan 6, 2018
69
111
Yeah, can back up that 5 is possible, though at that point you will pretty much never be able to reproduce offspring with all those traits on them again any time soon. It will probably take like 10 days on average to get another 5 trait unit if you're only doing one at a time. I mean, at least there's not much else to do right now post day 60 or so, lol.
You don't have permission to view the spoiler content. Log in or register now.
6 is the maximum amount listed, but you have a slightly better than 1/20 odds (actually 6/101, because we deal with 0-100 not 1-100).
So far, the discussions only says the maximum of four traits can be gained on each characters. No more than that.
4 traits are the maximum on capturable units (as of now), as nothing in the sister or woman.character files list more than 4.


For future reference, Armament Damage is the amount of Health a Village/Burrow will take off attacking characters. So sending one uber health unit will pretty much clear anything. The max damage the burrows give is below 100. The Armament Level (Low, Medium, etc.) is just meant as a guide post, as the damage is in a range.
 
Jan 6, 2018
69
111
How to fix this?
Like Flannan stated, you want to do one of the 4 languages it expects to be in. it isn't just the language file it can't find, but any file beyond certain defaults (which is why Home, Player, and Door1 is null, because those are loaded first).

Pathing issue, use the default English for best results in help here.


Current status: Think I found your health mod.
C:
      if (building.Type == "MysteriousRoom" && !(dragAndDropObject1.Type == "Player"))
          {
            Rf.Gm.Notify("Sacrifice accepted");
            Rf.Gm.Pd.HomeHealth += dragAndDropObject1.GetTraitList().Count + 1;
            Rf.Gm.Notify("Current door health: " + (object) Rf.Gm.Pd.HomeHealth);
            Rf.Gm.CharacterAllocate(dragAndDropObject1, "None", "List", 0, 0, 0, -1, false);
            Rf.Gm.RemoveCharacter(dragAndDropObject1);
            return;
          }
image_2024-12-25_184403502.png

Used JetBrains dotPeek and WinMerge

Edit: I did make a quick Script using the section and replacing the BulidingTrigger code in place, but I get a cannot be placed notification. I'll probably need to solve more issues/or there is more changed than just that.
 
Last edited:
Jan 6, 2018
69
111
what happened to the demon that appeared in the crystal?
If you are referring to Rune? She's still referenced in the code but not here. They are probably waiting to add functionality to her so she isn't just an existence. She's the current name of the game, ProjectR is ProjectRune.
 

uglywolf

Member
Nov 3, 2018
214
135
Able to have up to six traits is a news to me, and glad that it would work. I'll be taking note on that and it most likely had its place in FAQ.

I really hope there's some way in the future to organize gobs by type, stat bonus, stats. And super hoping to figure out a way to get rid of the human women eventually/use them for something.
At update 0.4+, you are good to go.
 
Last edited:
4.40 star(s) 24 Votes