Page 1 of 1

Beta 1.0.1 is out!

Posted: Sun Nov 26, 2017 7:11 pm
by Hjarpe
*Survival Mode:
-Difficulty now scales with number of players.
-Difficulty escalates quicker.
-Which zombie types spawn each wave is randomized.
-Added more bosses, and bosses now spawn more frequently the longer you get.
-At the start of each wave, one random weapon and one pill bottle spawns per player.
-Weapons and items no longer despawn in Survival Mode.
-Removed some cheeky exploits.
*Some AI improvements.
*Added "map categories", letting you create custom map rotations by creating subfolders in the Downloaded and Custom map folders.
*The /GIVE and /REMOVE commands are now visible in the chat.
*Fixed score not registering wins/losses properly in versus mode (since last update).
*Corrected several faulty keybinding prompts in the tutorial.
*Changed how player-player collision works (for optimization reasons).
*Added option for server software to automatically restart at a given time or when memory usage reaches a certain threshold.
*Fixed the "invisibility bug".

Map Editor
*Made it possible to debug scripts directly in visual studio. See forum post.
*Fixed a bug where early messages shown via Game.WriteToConsole() would be cleared.

ScriptAPI
*Game.GetWeaponSpawnChances(), Game.UpdateWeaponSpawnChances(), Game.GetRandomWeaponID() added to make it possible to read and update weapon spawn chances through scripts.
*Fixed a bug where scripts wouldn't properly read the "mapmodes:" header tag (introduced in the previously update), preventing scripts from working in survival maps.
*Other fixes and tweaks.

Re: Beta 1.0.1 is out!

Posted: Sun Nov 26, 2017 7:24 pm
by piterskiy
Finaly an update, thanks!

Re: Beta 1.0.1 is out!

Posted: Sun Nov 26, 2017 8:03 pm
by Armadyl5
Neat !

Nice Work Dynamic Duo :D

Re: Beta 1.0.1 is out!

Posted: Sun Nov 26, 2017 9:58 pm
by Noble
The visibility of mod commands comeback (that I don't even know why it was removed) is a good thing I have to say. I've seen many people concerned and wanting this.

And zombies mode update, must be kinda cooler to play now, what's going to be next is probably this things Hjarpe mentioned about the repetitivity.

Going to download it yet, and looking forward mainly to what is changed in the IA.

Re: Beta 1.0.1 is out!

Posted: Sun Nov 26, 2017 11:33 pm
by Hjarpe
I should elaborate on the revamped Survival mode, since the patch notes don't really convey how much has changed. I really hope people will give Survival another shot after this update, it should be a very different experience compared to the previous version.

Whereas before a team of experienced players could get beyond wave 40 and a game could drag on for 30-45 minutes, in this version Gurt and I haven't survived beyond wave 16, and I believe that round took us just above 20 minutes. I think we've managed to balance the difficulty and game length quite well between 1, 2, 3 and 4 players. Also, the bosses have less health than before, but spawn more and more frequently. What makes wave 12+ really difficult is that multiple bosses start spawning each wave, leading to even more mayhem.

The rounds themselves are more varied, since the composition of each "sub-wave" is randomly selected from a bunch of templates. You can now get a wave that consists entirely of big "Bruiser" zombies, for example. The system is quite flexible, so it will be easy to add new enemy types in the future as our toolbox grows.

Further variety was added by giving the "Child" zombies and "Flamer" zombies a different AI behaviour. They now like diving into players!

Among other AI changes, large groups of bots now try to surround players by selecting alternative routes to their target. This prevents cheese strategies like "ladder-camping" since enemies will come more evenly from all directions.

There is also a cap of 30 living enemies at one time, which should help with FPS problems. As you progress, stronger zombies will start spawning so we don't have to spawn too many - you'll notice the "Normal" zombies get bigger and tougher after a while.

Altogether, I think Survival is a lot better now. So if you haven't, give it a try and tell us what you think!

Re: Beta 1.0.1 is out!

Posted: Wed Nov 29, 2017 8:44 pm
by Creeper
" *Fixed score not registering wins/losses properly in versus mode (since last update)."


Still occurred today when the map changed and everyone got a 0/0 on the server.

Image

Re: Beta 1.0.1 is out!

Posted: Wed Nov 29, 2017 8:55 pm
by Gurt
Creeper wrote:
Wed Nov 29, 2017 8:44 pm
" *Fixed score not registering wins/losses properly in versus mode (since last update)."


Still occurred today when the map changed and everyone got a 0/0 on the server.
Please note that if the type of map is changed (from custom/survival to versus or vice-versa) the score is reset.

Re: Beta 1.0.1 is out!

Posted: Wed Nov 29, 2017 8:59 pm
by Creeper
Please note that if the type of map is changed (from custom/survival to versus or vice-versa) the score is reset.

No, It wasn't changing from a custom/survival map into a versus mode. ( Blurry's versus server )

Re: Beta 1.0.1 is out!

Posted: Wed Nov 29, 2017 10:13 pm
by Gurt
Creeper wrote:
Wed Nov 29, 2017 8:59 pm
Please note that if the type of map is changed (from custom/survival to versus or vice-versa) the score is reset.

