Raised This Month: $51 Target: $400
 12% 

[CS:GO/CS:S] Release: Zombie:Reloaded Franug edition (Updated 4-Jul-2022)


Post New Thread Reply   
 
Thread Tools Display Modes
bebe9b
Veteran Member
Join Date: May 2009
Location: Romania
Old 11-03-2018 , 08:01   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #321

Hi Franc,
Pls add cvar plugin forceteams , stop Switch Team ZOMBIE move HUMANS
After the beginning of the round ZOMBIE Switch Team HUMANS and the round ends.
Round ends, HUMANS win.

Thx,
__________________
respecta si vei fi respectat

Last edited by bebe9b; 11-03-2018 at 14:47.
bebe9b is offline
Trice
Member
Join Date: Nov 2017
Location: Germany
Old 11-04-2018 , 10:19   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #322

Hello Franc1sco

i added u in Steam, which Settings i must set, that ur Edition works like Zombie Riot V1.9.1b, T Team is Zombie, and the days are 1/8 then 2/8 and so one, the plugin forceteams is installed, but dont set Zombies - to Terror.

Many greetz

Trice
Trice is offline
Send a message via Skype™ to Trice
al1alu
Senior Member
Join Date: Jun 2011
Old 11-04-2018 , 21:09   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #323

CSGO ISSUE: Sometimes, when a human got infected he gets 100 hp and keeps the human model. Is there a fix for this issue??

Last edited by al1alu; 11-04-2018 at 21:11.
al1alu is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 11-06-2018 , 07:33   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #324

Quote:
Originally Posted by bebe9b View Post
Hi Franc,
Pls add cvar plugin forceteams , stop Switch Team ZOMBIE move HUMANS
After the beginning of the round ZOMBIE Switch Team HUMANS and the round ends.
Round ends, HUMANS win.

Thx,
Check this -> https://forums.alliedmods.net/showth...50#post2622850

Quote:
Originally Posted by al1alu View Post
CSGO ISSUE: Sometimes, when a human got infected he gets 100 hp and keeps the human model. Is there a fix for this issue??
Check this -> https://forums.alliedmods.net/showthread.php?t=311681

Quote:
Originally Posted by Trice View Post
Hello Franc1sco

i added u in Steam, which Settings i must set, that ur Edition works like Zombie Riot V1.9.1b, T Team is Zombie, and the days are 1/8 then 2/8 and so one, the plugin forceteams is installed, but dont set Zombies - to Terror.

Many greetz

Trice
The forceteams plugin is made only for the zombiereloaded plugin.


Also I repeat that if anybody want a better support, check this:
Spoiler
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 11-06-2018 at 07:35.
Franc1sco is online now
Send a message via MSN to Franc1sco
mcym
New Member
Join Date: Jul 2018
Old 12-03-2018 , 11:07   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #325

After installing the mode I get the error as follows. What could be the solve?

Error Vertex File for 'player/zombie.mdl' checksum 797198640 should be 1815117791

Thanks for the help.

Last edited by mcym; 12-03-2018 at 11:08.
mcym is offline
ultimatgold
BANNED
Join Date: Jan 2013
Location: https://t.me/pump_upp
Old 12-03-2018 , 21:31   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #326

Hi!
Please help me, this ERROR fixed..
I use this MOD: https://forums.alliedmods.net/showthread.php?t=277597

downloads.txt
Code:
// ============================================================================
//
//                              ZOMBIE:RELOADED
//                           Downloads configuration
//
// See Download List (3.6) section in the manual for detailed info.
//
// ============================================================================
// * Each uncommented line will be used as a file path for clients to download.
// ----------------------------------------------------------------------------
// Defaults:
// ----------------------------------------------------------------------------

materials/models/player/zh/Zombie_Classic_sheet.vmt
materials/models/player/zh/corpse1.vmt
materials/models/player/zh/Charple1_sheet.vmt

// hellknight
materials/models/player/ics/hellknight_red/estuche.vmt
materials/models/player/ics/hellknight_red/estuche.vtf
materials/models/player/ics/hellknight_red/hellknight.vmt
materials/models/player/ics/hellknight_red/hellknight.vtf
materials/models/player/ics/hellknight_red/hellknight_normal.vtf

// team win overlays
materials/overlays/zr/zombies_win.vtf
materials/overlays/zr/zombies_win.vmt
materials/overlays/zr/humans_win.vtf
materials/overlays/zr/humans_win.vmt

