Zombie Escape Releases

Official Releases
User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 2 Years Ago
Location: Malaysia
Has thanked: 0
Been thanked: 11 times
Contact:

Re: Zombie Escape Releases

#281

Post by wbyokomo » 2 Years Ago

Just my opinion, how about to start using amxmodx 1.10 :) i used that version on my 3 HLDS, seems nothing critical error yet. My server don't have many player, but we need to test on server that always full house.
[MMG]~Zombie-Escape-X
Image
[MMG]~Zombie-Plague-X
Image
[MMG]~Multi-Mod-X
Image

th3fla
Member
Member
Romania
Posts: 2
Joined: 2 Years Ago
Has thanked: 0
Been thanked: 0
Contact:

#282

Post by th3fla » 2 Years Ago

you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work

FlizzyPro_123
Member
Member
Indonesia
Posts: 3
Joined: 2 Years Ago
Has thanked: 0
Been thanked: 0
Contact:

#283

Post by FlizzyPro_123 » 2 Years Ago

bro the download link not work:
teamcity.rehlds.org
it says "This site cant be reached"
@Raheem Please help me

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2213
Joined: 6 Years Ago
Has thanked: 57 times
Been thanked: 176 times
Age: 26
Contact:

#284

Post by Raheem » 2 Years Ago

wbyokomo wrote:
2 Years Ago
Just my opinion, how about to start using amxmodx 1.10 :) i used that version on my 3 HLDS, seems nothing critical error yet. My server don't have many player, but we need to test on server that always full house.
Yes, bro but you know that many bugs/issues are fixed in the latest version, for this reason using the latest version will be best. Also, there are some new features in the latest AMXX like print_chat_color. I'm wondering how AMXX v1.1 works without issues :shock:.
th3fla wrote:
2 Years Ago
you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work
I do not understand what you trying to do. Please explain what you wanna do.
FlizzyPro_123 wrote:
2 Years Ago
bro the download link not work:
teamcity.rehlds.org
it says "This site cant be reached"
@Raheem Please help me
Latest ReHLDS: Latest ReGameDLL: Latest ReAPI: Just download them from GitHub.
He who fails to plan is planning to fail

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 2 Years Ago
Location: Malaysia
Has thanked: 0
Been thanked: 11 times
Contact:

#285

Post by wbyokomo » 2 Years Ago

th3fla wrote:
2 Years Ago
you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work
What i understand about this post is when we block the ze_game_started_pre, the set zombie speed is failed. So we need to manually set zombie speed after that.

[ Post made via Android ]
[MMG]~Zombie-Escape-X
Image
[MMG]~Zombie-Plague-X
Image
[MMG]~Multi-Mod-X
Image

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 2 Years Ago
Location: Malaysia
Has thanked: 0
Been thanked: 11 times
Contact:

#286

Post by wbyokomo » 2 Years Ago

Raheem wrote:
2 Years Ago
Yes, bro but you know that many bugs/issues are fixed in the latest version, for this reason using the latest version will be best. Also, there are some new features in the latest AMXX like print_chat_color. I'm wondering how AMXX v1.1 works without issues :shock:.
The only issue i found in Amxmodx 1.10 is the client_print > print_center. This is not a bug actually, because amxmodx 1.10 design to follow up to date cs1.6 client. So only old cs1.6 nosteam client will see that fcuking %s text when print_center message appear. Mostly for stupid cswarzone build 4554 client. Seriously it's 2021 already they can start looking for a better cs1.6 client that don't use 3rd party client protector. Warzone included it own protector that control masterserver list to make money from it. So you use their client, they get money because server operator pay for boost. Then boosted server will be listed in the internet tab. Easy money right? they can add anything to your pc if they want.

So if your server is steam only then you dont need to fix it.
But if your server is running dproto/reunion then you need some kind of metamod plugin to fix that print_center issue. Just search for it.

[ Post made via Android ]
[MMG]~Zombie-Escape-X
Image
[MMG]~Zombie-Plague-X
Image
[MMG]~Multi-Mod-X
Image

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2213
Joined: 6 Years Ago
Has thanked: 57 times
Been thanked: 176 times
Age: 26
Contact:

#287

Post by Raheem » 2 Years Ago

wbyokomo wrote:
2 Years Ago
th3fla wrote:
2 Years Ago
you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work
What i understand about this post is when we block the ze_game_started_pre, the set zombie speed is failed. So we need to manually set zombie speed after that.
Alright, in this case, he can use the following natives to reset/set speed again for both zombies/humans:
  1. ze_reset_human_speed
  2. ze_reset_zombie_speed
  3. ze_set_zombie_speed
  4. ze_set_human_speed_factor
wbyokomo wrote:
2 Years Ago
Raheem wrote:
2 Years Ago
Yes, bro but you know that many bugs/issues are fixed in the latest version, for this reason using the latest version will be best. Also, there are some new features in the latest AMXX like print_chat_color. I'm wondering how AMXX v1.1 works without issues :shock:.
The only issue i found in Amxmodx 1.10 is the client_print > print_center. This is not a bug actually, because amxmodx 1.10 design to follow up to date cs1.6 client. So only old cs1.6 nosteam client will see that fcuking %s text when print_center message appear. Mostly for stupid cswarzone build 4554 client. Seriously it's 2021 already they can start looking for a better cs1.6 client that don't use 3rd party client protector. Warzone included it own protector that control masterserver list to make money from it. So you use their client, they get money because server operator pay for boost. Then boosted server will be listed in the internet tab. Easy money right? they can add anything to your pc if they want.

