AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3) (https://forums.alliedmods.net/showthread.php?t=248194)

Pyro_ 09-14-2014 02:36

[CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
 
6 Attachment(s)
This is a modification of MeoW's Redie to allow better functionality in CS:GO
Original Plugin: https://forums.alliedmods.net/showthread.php?t=129735

Description:
Allows players to walk around (and surf) while dead

ConVars:
  • sm_redie_version - Redie version
  • sm_redie_adverts [1/0] - Enables/Disables the reminders that redie is installed every 2 minutes [DEFAULT = 1]
  • sm_redie_bhop [1/0] - Enables/Disables autobhop for ghosts. Keep in mind that it only does the autojumping, for the actual boost you need another plugin or "sv_enablebunnyhopping 1"
    . [DEFAULT = 0]
  • sm_redie_dm [1/0] - Enables/Disables deathmatch mode. [DEFAULT = 0]

Commands:
sm_redie - This spawns you as a ghost, and if you get stuck, just type it again to respawn

Differences from original:
Some may be missed as this plugin was made last year. This list DOES NOT include what has been updated since the initial release, for that check "Updates"
  • Removed certain sounds (like footsteps)
  • Stopped players from blocking bullets
  • Stopped ghosts from spamming weapons
  • Silenced the command so that chat isn't spammed
  • Destroys defuse packs so that ghost can't pick them up

Updates:
  • 2.4
    • Fixed bug where ghosts couldn't go through teleporters or get boosts
  • 2.3
    • Stopped pistol and knife being dropped on consecutive !redies
    • Stopped ghosts from being able to open "Touch Opens" doors (such as the jail in ski2) (and buttons like on xdream)
    • Deathmatch mode
    • Stopped more sounds
  • 2.2
    • Added sm_redie_bhop
    • Cleaned up the code, fixing a bug that had just been avoided since the original

Next Update:
  • !unredie - Takes you out of redie
  • Stopping ghosts from triggering trigger_once
  • ConVar to control how ghosts react to trigger_hurt
  • ConVar to control how ghosts react to blocking doors
  • Code changes: Syntax moving to 1.7, code will be commented, neatening up some code and making it more efficient.
  • Adding the option to have a cooldown on !redie
  • Possibly more

On its way:
  • !unredie - Takes you out of redie
  • Stopping ghosts from blocking knives
  • Spectating ghosts

Contact Me:
http://steamcommunity.com/profiles/76561198051084603 - Comment on my profile what it is about.

Credits:
Installation
Simply click "Get Plugin" below, and put the .smx file in "<server folder>/csgo/addons/sourcemod/plugins/", then restart your server or change the map.


Beta release:
I have uploaded the beta release for 2.5 (2.5b). (redie_beta.sp)
There may be issues with it. Due to other commitments I haven't worked on it for a very long time.

Features:
  • !unredie - Takes you out of redie
  • Stopped ghosts from triggering trigger_once
  • ConVar to control how ghosts react to trigger_hurt - sm_redie_hurt, 0: unaffected, 1: ghosts go back to spawn point
  • ConVar to control how ghosts react to blocking doors - sm_redie_door, 0: unaffected, 1: ghosts go back to spawn point
  • Code changes: Syntax moved to 1.7, cleaned up some code.
  • Added the option to have a cooldown on !redie - sm_redie_cooldown, # of seconds cooldown for !redie

Still not implemented:
  • A nicer !unredie
  • Stopping ghosts from blocking knives
  • Spectating ghosts etc

iEx5 09-15-2014 11:37

Re: [CS:GO][Surf] Redie
 
as idea disallow ghost take damage -> respawn as ghost again(to stop blocking doors etc)

wxl42640211 09-15-2014 12:07

Re: [CS:GO][Surf] Redie
 
I have a idea
the ghosts only can shoot ghost
the living man only can shoot living man
when the living man end round
begin to next round

Pyro_ 09-16-2014 05:28

Re: [CS:GO][Surf] Redie
 
Quote:

Originally Posted by iEx5 (Post 2199022)
as idea disallow ghost take damage -> respawn as ghost again(to stop blocking doors etc)

I did consider this actually

Quote:

Originally Posted by wxl42640211 (Post 2199035)
I have a idea
the ghosts only can shoot ghost
the living man only can shoot living man
when the living man end round
begin to next round

That is an interesting idea, but the original redie didn't contain it; and I'm not entirely sure if CS:GO is capable of it.

mlov420 09-18-2014 08:40

Re: [CS:GO][Surf] Redie
 
I'm sort of confused as to why this is labeled [surf]. Please don't take this as me being a dick. It's just that I've never been on a surf server in CS:GO where you actually die and don't respawn immediately. I definitely get the purpose of this for servers where people die, but I clicked this thread because I thought it was a surf plugin when, in my experience, it would have bare minimal usage on surf servers.

Please correct me if I'm wrong.

Neuro Toxin 09-20-2014 19:39

Re: [CS:GO][Surf] Redie
 
Joining spec when your a ghost crashes the server. U need to hook join team and handle the team join when a ghost

Pyro_ 09-30-2014 02:35

Re: [CS:GO][Surf] Redie
 
Quote:

Originally Posted by mlov420 (Post 2200626)
I'm sort of confused as to why this is labeled [surf]. Please don't take this as me being a dick. It's just that I've never been on a surf server in CS:GO where you actually die and don't respawn immediately. I definitely get the purpose of this for servers where people die, but I clicked this thread because I thought it was a surf plugin when, in my experience, it would have bare minimal usage on surf servers.

Please correct me if I'm wrong.

You'd be surprised just how many servers use this or the CSS version.

Quote:

Originally Posted by Neuro Toxin (Post 2201771)
Joining spec when your a ghost crashes the server. U need to hook join team and handle the team join when a ghost

Ooh, thank you! I'll fix that.
EDIT: I tested it and the server didn't crash.

Neuro Toxin 09-30-2014 04:51

Re: [CS:GO][Surf] Redie
 
Hmm. I use a auto balance plugin. This might be conflicting :)

Pyro_ 09-30-2014 22:06

Re: [CS:GO][Surf] Redie
 
Quote:

Originally Posted by Neuro Toxin (Post 2205192)
Hmm. I use a auto balance plugin. This might be conflicting :)

Ahh, I'll probably put it in anyway just to be safe; but which autobalance do you use?

Neuro Toxin 10-01-2014 19:12

Re: [CS:GO][Surf] Redie
 
I use a private plugin. If you hook the jointeam command and listen for spec you can take one out of redie before the command completes


All times are GMT -4. The time now is 11:39.

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