// zvision
materials/overlays/zr/zvision.vtf
materials/overlays/zr/zvision.vmt

// Modellek
models/player/zh/zh_corpse002.mdl
models/player/zh/zh_charple001.mdl
models/player/zh/zh_zombie003.mdl
models/player/ics/hellknight_red/t_guerilla.mdl
models.txt
Code:
// ============================================================================
//
//                              ZOMBIE:RELOADED
//                            Model configuration
//
// See Model Configuration (3.5) section in the manual for detailed info.
//
// ============================================================================
//
// SHORT DESCRIPTIONS
//
// Attribute:   Description:
// ----------------------------------------------------------------------------
// name     Name of model file, without extension.
// path     Path to model files. MUST end with "/".
// team     Model type:
//              "zombies"
//              "humans"
// access   Access type:
//              "public"        - Everyone can use the model.
//              "admins"        - Model can only be used by admins.    
//              "hidden"        - Model is excluded from public random selections.
//              "motherzombies" - Model can only be used by mother zombies.
//              "group"         - Use group authentication.
// group    If access is "group": A SourceMod group name. Otherwise blank ("").

"models"
{
    "zh_charple001"
    {
        "name"      "zh_charple001"
        "path"      "models/player/zh/"
        "team"      "zombies"
        "access"    "public"
        "group"     ""
    }
    
    "zh_zombie003"
    {
        "name"      "zh_zombie003"
        "path"      "models/player/zh/"
        "team"      "zombies"
        "access"    "public"
        "group"     ""
    }
    
    "zh_corpse002"
    {
        "name"      "zh_corpse002"
        "path"      "models/player/zh/"
        "team"      "zombies"
        "access"    "public"
        "group"     ""
    }
    
    "t_guerilla"
    {
        "name"      "t_guerilla"
        "path"      "models/player/ics/hellknight_red/"
        "team"      "zombies"
        "access"    "public"
        "group"     ""
    }
    
    // Special model examples:
    // -----------------------
    
    // Only admins can use this zombie model.
    //"admin_zombie"
    //{
    //    "name"      "1337model"
    //    "path"      "models/player/adminmodels/"
    //    "team"      "zombies"
    //    "access"    "admins"
    //    "group"     ""
    //}
    
    // Only members of the zr_vip group in SourceMod can use this human model.
    //"vip_human"
    //{
    //    "name"      "vipmodel"
    //    "path"      "models/player/vip/"
    //    "team"      "humans"
    //    "access"    "group"
    //    "group"     "zr_vip"
    //}
    
    // This model will be excluded from public random selections. Only classes
    // that use "random_hidden" or explicit specify this model will be able to use it.
    //"hidden"
    //{
    //    "name"      "hiddenmodel"
    //    "path"      "models/player/"
    //    "team"      "humans"
    //    "access"    "hidden"
    //    "group"     ""
    //}
}
playerclasses.txt
Code:
"classes"
{
    // ------------------------------------------
    //
    // Zombie classes
    //
    // ------------------------------------------
    "zombie_classic"
    {
        // General
        "enabled"               "yes"
        "team"                  "0"
        "team_default"          "yes"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Classic"
        "description"           "Need brains!!! Arrrrggghh!"
        
        // Model
        "model_path"            "models/player/zh/zh_corpse002.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          "overlays/zr/zvision"
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "no"
        "napalm_time"           "10.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "3700"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "500"
        "kill_bonus"            "2"
        
        "speed"                 "390"
        "knockback"             "3.2"
        "jump_height"           "1.2"
        "jump_distance"         "1.3"
    }
    
    "zombie_fast"
    {
        // General
        "enabled"               "yes"
        "team"                  "0"
        "team_default"          "no"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Fast"
        "description"           "-HP | +Speed | +Jump | +Knockback"
        
        // Model
        "model_path"            "models/player/zh/zh_charple001.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          "overlays/zr/zvision"
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "no"
        "napalm_time"           "7.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "3500"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "400"
        "kill_bonus"            "2"
        
        "speed"                 "420"
        "knockback"             "4.0"
        "jump_height"           "1.3"
        "jump_distance"         "1.2"
    }
    
    "zombie_mutated"
    {
        // General
        "enabled"               "yes"
        "team"                  "0"
        "team_default"          "no"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Mutated"
        "description"           "+HP | -Speed | +Jump | +Knockback"
        
        // Model
        "model_path"            "models/player/zh/zh_zombie003.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          "overlays/zr/zvision"
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "no"
        "napalm_time"           "15.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "3600"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "850"
        "kill_bonus"            "2"
        
        "speed"                 "270"
        "knockback"             "3.5"
        "jump_height"           "1.3"
        "jump_distance"         "1.3"
    }
    
    "zombie_heavy"
    {
        // General
        "enabled"               "yes"
        "team"                  "0"
        "team_default"          "no"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Heavy"
        "description"           "+HP | -Speed | -Knockback"
        
        // Model
        "model_path"            "models/player/ics/hellknight_red/t_guerilla.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          "overlays/zr/zvision"
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "no"
        "napalm_time"           "10.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "5500"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "3650"
        "kill_bonus"            "2"
        
        "speed"                 "250"
        "knockback"             "2.0"
        "jump_height"           "1.0"
        "jump_distance"         "1.0"
    }
    
    "mother_zombie"
    {
        // General
        "enabled"               "yes"
        "team"                  "0"
        "team_default"          "no"
        "flags"                 "2"
        "group"                 ""
        
        "name"                  "Mother zombie"
        "description"           "+HP regen | +Speed | +Jump | -Knockback"
        
        // Model
        "model_path"            "models/player/zh/zh_zombie003.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          "overlays/zr/zvision"
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "0"
        "napalm_time"           "5.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "3800"
        "health_regen_interval" "0.25"
        "health_regen_amount"   "10"
        "health_infect_gain"    "1000"
        "kill_bonus"            "4"
        
        "speed"                 "432"
        "knockback"             "2.3"
        "jump_height"           "1.2"
        "jump_distance"         "1.3"
    }
    
    "mother_zombie_admin"
    {
        // General
        "enabled"               "yes"
        "team"                  "0"
        "team_default"          "no"
        "flags"                 "3"
        "group"                 ""
        
        "name"                  "Admin mother zombie"
        "description"           "+HP regen | +Speed | +Jump | -Knockback"
        
        // Model
        "model_path"            "models/player/zh/zh_charple001.mdl"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          "overlays/zr/zvision"
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "no"
        "napalm_time"           "3.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "5500"
        "health_regen_interval" "0.25"
        "health_regen_amount"   "10"
        "health_infect_gain"    "1000"
        "kill_bonus"            "1"
        
        "speed"                 "486"
        "knockback"             "2.3"
        "jump_height"           "1.2"
        "jump_distance"         "1.3"
    }
    
    // ------------------------------------------
    //
    // Human classes
    //
    // ------------------------------------------
    
    "human_normal"
    {
        // General
        "enabled"               "yes"
        "team"                  "1"
        "team_default"          "yes"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Normal Human"
        "description"           "Default Counter-Strike settings"
        
        // Model
        "model_path"            "default"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          ""
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "yes"
        "napalm_time"           "0.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "no"
        
        "health"                "100"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "0"
        "kill_bonus"            "2"
        
        "speed"                 "300"
        "knockback"             "0"
        "jump_height"           "1.1"
        "jump_distance"         "1.6"
    }
    
    "human_vip"
    {
        // General
        "enabled"               "no"
        "team"                  "1"
        "team_default"          "yes"
        "flags"                 "0"
        "group"                 ""      // Write the name of a SourceMod group for vip players ("zr_vip" for instance), then make it in SourceMod.
        
        "name"                  "VIP Human"
        "description"           "Human class for important players"
        
        // Model
        "model_path"            "default"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          ""
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "yes"
        "napalm_time"           "0.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "200"
        "health_regen_interval" "1.0"
        "health_regen_amount"   "10"
        "health_infect_gain"    "0"
        "kill_bonus"            "1"
        
        "speed"                 "300"
        "knockback"             "0"
        "jump_height"           "1.1"
        "jump_distance"         "1.6"
    }
    
    "human_admin"
    {
        // General
        "enabled"               "yes"
        "team"                  "1"
        "team_default"          "no"
        "flags"                 "1"
        "group"                 ""
        
        "name"                  "Admin Human"
        "description"           "Human class for admins"
        
        // Model
        "model_path"            "default"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          ""
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "yes"
        "napalm_time"           "0.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "200"
        "health_regen_interval" "1.0"
        "health_regen_amount"   "10"
        "health_infect_gain"    "0"
        "kill_bonus"            "2"
        
        "speed"                 "500"
        "knockback"             "0"
        "jump_height"           "1.3"
        "jump_distance"         "1.8"
    }
    
    "human_speedy"
    {
        // General
        "enabled"               "yes"
        "team"                  "1"
        "team_default"          "no"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Speedy"
        "description"           "+Speed"
        
        // Model
        "model_path"            "default"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          ""
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "no"
        "napalm_time"           "0.0"
        
        // Player behavior
        "immunity_mode"         "none"
        "immunity_amount"       "1"
        "immunity_cooldown"     "60"
        "no_fall_damage"        "0"
        
        "health"                "100"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "0"
        "kill_bonus"            "1"
        
        "speed"                 "360"
        "knockback"             "0"
        "jump_height"           "1.0"
        "jump_distance"         "1.6"
    }
    
    "human_light"
    {
        // General
        "enabled"               "yes"
        "team"                  "1"
        "team_default"          "no"
        "flags"                 "0"
        "group"                 ""
        
        "name"                  "Light"
        "description"           "-Speed | +Jump | +Immunity"
        
        // Model
        "model_path"            "default"
        "alpha_initial"         "255"
        "alpha_damaged"         "255"
        "alpha_damage"          "0"
        
        // Hud
        "overlay_path"          ""
        "nvgs"                  "no"
        "fov"                   "90"
        
        // Effects
        "has_napalm"            "yes"
        "napalm_time"           "0.0"
        
        // Player behavior
        "immunity_mode"         "none"        // Invulnerable to infection,
        "immunity_amount"       "25"            // until HP go below 25.
        "immunity_cooldown"     "60"
        "no_fall_damage"        "yes"
        
        "health"                "100"
        "health_regen_interval" "0.0"
        "health_regen_amount"   "0"
        "health_infect_gain"    "0"
        "kill_bonus"            "1"
        
        "speed"                 "260"
        "knockback"             "0"
        "jump_height"           "1.0"
        "jump_distance"         "1.6"
    }
}
pure_server_whitelist.txt
Code:
whitelist
{

models\weapons\... allow_from_disk
models\player\... allow_from_disk
materials\models\weapons\... allow_from_disk
materials\models\player\... allow_from_disk
materials\temp\... allow_from_disk
materials\vgui\logos\... allow_from_disk
materials\vgui\logos\ui\... allow_from_disk
materials\decals\custom\... allow_from_disk
materials\Skybox\... allow_from_disk
materials\models\player\... allow_from_disk
materials\models\player\zh\... allow_from_disk
materials\models\player\ics\hellknight_red\... allow_from_disk
materials\overlays\... allow_from_disk
models\player\zh\... allow_from_disk
models\player\ics\hellknight_red\... allow_from_disk

sound\... allow_from_disk
sound\misc\... allow_from_disk
sound\admin_plugin\... allow_from_disk
sound\bombtimer\... allow_from_disk
sound\quake\... allow_from_disk
sound\knifefight\... allow_from_disk


scripts\game_sounds_manifest.txt allow_from_disk
scripts\soundscapes_manifest.txt allow_from_disk
motd.txt allow_from_disk

materials\decals\custom\example\... allow_from_disk
}

Last edited by ultimatgold; 12-04-2018 at 08:12.
ultimatgold is offline
Send a message via ICQ to ultimatgold Send a message via AIM to ultimatgold Send a message via Yahoo to ultimatgold Send a message via Skype™ to ultimatgold
Koga73
Senior Member
Join Date: Mar 2011
Location: 🍩
Old 12-06-2018 , 14:36   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #327

I don't get it.
As soon as i add a new model to the models.txt, the whole plugin just stops working.

Quote:
"models"
{
"zombie"
{
"name" "zombie"
"path" "models/player/custom_player/borodatm.ru/l4d2/"
"team" "zombies"
"access" "public"
"group" ""
}
__________________
Koga73 is offline
Evil KonveeR
Junior Member
Join Date: Aug 2017
Old 12-07-2018 , 05:53   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #328

The server crashes when a player is killed, also crashes when killed via adminmenu
Evil KonveeR is offline
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 12-07-2018 , 10:46   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #329

even with updated sourcemod crashes
Bad Cold Man is offline
rustaveli
Member
Join Date: Mar 2011
Old 12-07-2018 , 12:17   Re: [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition
Reply With Quote #330

after last update zombiemod crashes server, Franc1sco can you do something?
rustaveli 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 12:59.


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