Jump to content

41.68 Released


Batsphinx

Recommended Posts

41.68 compiled changelist

(Also including 41.67 from the unstable branch)
 

MP
 

- Cheat control
 - Each anti-cheat can now be disabled via server option
 - Several anti-cheats can now be configured via server option
 - Anti-cheats are disabled by default for co-op hosted servers

- Max/Min/Default values hint is added to ServerOptionChange UI window for double and integer server options
- Old SafetySystem tooltip text is changed in accordance with new icon
- GhostMod and NoClip are removed when admin gets player access level

- Adjusted anti-cheat thresholds
- Player is not kicked on coop host server

- Adjust MP gain XP limit by sandbox XPMultiplier value
- Fixed typo in UI_ValidationFailed_Type9
- System property "rconlo" is added to make RCON server listen on loopback interface only
- New IsoObjectID class replaces ZombieIDMap.


- Limit the "mods" string reported by Steam servers to 128 characters. A new keyvalue "modCount" reports the actual number of mods used by the server. The server browser and favorites list will display "... and N more" after the list of mods, when there are more mods than are displayed.  This is to fix some servers reporting ??? as their version number, which prevents people from joining.
- The server will exit if there are syntax errors in the servername_SandboxVars.lua file.
- The server's servername_SandboxVars.lua is saved after loading it to update it to the latest version with comments.

- Added missing buttons to disable toggle in admin panel UI
- Added closing admin panel UI if player has no access level or revoked privileges
- Added closing safezone tool UI if player has no access level or revoked privileges

- Clarified safehouse tooltip - show all reasons why a safehouse cannot be claimed

- Added server option "SafehouseAllowNonResidential" to allow claiming all buildings
- Added confirmation before releasing a safe house
- Fixed the owner sometimes showing in safehouse member list
- Added check when releasing safehouse if player is the current owner or an admin
- Fixed DisableSafehouseWhenPlayerConnected teleporting players outside when a player is removed while there are members online
- Fixed DisableSafehouseWhenPlayerConnected never replacing the safehouse after a player disconnects
- Added updating of the safehouse online member count periodically
- Added allow changing safehouse owner to players which are a member
- Added extended server quit logging
- Print 'command entered via server console (System.in): "xxx"' in GameServer.launchCommandHandler().
- Added isConsistent() call to GameServer.receiveSyncClothing().


- Fixed both options on yes/no confirmation when quitting a safehouse removed the player
- Fixed zombie that can be deleted by admin or zombie owner
- Fixed server hanging on quit command because of active RCON connection
- Fixed CD and VHS tapes possibly being different for each client.
- Fixed GlobalModData.save() not being called on the server.
- Fixed ZomboidRadio.Save() not being called when other things are saved on the server.  It was called every 10 game-world minutes, however.
- Fixed Lua error in ISPlayerStatsManageInvUI after calling the /additem command in multiplayer.
- Fixed issues with the Stitch packet.
- Fixed repeated exceptions in GameClient.sendAddedRemovedItems() when a container object is null for some reason.
- Fixed adding items to or removing items from containers not being synced in multiplayer if the player teleports before the changes are reported to the server.  This was one cause of the issue fixed above.


NEW


- Added "Enable left joystick radial menu" accessibility option.
- Updated community translations.
- Added 3D models (not all in-game yet)


ENGINE
 

- Updated Windows and Linux FMOD to 2.02.05.
- Added error checking and logging when initializing FMOD.  The sound system is disabled when errors occur.


MODDING


- Made the maximum allowed tiledef file number 16382. File numbers 0-99 are reserved for the game, as was already the case. The old unenforced maximum was 1000, which some mods ignored. Sprite IDs must fit in a signed 32-bit integer (2,147,483,647). Each tiledef file is reserved 512 tilesheets of 512 tiles each. However: please note that values higher than 8190 result in NEGATIVE sprite IDs. Numbers higher than 16382 definitely aren't allowed due to using 32-bit integers to hold sprite IDs.
 

FORAGING


 - Added Search Focus system for foraging
   -focus is set in the investigate area window
   -only one focus may be active at a time
   -increases chance to find certain categories of item when searching
   -player must be skilled enough to identify the item category to focus on it
   -focus effectiveness is determined by player skill and category
   -hidden item categories will not be rerolled (rare find protection)
   -square must be valid to roll the item type (cannot be used to find plants on roads)

- Fixed duplicate clothing effect displayed in ZoneDisplay tooltip
- Fixed missing per player render flag in ISBaseIcon
- Tidied spriteAffinities definitions
- General tidying and alignment of tables
- Removed stone/firewood identify category skill requirement
- Added translations for search focus functions
- Added controller support for search focus
- Fixed medicinal herbs requirement - check for recipe instead of trait "Herbalist"
- Fixed tooltips flickering in Zone Display
- Added tooltip to make long tips easier to read without scrolling
- Added zone display tip for using search focus
- Updated focus check to occur before item preview is placed
- Added blocking search focus for sprite affinity items


BALANCE


- Fixed Axeman not applying bonus for swing speed
- Added correct adjustment of exercise fatigue.
- Updated community translations.


FIXES
 

