Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Could you post the entire error message, including the numbered list below that line? It could be caused by another addon's code.
I've pushed an update that seems to have fixed the 64-bit crash on my end, let me know if it's working for you.
not to my knowledge. the BuildBonePositions hook used to make the ragdoll's bones appear in the right place only runs clientside, while the finger poser looks for their positions serverside. if there's an equivalent to BuildBonePositions serverside, then i'm not aware of it.
Can the underlying ragdoll's bones get updated to the physobj positions, at least only on trace hit? I think that could solve it.
Can you link to an addon with these bad ragdolls so I can test them out?
@SilvaQular, @Doc Scarf, @creeperjo7
Sorry, but I can't reproduce this problem at all. Does this happen even with no other addons enabled?
so far it has been happining to this addon here:
https://steamcommunity.com/sharedfiles/filedetails/?id=2288740738
I will inform you that there is a way to shrink ragdolls.
For instance, if you were to make a ragdolls entire scale be 0.5x: The Resized Ragdoll would be 2x smaller than the normal sized ragdoll.
So there ya go. Shrunken Down Ragdolls!
[Ragdoll Resizer] lua/entities/prop_resizedragdoll_physparent.lua:1095: Tried to use a NULL entity!
1. old_GetClass - [C]:-1
2. GetClass - lua/entities/prop_resizedragdoll_physparent.lua:1095
3. v - lua/autorun/nai_gravgunfix.lua:23
4. unknown - lua/includes/modules/hook.lua:102
The Original Ignore Tool does not work on Resized Ragdolls
https://steamcommunity.com/workshop/filedetails/?id=555630454
1. unknown - lua/entities/prop_resizedragdoll_physparent.lua:166
2. Spawn - [C]:-1
3. CreateEntityFromTable - lua/entities/prop_resizedragdoll_physparent.lua:969
4. unknown - lua/includes/modules/duplicator.lua:819
5. ProtectedCall - [C]:-1
6. oldPaste - lua/includes/modules/duplicator.lua:819
7. Paste - lua/wire/server/wirelib.lua:1527
8. LeftClick - gamemodes/sandbox/entities/weapons/gmod_tool/stools/duplicator.lua:63
9. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:236
1. old_GetClass - [C]:-1
2. GetClass - lua/entities/prop_resizedragdoll_physparent.lua:1095
3. v - lua/autorun/flashlight_init.lua:29
4. unknown - lua/includes/modules/hook.lua:96
known bug with ragmod, that addon detours the tostring function, and causes an error if the thing being converted is a null entity. it could potentially cause bugs with all sorts of addons, not just this one.
1. IsRagmodRagdoll - [C]:-1
2. tostring - lua/entities/prop_ragmod_ragdoll.lua:1009
3. Think - lua/weapons/gmod_tool/stools/ragdollresizerphys.lua:318
4. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:174
i don't know why it's not working.