HentHighSchool Development Forum

Game Development => HHS+ => HHS+ Mods => Topic started by: hewhocumsbynight on May 29, 2022, 02:52 AM

Title: [MOD] [1.10] Family Special NPCs
Post by: hewhocumsbynight on May 29, 2022, 02:52 AM
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
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Crane95 on Jun 02, 2022, 06:04 AM
Your NPCs are very important to the game! Will you increase them? Or add quests to them?
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Fen_Going_To_School on Jun 02, 2022, 03:43 PM
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.
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Roshag on Jun 08, 2022, 04:48 PM
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
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Crane95 on Jun 09, 2022, 05:40 AM
The breast ran away from the Uzaki family ;Д
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: blumph on Jun 10, 2022, 01:14 AM
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. 
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: blumph on Jul 04, 2022, 06:46 PM
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.



Title: Re: [MOD] [1.10] Family Special NPCs
Post by: doomi on Jul 16, 2022, 02:36 PM
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.
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: 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.
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: moomoo on Jul 24, 2022, 05:48 PM
umm... miho's head is missing
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Pingu on Jul 29, 2022, 06:14 AM
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
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: blumph on Jul 30, 2022, 01:16 AM
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.
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Mirarara on Aug 08, 2022, 05:37 PM
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.
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: BitoGx on Sep 01, 2022, 08:44 AM
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
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: blumph on Sep 03, 2022, 02:41 AM
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".
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: mymper on Nov 10, 2022, 02:30 PM
Error while performing position scheduling for Person: Kiri Uzaki.
Object reference not set to an instance of an object.

It's the same with all the characters. What should I do?
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Crane95 on Dec 02, 2022, 04:53 AM
How is the update progressing?
Title: Re: [MOD] [1.10] Family Special NPCs
Post by: Mirarara on Mar 18, 2023, 01:25 PM
Remade the mod into modpack format (just drag this into mods and enable it), and fixed all the issues. Should work in 1.10.4.2.
https://mega.nz/file/xIMChZ5T#U16iTYh0zjLKEecKPojPVDRiFlW4BQv-53lVI_IFv-0