News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[MOD] [1.10] Family Special NPCs

Started by hewhocumsbynight, May 29, 2022, 02:52 AM

Previous topic - Next topic

hewhocumsbynightTopic starter

Originally made for the public beta, this mod introduces the Uzaki Family and the Nishizumi Family to Smallville. All characters have unique paperdolls, outfits included. At the moment, this mod doesn't seem functional with the new 1.10 release, but I'll see if I can get it working again.

https://mega.nz/file/EAA3xYKY#d-ALgLBQtLHkHSoPTtDocsHjkyXbTO_IgCL4D1do2Jc

Crane95

Your NPCs are very important to the game! Will you increase them? Or add quests to them?

Fen_Going_To_School

This mod directly changes the Smallville town data, so in order to play it you would need to install it like Lexville instead of the normal route, so you can't just stick it in the mod folder.  This also makes it incompatible with any other mod that might do the same. I would recommend switching to using a world extender as they seem to do the same thing.

Roshag

Moved locations to WorldExtensions, fixed heads, now can be installed like a regular mod https://drive.google.com/file/d/1cLuwGRZ-D-VVhl95h_Fz_Z6-wrcgL8Cb/view?usp=sharing

Crane95

The breast ran away from the Uzaki family ;Д

blumph

Special Family members don't follow clothing 'rules'; street clothes on the beach and in the pool, no school uniforms, etc. Still early, so don't know if they'll follow the Corruption / Inhibition clothing rules either yet. 

blumph

#6
In Ladies' Changing Room:

PaperDollHandlers\PD_MahoNishizumi [EXEC] caused an exception at operation SeqAct_SetPaperDoll (ID: 13).
Length cannot be less than zero.
Parameter name: length

On Beach:

PaperDollHandlers\PD_YanagiUzaki [EXEC] caused an exception at operation SeqAct_SetPaperDoll (ID: 13).
Length cannot be less than zero.
Parameter name: length

Looks like it may be tied to Clothing State 8. Special Breasts not loading (become Size 1 at Clothing Level Eight).

EDIT: Fix is to delete the "True" link between 'FunctionLibrary\PaperDoll\GetPDStates' 8+ and 'Nude Breasts' and 'Nude Penis' on 'Set Paper Doll'. This allows the custome body parts to be used and clears the error.

Tsuki Uzaki does not throw an error, but her breasts are under her chin and over her shoulders like a cape. Deleting the link above fixes the issue.




doomi

Quote from: blumph on Jul 04, 2022, 06:46 PMIn Ladies' Changing Room:

PaperDollHandlers\PD_MahoNishizumi [EXEC] caused an exception at operation SeqAct_SetPaperDoll (ID: 13).
Length cannot be less than zero.
Parameter name: length

On Beach:

PaperDollHandlers\PD_YanagiUzaki [EXEC] caused an exception at operation SeqAct_SetPaperDoll (ID: 13).
Length cannot be less than zero.
Parameter name: length

Looks like it may be tied to Clothing State 8. Special Breasts not loading (become Size 1 at Clothing Level Eight).

EDIT: Fix is to delete the "True" link between 'FunctionLibrary\PaperDoll\GetPDStates' 8+ and 'Nude Breasts' and 'Nude Penis' on 'Set Paper Doll'. This allows the custome body parts to be used and clears the error.

Tsuki Uzaki does not throw an error, but her breasts are under her chin and over her shoulders like a cape. Deleting the link above fixes the issue.




Do you have a file so i can easily override them or do i have manually fiddle with the code in HHS\Schools\NormalSchool\Mods\NishizumiMod\Events\PaperDollHandlers I'd really appreciate the file.

blumph

Quote from: doomi on Jul 16, 2022, 02:36 PMDo you have a file so i can easily override them or do i have manually fiddle with the code in HHS\Schools\NormalSchool\Mods\NishizumiMod\Events\PaperDollHandlers I'd really appreciate the file.

https://gofile.io/d/KIAI7W - replace existing files. When I edited ingame, it worked on an existing save; you may want to 'Reload Events' just in case.

moomoo


Pingu

PaperDollHandlers\PD_YanagiUzaki [EXEC] caused an exception at operation SeqAct_SetPaperDoll (ID: 13).
Length cannot be less than zero.
Parameter name: length

Tried using the updated files from blumph but still getting this error with Yanagi now that her inhib is low enough to walk around naked

blumph