No, It wasn't changing from a custom/survival map into a versus mode. ( Blurry's versus server )
I reviewed the code that resets the score when the map is changed and noticed reading the wrong property at a point which could cause weird side-effects like the score resetting if changing from a map saved in some previously version of the game to a map saved in a newer version of the game. That's probably what's happening. Consider the bug fixed for the next update I guess. :)

Re: Beta 1.0.1 is out!

Posted: Thu Nov 30, 2017 1:28 am
by Tom Th3 Assasin
pink cubes came out of nowhere

https://imgur.com/iLavznh

Re: Beta 1.0.1 is out!

Posted: Thu Nov 30, 2017 2:43 am
by _Batman_Shadow_
Tom Th3 Assasin wrote:
Thu Nov 30, 2017 1:28 am
pink cubes came out of nowhere

https://imgur.com/iLavznh
Probably a missing texture,or your game glitched.Is this the only time it happened?Did you see if it was equip-able?What item was it?Etc,Etc...
This would allow the devs to figure out the problem instead of a non-descriptive comment and a picture. :D


Now what i wanna know is,when will the time come that when i update my game,all my textures,soundpacks etc. are still there?

Re: Beta 1.0.1 is out!

Posted: Fri Dec 01, 2017 3:02 pm
by JakSparro98
_Batman_Shadow_ wrote:
Thu Nov 30, 2017 2:43 am
[..]Now what i wanna know is,when will the time come that when i update my game,all my textures,soundpacks etc. are still there?
If there wasn't resources changes after the update then all the textures and sounds should be in their place, if you changed something like texture / tile list, sounds list etc (like when you mod the game by adding additional custom resources) only then will result in a replacement by the launcher with the original and latest version of that file.

Re: Beta 1.0.1 is out!

Posted: Fri Dec 01, 2017 8:35 pm
by Lunatic
So, I tinkered with the survival update the other day, and while the game does end a lot sooner, I find the brutality of the mode is... Well, it's damn harsh. Smalls and flames sprint constantly, and coupled with their already impressive speed boost, they corner you in a damn HURRY. Fire zombies are an even bigger pain in the ass, and as rounds go on with all normal zombies getting stronger, the player simply can not deal enough damage to get into higher rounds.

This is likely a result of bosses just not spawning with any weapons players can use to chew through other bosses/zombies. Give bosses rewards again, or add in methods to get more ammo/upgrade damage/something to help players get into higher rounds. Melee weapons also break too quickly in this mode and are often incredibly underpowered by wave ~3.

I mean, I guess that's the goal - shorter rounds. Just feels sadistic though.

Re: Beta 1.0.1 is out!

Posted: Fri Dec 01, 2017 8:48 pm
by Splinter
Lunatic wrote:
Fri Dec 01, 2017 8:35 pm
So, I tinkered with the survival update the other day, and while the game does end a lot sooner, I find the brutality of the mode is... Well, it's damn harsh. Smalls and flames sprint constantly, and coupled with their already impressive speed boost, they corner you in a damn HURRY. Fire zombies are an even bigger pain in the ass, and as rounds go on with all normal zombies getting stronger, the player simply can not deal enough damage to get into higher rounds.

This is likely a result of bosses just not spawning with any weapons players can use to chew through other bosses/zombies. Give bosses rewards again, or add in methods to get more ammo/upgrade damage/something to help players get into higher rounds. Melee weapons also break too quickly in this mode and are often incredibly underpowered by wave ~3.

I mean, I guess that's the goal - shorter rounds. Just feels sadistic though.
I haven't played with a team yet, but playing solo, I had the impression that we actually get *more* weapons now. We receive chute-crates and also items don't de-spawn anymore. The slow-mo we get from bosses are life-savers, I practically spam them, saving only one for the next wave. I think this made the survival more dynamic, we can abuse weapons without worrying about ammo. However, we do have to move around more to collect the weapons lying around.

Re: Beta 1.0.1 is out!

Posted: Sat Dec 02, 2017 1:21 am
by _Batman_Shadow_
JakSparro98 wrote:
Fri Dec 01, 2017 3:02 pm
_Batman_Shadow_ wrote:
Thu Nov 30, 2017 2:43 am
[..]Now what i wanna know is,when will the time come that when i update my game,all my textures,soundpacks etc. are still there?
If there wasn't resources changes after the update then all the textures and sounds should be in their place, if you changed something like texture / tile list, sounds list etc (like when you mod the game by adding additional custom resources) only then will result in a replacement by the launcher with the original and latest version of that file.
So your saying if i add a soundpack,it'll restart,but if i add just a Texture pack,it'll be the same?

Re: Beta 1.0.1 is out!

Posted: Sat Dec 02, 2017 2:08 am
by JakSparro98
_Batman_Shadow_ wrote:
Sat Dec 02, 2017 1:21 am
So your saying if i add a soundpack,it'll restart,but if i add just a Texture pack,it'll be the same?
Not exactly, if you only replaced textures or sounds they will be preserved, except if some of the resources was modified by the devs in the latest update.

But, if you want to add custom sounds or tiles, for example, you also need to modify some lists in the game data, these lists are checked by the launcher and if some differencies are found, the launcher takes this like the game had an update and they will be restored, same if you have a real update to download and also have the lists altered.