- Fixed car dashboard delay when taking damage
- Fixed doors missing their glass, and the triangle-shaped floors_exterior_natural_01 dirt tile.
- Fixed disassembling player-built floors resulting in two floor tiles after reloading, an auto-generated wood floor plus a dirt tile.
- Fixed the result of FMOD::Studio::System::getCoreSystem() not being checked properly for errors.
- Fixed Lua error clicking the close button in the titlebar of the Horde Manager debug ui.
- Fixed a BufferOverflowException when the number of reanimated player zombies is high.  (It was taking about 600 player zombies (assuming 1.6KB per descriptor and 1e6KB packet buffer)  to be loaded for this exception to happen)
- Fixed dragging VHS tapes from world containers to the Device Options ui not being synced in multiplayer.
- Fixed repairing a hole in a long Leather Jacket with level 8 Tailoring not restoring condition.
- Fixed phantom item-transfer actions playing after crafting sometimes.
- Fixed IndexOutOfBoundsException in WorldItemModelDrawer.renderMain().
- Fixed starting the MusicCombined event doing network stuff.
- Fixed the MusicCombined event being stopped and then restarted the first time Lua is reloaded.
- Fixed split-screen players, except the last, being unable to drive vehicles in multiplayer.
- Fixed unnecessary pause when starting in debug

Link to comment
Share on other sites

22 minutes ago, Intulect said:

Is there a specific way to update for MP, doesnt seem to update on server restart? (Using Nitrado hosting)

Im having the same issue. Running a dedicated server and using steamcmd. It wont update to 41.68 but stays on 41.66

To be clear i am not using a hoster but am manually trying to update my linux server with app_update 380870 validate

Edited by Mel_InstaGibson
Link to comment
Share on other sites

18 minutes ago, Intulect said:

Is there a specific way to update for MP, doesnt seem to update on server restart? (Using Nitrado hosting)

 

its a manual update process and am afraid unless nitrado do it their end then we have no control over it.

Link to comment
Share on other sites

20 minutes ago, Mel_InstaGibson said:

Im having the same issue. Running a dedicated server and using steamcmd. It wont update to 41.68 but stays on 41.66

To be clear i am not using a hoster but am manually trying to update my linux server with app_update 380870 validate

 

hm that's odd I guess its just a lag time with your steam download server or something... I've confirmed the ded server build is live and seen some others updating their servers with it.

Link to comment
Share on other sites

Is the sound device needing to be disabled issue fixed in this version?  Also is the issues with Windows 7 users fixed in this version too?  I'm holding out on 41.65 until I'm sure these issues are fixed.  P.S.  Please keep the option to use 41.65 on the beta branch, I'm pretty deep into my game and if updating to 41.68 is gonna cause issues I don't wanna lose my progress. 

 

Thank you very much

Link to comment
Share on other sites

10 hours ago, Batsphinx said:

41.68 compiled changelist

(Also including 41.67 from the unstable branch)



Thank you for failing so hard on something as simple as making available the version 41.66 on Steam before replacing the latest version with the update. 
Now you locked out a bunch of Steam players from reaching out to 41.66 multiplayer servers that are not ready to update, from simple lack of organization. 

Link to comment
Share on other sites

20 hours ago, Petoxeye said:

Lamp Issue is not yet fixed :(

image.png.ee563f6c2b43c0702712a45e37c9284c.thumb.png.dfb63724cbea42f0a92909c18a15b0a3.png

 

its supposed to look like this Lamp Outdoor Fancy.png(notice the yellowish tint

 

Did we say it was? This is such a small issue that I wouldn't waste my time waiting for this to be fixed for the time being...

Link to comment
Share on other sites

Since 41.68 I am having errors when trying to pick foraged items. Red Error box bottom right pops when an item is discovered when foraging and I can't take it in my inventory. Still getting forage XP though. 

Link to comment
Share on other sites

6 hours ago, Pandorea said:

 

Could you explain what you mean here? What calories? Where aren't they decrease?

Character weigth only increases. kept 2 entire days only eating canned low carb food and doing exercises, and wheight didn`t started to decrease. Little white arrow kept pointing up at the info pannel. 

Edited by Tibila
Link to comment
Share on other sites

7 hours ago, Pandorea said:

 

Currently it is not possible to downgrade. Beyond selecting one of the legacy options in Betas tab.

It has been over 24h and 41.66 is still not available as a Beta version. 


Are people with the steam version now going to be forced to pirate the game after having paid for it?

How oblivious does The Indie Stone need to be after releasing multiplayer that servers don't update on the same schedule as they release patches? 
Not guaranteeing an option for legit Steam Project Zomboid owners to keep playing on the version they want, is a big middle finger on my opinion, for the people that are actually paying to play the game. Great way to show your appreciation... 

Link to comment
Share on other sites

11 hours ago, Tibila said:

Character weigth only increases. kept 2 entire days only eating canned low carb food and doing exercises, and wheight didn`t started to decrease. Little white arrow kept pointing up at the info pannel. 

 

2 days is way too short a time to start seeing an effect of fewer calories. Especially if previously char showed 1-2 arrows up for weight gain. It can take up to 2 in-game weeks to see the weight loss start to happen.

Link to comment
Share on other sites

12 hours ago, Pando said:

Since 41.68 I am having errors when trying to pick foraged items. Red Error box bottom right pops when an item is discovered when foraging and I can't take it in my inventory. Still getting forage XP though. 

 

Are you using any mods? How old is your save? (as in - how many patches went through / what version did you start in)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...