• Print

Author Topic: ulx ragdoll is borken  (Read 12141 times)

0 Members and 1 Guest are viewing this topic.

Offline pineappleplays

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
ulx ragdoll is borken
« on: December 09, 2016, 04:35:14 pm »
When a player is ragdolled they become a ragdoll but there playermodel appears above them



hope that explains it better

My ULib/ULX versions:
ULib v2.61
ULX v3.71


Gamemode: Terrortown

« Last Edit: December 09, 2016, 05:16:32 pm by JamminR »

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: ulx ragdoll is borken
« Reply #1 on: December 09, 2016, 05:20:04 pm »
Happens with me, too. Not sure why

Sent using Tapatalk. Owner of iViscosity Gaming.

I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ulx ragdoll is borken
« Reply #2 on: December 09, 2016, 05:22:31 pm »
Me too doesn't help.
Is this TerrorTown only it happens in, or does it happen in Sandbox too?
If not, 80% odds are its the TerrorTown gamemode conflicting.
Any errors in console (server or client) when player is ragdolled?
Is so, that would help you start narrowing down what conflict is.


"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline pineappleplays

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: ulx ragdoll is borken
« Reply #3 on: December 09, 2016, 05:40:31 pm »
No errors

Offline pineappleplays

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: ulx ragdoll is borken
« Reply #4 on: December 09, 2016, 05:44:11 pm »
and this doesn't happen in TTT

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ulx ragdoll is borken
« Reply #5 on: December 09, 2016, 07:19:26 pm »
I'm confused in your last remark.
Is TerrorTown not a short for TTT?
Or is it a different game?

Either way, does it happen in Sandbox?
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Scout | Anthony F

  • Newbie
  • *
  • Posts: 17
  • Karma: 1
Re: ulx ragdoll is borken
« Reply #6 on: December 10, 2016, 12:06:26 am »
It is because of Active Camo: https://steamcommunity.com/sharedfiles/filedetails/?id=308977650

If you want to stop having the player above the ragdoll find a way to edit the SWEP and add it so the player is cloaked when they start using it then uncloak when they stop using it.

I'm confused in your last remark.
Is TerrorTown not a short for TTT?
Or is it a different game?

Either way, does it happen in Sandbox?


It happens in every gamemode.

No errors

There won't be as it is only like that as it is checking if the player is cloaked [with active camo].

Need to know more read this post by Sodak: /index.php/topic,9935.0.html#msg51153 />
You will need to implement a fix to the swep. Like I said before; Cloaking when using it. Uncloaking when not using it. [If you still want the addon on your server that is.]

But with darkrp; /sleep and stunguns etc. You will need to either remove the addon or implement the cloak and uncloak thing in the stungun and the sleep command.

But if you are going to edit it for darkrp remember;
http://corefiles.darkrp.eu/

Make a darkrp module.

Thanks for reading.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ulx ragdoll is borken
« Reply #7 on: December 10, 2016, 11:37:42 am »
Thanks for your input Scout.
Pineappleplays - do you have, and does your issue still exist after your remove that addon?
Please test by removing it from your server and let us know.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline pineappleplays

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: ulx ragdoll is borken
« Reply #8 on: December 10, 2016, 12:40:47 pm »
Thanks for your input Scout.
Pineappleplays - do you have, and does your issue still exist after your remove that addon?
Please test by removing it from your server and let us know.

I don't have a cloaking addon in my server.

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 803
  • Karma: 58
Re: ulx ragdoll is borken
« Reply #9 on: December 10, 2016, 01:44:07 pm »
^ Same as him, I have no addon that has to do with cloaking.

Happens on TTT (Terrortown), haven't tested any other game mode, but not sure.

Now, I went to the link that Scout posted, and found MrPresident said this:
It sounds like you have a conflicting addon that might be doing something with the CreateRagdoll function.

Can you please try running ULX on a server with NO other addons and see if you get this issue? Preferably Sandbox gamemode.

Now for this, I do have some: TTT Grav Nade and TTT - Death Faker. Both of these create ragdolls.

Grav Nade: (Line 67)
Code: Lua
  1. local ragdoll = ents.Create( "prop_ragdoll" )

However, the Death Faker is slightly different, as it creates an actual corpse: (Line 95)
Code: Lua
  1. body = CORPSE.Create(ply, ply, dmginfo)

So I have a feeling that the Grav Nade addon is causing the conflict (at least in my case), and I will test the ragdoll without that addon later on when my server isn't almost full.


EDIT: According to that link Scout posted to the other issue about ragdolls, it seems to be happening on DarkRP as well (which is a Sandbox base.
« Last Edit: December 10, 2016, 01:52:39 pm by iViscosity »
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2727
  • Karma: 430
    • |G4P| Gman4President
Re: ulx ragdoll is borken
« Reply #10 on: December 10, 2016, 08:36:33 pm »
Here is the standard IT/GMOD help response:

To eliminate the possibility of another conflicting mod, we need you to do the following.

1. Remove ALL mods (Legacy and Workshop) except your gamemode and ULX/ULib.
2. Test the above bug and see if you can reproduce.


If you no longer get the bug, do the following:

1. Add the mods back a couple at a time, until you find out which one is causing the issue.

If the bug still happens with ULX and no other addons:

1. Let us know
2. Provide a copy of your ulx debuginfo


Thanks! :)

Offline Scout | Anthony F

  • Newbie
  • *
  • Posts: 17
  • Karma: 1
Re: ulx ragdoll is borken
« Reply #11 on: December 12, 2016, 09:30:55 am »
Yeah. I just guessed that you had that as I have experienced the issue with that addon, so I automatically assumed that you had that.

Thanks for your input Scout.

 :P You're welcome!

Offline pineappleplays

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: ulx ragdoll is borken
« Reply #12 on: December 13, 2016, 08:12:25 pm »
I still have the issue with no other addons. and what is ulx debug info

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2727
  • Karma: 430
    • |G4P| Gman4President
Re: ulx ragdoll is borken
« Reply #13 on: December 14, 2016, 12:01:39 am »
It's a command.

ulx debuginfo

Then it'll output some stuff that we can use to help you.

Offline pineappleplays

  • Newbie
  • *
  • Posts: 12
  • Karma: 0
Re: ulx ragdoll is borken
« Reply #14 on: December 14, 2016, 12:51:52 pm »
« Last Edit: December 14, 2016, 12:56:17 pm by pineappleplays »

  • Print