Garry's Mod

Garry's Mod

8,649 평점
Ragdoll Resizer
6
6
2
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Comic
파일 크기
게시일
업데이트일
109.186 KB
2015년 6월 27일 오전 8시 58분
2024년 10월 18일 오전 9시 21분
업데이트 노트 22개 (보기)

다운로드 위해 구독하기
Ragdoll Resizer

설명
A tool that changes the size of ragdolls.


Features:
  • Can resize a whole ragdoll evenly, or set the size of individual moving parts (physics objects). You can even set separate scales for each axis - you can make parts taller, wider, longer, flatter, or whatever you want.

  • These aren't the unmovable 'resized ragdolls' from the old addon - these are real, posable ragdolls with working physics that you can do whatever you want with. Pose them with the physgun, weld things to them, use them in scene builds, fling them around, even use them with animation tools like Stop Motion Helper or Henry's Animation Tool.

  • To use the tool, just right click a ragdoll to select it. This will add a bunch of controls to the context menu (hold C) that you can use to resize the ragdoll, and it'll also show a preview model over the ragdoll so you can see your changes. Once you have the size set the way you want, left click to finish and apply the changes to the ragdoll.

  • Resized ragdolls are 100% dupe and save compatible.


FAQ:
  • I want to resize some props to go along with my resized ragdolls, how can I do that?
    Try out the Prop Resizer/Collision Resizer addon here.

  • I'm a Lua coder. How does this work, is a resized ragdoll a SENT? I thought you couldn't have SENTs with multiple physics objects like this.
    It actually uses a separate entity for each of the physics objects, which are all constrained together, while the parent entity with the actual visible model uses BuildBonePositions to follow their movements. They also use a bunch of function detours to trick the rest of the game into thinking they're just one entity with a lot of physics objects, so that everything in Lua, even the duplicator, treats them just like they would a normal ragdoll.


Known Issues:
  • Known conflicting addons:
    If you're having problems where tools or physgun unfreezing aren't working right on resized ragdolls, then make sure these addons are disabled. If you right-click a resized ragdoll in the context menu and this error shows up, then it's almost definitely an addon conflict.

  • Since Source doesn't like physics objects that are too big or too small (too big and they won't move properly, too small and the game won't even spawn them), I've had to set a size limit of 0.2x to 50x. You can still go past the limit in singleplayer by typing in a number instead of using the slider, but it's not recommended and things will break. If you want resized ragdolls with sizes past the limit, or just want to pose with normal-sized ragdolls, you can still use the old non-physics ragdoll resizer tool.

  • Like all resized models in GMod, ragdolls' eyes won't scale up or down when resized, and Lua doesn't have anything to set the eye size of just one model. To let you try and get around this, there's a slider in the controls that changes the size of every model's eyes, which is the closest thing we've got.

  • Nocollide tool's left click will only nocollide the physics object you clicked on instead of the whole ragdoll; right click still works normally.

  • Finger poser tool won't always select the hand you clicked on; to get around this, just click on the opposite side of the ragdoll until the tool switches hands.

  • Not compatible with Advanced Duplicator or Advanced Duplicator 2.


Github page: https://github.com/NO-LOAFING/RagdollResizerPhys
인기 토론 모두 보기(65)
38
2024년 12월 20일 오전 6시 16분
고정됨: BUG REPORTS GO HERE
(s)no(w) loafing
56
1
2024년 6월 8일 오후 4시 56분
Ragdoll Resizer Broken (Caused by update maybe?)
ProvingBeatle16
23
2023년 8월 25일 오전 7시 21분
Issue with Ragdolls
Terra
댓글 1,151
xxxCASE.GIFT 2024년 12월 26일 오전 3시 47분 
its cool
kILLBLAZE 2024년 12월 7일 오후 5시 54분 
adds so much problems.... worth it
chip599XX 2024년 12월 5일 오전 9시 04분 
Can you do Advanced Ignore Tool Please?

The Original Ignore Tool does not work on Resized Ragdolls
https://steamproxy.net/workshop/filedetails/?id=555630454
baublits5 2024년 12월 3일 오후 2시 50분 
I'm trying to use this tool but every time I use it thousands of other models rain from the sky
Kelatix 2024년 11월 22일 오전 8시 34분 
[Ragdoll Resizer] lua/entities/prop_resizedragdoll_physparent.lua:166: attempt to index a nil value
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
Entrenched47 2024년 11월 19일 오전 7시 01분 
W mod
mistercaner24 2024년 11월 19일 오전 12시 03분 
[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/flashlight_init.lua:29
4. unknown - lua/includes/modules/hook.lua:96
(s)no(w) loafing  [작성자] 2024년 11월 11일 오후 7시 04분 
@BurningFire08
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.
BurningFire08 2024년 11월 11일 오후 5시 13분 
[Ragdoll Resizer] lua/entities/prop_ragmod_ragdoll.lua:1009: Tried to use a NULL entity!
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.
Pibe_Calcinado 2024년 11월 2일 오후 9시 11분 
i can't find the tool, where is at?