• Ragdoll colorizer
    0 replies, posted
[t]http://cloud-4.steampowered.com/ugc/432657365817051710/B4D110E411F3A3F953E888681BA50032D9924495/637x358.resizedimage[/t] I just uploaded something to the workshop, it's a simple tool that let you to paint player models ragdolls Isn't big deal, but I got this request because "this would add variety to the scene posings" [B]SourceCode:[/B] [url]http://pastebin.com/K0nv0NNp[/url] [B]Workshop addon:[/b] [URL="Link"]http://steamcommunity.com/sharedfiles/filedetails/?id=267610127[/URL] [B]How does this work:[/B] Testing this on the client watching the player_editor.lua from the sandbox gamemode [lua] ragdoll.GetPlayerColor = function() return Vector( color.r/255, color.g/255, color.b/255) end [/lua] [B]Anything else?[/B] No...I think that's cool
Sorry, you need to Log In to post a reply to this thread.