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

RSS[L4D2] Tank Challenge Ladder [v1.0.0 | 06-December-2021]


MYGO.pl
 Udostępnij

Rekomendowane odpowiedzi

  • RSSy
L4D2 ONLY

Tank Challenge Map ONLY (GAMEMAPS | STEAMWORKSHOP)

Description

This plugin adds extra ladders to survivors on Tank Challenge by obez map,

Changing some ladders to everyone and spawning models to make it more realistic.

Since this maps is always being played I hope that this plugin brings more fun to the players.

Everything is possible to replicate in stripper but I think that plugins give more flexibility.

Features
  • Allow configuring the chance to spawn extra ladders to survivors.
  • Adds an extra model to the ladder near the starting area.
  • Enables the minigun elevator on round start.
  • Blocks a potential glitch spot on top of the taller buildings.
  • Fixes a spamming console error on weapon_first_aid_kit_spawn entities. (visible when cvar developer 1)

Preview

68747470733a2f2f692e696d6775722e636f6d2f

Supported maps
  • l4d2_tank_challenge
  • l4d2_tank_challenge_15_rounds
  • l4d2_tank_challenge_20_rounds
  • l4d2_tank_challenge_30_rounds

Cvars

A configuration file named "l4d2_tank_challenge_ladder.cfg" will automatically be created for you upon the first run in the "\cfg\sourcemod\" folder.

PHP Code:

// Chance to spawn a ladder of hammerid 17198 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_17198 "100.0"

// Chance to spawn a ladder of hammerid 17218 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_17218 "100.0"

// Chance to spawn a ladder of hammerid 27714 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_27714 "100.0"

// Chance to spawn a ladder of hammerid 27784 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_27784 "100.0"

// Chance to spawn a ladder of hammerid 27791 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_27791 "100.0"

// Chance to spawn a ladder of hammerid 5796 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_5796 "100.0"

// Chance to spawn a ladder of hammerid 7033 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7033 "100.0"

// Chance to spawn a ladder of hammerid 7039 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7039 "100.0"

// Chance to spawn a ladder of hammerid 7045 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7045 "100.0"

// Chance to spawn a ladder of hammerid 7051 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7051 "100.0"

// Chance to spawn a ladder of hammerid 7057 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7057 "100.0"

// Chance to spawn a ladder of hammerid 7065 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7065 "100.0"

// Chance to spawn a ladder of hammerid 7075 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7075 "100.0"

// Chance to spawn a ladder of hammerid 7635 for the survivors.
// 0 = OFF.
// -
// Default: "100.0"
// Minimum: "0.000000"
// Maximum: "100.000000"
l4d2_tank_challenge_ladder_7635 "100.0"

// Creates a blocker preventing survivors to go to an unreachable spot. (on top of the taller buildings)
// 0 = OFF, 1 = ON.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d2_tank_challenge_ladder_block_glitch_spot "1"

// Enable/Disable the plugin.
// 0 = Disable, 1 = Enable.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d2_tank_challenge_ladder_enable "1"

// Adds another model to the bottom of the ladder near the starting area to make it look better.
// 0 = OFF, 1 = ON.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d2_tank_challenge_ladder_fix "1"

// Starts the round with the miniguns elevator already enabled.
// 0 = OFF, 1 = ON.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
l4d2_tank_challenge_ladder_minigun_elevator "1" 

Admin Commands
  • sm_glow_tank_challenge_ladder => Temporary adds an outline glow to the extra ladders. (z flag required)
  • sm_print_cvars_l4d2_tank_challenge_ladder => Print the plugin related cvars and their respective values to the console. (z flag required)

Change Log

Spoiler


Notes
  • Voice pitch values can be between 0 and 255, while 100 is the normal game pitch.
  • Using slow values makes the speech slower, while high values make it faster. (e.g: 50 makes it 1/2 slower and 200 makes it 2x faster)

To Do
  • Remove items from water.
  • Remove miniguns.
  • Control the powerups platform timer.
  • Teleport dead bodies to the rescue spot.

Thank you!

Post Reply
  • Any feedback, bug reports, fixes, improvements, translations or suggestions for the plugin are welcome.

Installation
  • Put the "l4d2_tank_challenge_ladder.smx" file (click Get Plugin) in your "\addons\sourcemod\plugins\" folder.

Attached Files
File Type: sp Get Plugin or Get Source (l4d2_tank_challenge_ladder.sp - 33.4 KB)

Wyświetl pełny artykuł

Odnośnik do komentarza
Udostępnij na innych stronach

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...