3.17.10.0 Update Notes
The improved BattlEye security this update has made it harder for cheaters to break into the game, but it's also had the unexpected side effect of blocking the Steam overlay due to the order in which Unity starts up the game. Unfortunately this means it can't be fixed from within Unturned itself in a patch, but we've come up with a few ideas and hope to have it working properly again for the next update.
Russia has frozen over for the winter! It's cold enough that a swim is an easy way to freeze yourself, but on land you should be fine - aside from the restricted visibility! The Festive Gift Present is also dropping again with some new skins and elf outfit, although at a 50% chance rather than the usual 100% because the event is longer than previously. A few curated workshop items were accepted this week, but there will be another wave next week so get yours in as soon as possible if you're working on a holiday themed item!
Additions:
TL;DR: Try out "New Trees - Blending Off" with wind quality "Low" and see if your computer can handle it! You might remember a bit over a year ago I experimented with some alternate appearances for the trees which got everyone excited, but this week I actually upgraded every single tree and got them into the game! There are two graphics options related to these: tree quality and wind quality. Legacy tree quality will use the original models. Blending off uses the new models, but with sharp transitions between LODs, whereas blending on smoothly grows out tree details as you get closer at a significant performance cost. Changing tree quality requires a game restart to take effect. Using the old tree models will still use the new tree hitboxes, however. Wind quality is the bigger peformance drain. Low is equivelant to the old windy foliage setting, but won't apply any wind to the new tree models. Ultra looks really fantastic especially in very windy conditions like in a storm or next to a helicopter hovering - the trunk bends to the wind, branches swaying slightly and leaves rustling. Comparison picture:
TL;DR: If your GPU supports instancing check out the higher performance/quality grass on Devtest4! Note that the new grass wind/displacement shader isn't properly finished yet, however. This is where I spent most of my time this week, rewriting the grass/foliage system. The current maps PEI, Washington, etc all use Unity's built-in terrain grass (Devtest4 is using the new system), but this rewrite is a big upgrade in every way: The old grass has a significant FPS stutter when a new camera is enabled (equipping a scoped weapon) and when moving around the terrain, which are no longer present in the new one. Foliage information occupies only a small amount of memory and is streamed in/out on a separate thread as you travel the map. Rendering is done with hardware instancing, although note that this means grass performance will likely be worse than before for you if your GPU doesn't support instancing (and much better than before if it does). You can check the instancing performance difference with the foliage.force_instancing_off command. Another limitation of the built-in terrain grass was that it could only be placed/baked onto the ground, but now the new grass will automatically be generated both on the landscape and any surface with foliage information like the grass meshes used for overhangs or above tunnels/caves. Foliage baking rules are also much better than before where each surface (terrain material, object) references a foliage collection asset which contains a list of different foliage asset types like grass, rocks, bushes, trees, etc which then can each have different rules about where/how they are placed. Those classes can also be extended for very customized situations. The next terrain upgrade will focus on:
[ 2016-12-17 01:06:23 CET ] [ Original post ]
Edit regarding unable to open Steam overlay:
The improved BattlEye security this update has made it harder for cheaters to break into the game, but it's also had the unexpected side effect of blocking the Steam overlay due to the order in which Unity starts up the game. Unfortunately this means it can't be fixed from within Unturned itself in a patch, but we've come up with a few ideas and hope to have it working properly again for the next update.
Festive Update:
Russia has frozen over for the winter! It's cold enough that a swim is an easy way to freeze yourself, but on land you should be fine - aside from the restricted visibility! The Festive Gift Present is also dropping again with some new skins and elf outfit, although at a 50% chance rather than the usual 100% because the event is longer than previously. A few curated workshop items were accepted this week, but there will be another wave next week so get yours in as soon as possible if you're working on a holiday themed item!
Update Notes:
Additions:
- Added Festive Russia map.
- Added Festive Gift Present to drops with some new items inside.
- Added 10x higher detail versions of every tree model and option to enable them.
- Added graphics option for wind quality, low being the old windy foliage option.
- Added rewritten higher performance/quality grass/foliage system, more info below.
- Accepted a few festive themed curated workshop skins.
- BattlEye security update. (for all BattlEye protected games)
- Tweaked several large boulders to have landmark LODs.
- Temporarily disabled ambient occlusion in forward render mode.
- Fixed items in storage getting dropping in the wrong spot when an attached vehicle was destroyed.
- Fixed standing inside door when placed.
- Fixed unable to interact with mannequins.
- Fixed dropping window tabs into the wrong slot.
- Fixed loading BattlEye from non-ANSI paths.
- Fixed another animation issue with left-handed driving.
- Fixed connect screen missing gold message.
- Fixed mixed-up insanimus grizzly IDs.
- Fixed 4th terrain mask sampling 3rd.
- Fixed slightly incorrect landscape splatmap to world coordinates.
- Fixed a splatmap brush blending issue, added normalize button for repair.
Trees:
TL;DR: Try out "New Trees - Blending Off" with wind quality "Low" and see if your computer can handle it! You might remember a bit over a year ago I experimented with some alternate appearances for the trees which got everyone excited, but this week I actually upgraded every single tree and got them into the game! There are two graphics options related to these: tree quality and wind quality. Legacy tree quality will use the original models. Blending off uses the new models, but with sharp transitions between LODs, whereas blending on smoothly grows out tree details as you get closer at a significant performance cost. Changing tree quality requires a game restart to take effect. Using the old tree models will still use the new tree hitboxes, however. Wind quality is the bigger peformance drain. Low is equivelant to the old windy foliage setting, but won't apply any wind to the new tree models. Ultra looks really fantastic especially in very windy conditions like in a storm or next to a helicopter hovering - the trunk bends to the wind, branches swaying slightly and leaves rustling. Comparison picture:
Grass/Foliage:
TL;DR: If your GPU supports instancing check out the higher performance/quality grass on Devtest4! Note that the new grass wind/displacement shader isn't properly finished yet, however. This is where I spent most of my time this week, rewriting the grass/foliage system. The current maps PEI, Washington, etc all use Unity's built-in terrain grass (Devtest4 is using the new system), but this rewrite is a big upgrade in every way: The old grass has a significant FPS stutter when a new camera is enabled (equipping a scoped weapon) and when moving around the terrain, which are no longer present in the new one. Foliage information occupies only a small amount of memory and is streamed in/out on a separate thread as you travel the map. Rendering is done with hardware instancing, although note that this means grass performance will likely be worse than before for you if your GPU doesn't support instancing (and much better than before if it does). You can check the instancing performance difference with the foliage.force_instancing_off command. Another limitation of the built-in terrain grass was that it could only be placed/baked onto the ground, but now the new grass will automatically be generated both on the landscape and any surface with foliage information like the grass meshes used for overhangs or above tunnels/caves. Foliage baking rules are also much better than before where each surface (terrain material, object) references a foliage collection asset which contains a list of different foliage asset types like grass, rocks, bushes, trees, etc which then can each have different rules about where/how they are placed. Those classes can also be extended for very customized situations. The next terrain upgrade will focus on:
- Making all these assets easy to create.
- Converting trees to the new system. (same baking rules as other foliage, for example: create a grass object, bake foliage and automatically the grass object will have grass/pebbles/trees/bushes on it)
- Hopefully adding the foliage brush. (paint foliage/trees wherever you like, useful for foliage covered cities, not removed when baking)
- Minor features like a graphics option to draw grass at scope focus. (zoom in with binoculars far away and still load grass there)
- Most importantly: starting to convert the existing official maps to the new landscape and foliage features.
Unturned
Smartly Dressed Games
Smartly Dressed Games
2017-07-07
Action Indie Casual Adventure F2P Singleplayer Multiplayer Coop
Game News Posts 245
🎹🖱️Keyboard + Mouse
Very Positive
(546725 reviews)
http://smartlydressedgames.com/
https://store.steampowered.com/app/304930 
The Game includes VR Support
Unturned Linux 64 [633.48 M]
Unturned - Permanent Gold Upgrade
Unturned is a sandbox game in the emerging multiplayer apocalypse survival genre. Rather than focusing on being an MMO it provides players with easy systems to sit down and survive the zombie infestation with their friends. Over the course of a typical adventure, groups will have a blast fortifying locations, scavenging for supplies, trying to live off the land and negotiating with other people. The game is being developed entirely with the community in focus, and tons of features are based entirely on feedback:
Fortification:
Players can build massive forts out of structural building blocks, or build onto smaller buildings in the world with barricades. It is also possible to create traps and intricate electronic systems. More options for building are constantly being added based on what the community requests.
Survival:
It is entirely possible to live off the wilderness by harvesting resources, fishing, growing crops and hunting animals down. What sort of survival stuff is added is entirely decided by the community.
Explore:
The game goes where the community wants it to. The initial release map is set on the lovely Prince Edward Island, but over the next few months many more locations will arrive for players to explore depending on what the community wants to see. Currently the island has plenty of interesting locations to discover and loot.
Bandits:
Players can choose to enter player versus player servers and battle other players to steal their gear. Banditry is highly supported with plenty of weapons and sneaky devices.
Heroes:
Players can join player versus environment servers to team up with other people, and easily create clans to play with their pals.
Unturned's level editor now supports the Vive! You can build the visuals of your maps using motion controllers with modes that provide the same functionality as the desktop editor, along with some special abilities like throwing objects. For non-visuals elements of the level such as data entry, spawn management or navigation baking the desktop editor is still required.
Fortification:
Players can build massive forts out of structural building blocks, or build onto smaller buildings in the world with barricades. It is also possible to create traps and intricate electronic systems. More options for building are constantly being added based on what the community requests.
Survival:
It is entirely possible to live off the wilderness by harvesting resources, fishing, growing crops and hunting animals down. What sort of survival stuff is added is entirely decided by the community.
Explore:
The game goes where the community wants it to. The initial release map is set on the lovely Prince Edward Island, but over the next few months many more locations will arrive for players to explore depending on what the community wants to see. Currently the island has plenty of interesting locations to discover and loot.
Bandits:
Players can choose to enter player versus player servers and battle other players to steal their gear. Banditry is highly supported with plenty of weapons and sneaky devices.
Heroes:
Players can join player versus environment servers to team up with other people, and easily create clans to play with their pals.
Roomscale VR Support:
Unturned's level editor now supports the Vive! You can build the visuals of your maps using motion controllers with modes that provide the same functionality as the desktop editor, along with some special abilities like throwing objects. For non-visuals elements of the level such as data entry, spawn management or navigation baking the desktop editor is still required.
MINIMAL SETUP
- OS: Ubuntu 16.04+
- Processor: 3 GHzMemory: 8 GB RAMStorage: 4 GB available space
- Memory: 8 GB RAMStorage: 4 GB available space
- Storage: 4 GB available space
- OS: Ubuntu 20.04+
- Processor: 4 GHzMemory: 16 GB RAMNetwork: Broadband Internet connectionStorage: 6 GB available space
- Memory: 16 GB RAMNetwork: Broadband Internet connectionStorage: 6 GB available space
- Storage: 6 GB available space
GAMEBILLET
[ 5951 ]
GAMERSGATE
[ 3198 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB