Also, Base Defense mode is now really (really) challenging in late game.
I'll now start working on the v1.1 update. More news about it soon.
And remember about the Eiffel Tower Building Contest, it ends tomorrow!
v1.03 (Build 814)
General
- Joining clients (first-time) automatically get the host devices & weapons (param m_clientGetHostItems)
- Banned players give all their item to host (param m_banGiveLootToHost)
- Kick & Ban buttons in the players list window, for host. Add a "players" button to open this window (Tab key shortcut).
- Volcano: skip a lava up/down cycle if lava didn't have time to go away when cycle should start. An "*" is then written next to the lava pressure in the F4 debug.
- Dynamic balance of the volcan eruption "lava volume", in order to avoid mass lava flooding & ocean drying, and lava not coming out:
* reduce the eruption duration (600s=>500s)
* extends its duration dynamically if lava didn't rich the top (up to 800s). Add two params for that.
* modification of the layout of the bottom-side chimneys, to make the lava coming out slowlier (on new worlds)
* modification of the layout of the top-side chimneys, to make less rain entering the boss lair (on new worlds)
Bug Fix
- Fix bug with teleporter UI (when removing an active teleporter)
- Fix "load" button in main menu locked in some situation (if no multi (or custom) save, and quitting a multi (or custom) game)
- Fixed bug that prevented to jump down from a platform when very low framerate
Balance
- Base Defense mode: after 33 nights, when there is no more monsters to spawn, monsters gain 10% of HP & damage every night
- particle turrets projectiles don't go through (that was never intended)
- Balance: Flame-thrower turrets more resistant (400 hp instead of 250)
- Plasma Sniper Rifle damage increased from 35 to 45
- ZF-0 gun unlocks target if fired with shift key pressed
Minor
- Update items description and help (no need for devices to be placed in the items bar)
- Add params m_speedSimu and m_speedSimuWorld to modify the simulation & world (liquids) simulation speeds
- Improve/fix fps debug: show framerate, then the ratio between the game time speed and the real time speed, and then the ratio between the world simulation (especially liquids) time speed and the game time speed. Add a param to lock the game/world ratio (if low framerate, the framerate will be even lower, but liquids will run at the normal speed compared to the player movement and day duration).