File information

Last updated

Original upload

Created by

Shaklin

Uploaded by

Shaklin

Virus scan

Safe to use

Tags for this mod

106 comments

  1. trashystar
    trashystar
    • member
    • 0 kudos
    Hey, uh I'm sorry to ask but anyone know how to fix this? because either what happens if i'm stuck T-posing unable to move or this which the game crashes after walking a few steps, or the game gets a fatal error, and I think i've identified the problem which is with the skeleton but I don't know i'm doing wrong? and I've remade the model like 15 times using only mono's skel Idk if combining meshes mess with the skeleton or what ever but I do need help! I also just literly put in the orgianl Mono SKEL In the PAK file and It still happens 

    what's happening:https://imgur.com/a/x7dP8Xt
  2. ArnarNexus
    ArnarNexus
    • member
    • 0 kudos
    ahh I'm so close to getting this to work but no matter what I do I always end up with the character t-posing and untextured. I applied the skeleton of Mono's PSK on to a model I've rigged and followed all the steps, do you know what could be causing the t-pose? 
    Also, do the materials need to be replacements of ones already used by the game?
    1. Shaklin
      Shaklin
      • premium
      • 165 kudos
      Hello, it must be the original skeleton (dont move any bones etc). Check the filenames.
      And also check if it in the right folders.
      Mono2RunawayKid Example:
      https://i.imgur.com/tya5wfW.jpg
      https://i.imgur.com/usxMzAx.jpg

      The mesh/skeleton MUST have the same names (for mono: SKEL_Player, SKM_Player02 and SKM_Player02_PhysicsAsset).
      The texture names can be renamed whatever you like, just as the mesh uses them.
    2. ArnarNexus
      ArnarNexus
      • member
      • 0 kudos
      edit: found my problem! The structure of my UE4 project was slightly off so most of the mod wasn't being read correctly. This tutorial is great, ty
    3. tacce0063
      tacce0063
      • member
      • 0 kudos
      你好~你能告诉我具体是什么原因么?我也遇到了这样的问题,谢谢了!!!tks!!!!
    4. trashystar
      trashystar
      • member
      • 0 kudos
      How did you fix it? if you don't mind me asking, cause right now that's my problem aswell and currently stuck on it
  3. inkaddict608
    inkaddict608
    • member
    • 0 kudos
    Would this mod work with the model of the spoon girl/pigtail girl/Bloody nose girl im thinking of getting the game and im pretty sure she has a model in the files but im not sure can someone confirm?
  4. Mabud95
    Mabud95
    • member
    • 0 kudos
    Hi shaklin, I am not sure if you are still active or not. I am trying to mod in thinman and the lady into little nightmares 2. Currently I have the thinman extracted with unreal model viewer. But I don't know what to do now. I have never done this before, so I have no idea what to do. I would really appreciate some help. 
    1. Shaklin
      Shaklin
      • premium
      • 165 kudos
      Hello Mabud95 :)

      I'm active but not anymore Little Nightmares II
      But I recommend FullTilOn's Discord:

      https://www.youtube.com/@FullTiltOn/about (Discord link under Links)
      (and on Discord under LITTLE NIGHTMARE)
    2. EasySleep1
      EasySleep1
      • member
      • 0 kudos
      i know its an old post. but im curious if you ever got this mod of yours working
  5. wwolfenstein12
    wwolfenstein12
    • member
    • 1 kudos
    Thanks

    Nice Mod

  6. ZelectricVoidX
    ZelectricVoidX
    • member
    • 0 kudos
    can you make it work with enhanced edition plz
  7. eaeae1234
    eaeae1234
    • member
    • 0 kudos
    nvm ignore the post below
  8. eaeae1234
    eaeae1234
    • member
    • 0 kudos
    do i have to delete the old paks or no?
  9. No0odles
    No0odles
    • member
    • 0 kudos
    I need help, Mono and Six's hands don't aline while holding hands, even after i uninstalled the mod. I really like the mod, but while using it Mono and Six hands didn't aline, i uninstalled the mod and they still don't, i reinstalled the game, deleted my save file and the glitch still remains. The same happens while Mono is using a lever.

    Here's a picture i took: https://imgur.com/a/MRfxeKW
    1. RosaMelano296
      RosaMelano296
      • member
      • 0 kudos
      I am back after 2 years on another account to mention that this wasn't the mod's fault, it was a bug the game had that got triggered when I modded the game (I'm not sure if it happened at random or when you mod your game). Anyways, the bug is patched now :D
  10. joewalabel
    joewalabel
    • premium
    • 52 kudos
    Got error to pack:

    G:\Unreal Modding\UnrealPakTool\pack_tool>u4pak.py pack Helios-WindowsNoEditor_MyMod.pak Helios
    Traceback (most recent call last):
      File "G:\Unreal Modding\UnrealPakTool\pack_tool\u4pak.py", line 1589, in <module>
        main(sys.argv[1:])
      File "G:\Unreal Modding\UnrealPakTool\pack_tool\u4pak.py", line 1549, in main
        pack(stream,args.files,args.mount_point,args.archive_version,callback=callback)
      File "G:\Unreal Modding\UnrealPakTool\pack_tool\u4pak.py", line 721, in pack
        files.sort(cmp=strcoll)
    TypeError: 'cmp' is an invalid keyword argument for sort()

    G:\Unreal Modding\UnrealPakTool\pack_tool>pause
    Press any key to continue . . .

    How fix it, please?
    Thanks!
    1. Shaklin
      Shaklin
      • premium
      • 165 kudos
      Hi :) Do you have Python 2.7 installed? It may not work with other/new versions.
    2. Shaklin
      Shaklin
      • premium
      • 165 kudos
      Hello again!

      Maybe that help:
      open u4pak.py with norepad++, go to the line 721 and delete it or write a #, should look like this:
      #files.sort(cmp=strcoll)

      save it and try to pack again.