Raised This Month: $ Target: $400
 0% 

[AS] Horde MoDe / Random Drones


Post New Thread Reply   
 
Thread Tools Display Modes
Author
dYZER
Member
Join Date: Jan 2010
Location: Germany
Plugin ID:
1839
Plugin Version:
0.99
Plugin Category:
Gameplay
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    [Alien Swarm] Horde Controller & Random Drones
    Unapprover:
    Reason for Unapproving:
    OP unsupported - reported not to work
    Old 07-29-2010 , 22:48   [AS] Horde MoDe / Random Drones
    Reply With Quote #1

    its ONLY for Alien Swarm
    (no Plugin Game option 2 choice alien swarm (admins fix it,plz!!)

    desc
    Sets Horde Mode>Min/max[aliens] size, interval, ...
    Sets Random Drones> hp,speed, attack speed,attack repeat,walking drones
    Sets Horde mode Type static/binary/max-settings

    req
    Metamod:Source Snapshot: 1.9.0-hg729 or higher
    SourceMOD Snapshot: 1.4.0-hg3101 or higher


    cvars core
    as_drone_randoms "1" on/off

    as_horde "1" on/off
    as_horde_mode "0/1/2/3" /0=default(asw_drones) /1=Static(as_horde_static)/2=binary flags (as_horde_aliens) /3=aliens horde_size_max settings
    as_horde_static "8" //binary flag of alien
    as_horde_aliens "5162" "binary flags of allowed aliens in random order ,example /4096[beta_harvester] + 32[ranger] + 8[parasite] + 2[drone_jumper] + 1024[shieldbug] =5162"
    as_horde_info "1" on/off //announcer
    ..other cvars look in config


    binary flags
    Code:
    drone= 1
    drone_jumper= 2
    drone_uber= 4
    parasite= 8
    buzzer= 16
    ranger= 32
    shaman= 64
    harvester= 128
    boomer= 256
    mortar= 512
    shieldbug= 1024
    queen= 2048
    beta_harvester= 4096
    beta_shieldbug= 8192
    beta_drone= 16384 )pure beta(
    *only 1 alienclass 1times (beta + nonbeta =worx)




    config will be generated
    PHP Code:
    // max drone hp (def 40)
    // -
    // Default: "120"
    as_drone_health_max "120"

    // min drone hp (def 40)
    // -
    // Default: "20"
    as_drone_health_min "20"

    // Random Drones ON/OFF (1/0)
    // -
    // Default: "1"
    as_drone_randoms "1"

    // drone speed_attacking_max (def 8.0)
    // -
    // Default: "12"
    as_drone_yaw_speed_attacking_max "12"

    // drone speed_attacking_min (def 8.0)
    // -
    // Default: "4"
    as_drone_yaw_speed_attacking_min "4"

    // drone speed_attackprep_max (def 64.0)
    // -
    // Default: "100"
    as_drone_yaw_speed_attackprep_max "100"

    // drone speed_attackprep_min (def 64.0)
    // -
    // Default: "40"
    as_drone_yaw_speed_attackprep_min "40"

    // max drone speed (def 32.0)
    // -
    // Default: "75"
    as_drone_yaw_speed_max "75"

    // min drone speed (def 32.0)
    // -
    // Default: "20"
    as_drone_yaw_speed_min "20"

    // Horde Mode ON/OFF (1/0)
    // -
    // Default: "1"
    as_horde "1"

    // binary flags of allowed aliens in random order ,example /4096[beta_harvester] + 32[ranger] + 8[parasite] + 2[drone_jumper] / 4096+32+8+2=4138
    // -
    // Default: "4138"
    as_horde_aliens "4138"

    // enable disable Hord Mod Infotext (1/0)
    // -
    // Default: "1"
    as_horde_info "1"

    // horde_interval_max (def 150)
    // -
    // Default: "30"
    as_horde_interval_max "30"

    // horde_interval_min (def 70)
    // -
    // Default: "10"
    as_horde_interval_min "10"

    // beta_shieldbug horde_size_max
    // -
    // Default: "18"
    as_horde_max_bdr "18"

    // beta_harvester horde_size_max
    // -
    // Default: "5"
    as_horde_max_bha "5"

    // boomer horde_size_max
    // -
    // Default: "4"
    as_horde_max_boo "4"

    // beta_shieldbug horde_size_max
    // -
    // Default: "4"
    as_horde_max_bsb "4"

    // buzzer horde_size_max
    // -
    // Default: "12"
    as_horde_max_buz "12"

    // drone_jumper horde_size_max
    // -
    // Default: "14"
    as_horde_max_drj "14"

    // drone horde_size_max
    // -
    // Default: "18"
    as_horde_max_dro "18"

    // drone_uber horde_size_max
    // -
    // Default: "4"
    as_horde_max_dru "4"

    // harvester horde_size_max
    // -
    // Default: "5"
    as_horde_max_har "5"

    // mortar horde_size_max
    // -
    // Default: "3"
    as_horde_max_mor "3"

    // parasite horde_size_max
    // -
    // Default: "10"
    as_horde_max_par "10"

    // queen horde_size_max
    // -
    // Default: "1"
    as_horde_max_que "1"

    // ranger horde_size_max
    // -
    // Default: "6"
    as_horde_max_ran "6"

    // shaman horde_size_max
    // -
    // Default: "5"
    as_horde_max_sha "5"

    // shieldbug horde_size_max
    // -
    // Default: "4"
    as_horde_max_shb "4"

    // beta_shieldbug horde_size_min
    // -
    // Default: "10"
    as_horde_min_bdr "10"

    // beta_harvester horde_size_min
    // -
    // Default: "3"
    as_horde_min_bha "3"

    // boomer horde_size_min
    // -
    // Default: "2"
    as_horde_min_boo "2"

    // beta_shieldbug horde_size_min
    // -
    // Default: "2"
    as_horde_min_bsb "2"

    // buzzer horde_size_min
    // -
    // Default: "5"
    as_horde_min_buz "5"

    // drone_jumper horde_size_min
    // -
    // Default: "8"
    as_horde_min_drj "8"

    // drone horde_size_min
    // -
    // Default: "8"
    as_horde_min_dro "8"

    // drone_uber horde_size_min
    // -
    // Default: "2"
    as_horde_min_dru "2"

    // harvester horde_size_min
    // -
    // Default: "3"
    as_horde_min_har "3"

    // mortar horde_size_min
    // -
    // Default: "1"
    as_horde_min_mor "1"

    // parasite horde_size_min
    // -
    // Default: "4"
    as_horde_min_par "4"

    // queen horde_size_min
    // -
    // Default: "1"
    as_horde_min_que "1"

    // ranger horde_size_min
    // -
    // Default: "3"
    as_horde_min_ran "3"

    // shaman horde_size_min
    // -
    // Default: "3"
    as_horde_min_sha "3"

    // shieldbug horde_size_min
    // -
    // Default: "2"
    as_horde_min_shb "2"

    //  /0=default /1=Static /2=binary settings /3=aliens horde_size_max settings
    // -
    // Default: "2"
    as_horde_mode "2"

    // binary flag of alien ,1=drone,2=drone_jumper,4=drone_uber,8=parasite,16=buzzer,32=ranger,64=shaman,128=harvester,256=boomer,512=mortar,1024=shieldbug,2048=queen,4096=Beta-harvester,8192=Beta-shieldbug,16384=beta Drones
    // -
    // Default: "8"
    as_horde_static "8"

    // director_peak_max_time (def 3)
    // -
    // Default: "2"
    as_peak_max_time "2"

    // director_peak_min_time (def 1)
    // -
    // Default: "1"
    as_peak_min_time "1" 
    as_horde_min_dro "8" //min drones in horde
    as_horde_max_dro "18" //max drones in horde spawn
    ....setup for each alien class in horde spawn

    *note
    -if use as_horde_max_dro "0" and as_horde_style "3" there will not spawned


    credits
    AtomicStryker for this Strings and binary flags help
    MidNiteToke for the beta aliens support

    *bugs? yeah, there comes allot,hehe
    -yes buggy with the beta aliens
    -need realy update the timer shit, need some event support

    updates
    0.90 pub release
    0.91-2 not relaesed
    0.93
    - random hord support
    - static hord support
    - and some little fixes
    0.94
    -added "as_horde_Bsize 3" max hord for big aliens *(buggy cuz timer+-horde ingame delay)
    -added "as_horde_info 1/0" announce onjoin
    -fixed double timer
    -regroup aliens by since and usefull(as_sharman wtf)
    -added "asw_shildbug"
    note*
    0.95 (not released)
    -fixed "asw_mortalbug"
    0.96
    -added "asw_harvester"
    -added "asw_xenomite" (?drops from the asw_harvestler)
    -tried to add a votemenu (--- Missing Vgui material vgui/plugin/message_waiting)
    -anounce fix
    0.97
    -added "asw_old_shieldbug 1 (beta style)" (texture error?!)
    -added "asw_harvester_new 0 (beta style)"
    -added "asw_new_drone 0 (beta style), need another cvar, and (texture offerlighted)
    -removed "asw_grubs"(didnt worx)
    0.98
    -removed "asw_xenomite" gamecrash
    -added new Random system (source from AtomicStryker)
    -changed queen´s horde spawn max to 1
    -added "asw_shieldbug_force_defend 1" perm in horde mode (sets agressive), thnx MidNiteToke
    0.99
    -removed "as_horde_Bsize"
    -added for each class hord min/max settings
    -added another random style /max
    -fix...

    *todo
    --waiting 4 event-SPAWN support
    -rewrite all timers 2 events

    *this will cheat the gameplay and your online stats !!!
    (as_horde_mode094.sp - 22 views - 11.6 KB)
    (as_horde_mode096.sp - 13 views - 16.6 KB)
    (as_horde_mode097.sp - 10 views - 17.9 KB)
    (as_horde_mode098.sp - 18 views - 19.2 KB)
    Attached Files
    File Type: sp Get Plugin or Get Source (as_horde_mode099.sp - 801 views - 23.6 KB)

    Last edited by dYZER; 08-08-2010 at 13:45.
    dYZER is offline
    saddam
    New Member
    Join Date: Jul 2010
    Location: Russian Federation
    Old 07-30-2010 , 02:05   Re: [AS] Horde MoDe
    Reply With Quote #2

    look like nice
    __________________
    Ищу интересные плагины для своего TF2 сервера. похвастать ими моно мне в пм
    saddam is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 07-30-2010 , 13:28   Re: [AS] Horde MoDe
    Reply With Quote #3

    All this does is sets some cvars.

    You can do the same thing with a cfg file and sm_cvar.

    Edit: I stand corrected.

    Last edited by psychonic; 08-02-2010 at 09:49.
    psychonic is offline
    ZombieHunterX
    Junior Member
    Join Date: Jun 2010
    Old 07-30-2010 , 14:14   Re: [AS] Horde MoDe
    Reply With Quote #4

    Quote:
    Originally Posted by psychonic View Post
    All this does is sets some cvars.

    You can do the same thing with a cfg file and sm_cvar.
    plugins are made to make things easy'r,support it lol
    but anyway,i tried to make a horde with cvars,(horde of 500 aliens.) and i replaced asw_drone with asw_parasite,that shit is insane lol.
    edit: add a cvar to chose a specific type of aliens.
    ZombieHunterX is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 07-30-2010 , 15:53   Re: [AS] Horde MoDe
    Reply With Quote #5

    Quote:
    Originally Posted by psychonic View Post
    All this does is sets some cvars.

    You can do the same thing with a cfg file and sm_cvar.
    he changes them every 10s to a random value between the min/max cvars.
    not entirely possible with sm_cvar.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    dYZER
    Member
    Join Date: Jan 2010
    Location: Germany
    Old 07-31-2010 , 03:20   Re: [AS] Horde MoDe
    Reply With Quote #6

    Quote:
    Originally Posted by psychonic View Post
    All this does is sets some cvars.

    You can do the same thing with a cfg file and sm_cvar.
    aehm, u have tried to set that things at an onlinegame ?

    blabla sv_cheats...req
    dYZER is offline
    ZombieHunterX
    Junior Member
    Join Date: Jun 2010
    Old 07-31-2010 , 04:56   Re: [AS] Horde MoDe
    Reply With Quote #7

    Quote:
    Originally Posted by dYZER View Post
    aehm, u have tried to set that things at an onlinegame ?

    blabla sv_cheats...req
    u fail,its sm_cvar [command here]
    it wont require you to turn cheats on.
    ZombieHunterX is offline
    dYZER
    Member
    Join Date: Jan 2010
    Location: Germany
    Old 07-31-2010 , 05:55   Re: [AS] Horde MoDe
    Reply With Quote #8

    Quote:
    Originally Posted by ZombieHunterX View Post
    u fail,its sm_cvar [command here]
    it wont require you to turn cheats on.
    L 07/31/2010 - 11:55:01: [basecommands.smx]
    jop didnt loaded any main plugins of sm, so then u didnt need the [basecommands.smx] 4it

    Last edited by dYZER; 07-31-2010 at 06:04.
    dYZER is offline
    MidNiteToker
    Junior Member
    Join Date: Aug 2010
    Old 08-01-2010 , 01:11   Re: [AS] Horde MoDe / Random Drones
    Reply With Quote #9

    Code:
    echo bugs
    alias "w2" "wait; wait"
    alias "w5" "wait; wait; wait; wait; wait"
    alias "w10" "w5;w5"
    alias "bugz1" "asw_harvester_new 1; asw_new_drone 1; asw_old_shieldbug 0"
    alias "bugz2" "asw_harvester_new 0; asw_new_drone 0; asw_old_shieldbug 1"
    alias bug "w10;bugz2; loop"
    alias loop "bugz1;w10;bugz2;w10;bugz1; bug"
    alias break "alias loop b1"
    bind "kp_enter" "loop"
    bind "kp_del" "break"
    i tried to make this loop script to spawn the unused beta aliens with the horde,but it was a no go.could you add these cmds to randomize with the hordes spawning plzzz??
    MidNiteToker is offline
    TechKnow
    Senior Member
    Join Date: Nov 2007
    Old 08-01-2010 , 09:05   Re: [AS] Horde MoDe / Random Drones
    Reply With Quote #10

    This says it will work with any mod but it will not work for CSS, PLEASE say exactly what mods it supports.
    __________________
    "Stupd is what Stupid dose"
    MY MODELS SITE
    http://techknowmodels.19.forumer.com/index.php
    TechKnow is offline
    Reply



    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 05:48.


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