Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
- ibm5155
- Addicted to Zandronum
- Posts: 1641
- Joined: Tue Jun 05, 2012 9:32 pm
- Location: Somewhere, over the rainbow
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
Ehm, I think there's no need to use modcvar source, because it's already in zandronum 2.1 code
Projects
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!
<this post is proof of "Decline">
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!
<this post is proof of "Decline">
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
Vertex slopes always makes everything look really sick. I'm looking forward to it.Xsnake wrote:Spoiler: The new ZE02 (Open)
I would advice to make an alternative method to show that 3d sloped bridge for software users though.
Last edited by Fused on Fri Dec 18, 2015 10:41 pm, edited 1 time in total.
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
Seconded.Fused wrote:I would advice to make an alternative method to show that 3d sloped bridge for software users though.Xsnake wrote:Spoiler: The new ZE02 (Open)
Though, I can't say I like the new theme - a blazing hellscape doesn't seem like a good place for a "Paradise Island" map.
"I'm in despair! The fact someone would give me the title 'Forum Regular' has left me in despair!"
SamsaraHold http://zandronum.com/forum/showthread.php?tid=3053
Spoiler: Me in a nutshell (Open)Projects:
SamsaraHold http://zandronum.com/forum/showthread.php?tid=3053
- ibm5155
- Addicted to Zandronum
- Posts: 1641
- Joined: Tue Jun 05, 2012 9:32 pm
- Location: Somewhere, over the rainbow
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
If there's a need, I can make a script that will Spawn a Sprite bridge only for the software users
Projects
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!
<this post is proof of "Decline">
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!
<this post is proof of "Decline">
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
source codes in the file itself btw.
I have made a patch that will notify the server about players that have spectated as a zombie. I felt that a feature like this was extremely necessary, due to the pretty big amount of players spectating early as a zombie in a game. It features very accurate information that you can look back in logs and it has a part that can even reset a map if there has been a real lack of contribution, much like kpatch did in Grandvoid.
The main reason why this patch is so big is because it is actually compatible with any version of Zombie Horde, and also Bagel Horde. It does not update existing code, but instead checks for the zombiemaker and humanmaker item for the main parts. Apart from that there are also a few other functions used but I'm pretty sure most to all ZH versions have those.
Hopefully for Zandronum 3.0 will add the tickets below. That way I will be able to actually add some really nice improvements to this script, including a way to actually punish people with a ban.
http://zandronum.com/tracker/view.php?id=2570
http://zandronum.com/tracker/view.php?id=2554
I have made a patch that will notify the server about players that have spectated as a zombie. I felt that a feature like this was extremely necessary, due to the pretty big amount of players spectating early as a zombie in a game. It features very accurate information that you can look back in logs and it has a part that can even reset a map if there has been a real lack of contribution, much like kpatch did in Grandvoid.
The main reason why this patch is so big is because it is actually compatible with any version of Zombie Horde, and also Bagel Horde. It does not update existing code, but instead checks for the zombiemaker and humanmaker item for the main parts. Apart from that there are also a few other functions used but I'm pretty sure most to all ZH versions have those.
Right now there are still a few flaws and I will probably tweak somethings like the map restart functions. For example zombies would be able to change their name and spectate, and the server would announce their old name instead. This is due to Zandronum's / Zdoom's way of storing strings which makes it near impossible to compare their current name with the stored one, unless I create a big function that does it. However, zandronum 3.0 should have this fixed, and together with that I should be able to create a big improvement for this.When a player spectated, this script will log:
• The name of the player when he got infected.
• Type of zombie (initial / normal).
• Play time as a zombie.
• The amount of infections the player has made.
• The amount of zombies left
• A notification when the map is restarting or not, depending if it's necessary and if there are no zombies left.
Apart from that this script will also show who has become the initial zombie, who got infected and who has been cured back to human.
And the game itself will only get a notification the player left as a zombie and if the map will restart.
Hopefully for Zandronum 3.0 will add the tickets below. That way I will be able to actually add some really nice improvements to this script, including a way to actually punish people with a ban.
http://zandronum.com/tracker/view.php?id=2570
http://zandronum.com/tracker/view.php?id=2554
Spoiler: screenie (Open)
Last edited by Fused on Mon Jan 18, 2016 7:38 pm, edited 1 time in total.
- fr blood
- Frequent Poster Miles card holder
- Posts: 995
- Joined: Wed Mar 06, 2013 4:04 pm
- Location: France
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
People who ragequit(join spect) just after being infected, I hate them so much.
This patch is a nice present, awesome work.
This patch is a nice present, awesome work.
RE: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
The ZE05 remake took much more time than I expected, but it's finally done.
After consideration, I might just update a few more maps before releasing anything... I'm not sure yet.
Btw, this antiRQ patch looks neat to me. Great work.
Spoiler: Mako Reactor remake (Open)
After consideration, I might just update a few more maps before releasing anything... I'm not sure yet.
Btw, this antiRQ patch looks neat to me. Great work.
Re: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)

Last edited by Fused on Wed Aug 16, 2023 9:27 am, edited 2 times in total.
Re: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
I'm willing to help with code, there are still things from Usual addon that are missing here, and beyond that.
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
Re: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
I'm willing to help too, if ever needed.
Re: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
Thanks guys. The biggest help I can get currently is new maps, and improvements to existing maps. When I have time I'll take a look what else can be done.
- Vincent(PDP)
- Forum Regular
- Posts: 527
- Joined: Thu Mar 14, 2013 7:35 pm
- Location: Sweden
- Clan: My DOOM site
- Clan Tag: <MDS>
- Contact:
Re: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
There still is the problem with only getting 1-2 kills from the Holy Cross (etc.). I believe I have a fix to that, as I've done similar things in one of my mods.Fused wrote:Thanks guys. The biggest help I can get currently is new maps, and improvements to existing maps. When I have time I'll take a look what else can be done.
Re: Zombie HORDE - BETA 28 (page 16) - Fix1 (05/01/15)
In case people plan on hosting the "old" Zombie Horde themselves using BestEver or TSPG, please make use of the patch listed here. For some odd reason there's a bug that causes the skill to turn to the easiest randomly, causing zombies to gain double health. This patch limits skills to just one without any special advantages.
https://painkiller.allfearthesentinel.n ... lpatch.wad
Regarding The new Zombie Horde, all I can say is... soon.
https://painkiller.allfearthesentinel.n ... lpatch.wad
Regarding The new Zombie Horde, all I can say is... soon.