RM
* Fixed bodygroups.
* Fixed infinite parachute bug.
* Fixed using smooth recovery when you shouldn't (i.e. when using climb rope [i]yes that was a bug[/i])
* Performance improvements.
* Heartbeat soundeffect, wind soundeffects, headshot system, and some other things I probably forgot ported over to GM+.
* Less laggy Lua effects (finally (probably (maybe (hopefully (inb4 even worse than before))))).
* Removed rather uninteresting commands, might port to GM+ at some point if people realize they're gone.
* Overall, fat trimmed. Entire addon isn't crammed into one lua file anymore.
GM+
* Recoded headshot system, heartbeat soundeffect code, wind soundeffects code. Split into different files.
* Weapon equip soundeffects
* Landing soundeffects (combine_soldier/gear#.wav like everyone else :I)
* Viewmodel smoothing looks nicer.
* Remade ViewPunch system from scratch, overrides everything if you want it to oh man it's so nice looking~
* Remade pain ViewPunch effects, localized punch based on where you get hurt at.
* Ironsights for any weapon (if the viewmodel is properly configured, that is).
* Alternate weapon position/angle when sprinting.
* Weapon retracts when you get too close to a wall.
* Remade SMG1 and AR2 ViewPunch when firing.
* Sweet camera shake when using AR2 secondary attack.
* Glorious vignette, sensitive to ViewPunches and aiming-down-sights.
* New crosshair with central aim-position dot, hit marker, and movement-sensitive outer reticule; color and size of everything is customizable.
* Fixed staying in thirdperson if you use thirdperson in a vehicle.
* You can see your legs [i]holy shit[/i].
* Your legs disappear if you're in thirdperson in a car or taunting (not sandbox-dependant).
Todo
* Find some way to store ammo more efficiently for RM, the weapon you drop when you ragdolize (unless you have a weapon that uses the same ammo type) does not save ammo in reserve (and is set to default when you recover).
* Recode RM ragdoll weight system to make smooth recovery more consistent between different models.
* Port RM postprocessing over to GM+, make it even cooler and stuff.
I gottam motivation, let's do this.
Is there anyway to remove the "No!" sound that plays when falling? I can't find an option to remove it or a convar. Also, when I updated my Ragmod to the newest version, taking damage no longer causes people to ragdoll, why is this?
[QUOTE=agentmass;41810047]Is there anyway to remove the "No!" sound that plays when falling? I can't find an option to remove it or a convar.[/QUOTE]
[code]rm.Sounds =
{
...
MaleFreeFall =
{
Sound("vo/canals/male01/stn6_incoming.wav"),
Sound("vo/npc/male01/headsup02.wav"),
Sound("vo/npc/male01/help01.wav"),
Sound("vo/npc/male01/incoming02.wav"),
Sound("vo/npc/male01/pain01.wav"),
Sound("vo/npc/male01/runforyourlife01.wav"),
Sound("vo/npc/male01/runforyourlife02.wav"),
Sound("vo/npc/male01/runforyourlife03.wav"),
>> Sound("vo/npc/male01/strider_run.wav"), <<
Sound("vo/npc/male01/uhoh.wav"),
Sound("vo/npc/male01/watchout.wav"),
Sound("vo/Streetwar/sniper/male01/c17_09_help01.wav"),
Sound("vo/Streetwar/sniper/male01/c17_09_help02.wav")
},
...
}[/code]
[QUOTE=agentmass;41810047]Also, when I updated my Ragmod to the newest version, taking damage no longer causes people to ragdoll, why is this?[/QUOTE]
Dunno. Addon list pls?
Thanks.
This is my addons list:
[CODE]WireMod
WireMod Extras
Advanced Duplicator 2
Easy Precision
Smart Snap
Wenlis Tools
Weight tool
Keypad
Fading Door
Anti-NoClip
Super Parent Multi
No-Collide World (No-Collide Multi)
E2 Derma
Buoyancy
ULX
ULX Scoreboard
Utime
URS
PlayX
Stacker
XCF (ACF)
Ragmod
Falco's Prop Protection
Uclip
Colour Mater
Unbreakable Props
Measuring Tool
Smart Freezer
E2 Particles (2 Different Addons)
PAC3
Make Spherical
Fin
Visual Clip
Shrink Tool
Fireworks
Advanced Ball Socket
Offroad Wheel Pack V2
LemonGate
Smart Welder
GBombs 4
LANBox Tank Wheels
Day / Night Cycle
Nexus Core E2 Functions[/CODE]
And these are the convars I have set for Ragmod:
[CODE]"rm_respawn_delay" "2"
"rm_ragdoll_recovery_smoothing_enabled" "0"
"rm_weapon_drop_onragdoll_enabled" "0"
"rm_weapon_drop_ondeath_enabled" "0"
"rm_weapon_drop_ondrown_enabled" "0"
"rm_weapon_drop_onsuicide_enabled" "0"
"rm_ragdoll_recovery_delay_enabled" "0"
"rm_ragdolize_ondamage_enabled" "1"
"rm_ragdolize_ondamage_vehicle_value" "0"
"rm_ragdolize_onspeed_enabled" "0"
"rm_ragdolize_oneject_value" "500"
"rm_ragdolize_ondamage_value" "10"
"rm_ragdoll_damage_multiplier" "0.1"
"rm_ragdoll_bounce_multiplier" "10"
"rm_ragdoll_force_multiplier" "10"
"rm_ragdoll_keep_enabled" "0"[/CODE]
The only thing I edited in the script was disabling a sound by default. Fall damage also does not work without these changes. I did however try ragmod on singleplayer, and it worked fine. So maybe it's an addon?
Apologies for asking but. Are there any commands to turn gibbing and shooting limbs off completely but still have the ragdolls bleed when you shoot their corpses? And if not is there any chance of seeing it in a update?
[QUOTE=postalcrazy616;41835851]Apologies for asking but. Are there any commands to turn gibbing and shooting limbs off completely but still have the ragdolls bleed when you shoot their corpses? And if not is there any chance of seeing it in a update?[/QUOTE]
rm_ragdoll_decapitation_enabled 0 and rm_ragdoll_gib_enabled 0 partially help
Most appreciated. Didn't notice those commands ^^: Cheers for the help!
[QUOTE=agentmass;41822620]snip[/quote]
It's probably one of these, remove them all one by one to see if it gets fixed:
[CODE]
Wenlis Tools
ULX
URS
Falco's Prop Protection
Unbreakable Props[/CODE]
[QUOTE=agentmass;41822620]
[CODE]"rm_ragdoll_damage_multiplier" "0.1"[/CODE]
[/quote]
You know that's probably why it isn't working properly, right?
Set back to 1 and report findings. Preferably while testing the above addons.
[QUOTE=LittleBabyman;41836292]rm_ragdoll_decapitation_enabled 0 and rm_ragdoll_gib_enabled 0 partially help[/QUOTE]
Partially? That's all you need to do, you got it.
Inb4 I never release RM v6.
[QUOTE=DarkShadow6;41899157]Inb4 I never release RM v6.[/QUOTE]
What, why?
[QUOTE=GodZxSAINT;42045820]What, why?[/QUOTE]
Because I want to go all-out and make publicity videos and headers and write a proper description of the thing. There are also lots of small things to do, like fixing gib bone positions, reducing blood, some other stuff, that I've either been too busy or too lazy to do. Lots of things are going on in my life right now and I've been heavily slacking on things like RM, instead playing games and doing school work.
This needs some fuckin compatibility with LEETBOOB's Customizable Weaponry
[QUOTE=Cwman;42059128]This needs some fuckin compatibility with LEETBOOB's Customizable Weaponry[/QUOTE]
I don't think firearms, even customizable ones, have genitalia of any kind, so I don't really see how they would fuck.
I'll look into it, though.
I love this addon so much, it's fun to play around with it and launch yourself into NPC's.
[QUOTE=necrophilia;42319245]I love this addon so much, it's fun to play around with it and launch yourself into NPC's.[/QUOTE]
"Sir, what's that on the radar?"
"Whatever it is, it's coming straight for us..."
"Is that... A man in a suit?"
"Oh my God, what's wrong with his face?"
Great addon, but still not working when hosting a listening server. ( Game freezes when its 2 bars before finishing loading )
[QUOTE=GrayScaleBG;42514436]Great addon, but still not working when hosting a listening server. ( Game freezes when its 2 bars before finishing loading )[/QUOTE]
You'll just have to wait a few minutes. It'll work.
[QUOTE=LittleBabyman;42520585]You'll just have to wait a few minutes. It'll work.[/QUOTE]
blah I need to work on this some more
To those having issues, get the most updated copy from my ftp ([url]ftp://ds6.us.to/[/url])
It wont be up in the coming months because I'm moving and won't have internet, so get it while you can.
how do you download the newest copy? I tried SVN Checkout in that folder specifically but it keeps making errors so I can't download it :(
[QUOTE=TheCrazyGoD;42566567]how do you download the newest copy? I tried SVN Checkout in that folder specifically but it keeps making errors so I can't download it :([/QUOTE]
FTP clients like FileZilla
okay, cheers :)
[QUOTE=DarkShadow6;40843221]At least someone can read "find rm_".[/QUOTE]
:P
The following will be/has been reposted various places I haunt.
Google has been doing some shady things that I really don't agree with lately: tax evasion, hiding SafeSearch options, buying up a metric ton of smaller companies, essentially becoming a big bad mega corporation, and finally, nagging me to get a Google+ account on literally every page I visited (which I did NOT want), and eventually making it mandatory to have one. After that, I decided I was done with Google.
I've found a great search alternative that doesn't pollute my search results (something I've hated Google for) called [url=ddg.gg]DuckDuckGo[/url] and has a metric ton of nice features.
I've switched my email service over to [url=hushmail.com]Hushmail[/url] temporarily, until I can set up my own email server (which I am in the process of doing). I was also able to get a really short one; my primary email address was "tehdarkshadow6" at gmail.com, now it's just "ds6", which is much nicer. When I finally set up my email server it'll be even shorter, something at ds6.us.to. I will be slowly replacing my old email on all of my Internet accounts and so such with my new account.
For videos, I will sign up for Vimeo when I finally get around to producing some worthwhile content. From initial reports and analysis, it's a really nice service, much more professional-looking than Google's YouTube, imo.
For my projects, I am going to fully rely on my [url=ftp://ds6.us.to]FTP server[/url] and my [url=ds6.us.to]future locally-hosted website[/url]. (Apparently Google didn't delete my Google Code account (it's separate?) when I deleted my Google account, so I have to get that sorted out somehow.)
However, all of this will be on hold for the next couple of days, because I am moving to Arizona.
If for some reason you really need to contact me, the only method I currently and will have available to me is my [url=http://steamcommunity.com/id/DarkShadow6]Steam account[/url] on my laptop while in one of the various hotels I will be staying at on my journey.
Specifics: Basically, if you're waiting for an update, you're going to have to keep waiting. Equally negative, I don't plan on updating after I finally roll out v6, unless to fix bugs; I'm tired of GM and I really don't want to play it anymore.
(To those wondering, yes, I will release GM+ when I release RagMod v6.)
If you want the most recent version of RagMod, get it from the FTP server, linked above. It will only be up for the next few days, however!
[QUOTE=DarkShadow6;42638662]Google has been doing some shady things that I really don't agree with lately: tax evasion, hiding SafeSearch options, buying up a metric ton of smaller companies, essentially becoming a big bad mega corporation, and finally, nagging me to get a Google+ account on literally every page I visited (which I did NOT want), and eventually making it mandatory to have one. After that, I decided I was done with Google.[/QUOTE]
Man, I knew Google was turning into another stereotypical "Evil megacorporation", especially when they bought off YouTube and continued fucking it up every day, with new stupid layouts nobody wanted and cared about, as well as worst of all, COPYRIGHTS.
My friend is trying his best to join Google, what should I do? Do my best to tell him that Google will ruin his life and he will ruin everyone other's life, or make him join, turn CEO and make things right?
bluh bluh bluh
Okay so I'm "back".
I haven't touched RM in forever so eh.
My new ISP blocks SMTP and port 80 unless I fork over a billion dollars extra per month so ugh.
[editline]25th November 2013[/editline]
[QUOTE=Rammelslakje][QUOTE=DarkShadow6][QUOTE=Rammelslakje][QUOTE=DarkShadow6][QUOTE=Rammelslakje]Hey there,
I really like your ragmod. Got it through the SVN.
Much of fun and works good but I cannot decap dead NPC's?
Do you know how to turn it on so you can shoot limbs off etc?
Thanks[/QUOTE]
For the time being, it's disabled on purpose. It works fine, but it is very laggy in GMod 13. There is also an issue where limbs do not disappear when decapitated and will remain visible.
You can enable it with
rm_ragdoll_decapitation_enabled 1
and
rm_ragdoll_gib_enabled 1
If you really want to use it, I would not suggest turning on decapitation, only gib. Decap looks really silly.[/QUOTE]
Thank you, i've just tried and yes the gib is very laggy and the decap just spawns complete body's :P
Would you maybe like to fix it in an upcoming release?
Thanks[/QUOTE]
Of course, derp. I'm working on it right now! Totally not reading Gunnerkrigg Court and eating key-lime icecream...[/QUOTE]
LoL.
Well thank you, I respect al modders and people who are making stuff like this for free for the community
Enjoy your icecream mate
Bye[/QUOTE]
Originally, I was planning on simply releasing RM as it is right now and just whatever I don't care anymore.
But after reading that message while cleaning out my PMs, I've decided I will actually fully "complete" RM at some point. I'll get around to it within this month, unless school/my infinite laziness/other IRL things get in the way.
[editline]asdasdasd[/editline]
Wait when did I post this?
remember when i couldn't get this to work well i updated to gmod 13 (used gmod 12 on other drive) and used this addon, works perfectly fine.
also i'm glad to hear that you will finish this full :smile:
Any reason this would cause crashing when you use kill in the console?
It happened after installing this mod.. conflict?
I have RagMorph installed as well....
And how come I cant pick up items after dropping them? XD
[QUOTE=makermod1;43139899]Any reason this would cause crashing when you use kill in the console?
It happened after installing this mod.. conflict?
I have RagMorph installed as well....
And how come I cant pick up items after dropping them? XD[/QUOTE]
definitely a conflict
[QUOTE=makermod1;43139899]I have RagMorph installed as well...[/QUOTE]
[editline]16th December 2013[/editline]
In other news I finally updated the OP.
I might just finish this within the next century.
The FTP download is not working. Also V6 isn't even in the FTP link. I am able to view the addons in the FTP link though.
Sorry, you need to Log In to post a reply to this thread.