[QUOTE=MMASeidokan;40712015]I snorted too much cocaine and ragdollized (sort of like real life). I was also unable to get up until the high wore off, and my arm just tried limping up like a useless piece of meat.[/QUOTE]
that's
really creepy
[QUOTE=MMASeidokan;40712015]I also have a question about GM+, is it supposed to be like Sharpeye, and maybe more?[/QUOTE]
No, but that doesn't mean it wasn't an inspiration.
[QUOTE=MMASeidokan;40712015]Tanks![/QUOTE]
Boats!
cleaned up [url=ftp://ds6.us.to/]the ftp[/url]
seriously
go there
[i]seriously[/i]
Whenever I get knocked down it's ridiculously hard to stand up, and alot of the times he duplicates himself and explodes into several gibs. What could be causing this?
[QUOTE=guymansworth;40739783]Whenever I get knocked down it's ridiculously hard to stand up, and alot of the times he duplicates himself and explodes into several gibs. What could be causing this?[/QUOTE]
I am a magical wizard! I can see what addons you have installed [i]WITH MY MIND![/i]
[QUOTE=DarkShadow6;40757593]I am a magical wizard! I can see what addons you have installed [i]WITH MY MIND![/i][/QUOTE]
Aw naw that's cool. I was figuring maybe there were some common addons it could conflict with, like ragmorph or something, or maybe if it conflicted with certain types of addons. I mean, this is only my 3rd post in 5 years, that should tell you how much I appreciate Ragmod. But nah, your smartass answer totally helps me out, thanks dude!
I speak wizard, and I think he's trying to say you should give a list of your addons.
[QUOTE=guymansworth;40757932]Aw naw that's cool. I was figuring maybe there were some common addons it could conflict with, like ragmorph or something,
[/QUOTE]
Of course it's going to conflict with Ragmorph. That should be obvious.
[QUOTE=guymansworth;40757932]or maybe if it conflicted with certain types of addons.
[/QUOTE]
Equally obvious: anything that is designed to make your player a ragdoll.
[QUOTE=guymansworth;40757932]I mean, this is only my 3rd post in 5 years, that should tell you how much I appreciate Ragmod.[/Quote]
Thanks, hun.
[QUOTE=guymansworth;40757932]But nah, your smartass answer totally helps me out, thanks dude![/QUOTE]
Welcome to Facepunch.
[QUOTE=Tinter;40757961]I speak wizard, and I think he's trying to say you should give a list of your addons.[/QUOTE]
You want me to be serious? Okay. I can't help you if I don't know what your setup looks like.
Please tell me you don't have 999 addons like that other fellow.
I apologize, I overreacted. I just figured I'd get like..a list of addons that were known to not work. Is there an incompatibility list somewhere? I just reinstalled Gmod not too long ago so I don't have many addons. Just Pac3, serverside ragdolls, and Scars. Yes, ragmorph was the culprit. Also, I noticed that some player models are harder to stand up, and some don't stand up at all. I'm guessing there's not a fix for this?
Edit: After messing around for a while, sometimes when I die my playermodel is still being duplicated.
[QUOTE=guymansworth;40758630]I apologize, I overreacted. I just figured I'd get like..a list of addons that were known to not work. Is there an incompatibility list somewhere? I just reinstalled Gmod not too long ago so I don't have many addons. Just Pac3, serverside ragdolls, and Scars. Yes, ragmorph was the culprit. Also, I noticed that some player models are harder to stand up, and some don't stand up at all. I'm guessing there's not a fix for this?
Edit: After messing around for a while, sometimes when I die my playermodel is still being duplicated.[/QUOTE]
Remove serverside ragdolls, it's the obvious one. RagMod already gives them.
For GM+ are you open to suggestions? even if they seem bad?
[QUOTE=DarkShadow6;40758351]
You want me to be serious? Okay. I can't help you if I don't know what your setup looks like.
Please tell me you don't have 999 addons like that other fellow.[/QUOTE]
I think you misunderstand me, I was talking to the other guy.
How do I make it so when a player dies they start to spectate...?
This is what happens when a player dies:
[QUOTE]local function SpectateChange(p,c)
if p:Team() ~= TEAM_SPECTATOR and p:Team() ~= TEAM_PRISONER_DEAD and p:Team() ~= TEAM_GUARD_DEAD then return end
if c == "jb_spectate" then
p:SetTeam(TEAM_SPECTATOR)
p:Spectate(OBS_MODE_CHASE)
c = "jb_spectate_switch_plus"
end[/QUOTE]
[QUOTE=guymansworth;40758630]I apologize, I overreacted. I just figured I'd get like..a list of addons that were known to not work.[/QUOTE]
Anything involving ragdolls.
I should probably add support for RagMorph.
[QUOTE=guymansworth;40758630]Is there an incompatibility list somewhere?[/QUOTE]
Anything involving ragdolls.
[QUOTE=guymansworth;40758630]I just reinstalled Gmod not too long ago so I don't have many addons. Just Pac3, [b][i][u]serverside ragdolls[/u][/i][/b], and Scars.[/QUOTE]
Is it not as obvious as I think it is? Honest question.
[QUOTE=guymansworth;40758630]Yes, ragmorph was the culprit.[/quote]
Not beeg surprise.
[QUOTE=guymansworth;40758630]Also, I noticed that some player models are harder to stand up, and some don't stand up at all. I'm guessing there's not a fix for this?
[/QUOTE]
Ragdoll physbone weight isn't a global thing for some reason. I tried getting the average mass of a ragdoll but that doesn't seem to work. I'll mess around with it more.
[QUOTE=guymansworth;40758630]Edit: After messing around for a while, sometimes when I die my playermodel is still being duplicated.[/QUOTE]
[QUOTE=LittleBabyman;40762153]Remove serverside ragdolls, it's the obvious one. RagMod already gives them.[/QUOTE]
[QUOTE=danielb677;40764457]For GM+ are you open to suggestions? even if they seem bad?[/QUOTE]
Sure.
[QUOTE=Tinter;40765100]I think you misunderstand me, I was talking to the other guy.[/QUOTE]
I think you misunderstand me, I was talking to the other guy as well.
[QUOTE=SatoshiAaron;40791136]How do I make it so when a player dies they start to spectate...?
This is what happens when a player dies:
[CODE]local function SpectateChange(p,c)
if p:Team() ~= TEAM_SPECTATOR and p:Team() ~= TEAM_PRISONER_DEAD and p:Team() ~= TEAM_GUARD_DEAD then return end
if c == "jb_spectate" then
p:SetTeam(TEAM_SPECTATOR)
p:Spectate(OBS_MODE_CHASE)
c = "jb_spectate_switch_plus"
end[/CODE][/QUOTE]
Why are you asking me?
If you mean how to stop ragdolization/death cam, you're going to need to set team then Ply:Spawn(). No need to do anything more for RagMod, it cleans up everything itself after you spawn and (hopefully) nothing should break.
So Ragmod is working fine. Any way to turn down the amount of gibs?
Nvm, figured it out.
[QUOTE=DarkShadow6;40832330]Anything involving ragdolls.
Sure.
[/QUOTE]
Well it isn't really a gameplay thing just an element for immersion, How about (if possible) when you kill an enemy you get an "enemy down" and when an npc that are allied to you die you say "man down" or some shit, not really a great idea more of something to liven things up. Like in this [url]http://www.youtube.com/watch?v=6s8ry7ftGTM[/url] Sorry for the shit example.
[QUOTE=guymansworth;40836727]So Ragmod is working fine. Any way to turn down the amount of gibs?
Nvm, figured it out.[/QUOTE]
At least someone can read "find rm_".
[QUOTE=danielb677;40837566]Well it isn't really a gameplay thing just an element for immersion, How about (if possible) when you kill an enemy you get an "enemy down" and when an npc that are allied to you die you say "man down" or some shit, not really a great idea more of something to liven things up. Like in this [url]http://www.youtube.com/watch?v=6s8ry7ftGTM[/url] Sorry for the shit example.[/QUOTE]
I was already planning on making a TF2-style voice command system. I'll add this when I get around to it.
Also, errybody be usin' teh SMOD.
I have this problem where If I try to host a multiplayer server with this add-on, it just refuses to load after getting to the last 2 bars before completing loading. If I remove the folder from my add-ons list, it works perfectly fine.
I have no idea what causes it, as single player works perfectly fine. If someone has found a solution to the problem and were to tell me said solution, I would greatly appreciate it.
EDIT: Figured it out, it was a conflict with the "Advanced Combat Rolls" add-on.
I'll add it to the list of things to do.
I've been really lazy lately and haven't made any progress, though.
RagMod still doesn't work on Listen servers, I'm sad bear :(
Looks like rm_grab just flat out crashes the game. No console errors printed or anything. The game just freezes up until you close it.
I have no idea how to install SVN mods. I tried the SVN downloader, but it only game me the original ragmod, not v4. Anyone willing to tell me?:v:
[QUOTE=TheSilverRam;41286182]I have no idea how to install SVN mods. I tried the SVN downloader, but it only game me the original ragmod, not v4. Anyone willing to tell me?:v:[/QUOTE]
Get TortoiseSVN
Right click > Checkout
Enter SVN URL
Click Ok
[QUOTE=Lyoko774;41288472]Get TortoiseSVN
Right click > Checkout
Enter SVN URL
Click Ok[/QUOTE]
Thanks dude :dance:
[QUOTE=DarkShadow6;35738847]ds3 hasn't been online in over two years.[/QUOTE]
Hey dude, i know this is off topic, but ive been searching every were in this website to find a download link. but i see nothing but information for when you got the mod. If the download is In here please tell me were it is. but if its not, can you please tell me were to download it? Thanks
:rolleyes:
[editline]4th July 2013[/editline]
[QUOTE=DarkShadow6;40953425]I'll add it to the list of things to do.
I've been really lazy lately and haven't made any progress, though.[/QUOTE]
Hey dude, i finally figured out how to download but, when i do all of that, what do i do? do i do something else with the folder? please help!
Does not work.. help!
[editline]4th July 2013[/editline]
Hey i know ive been posting alot of comments but i really like this mod and i really want to play it, but i cant. i do what lyoko774 does and with assistance with other walkthroughs. but i still cant play it. is it because i have the full game? not beta? is that it? if not please help me
this is kinda like ragmorph plus the dismemberment mod. COOL!
[QUOTE=Dancingonpie;41273091]Looks like rm_grab just flat out crashes the game. No console errors printed or anything. The game just freezes up until you close it.[/QUOTE]
ffs
the timers might be messing up I guess
[QUOTE=TheSilverRam;41286182]SVN downloader[/QUOTE]
Get out.
[QUOTE=Lyoko774;41288472]Get TortoiseSVN
Right click > Checkout
Enter SVN URL
Click Ok[/QUOTE]
Good man.
[QUOTE=davidrod;41314643]Hey dude[/QUOTE]
Hey dude.
[QUOTE=davidrod;41314643]Hey dude[/QUOTE]
Hey dude.
[QUOTE=davidrod;41314643].i finally figured out how to download but, when i do all of that, what do i do? do i do something else with the folder? please help![/QUOTE]
[QUOTE=davidrod;41316427]Does not work.. help!
[editline]4th July 2013[/editline]
Hey i know ive been posting alot of comments but i really like this mod and i really want to play it, but i cant. i do what lyoko774 does and with assistance with other walkthroughs. but i still cant play it. is it because i have the full game? not beta? is that it? if not please help me[/QUOTE]
[i]what are you even talking about[/i]
There is nothing to "play". RagMod augments your gameplay with ragdolization and some concommands you can muck about with for the lols. It's not a gamemode or something.
I don't know who this "lyoko774" and nor do I really care.
If you can't even move a folder to your addons folder (X:/Program Files/Steam/steamapps/common/GarrysMod/addons) then I can't really help you.
[QUOTE=lambodriver2;41332112]this is kinda like ragmorph plus the dismemberment mod. COOL![/QUOTE]
2cool4skool
[editline]6th July 2013[/editline]
[QUOTE=Blitzoreo;41216565]RagMod still doesn't work on Listen servers, I'm sad bear :([/QUOTE]
Also, I've used it on listen servers.
The current version, though.
The evil bug that causes listen servers to crash is back. I wish I could give more info on it, but the game just hangs. Tried it with no addons whatsoever, does the same thing.
[QUOTE=Lyoko774;41356309]The evil bug that causes listen servers to crash is back. I wish I could give more info on it, but the game just hangs. Tried it with no addons whatsoever, does the same thing.[/QUOTE]
The only reason that that would be happening is because Garry broke timers (again) or I'm using them incorrectly (again).
In any case where I use loops that may lead to be infinite, they are all encapsulated in timers. If the timers instantly fired without any delay, that would theoretically cause the game to hang.
Please note that "crash" and "hang" are not the same terms. If the game exits, that's a crash. If it becomes unresponsive but is still taking CPU cycles and/or memory, that's a hang. Hanging is readily possible by creating infinite loops in Lua, which makes things like this hell to debug.
I've been really lazy lately when it comes to development of just about everything, but I'll make sure to look into it more than I have in the past when I get my motivation back.
[editline]11th July 2013[/editline]
Also, a quick note.
Installing RM on a dedicated Linux-powered server, despite it saying it loaded the addon from the filesystem, leads to the file not being visible to the server (and thusly not loaded (and thusly not sent to clients)). If you have this problem, the only workaround that I was able to come up with is just to move the contents of the addon folder (sans the addon.txt file which isn't really needed anyway but I want to keep it :conspiracy:) to your root directory (i.e. instead of /addons/RagMod 2 v5/lua/autorun/RagMod.lua, it goes to just /lua/RagMod.lua). I guess you can blame Garry for that one...?
Sorry, you need to Log In to post a reply to this thread.