AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Zombie:Reloaded (https://forums.alliedmods.net/forumdisplay.php?f=132)
-   -   [CS:GO/CS:S] Release: Zombie:Reloaded Franug edition (Updated 4-Jul-2022) (https://forums.alliedmods.net/showthread.php?t=277597)

PresidentEvil 02-21-2016 00:09

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by kaeming (Post 2395084)
there's a plugin for that if I'm not wrong , burn slow down

found it, thanks


also: how to make humans hold more than three grenades?

im using grenade_effects plugin


ammo_grenade_limit_total 4
ammo_grenade_limit_default 4
ammo_grenade_limit_flashbang 4

//franug_weapons
sm_zeusweapons_smoke 1 // Number of smoke
sm_zeusweapons_hegrenade 1 // Number of hegrenade
sm_zeusweapons_decoy 1 // Number of decoy
sm_zeusweapons_molotov 1 // Number of molotov
sm_zeusweapons_flash 1 // // Number of flashbang

but still humans only get flashback, hegreande, and molotov

smoke and flash are dropped and cant be picked up


gamemode is casual but i dont see why that matters when you can just change the cvars

fr13nds 02-21-2016 00:55

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
it plugin error i change skin mapeadores and got error not working :cry:

Dim_oK 02-21-2016 08:59

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by Franc1sco (Post 2394837)
Fixed: https://github.com/Franc1sco/sm-zomb...f10b479856e4da

And you need
Code:

zr_infect_mzombie_countdown "1"
for enable the countdown sounds

After adding files, now error:

L 02/21/2016 - 16:49:48: [zombiereloaded.smx] [Downloads] [Config Validation] Missing file "ambient/zr/zr_ambience.mp3"
L 02/21/2016 - 16:49:48: [zombiereloaded.smx] [Downloads] [Config Validation] Missing file "zr/fz_scream1.mp3"

upd
the same error
SV_StartSound: ambient/zr/zr_ambience.mp3 not precached (0)

Vaxa 02-22-2016 05:01

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Димок,вот пути прекэша поменяешь,на какие матерятся,и скомпили)
PHP Code:

#include <sourcemod>

public Plugin:myinfo =
{
 
name        "sound cahe",
 
author      "aza",
 
version     "3.0"
};
public 
OnMapStart()
{        
    
PrecacheSound("*music/zombie/fz_scream1.mp3");
    
PrecacheSound("*music/zombie/zombie_die1.mp3");
    
PrecacheSound("*music/zombie/zombie_die2.mp3");
    
PrecacheSound("*music/zombie/zombie_die3.mp3");
    
PrecacheSound("*music/zombie/zombie_pain1.mp3");
    
PrecacheSound("*music/zombie/zombie_pain2.mp3");
    
PrecacheSound("*music/zombie/zombie_pain3.mp3");
    
PrecacheSound("*music/zombie/zombie_pain4.mp3");
    
PrecacheSound("*music/zombie/zombie_pain5.mp3");
    
PrecacheSound("*music/zombie/zombie_pain6.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle1.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle2.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle3.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle4.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle5.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle6.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle7.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle8.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle9.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle10.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle11.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle12.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle13.mp3");
    
PrecacheSound("*music/zombie/zombie_voice_idle14.mp3");
    
PrecacheSound("*music/zombie/zm.mp3");
    
PrecacheSound("*zr_dl/1.mp3");
    
PrecacheSound("*zr_dl/10.mp3");
    
PrecacheSound("*zr_dl/2.mp3");
    
PrecacheSound("*zr_dl/3.mp3");
    
PrecacheSound("*zr_dl/4.mp3");
    
PrecacheSound("*zr_dl/5.mp3");
    
PrecacheSound("*zr_dl/6.mp3");
    
PrecacheSound("*zr_dl/7.mp3");
    
PrecacheSound("*zr_dl/8.mp3");
    
PrecacheSound("*zr_dl/9.mp3");
    
PrecacheSound("music/zombie/fz_scream1.mp3");
    
PrecacheSound("music/zombie/zombie_die1.mp3");
    
PrecacheSound("music/zombie/zombie_die2.mp3");
    
PrecacheSound("music/zombie/zombie_die3.mp3");
    
PrecacheSound("music/zombie/zombie_pain1.mp3");
    
PrecacheSound("music/zombie/zombie_pain2.mp3");
    
PrecacheSound("music/zombie/zombie_pain3.mp3");
    
PrecacheSound("music/zombie/zombie_pain4.mp3");
    
PrecacheSound("music/zombie/zombie_pain5.mp3");
    
PrecacheSound("music/zombie/zombie_pain6.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle1.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle2.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle3.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle4.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle5.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle6.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle7.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle8.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle9.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle10.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle11.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle12.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle13.mp3");
    
PrecacheSound("music/zombie/zombie_voice_idle14.mp3");
    
PrecacheSound("music/zombie/zm.mp3");
    
PrecacheSound("zr_dl/1.mp3");
    
PrecacheSound("zr_dl/10.mp3");
    
PrecacheSound("zr_dl/2.mp3");
    
PrecacheSound("zr_dl/3.mp3");
    
PrecacheSound("zr_dl/4.mp3");
    
PrecacheSound("zr_dl/5.mp3");
    
PrecacheSound("zr_dl/6.mp3");
    
PrecacheSound("zr_dl/7.mp3");
    
PrecacheSound("zr_dl/8.mp3");
    
PrecacheSound("zr_dl/9.mp3");



PresidentEvil 02-22-2016 17:02

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Tactical Awareness Grenade - Slows down all zombies in area to half speed
Medi-Shot - When used, heals human and makes them immune to infection for 10 seconds
Heavy Assault Suit - Protects up to 300 damage of zombie attack, no infection until 300 damage is inflicted(suit is broken and removed)

item_heavyassaultsuit
weapon_tagrenade
weapon_healthshot

daleGEND 02-22-2016 18:45

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Explosive grenade never saves in zmarket. It's always set to none, eventhough it's set to auto rebuy.

fr13nds 02-23-2016 14:48

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
not working for change zombie skin,, i change zombie skin and got error crash

PresidentEvil 02-23-2016 16:41

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by fr13nds (Post 2396001)
not working for change zombie skin,, i change zombie skin and got error crash



it works fine, follow the directions

fr13nds 02-24-2016 08:41

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by PresidentEvil (Post 2396039)
it works fine, follow the directions

can you give me the tutorial ? :cry:

kaeming 02-24-2016 21:46

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by fr13nds (Post 2396269)
can you give me the tutorial ? :cry:

update ur downloads.txt player class etc , it should work

PresidentEvil 02-24-2016 22:39

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
and update the models.txt...

NIKO911 02-25-2016 07:51

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Hello. I compiled "zombiereloaded.sp"...
CS:GO
SM 1.7.3-dev+5283
MM 1.10.6
Error compiled


Error console server


After adding "sound cahe" - Error in console server missing...
sound cahe


How fix this? Thanks.

bebe9b 02-25-2016 09:34

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
add file configs/zr/download.txt
zr/fz_scream1.mp3
zr/zombie_die1.mp3
zr/zombie_die2.mp3
zr/zombie_die3.mp3
more........

PresidentEvil 03-02-2016 00:14

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
can you please change !zadmin to respect admin immunity levels, low admins can target admins with higher immunity and even root admins

edit: how to make !zadmin for root admin only?

veli 03-02-2016 01:06

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
try this Evil https://forums.alliedmods.net/showthread.php?t=278402

bebe9b 03-02-2016 11:37

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Hi Franc,
Pls fix error:

plugin "zombiereloaded.smx":
L 03/02/2016 - 14:49:10: [SM] [0] Line 311, E:\franugcompiler\include\entity_prop_stocks. inc::SetEntityRenderMode()
L 03/02/2016 - 14:49:10: [SM] [1] Line 147, zr/weapons/weaponalpha.inc::WeaponAlphaApplyWeaponAlpha( )
L 03/02/2016 - 14:49:10: [SM] [2] Line 98, zr/weapons/weaponalpha.inc::WeaponAlphaOnItemPickupPost( )
L 03/02/2016 - 14:49:10: [SM] [3] Line 432, zr/weapons/weapons.inc::WeaponsOnItemPickupPost()
L 03/02/2016 - 14:49:10: [SM] Native "SetEntProp" reported: Property "m_nRenderMode" not found (entity 286/info_particle_system)
L 03/02/2016 - 14:49:10: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":

Thx,

Bad Cold Man 03-03-2016 01:46

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by PresidentEvil (Post 2398556)
can you please change !zadmin to respect admin immunity levels, low admins can target admins with higher immunity and even root admins

edit: how to make !zadmin for root admin only?

Hello! Maybe this will help you:

https://forums.alliedmods.net/showthread.php?t=278402

blakker 03-03-2016 14:38

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Hi,

https://github.com/Franc1sco/sm-zomb...ive/master.zip

This link it is only the plugin. Where I can download the "whole package" for zm server? I mean something like a base of zm for cs go servers?

Franc1sco 03-03-2016 15:07

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by blakker (Post 2398999)
Hi,

https://github.com/Franc1sco/sm-zomb...ive/master.zip

This link it is only the plugin. Where I can download the "whole package" for zm server? I mean something like a base of zm for cs go servers?

Included a basic configuracion for csgo: https://github.com/Franc1sco/sm-zomb...ee/master/csgo

The rest is your work (or my work if you want my services) :wink:

blakker 03-03-2016 15:42

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
How much it will cost? I added u on skype and steam ;d

Franc1sco 03-03-2016 15:49

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by blakker (Post 2399014)
How much it will cost?

For get these info then send me a PM or just check my signature. I can't say more info publicly because it break the forum rules.

blakker 03-03-2016 15:52

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
well I added u on steam and skype - no1accepted me. :(

bebe9b 03-04-2016 20:03

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
L 03/04/2016 - 21:13:39: [SM] Native "SetEntProp" reported: Property "m_nRenderMode" not found (entity 309/info_particle_system)
L 03/04/2016 - 21:13:39: [SM] Displaying call stack trace for plugin "zombiereloaded.smx":
L 03/04/2016 - 21:13:39: [SM] [0] Line 311, E:\franugcompiler\include\entity_prop_stocks. inc::SetEntityRenderMode()
L 03/04/2016 - 21:13:39: [SM] [1] Line 147, zr/weapons/weaponalpha.inc::WeaponAlphaApplyWeaponAlpha( )
L 03/04/2016 - 21:13:39: [SM] [2] Line 98, zr/weapons/weaponalpha.inc::WeaponAlphaOnItemPickupPost( )
L 03/04/2016 - 21:13:39: [SM] [3] Line 432, zr/weapons/weapons.inc::WeaponsOnItemPickupPost()

PresidentEvil 03-05-2016 02:25

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
how to make buttons and levers glow like in this server?

https://youtu.be/3fOlhdcqeww?t=4m9s

Franc1sco 03-05-2016 06:05

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by PresidentEvil (Post 2399508)
how to make buttons and levers glow like in this server?

https://youtu.be/3fOlhdcqeww?t=4m9s

This was part of the map (but is a good idea for a new plugin).

Btw, this server was my server (until they closed).

daleGEND 03-05-2016 10:33

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Anyone having issues with weapons being removed as soon as people drop their weapons?

blakker 03-05-2016 18:17

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by Franc1sco (Post 2399556)
This was part of the map (but is a good idea for a new plugin).

Btw, this server was my server (until they closed).


Why no answer via PM, skype or steam?

sgMimic 03-05-2016 18:38

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
So there's two issues I have with this plugin in CSGO:

1. You no longer need EmitSoundAnyAll or the include. Sounds work fine with the normal precaching and sound emit natives. I fixed an issue with the zombie moaning sounds not playing by changing this. (Most recent Stable branch of SM Linux)
2. I had to add a cvar to enable/disable the countdown sounds because they cause the ambient sounds to stop after playing until sometime after the mother zombie spawns.
3. I recommending adding the Revolver (weapon_revolver) by default in the zmarket configs. It uses the same ammo type as the deagle, so you can just copy and paste the deagle, change the cost and the weapon entity.

As a side note, I'm not quite sure why adding countdown timer sounds and changing a few GetClientAuthString calls to GetClientAuthId warrants another fork of ZR.

Franc1sco 03-05-2016 19:26

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by blakker (Post 2399752)
Why no answer via PM, skype or steam?

Talk with me in Skype and tell who you are.

Quote:

Originally Posted by sgMimic (Post 2399759)
As a side note, I'm not quite sure why adding countdown timer sounds and changing a few GetClientAuthString calls to GetClientAuthId warrants another fork of ZR.

Simply for change all that I want, when I want and how I want, so if you dont like it, always you can use the normal version :wink:
Also my version includes more changes and not only the changes that you said.

bebe9b 03-05-2016 21:32

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Normal version :
https://forums.alliedmods.net/showthread.php?t=200527

Lannister 03-05-2016 22:00

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
I've seen some servers from Brazil that they use the new grenade as a infection granade, and the medic shot as a cure

Any possibility that you could integrate that in your Zombie reload plugin Fran? or maybe as an addon?

Thanks in advance!

sgMimic 03-05-2016 22:13

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by Franc1sco (Post 2399771)
Talk with me in Skype and tell who you are.



Simply for change all that I want, when I want and how I want, so if you dont like it, always you can use the normal version :wink:
Also my version includes more changes and not only the changes that you said.

I'm not against you having your own fork, I'm just wondering why this was released as it's own fork. In fact, I'm happy at least someone is looking toward development on ZR. I was just making suggestions for improvements.

daleGEND 03-06-2016 08:31

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by daleGEND (Post 2399622)
Anyone having issues with weapons being removed as soon as people drop their weapons?

I guess I'm the only one having this issue?

Solo6669 03-07-2016 07:18

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Hi, I have problems! The my server use cvar
Quote:

cs_enable_player_physics_box "1"
This cvar crashed the server randomly, possible to get fix - This command add a unique for zm server!

Virtually 03-09-2016 05:31

Need help with Z Skins :)
 
U cant take custom skins on, it makes the plugin pause i tryed a alien skin, and it wont load it, and when i make the files diffrent server crashes :(, did u put a custom, mdl path, in for the zombies, or path, because i would like to edit the skins to the personal ones.

kamil501 03-12-2016 08:34

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Thanks

blakker 03-19-2016 11:31

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by Franc1sco (Post 2399771)
Talk with me in Skype and tell who you are.



Simply for change all that I want, when I want and how I want, so if you dont like it, always you can use the normal version :wink:
Also my version includes more changes and not only the changes that you said.

Yeah I did.. now no answer..:X

Franc1sco 03-19-2016 11:43

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by blakker (Post 2403856)
Yeah I did.. now no answer..:X

What is your user in Skype? I have a lot of people

blakker 03-19-2016 16:33

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Quote:

Originally Posted by Franc1sco (Post 2403858)
What is your user in Skype? I have a lot of people

equal24

utaker 03-30-2016 14:43

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
zombies are fine but when one turns into zombie cant see any custom zombie hands etc, just normal player hands


All times are GMT -4. The time now is 11:09.

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