View Single Post
jannik1233
New Member
Join Date: Oct 2016
Old 10-18-2016 , 13:03   Re: [CS:GO] GhostStrike, a custom gamemode (2016-02-18, 1.1.6)
Reply With Quote #4

Quote:
Originally Posted by Kinsi View Post
GhostStrike
Hey there,

i had a simple concept for a custom CS:GO gamemode that turned out to be pretty fun!

It is tested, and meant to be played 5v5, so a normal "competitive" base. No idea what kind of chaos would happen with more players

Summary:

When the round starts Terrorists are unable to see, or hear Counterterrorists. On the other hand, Counterterrorists are unable to attack in any way. 40 seconds after the round has started a random Terrorist will be given a bomb, which he then can proceed to plant anywhere on the map. As soon as the bomb is planted Counterterrorists become visible to the Terrorists, and are able to Attack. After that its normal Counter-Strike with the aim to defuse the bomb.

Cvars:
  • ghoststrike_enable - Enables/disables GhostStrike.
  • ghoststrike_autodisable - Automatically disable the gamemode on Intermission (Game end)
  • ghoststrike_block_invisible_damage - Block damage dealt to invisible counterterrorists
  • ghoststrike_allow_trolling - Allow invisible Counter Terrorists to show themselves while holding R(Reload)
  • ghoststrike_block_all_invisible_sounds - Block all Sounds created by invisible terrorists (Not just steps, but jumps etc as well)
  • ghoststrike_c4timer - This value is piped into the mp_c4timer cvar when the gamemode is enabled
  • ghoststrike_show_bomb_guidelines - Draw a Line from every Counterterrorist to the bomb when it is planted
  • ghoststrike_bomb_delay - The Delay in seconds after the roundstart when the bomb will be given out
Changelog:
Code:
1.0.3
   - Release
1.0.4
   - Fixed that it didn't work, at all.
   - Capitalization fixes
1.1.0
   - Updated to new SourcePawn Syntax
   - Allowed Live-Enabling / Disabling (Bombzones are not removed any more)
   - Added more Errorhandling
1.1.1
   - Fixed wrong IF statement
1.1.2
   - Moved Init to OnConfigsExecuted
   - Delayed spawn-bombremoval
1.1.3
   - Kill global BombZone on Mapend to prevent issues.
1.1.4
   - Killing the bombzone in even more locations.
1.1.5
   - Move Laserbeam precache to `OnMapStart` to (possibly?) prevent CT's from crashing when `ghoststrike_show_bomb_guidelines` is enabled
1.1.6
   - Fix plugin not being directly active on load.
Restrictions (Per concept):
  • you are not (supposed to be) able to plant the bomb in locations where you are required to get boosted into. This is achieved by making collisions bouncy.
  • While the steps of invisible Counterterrorists are inaudible, any other sound like jumping is not (Cvar changeable).
  • Invisible Counterterrorists can still be hit by the Terrorists. This just adds more fun and thrill to the whole thing because it becomes a spamfest and you have to avoid getting killed before Terrorits plant the bomb (Cvar changeable).
  • Terrorists are able to bounce into the invisible Counterterrorists, and see blood decals caused by damaging them. Again, this adds more fun and thrill to the game.

This is the first plugin i release publicly. If you have any recommendations to make stuff better feel free to leave them

Sourcecode: https://github.com/kinsi55/CSGO-Ghos...GhostStrike.sp
Could you maybe explain how to install?
jannik1233 is offline