Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

[CS:GO] VIP Mode - GO:VIP


owner_2019
 Udostępnij

3 Attachments

Rekomendowane odpowiedzi

Hey guys,

 

In the spirit of the CS:GO beta, I decided to develop something. Now before I get to the good stuff, I know what you're going to say: KyleS already has a VIP mod! And it's got more bells and whistles than this one! This plugin is meant specifically for CS:GO, NOT for CSS (though it would probably work in CS:S as well, I'd recommend using KyleS's version in this case)

Here it goes...

 

OVERVIEW
GO:VIP is a simple VIP mode. At the beginning of each round, a random Counter-Terrorist will become the VIP. It is up to the rest of the Counter-Terrorists to escort the VIP safely to one of the rescue zones on the map. It is up to the Terrorists to kill the VIP before he is able to escape. The VIP is equipped with only a pistol with limited ammo and a knife.

 

REQUIREMENTS
- SDK Hooks (CS:GO Build): http://users.alliedmods.net/~psychonic/builds/sdkhooks/2.2/

 

CONFIGURATION
Each map may have multiple rescue zones. There are two ways to add rescue zones to maps.

 

SIMPLE METHOD:
1. Create a file with the following contents at addons/sourcemod/configs/rescue_zones.cfg:

 

"RescueZones"
{
	"de_dust"
	{
		"Rescue Zone"
		{
			"coords" "-1791.968750 3521.518555 65.151741"
		}
		
	}
	"cs_italy"
	{
		"Rescue Zone"
		{
			"coords" "859.654541 2377.340332 192.093811"
                        "radius" "250"
		}
	}
}

 

 

Use the console command getpos at any time when in game to get the coords of where you are currently standing.

 

HARDER METHOD
If you are actually building the map yourself, you can tie a "trigger" brush entity to trigger_multiple and prefix it's name with "vip_rescue_zone" (ex: vip_rescue_zone, vip_rescue_zone_1, or vip_rescue_zone_a all will work)
This method is tougher but allows for more precision with the bounding box.

 

VARIABLES
govip_min_ct (default: 2) - Minimum number of CTs to play GOVIP
govip_min_t (default: 1) - Minimum number of Ts to play GOVIP
govip_weapon (default: weapon_p250) - Weapon given to VIP

 

INSTALLATION
0. Install required extension: http://users.alliedmods.net/~psychonic/builds/sdkhooks/2.2/
1. Copy govip.smx into addons/sourcemod/plugins.
2. Optional but recommended, copy rescue_zones.cfg int addons/sourcemod/configs and tweak it to add additional map support.
3. Restart your server.

 

KNOWN ISSUES (halp!)
1. Currently, CS_SetTeamScore() isn't working.
2. Sometimes bots ignore weapon restriction hook.
3. Money isn't being awarded to the winning team.

 

TODO LIST
1. Right now it's kinda hard to spot your target. We need a specific (ideally custom) model for the VIP.
2. Maps, maps, maps. I'll try to port some CS:S versions (using BSPZIP I should be able to embed all the textures, sounds, etc)
3. More default rescue zones for the configuration.

 

 

TEST SERVER
Temporarily being used for testing PUG plugin

 

 

Pobierz:

 

 

govip.smx

govip.sp

rescue_zones.cfg

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
 Udostępnij

×
×
  • Dodaj nową pozycję...