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
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?
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.
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?
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.
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
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
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!
106 comments
what's happening:https://imgur.com/a/x7dP8Xt
Also, do the materials need to be replacements of ones already used by the game?
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.
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)
Nice Mod
Here's a picture i took: https://imgur.com/a/MRfxeKW
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!
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.