So if your server is steam only then you dont need to fix it.
But if your server is running dproto/reunion then you need some kind of metamod plugin to fix that print_center issue. Just search for it.
The fix can be found here: https://dev-cs.ru/resources/888/. This website requires registration to download it. Or the following fix direct from GitHub: https://github.com/Hun1eR/Print-Center-Fix/releases.
He who fails to plan is planning to fail

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 447
Joined: 4 Years Ago
Location: Morocco
Has thanked: 139 times
Been thanked: 48 times
Age: 21
Contact:

#288

Post by z0h1r-LK » 1 Year Ago

Updated v1.7

User avatar
sPe3doN
Senior Member
Senior Member
Algeria
Posts: 257
Joined: 6 Years Ago
Has thanked: 17 times
Been thanked: 21 times
Age: 24
Contact:

#289

Post by sPe3doN » 1 Year Ago

Z0uha1r_LK wrote:
1 Year Ago
Updated v1.7
Good job, i like it
These users thanked the author sPe3doN for the post:
z0h1r-LK (1 Year Ago)
Image

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 447
Joined: 4 Years Ago
Location: Morocco
Has thanked: 139 times
Been thanked: 48 times
Age: 21
Contact:

#290

Post by z0h1r-LK » 1 Year Ago

Thanks @sPe3doN

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 447
Joined: 4 Years Ago
Location: Morocco
Has thanked: 139 times
Been thanked: 48 times
Age: 21
Contact:

#291

Post by z0h1r-LK » 1 Year Ago

v1.7.1 not released yet

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 447
Joined: 4 Years Ago
Location: Morocco
Has thanked: 139 times
Been thanked: 48 times
Age: 21
Contact:

#292

Post by z0h1r-LK » 10 Months Ago

1.7 Cancelled

xxGamerxx
Member
Member
Jordan
Posts: 13
Joined: 5 Years Ago
Has thanked: 0
Been thanked: 0
Contact:

#293

Post by xxGamerxx » 10 Months Ago

z0h1r-LK wrote:
10 Months Ago
1.7 Cancelled
Why???

czirimbolo
Veteran Member
Veteran Member
Poland
Posts: 600
Joined: 6 Years Ago
Has thanked: 22 times
Been thanked: 17 times
Contact:

#294

Post by czirimbolo » 9 Months Ago

Raheem, are you going to make some updates of zombie escape mod?
Image

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 2 Years Ago
Location: Malaysia
Has thanked: 0
Been thanked: 11 times
Contact:

#295

Post by wbyokomo » 9 Months Ago

Just a suggestion, i think its not a good idea to make a Full Pack (Windows / Linux), since Re Project always update.

How about to link to the original page and let server hoster learn how to install the mod, if you wanna host a server that mean you must know a basic stuffs about amxmodx.

Original Link:
+ ReHLDS -- https://github.com/dreamstalker/rehlds/releases
+ ReGameDLL -- https://github.com/s1lentq/ReGameDLL_CS/releases
+ Metamod-r -- https://github.com/theAsmodai/metamod-r/releases
+ ReAPI -- https://github.com/s1lentq/reapi/releases
+ AmxModX 1.10 (download Base Package & Counter-Strike) -- https://www.amxmodx.org/downloads-new.php?branch=master
+ (Optional) Print Center Fix -- https://github.com/hun1er/Print-Center-Fix/releases

Print Center Fix is only require if your server is allow nonsteam client. Actually only old client has this issue.
These users thanked the author wbyokomo for the post:
Raheem (5 Months Ago)
[MMG]~Zombie-Escape-X
Image
[MMG]~Zombie-Plague-X
Image
[MMG]~Multi-Mod-X
Image

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2213
Joined: 6 Years Ago
Has thanked: 57 times
Been thanked: 176 times
Age: 26
Contact:

#296

Post by Raheem » 5 Months Ago

wbyokomo wrote:
9 Months Ago
Just a suggestion, i think its not a good idea to make a Full Pack (Windows / Linux), since Re Project always update. How about to link to the original page and let server hoster learn how to install the mod, if you wanna host a server that mean you must know a basic stuffs about amxmodx. Original Link: + ReHLDS -- https://github.com/dreamstalker/rehlds/releases + ReGameDLL -- https://github.com/s1lentq/ReGameDLL_CS/releases + Metamod-r -- https://github.com/theAsmodai/metamod-r/releases + ReAPI -- https://github.com/s1lentq/reapi/releases + AmxModX 1.10 (download Base Package & Counter-Strike) -- https://www.amxmodx.org/downloads-new.php?branch=master + (Optional) Print Center Fix -- https://github.com/hun1er/Print-Center-Fix/releases Print Center Fix is only require if your server is allow nonsteam client. Actually only old client has this issue.
Thanks for the suggestion bro.
He who fails to plan is planning to fail

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 2 guests