Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Dreyson
Forum: General 09-21-2023, 17:59
Replies: 2
Views: 983
Posted By Dreyson
[L4D2] Can anyone please find a sig for me?

Hello again, looking for a signature for "CTerrorPlayer::CreateRagdollEntity" on Left 4 Dead 2, I already had one, but apparently it was CCSPlayer::CreateRagdollEntity, which fails to work, can...
Forum: General 09-21-2023, 09:18
Replies: 2
Views: 983
Posted By Dreyson
[L4D2] Can anyone please find a sig for me?

Currently trying to get a "CCSPlayer::Event_Killed" as a signature for Left 4 Dead 2, can anyone help?
Forum: Plugins 08-14-2023, 12:00
Replies: 4
Views: 3,557
Posted By Dreyson
Re: [CS:GO] Serverside Ragdolls

New Update.
- Rewritten code (No longer uses take damage)
- Improved Ragdoll Velocity system.
Forum: General 08-13-2023, 05:46
Replies: 0
Views: 788
Posted By Dreyson
Apply velocity to specific bone?

Back working on a plugin for CS:GO that transforms the conventional client-sided ragdolls into prop_ragdoll. I've gotten it so it transfers the velocity from the regular death ragdoll into the...
Forum: General 01-03-2023, 03:59
Replies: 3
Views: 1,325
Posted By Dreyson
Re: Can someone give me a hand with this?

This was before i found the list of cs:go particles and before i even created that plugin.
Forum: General 12-30-2022, 16:46
Replies: 3
Views: 1,135
Posted By Dreyson
Re: Can someone help me find these two signatures for windows?

I need them for windows, should've been more specific sorry.
Forum: Plugins 12-30-2022, 05:54
Replies: 1
Views: 1,755
Posted By Dreyson
[CS:GO] Beta Blood Pools

Description
Restores the cut beta feature where blood pools would spawn underneath dead players.
...
Forum: General 12-30-2022, 02:40
Replies: 3
Views: 1,135
Posted By Dreyson
Can someone help me find these two signatures for windows?

I'm trying to get CCSPlayer::Event_Killed and CCSPlayer::CreateRagdollEntity for CSGO. Problem is i've never tried to find a signature on my own and I couldn't even go through a minute of a tutorial...
Forum: General 12-24-2022, 01:45
Replies: 3
Views: 1,325
Posted By Dreyson
Can someone give me a hand with this?

In the cs:go betas there was a blood pool that would form underneath player bodies. Well recently i came across a plugin that someone made for csgo and it actually used those cut blood pools, so they...
Forum: Plugins 12-18-2022, 03:07
Replies: 4
Views: 3,557
Posted By Dreyson
Re: [CS:GO] Server Sided Ragdolls

New update:
Rewritten plugin
Uses OnTakeDamagePost and uses the attacker's eye position and damage to apply force
Ragdoll will ignite when player dies to fire.
Forum: General 12-17-2022, 23:17
Replies: 0
Views: 747
Posted By Dreyson
What is the allocation size for csgo?

I am currently trying to use source scramble in a csgo plugin and i am wondering what the allocation is for csgo?

I saw that on tf2 ts 0x64, what would it be on csgo???
Forum: General 03-21-2022, 00:32
Replies: 1
Views: 738
Posted By Dreyson
How to use CreateServerRagdoll?

I currently got a signature that spawns a ragdoll, the signature points to the function CreateServerRagdoll(CBaseAnimating *, int, CTakeDamageInfo const&, int, bool)

The problem is that i am a...
Forum: General 03-19-2022, 15:23
Replies: 2
Views: 1,080
Posted By Dreyson
Re: Please find the signature for spawning a server side ragdoll for portal 2?

nvm, should've done research before this, portal 2 does not support source mod
Forum: General 03-19-2022, 14:01
Replies: 2
Views: 1,080
Posted By Dreyson
Please find the signature for spawning a server side ragdoll for portal 2?

Sounds like a odd one. I would like to request for someone to find me the signature for spawning a server side ragdoll on portal 2, thanks.
Forum: Plugins 03-11-2022, 18:44
Replies: 4
Views: 3,557
Posted By Dreyson
Re: [CS:GO] Server Sided Ragdolls

New Update 1.0:

Client ragdolls now disappear and ownership is transferred to the client
Server ragdolls will be pushed when created
Cleaned up code
Forum: General 03-11-2022, 15:23
Replies: 4
Views: 964
Posted By Dreyson
Re: How to get direction that someone is facing

how do i apply velocity in that direction or get the xyz
Forum: General 03-11-2022, 13:00
Replies: 4
Views: 964
Posted By Dreyson
Re: How to get direction that someone is facing

please note that i am trying to get the opposite direction of the direction that the player who got killed is facing
Forum: General 03-11-2022, 12:44
Replies: 4
Views: 964
Posted By Dreyson
How to get direction that someone is facing

Currently working on a server side ragdoll mod for csgo that spawns a server ragdoll when someone dies, all is fine and dandy but ragdolls slump over (because server ragdolls are heavy) so i was...
Forum: Plugins 12-20-2021, 20:44
Replies: 89
Views: 48,228
Posted By Dreyson
Re: [L4D2]Defib Ragdolls (1.2.5 - 20/05/2021)

I've always wondered, is there a way to fix mourning so if your by the survivor ragdoll or you look at it you mourn it or is the game hard coded so your death position is where fellow survivors will...
Forum: Plugins 12-20-2021, 20:34
Replies: 4
Views: 3,557
Posted By Dreyson
[CS:GO] Serverside Ragdolls

Description
Replaces clientsided player ragdolls with serversided ones that are tied to the player.

If you are getting crashes I highly recommend using this vphysics crash avoider....
Forum: Plugin/Gameplay Ideas and Requests 10-11-2021, 00:27
Replies: 3
Views: 894
Posted By Dreyson
Re: Can someone find the windows signature for spawning server side ragdolls on csgo?

have tried it and it crashes, says something about line 89 in console, can you help?

https://forums.alliedmods.net/showthread.php?p=2760265#post2760265
Forum: Plugins 10-11-2021, 00:26
Replies: 4
Views: 1,593
Posted By Dreyson
Scrapped scrapped 1.42

test test test test
Forum: Plugin/Gameplay Ideas and Requests 10-09-2021, 02:59
Replies: 3
Views: 894
Posted By Dreyson
Can someone find the windows signature for spawning server side ragdolls on csgo?

Can someone please find the windows signature for creating server side ragdolls on csgo for me? Thanks
Forum: Plugins 07-20-2021, 00:47
Replies: 7
Views: 3,254
Posted By Dreyson
Re: [CSS] Server Side Ragdolls

Hey Shadowsyn, do you have any ideas why css sometimes crashes when a ragdoll spawns, pretty sure it may be because server side ragdolls are expensive on the net or it could be something else
Forum: General 06-28-2021, 20:28
Replies: 0
Views: 638
Posted By Dreyson
Can anyone help me bug fix my plugin?

I made a plugin (https://forums.alliedmods.net/showthread.php?p=2751180#post2751180) for counter strike source that spawns a serversided ragdoll when a player dies that can collide with props and it...
Showing results 1 to 25 of 52

 
Forum Jump

All times are GMT -4. The time now is 13:19.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode