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)

Dim_oK 05-22-2016 04:16

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

Originally Posted by weas (Post 2420742)
ZR good bye!

http://www.relatably.com/m/img/creep...2d4bcc2a7a.jpg

8guawong 05-22-2016 10:33

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

Originally Posted by weas (Post 2420742)
Zombie Plague! New Zombie plugin! By gubka!

Revive ZP https://forums.alliedmods.net/showthread.php?t=272546

ZR good bye!

yes! finally gone!

Franc1sco 05-23-2016 23:55

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

-Removed unused convar for knockback boost in csgo ( zr_classes_csgo_knockback_boost )
-Added convar for control knockback multiplier in the air for csgo
Code:

zr_classes_csgo_knockback_airmultiplier "0.5"

mazdarx8 05-24-2016 03:52

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Franc1sco, can you tell me where I can edit the weapon menu in your version?

Thank you.

zeroibis 05-25-2016 08:16

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Does this version have a way to allow zombies to have weapons? I was about to reprogram the old version and then I saw that you made this updated one. I suppose I could try to find the related code and comment it out.

At first I thought that zr_weapons_restrict 0 would enable me to give weapons to zombies and manage restrictions myself but apparently not.

If you could make it so that zr_weapons_restrict 0 removes the zombie weapon restriction or point me to what I could comment out to remove the restriction it would help a lot.

zeroibis 05-25-2016 08:22

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Oh found it in restrict.inc line I believe adding weapons to that will allow them to bypass any restriction. :D

Tellek 06-05-2016 10:36

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
Hi there!
Is there a possibility to make vip classes that require admin_customflag, not group? It would be much easier for me.
Best regards

TrappaTroopa 06-08-2016 12:18

Re: Zombiereloaded Franug edition with support for CS:GO and CS:S
 
I am setting up a new ZE Server. For some reason my Testers are not downloading the Zombie textures. I have my FastDL setup right because they can get my Maps no problems.. And I have 3 other servers using the same Web Server. Here is my Downloads.ini

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:
// ----------------------------------------------------------------------------

// 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

//csgo zombie models
materials/models/zombie/normal/zombie_normal_hand.vtf
materials/models/zombie/normal/zombie_normal_hand_normal.vtf
materials/models/zombie/normal/hand/zombie_normal_hand.vtf
materials/models/zombie/normal_f/normal_f_hand.vtf
materials/models/zombie/normal_f/normal_f_hand_normal.vtf
materials/models/zombie/normalf/hand/normal_f_hand.vmt
materials/models/zombie/normalhost/zombie_normalhost_hand.vtf
materials/models/zombie/normalhost/zombie_normalhost_hand_normal.vtf
materials/models/zombie/normalhost/hand/zombie_normalhost_hand_normal.vtf
materials/models/zombie/normalhost_female/normalhost_f_arm.vtf
materials/models/zombie/normalhost_female/normalhost_f_arm_normal.vtf
materials/models/zombie/normalhost_female/hand/normalhost_f_arm.vmt

// csgo zombie sounds

sound/zr/zombie_pain1.mp3
sound/zr/zombie_pain2.mp3
sound/zr/zombie_pain3.mp3
sound/zr/zombie_pain4.mp3
sound/zr/zombie_pain5.mp3
sound/zr/zombie_pain6.mp3

sound/zr/zombie_voice_idle1.mp3
sound/zr/zombie_voice_idle2.mp3
sound/zr/zombie_voice_idle3.mp3
sound/zr/zombie_voice_idle4.mp3
sound/zr/zombie_voice_idle5.mp3
sound/zr/zombie_voice_idle6.mp3
sound/zr/zombie_voice_idle7.mp3
sound/zr/zombie_voice_idle8.mp3
sound/zr/zombie_voice_idle9.mp3
sound/zr/zombie_voice_idle10.mp3
sound/zr/zombie_voice_idle11.mp3
sound/zr/zombie_voice_idle12.mp3
sound/zr/zombie_voice_idle13.mp3
sound/zr/zombie_voice_idle14.mp3

sound/zr/zombie_die1.mp3
sound/zr/zombie_die2.mp3
sound/zr/zombie_die3.mp3

sound/ambient/zr/zr_ambience.mp3
sound/zr/fz_scream1.mp3


Unbelievable 06-09-2016 05:03

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

Originally Posted by TrappaTroopa (Post 2425830)
I am setting up a new ZE Server. For some reason my Testers are not downloading the Zombie textures. I have my FastDL setup right because they can get my Maps no problems.. And I have 3 other servers using the same Web Server. Here is my Downloads.ini

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:
// ----------------------------------------------------------------------------

// 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

//csgo zombie models
materials/models/zombie/normal/zombie_normal_hand.vtf
materials/models/zombie/normal/zombie_normal_hand_normal.vtf
materials/models/zombie/normal/hand/zombie_normal_hand.vtf
materials/models/zombie/normal_f/normal_f_hand.vtf
materials/models/zombie/normal_f/normal_f_hand_normal.vtf
materials/models/zombie/normalf/hand/normal_f_hand.vmt
materials/models/zombie/normalhost/zombie_normalhost_hand.vtf
materials/models/zombie/normalhost/zombie_normalhost_hand_normal.vtf
materials/models/zombie/normalhost/hand/zombie_normalhost_hand_normal.vtf
materials/models/zombie/normalhost_female/normalhost_f_arm.vtf
materials/models/zombie/normalhost_female/normalhost_f_arm_normal.vtf
materials/models/zombie/normalhost_female/hand/normalhost_f_arm.vmt

// csgo zombie sounds

sound/zr/zombie_pain1.mp3
sound/zr/zombie_pain2.mp3
sound/zr/zombie_pain3.mp3
sound/zr/zombie_pain4.mp3
sound/zr/zombie_pain5.mp3
sound/zr/zombie_pain6.mp3

sound/zr/zombie_voice_idle1.mp3
sound/zr/zombie_voice_idle2.mp3
sound/zr/zombie_voice_idle3.mp3
sound/zr/zombie_voice_idle4.mp3
sound/zr/zombie_voice_idle5.mp3
sound/zr/zombie_voice_idle6.mp3
sound/zr/zombie_voice_idle7.mp3
sound/zr/zombie_voice_idle8.mp3
sound/zr/zombie_voice_idle9.mp3
sound/zr/zombie_voice_idle10.mp3
sound/zr/zombie_voice_idle11.mp3
sound/zr/zombie_voice_idle12.mp3
sound/zr/zombie_voice_idle13.mp3
sound/zr/zombie_voice_idle14.mp3

sound/zr/zombie_die1.mp3
sound/zr/zombie_die2.mp3
sound/zr/zombie_die3.mp3

sound/ambient/zr/zr_ambience.mp3
sound/zr/fz_scream1.mp3



Try this alternative file/folder downloader: https://forums.alliedmods.net/showthread.php?p=602270

If that not work make sure you set your download link

sv_downloadurl "Your link for FastDL"

Make sure you compress you're maps if you haven't already as well as materials and models folder. You can use this bzip bat file, just drag files into it and it will compress them for download.

Install 7zip: http://www.7-zip.org/download.html
Bzip bat file: http://www.filedropper.com/bz2

If that don't work make sure you're files have permissions set in FTP.

hope it helps.

TrappaTroopa 06-09-2016 07:54

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

Originally Posted by Unbelievable (Post 2426036)
Try this alternative file/folder downloader: https://forums.alliedmods.net/showthread.php?p=602270

If that not work make sure you set your download link

sv_downloadurl "Your link for FastDL"

Make sure you compress you're maps if you haven't already as well as materials and models folder. You can use this bzip bat file, just drag files into it and it will compress them for download.

Install 7zip: http://www.7-zip.org/download.html
Bzip bat file: http://www.filedropper.com/bz2

If that don't work make sure you're files have permissions set in FTP.

hope it helps.

I will give that a shot. Thank you. One more problem. So for testing I just grabbed all the textures from my Web server manually and put them in my game DIR. When I join the game and a Zombie Infection starts the zombies have Big Error boxes. I know this means I do not have the right texture. Where can I get the right ones since the ones in the OP dont seem to work.


All times are GMT -4. The time now is 13:52.

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