Create and Fuck your AI Slut -70% OFF
x

DreagenCode

Member
Jun 4, 2025
248
104
43
Last edited:
  • Like
Reactions: Nightm763

blackdad7

Member
Apr 27, 2018
158
63
216
why offspring of underground woman have deferent color for boy and girl boy is gray -> gray but girl gray -> dark ?
 

Denkader

Member
Aug 13, 2024
359
518
161
I doubt it would be an npc causing the issue since I equiped myself with the raid decoy so i'm supposed to be the target
Where are you exactly when the raid fails? Can you post a screenshot?

have you tried putting it on an npc?
the way I understand it is that the raids are ment to target your npcs, not you...
The decoy works fine on either MC. I do it all the time.

maybe a stupid question, but where would I put the files?
my guess is /MODS, but which subfolder? contents or images?
John gave some instructions here:

https://f95zone.to/threads/mad-island-v0-43-2-beta-e-made.209671/post-17583108

Could someone with a good heart share a save?
The site's search function works really well, you know. But anyway, here are two saves that have been posted to the thread--one old and one from just yesterday!

https://f95zone.to/threads/mad-island-v0-22-beta-steam-e-made.209671/post-15143224
https://f95zone.to/threads/mad-island-v0-4-5-2-beta-e-made.209671/post-18488057
 

blackdad7

Member
Apr 27, 2018
158
63
216
Oh, right; Didn't know elite status was class level.
Here's the code of GenChildSet() (comments and variable names changed for comprehension) as of 0.4.4.8:

Code:
public void GenChildSet(CommonStates child, CommonStates mom)
{
    CommonStates dad = mn.npcMN.GetFriend(mom.pregnant[0]);
    CommonStates momOrDad = mom;
    if (dad != null && UnityEngine.Random.Range(0, 2) == 0)
        momOrDad = dad;
    for (int index = 0; index < child.colors.Length; ++index)
        child.colors[index] = momOrDad.colors[index];
    switch (child.npcID)
    {
        case 142: // Under Ground Girl
        case 143: // Under Ground Boy
        case 181: // Under Ground Young Man
            if (momOrDad == mom && mom.npcID == 44 /* Under Ground Woman */ && mom.colors[0] == Color.white)
            {
                // Set first 3 colors to #323232 (dark charcoal)
                for (int index = 0; index < 3; ++index)
                    child.colors[index] = new Color32(50, 50, 50, byte.MaxValue);
                break;
            }

            break;
    }

    switch (momOrDad.npcID)
    {
        case 1: // Man
        case 89: // Young Man
            child.colors[1] = child.colors[0];
            break;
    }

    switch (child.npcID)
    {
        case 10: // Male Native
        case 11: // Big Native
        case 14: // Native Boy
        case 141: // Large Native Boy
        case 143: // Under Ground Boy
        case 180: // Large Young Man
        case 181: // Under Ground Young Man
            LoadGen(child.gameObject);
            break;
        case 15: // Female Native
        case 16: // Native Girl
        case 140: // Large Native Girl
        case 142: // Under Ground Girl
            LoadGenGirl(child.gameObject);
            break;
        case 44: // Under Ground Woman
            child.parameters[0] = mom.parameters[0];
            child.parameters[4] = mom.parameters[4];
            LoadGenUnder(child);
            break;
    }

    if (mom.status[7] > 0) // mom was elite?
        mn.npcMN.NPCClassUp(child); // child is now also elite
    child.status[8] = mom.pregnant[0]; // friendID of dad (friend who made mom pregnant)
    child.status[9] = mom.friendID; // friendID of mom
}
I did manage to find all npcIDs stuck somewhere in Assets\Resources\npcstats, which I used to fill up the comments above. Here they are:
You don't have permission to view the spoiler content. Log in or register now.

And nobody asked for them, but here are the English names that are randomly given to new friends:
You don't have permission to view the spoiler content. Log in or register now.

(special mentions for men: Hotpeppa (which I got), Hipopotaman, Sensei, Chinpo, Opalove)

You don't have permission to view the spoiler content. Log in or register now.

(special mentions for women: Kenny, Catherine, Nomnom)
Hi Where you get the code ? i want see what growth function do , looks like it also have if() condition for 142.
 

HRF94

Member
Oct 13, 2023
144
86
103
question lulu-quest:
I'm at the point to find a burial spot, butthe guide somewhere earlier says I can take cassie to the lab and resurrect lulu. but there's no questmarker there...
any ideas what I'm missing?
 

AppalingBlue

Newbie
Feb 21, 2024
91
186
102
question lulu-quest:
I'm at the point to find a burial spot, butthe guide somewhere earlier says I can take cassie to the lab and resurrect lulu. but there's no questmarker there...
any ideas what I'm missing?
You cleared the lab questline and are at the console where you revived Cassie earlier, right? The same place you get teleported to with /stage labo2?

Try saving and reloading. Quest points especially in v.0.4.5.x sometimes don't update dynamically and need the save to be reloaded to load properly.
 

HRF94

Member
Oct 13, 2023
144
86
103
You cleared the lab questline and are at the console where you revived Cassie earlier, right? The same place you get teleported to with /stage labo2?

Try saving and reloading. Quest points especially in v.0.4.5.x sometimes don't update dynamically and need the save to be reloaded to load properly.
still no
tmp.PNG

there's also no marker on the map (there is one for the burial)
 

SaSteiner

Member
Nov 27, 2023
135
285
82
Did you trigger the burial stuff?
If you triggered it, but backed out, the game still mistakenly put the flag that Lulu has been buried.
 

HRF94

Member
Oct 13, 2023
144
86
103
Did you trigger the burial stuff?
If you triggered it, but backed out, the game still mistakenly put the flag that Lulu has been buried.
the other (kana?) asked me to find a burial spot, didn't do anything with at after that...

/edit:
if it helps:
Code:
        <QuestSave>
          <questKey>Sub_Kana</questKey>
          <progress>2</progress>
        </QuestSave>
        <QuestSave>
          <questKey>Sub_Lulu</questKey>
          <progress>0</progress>
        </QuestSave>
 
Last edited:

Dem_Apples

Newbie
Oct 11, 2018
31
59
169
Man, I really wish there was a way to tone down that blue fog. It's especially annoying underground or at night.
 

Curon

Member
Sep 8, 2017
393
309
180

loli22

Member
Apr 2, 2022
103
16
109
Hi, sorry to bother you, is there an easier way to get Crimson Meat? I mean, where are those deformed things in the cave? I'm only getting them one at a time. Are there any other mobs or loose ones I can find? I need them to resurrect my new character. Thanks.
 

John8r9

Engaged Member
Dec 25, 2018
2,475
5,927
677
Hi, sorry to bother you, is there an easier way to get Crimson Meat? I mean, where are those deformed things in the cave? I'm only getting them one at a time. Are there any other mobs or loose ones I can find? I need them to resurrect my new character. Thanks.
craft flesh collector from meat workbench, activate it after killing a bunch of raiders and it will turn them into flesh
 

Kerrox

New Member
May 27, 2018
13
2
13
Can only NPC abducted? or Reika and the female protagonist too?
For me Reika is a NPC too.. but i never triggered an abduct event.. i died sometimes now..
 
4.50 star(s) 112 Votes