Author
|
|
Veteran Member
Join Date: Nov 2017
Location: Ukraine on fire
|
Plugin ID:
|
8247
|
Plugin Version:
|
2.0.7
|
Plugin Category:
|
Gameplay
|
Plugin Game:
|
Left 4 Dead
|
Plugin Dependencies:
|
|
Servers with this Plugin:
|
|
| |
Plugin Description:
|
|
|
|

10-18-2022
, 14:57
[L4D] DragoTanks: Sky Tank (Archon)
|
#1
|
Description:XCOM re-design and innovative gameplay mechanics of well-known Flying Tank by panxiaohai, based on amazing crash-fix done by AlexMy (not the one published). What's new:
Quote:
- Visual effects:
* Archon rays
* Jetpack rays are never switch off
- Game mechanics:
* Survivor can drop fly tank on ground by shove him
* Survivor can change tank's attack angle (when on ground) by shove him, having a little chance to avoid claw attack
- Speed pre-adjustments and other little things
|

(model is not included)
Settings (ConVars):Can be found in: cfg/sourcemod/l4d_fly_infected.cfg
PHP Code:
// Chance after roch throw [0.0, 100.0]
l4d_flyinfected_chance_throw "30"
// Chance after hit [0.0, 100.0]
l4d_flyinfected_chance_tankclaw "10"
// Chance after jump [0.0, 100.0]
l4d_flyinfected_chance_tankjump "20"
// Chance if dropped from a height [0.0, 100.0]
l4d_flyinfected_tankjump_apex "25"
// Fly speed
l4d_flyinfected_speed "300"
// Maximum time
l4d_flyinfected_maxtime "10"
// Remove body instantly after the death? [0 - No, 1 - Yes]
l4d_flyinfected_remove_ragdoll "1"
// Drop a tank on-the-fly with a shove? [0 - No, 1 - Yes]
l4d_flyinfected_shove_on_fly "1"
// Turn around tank on shove (work globally)? [0 - No, 1 - Yes]
l4d_flyinfected_shove_turn_around "1"
// % chance the archon tank appear
l4d_flyinfected_chance "100"
// When this number of tanks appeared simultaneously, convert last tank to archon
l4d_flyinfected_number "1"
// Allow archon tank on game difficulty: Easy? (0 - No, 1 - Yes)
l4d_flyinfected_allow_easy "1"
// Allow archon tank on game difficulty: Normal? (0 - No, 1 - Yes)
l4d_flyinfected_allow_normal "1"
// Allow archon tank on game difficulty: Hard? (0 - No, 1 - Yes)
l4d_flyinfected_allow_hard "1"
// Allow archon tank on game difficulty: Expert? (0 - No, 1 - Yes)
l4d_flyinfected_allow_expert "1"
Supported games: - L4D1
- L4D2
Conflicts: - Rays cause more GPU consumption on client side
- Note: that ConVar l4d_flyinfected_shove_turn_around works globally (for all tanks).
Credits: - @Pan Xiaohai - original author
- @AlexMy - finally found the reason of rare but stable crash and was able successfully fix that
- @Firaxis Games (designers: Jake Solomon & Ananda Gupta) for XCOM: Enemy Unknown game, I inspired from
DonateDonates are very appreciated and welcomed for further inspiration, make me happy, and make next updates came out more often:
- Patreon
- BitCoin
- Ю.Money
P.S.: - It's my private modification written for myself and my Bloody Witch team.
- Project and updates discontinued. Don't ask.
__________________
Last edited by Dragokas; 10-18-2022 at 15:14.
|
|
|
|