Quote from: Pingu on Jul 29, 2022, 06:14 AMPaperDollHandlers\PD_YanagiUzaki [EXEC] caused an exception at operation SeqAct_SetPaperDoll (ID: 13).
Length cannot be less than zero.
Parameter name: length

Tried using the updated files from blumph but still getting this error with Yanagi now that her inhib is low enough to walk around naked

Try reloading Events; I no longer get errors.

Mirarara

#12
Quote from: blumph on Jul 24, 2022, 04:07 PM
Quote from: doomi on Jul 16, 2022, 02:36 PMDo you have a file so i can easily override them or do i have manually fiddle with the code in HHS\Schools\NormalSchool\Mods\NishizumiMod\Events\PaperDollHandlers I'd really appreciate the file.

https://gofile.io/d/KIAI7W - replace existing files. When I edited ingame, it worked on an existing save; you may want to 'Reload Events' just in case.

The file link is broken.

Also, World Extension seems to be not working. Both families house isn't showing up on map.

Edit: Fixed the map by adding higher priority. The house isn't locked though, which seems strange.

BitoGx

Anyone have the updated files for fixing the error, i didn't really understand this part
QuoteEDIT: Fix is to delete the "True" link between 'FunctionLibrary\PaperDoll\GetPDStates' 8+ and 'Nude Breasts' and 'Nude Penis' on 'Set Paper Doll'. This allows the custome body parts to be used and clears the error.
<SeqAct_SetPaperDoll>
    <VariableLink>
      <Name>Outfit Level</Name>
      <VariableIDs>
        <unsignedInt>10</unsignedInt>
      </VariableIDs>
      <ExpectedType>VT_Int</ExpectedType>
      <bWriteOnly>true</bWriteOnly>
      <LinkType>LT_Optional_Single</LinkType>
    </VariableLink>
    <VariableLink>
      <Name>Nude Breasts</Name>
      <VariableIDs>
        <unsignedInt>12</unsignedInt>
      </VariableIDs>
      <ExpectedType>VT_Bool</ExpectedType>
      <bWriteOnly>true</bWriteOnly>
      <LinkType>LT_Optional_Single</LinkType>
    </VariableLink>
    <VariableLink>
      <Name>Nude Penis</Name>
      <VariableIDs>
        <unsignedInt>12</unsignedInt>
      </VariableIDs>
      <ExpectedType>VT_Bool</ExpectedType>
      <bWriteOnly>true</bWriteOnly>
      <LinkType>LT_Optional_Single</LinkType>
    </VariableLink>
  </VariableLinks>
  <FolderPath>Images\People\SpecialStudents\Miho_Nishizumi_Casual\</FolderPath>
</SeqAct_SetPaperDoll>
i try to delete the line with "True" and reload the event but it's still not working

blumph

Quote from: BitoGx on Sep 01, 2022, 08:44 AMAnyone have the updated files for fixing the error, i didn't really understand this part
QuoteEDIT: Fix is to delete the "True" link between 'FunctionLibrary\PaperDoll\GetPDStates' 8+ and 'Nude Breasts' and 'Nude Penis' on 'Set Paper Doll'. This allows the custome body parts to be used and clears the error.
<SeqAct_SetPaperDoll>
    <VariableLink>
      <Name>Outfit Level</Name>
      <VariableIDs>
        <unsignedInt>10</unsignedInt>
      </VariableIDs>
      <ExpectedType>VT_Int</ExpectedType>
      <bWriteOnly>true</bWriteOnly>
      <LinkType>LT_Optional_Single</LinkType>
    </VariableLink>
    <VariableLink>
      <Name>Nude Breasts</Name>
      <VariableIDs>
        <unsignedInt>12</unsignedInt>
      </VariableIDs>
      <ExpectedType>VT_Bool</ExpectedType>
      <bWriteOnly>true</bWriteOnly>
      <LinkType>LT_Optional_Single</LinkType>
    </VariableLink>
    <VariableLink>
      <Name>Nude Penis</Name>
      <VariableIDs>
        <unsignedInt>12</unsignedInt>
      </VariableIDs>
      <ExpectedType>VT_Bool</ExpectedType>
      <bWriteOnly>true</bWriteOnly>
      <LinkType>LT_Optional_Single</LinkType>
    </VariableLink>
  </VariableLinks>
  <FolderPath>Images\People\SpecialStudents\Miho_Nishizumi_Casual\</FolderPath>
</SeqAct_SetPaperDoll>
i try to delete the line with "True" and reload the event but it's still not working

I did the deletion in the visual editor in-game; I didn't edit the file "manually".