Facebook
Unturned - LaroGames.cz
Update 3.17.8.0 | Zveřejněno: 03/12/2016 08:53Napsal: DarkAng3l
Update Notes:

Additions:
  • Added Earpiece. [ID 1446]
  • Added devkit save window.
  • Added devkit object inspector.
  • Added devkit asset browser.
  • Added base functionality to devkit selection/transform tool.
  • Added devkit undo/redo transactions window.
  • Added per-server instance maps/bundles folders for limited server hosts.
Improvements:
  • Updated to Unity 5.5.0f3.
Tweaks:
  • Tweaked BattlEye ban alerts to show in chat.
  • Tweaked transparent object sorting to change based on water and camera position.
  • Tweaked scoped recoil reduction lower.

 

Fixes:

  • Fixed potential issue when checking for Gold ownership with Steam.
  • Fixed exiting editor window while dragging or resizing.
  • Fixed not to render motion vectors for intersect highlight materials.
  • Added terminal argument and key/value parsers to cover all C# built-in types.
  • Cleaned up field/property delta undo/redo code and performance.
  • Cleaned up translation metadata reading.
  • Cleaned up key/value file reading/writing code.
BattlEye:


This week we're up to ~8,600 bans, (~1,200 more than last week) so it looks like the cheaters are starting to give up!

If you've been getting an "Unsupported Modules" BattlEye kick you'll need to remove any folders other than "Framework" and "Unturned" from your Unturned/Modules directory. In the future as modules become more stable I'll likely open up to signing popular ones so that they are compatible with BattlEye.

Devkit:


Everything is slowly coming together! Probably the biggest inheritance chain "ItemGunAsset" is now converted to use these new systems, so you can modify/create guns in the inspector without going through the files - however it's unpolished, messy looking and not very easy yet. The plan is also to make specific tools for some types for example a dialogue tree editor (wish I had that when working on the Liberator!)

The Ace is the only item currently using the new format, so any bugs with it are probably down to a conversion issue. I'd suggest checking the tool out, but don't rely on it yet. Unturned will load the new .asset files over the .dat files, but your existing .dat files are preserved so if conversion goes wrong you can delete the generated .asset file.

I'm very pleased to see the improvements between the old and new selection/transform tool so far, I feel like it shows I've learned a lot along the way. The old one uses a bunch of hacks to apply the transformations, whereas the new one properly does the math. You can also snap when dragging on a plane with the new one, while the old one would lock it to the 3D grid. When rotating it's now based on your mouse movement along the circle tangent, even when the circle plane is perpendicular to your viewpoint. There's also a visualization of your snapping intervals and console commands to adjust the handle sensitivity and size on your screen.

Unity Update:


The most visible change in this upgrade should be that those cases on huge maps where the shadows could flicker should hopefully be toned down or gone thanks to their new higher-precision shadow depth buffer.

Water Sorting:


Previously you could see glass in windows underwater from quite aways away - now that shouldn't happen. By default in Unity transparent objects are sorted by distance to your viewpoint, so with water being so big usually the transparent meshes underwater were considered closer and drawn first. Now Unturned keeps track of most transparent materials and splits them based on which side of the water they are on.

Více zde
Update 3.17.7.0 | Zveřejněno: 25/11/2016 21:57Napsal: DarkAng3l
Update Notes:

Additions:
  • Added Walkie Talkie. [ID 1445]
  • Added ability to pop out editor windows and keep in fullscreen.
  • Added new upgraded translation system.
  • Added basic visuals for selection and terrain brush tools.
  • Added new undo/redo system to the devkit.
  • Accepted 9 new curated workshop items.
Improvements:
  • Improved editor to save default window layout and menu for saving/loading.
  • Improved debug lines intersecting objects to darken and checkerboard.
Tweaks:
  • Tweaked command line to forward terminal commands.
  • Tweaked Steam messages to print in Steam terminal category.
  • Tweaked terminal messages to be included in .log files.

 

Fixes:

  • Fixed to render editor handles after image effects.
  • Fixed binding terminal to mouse buttons.
  • Fixed valid caliber range.
  • Fixed ambiguous Gold error message.
  • Fixed resetting rain after joining arena server.
  • Fixed viewport rendertexture scaling.
BattlEye Anti-Cheat:


Another week and we're up to ~7,400 confirmed cheaters banned!

Radio:


Right now the Walkie Talkie broadcasts on all frequencies, but in the future selecting a specific frequency and listening for radio through car stereo or placeable radio are on the roadmap.

Devkit:


I made quite a bit more progress on the editor revamp this week in a lot of different areas, the most visibly different being that you can load up a level with the new editor now and check out the terrain/selection tool visuals (press R to resize brush for now - much nicer than UI slider) and the movement is better suited for big maps (scroll wheel to change speed) as well as features like panning.

My goals for next week are to work on cleaning up these features, adding the new input system (mainly for controller support) and starting to make the editor functional with the asset editor, saving/loading and some basic level editing.

There were a lot of frustrated comments last week concerning this new focus on improvements, and while some of these improvements aren't as much fun to work on as for example new content I really do believe it's the right thing to do to make the game so much better for the future. As you saw with the Hawaii teaser on Tuesday, even with me focused on features (which will benefit the Hawaii map too in this case) there's still awesome content on the way!

Translations:


I've written a replacement for the localization system which is now in place for the new editor, and will be phased in over time. It solves the main issues with the old system:

  • Can be changed at runtime i.e. menu option to swap languages. (Right now "language" terminal command)
  • Defaults to Steam language, falls back to English, saves the most recently used non-English setting to Steam cloud.
  • Assets will no longer have individual translation files, rather one main file per-language per-project. For example in the future all gun names could be easily translated.
  • File format is structured and much nicer, should be straightforward to add a translation editor in the future.
  • Tokens are versioned so that translators can be alerted when a string has been updated.
  • Server knows the language of all players so that serverside messages can be translated for each client.
  • Client loads English and selected language, server loads all languages.
Více zde
Update 3.17.6.0 | Zveřejněno: 18/11/2016 20:22Napsal: DarkAng3l
BattlEye Anti-Cheat:

One week in and BattlEye has permanently banned approximately ~3,700 confirmed cheaters! BattlEye's been hard at work on improved custom detection features for Unturned and there's been a lot of progress on flat out blocking most current cheats. You can check if a cheater you suspected is BattlEye banned by the "Game Ban" visible on their Steam profile. Also note that if you skipped the BattlEye install step you can still run Install_BattlEye.bat in your Unturned/BattlEye folder to set it up!

Roadmap:

You might have noticed the last couple updates have been more focused on improvements than new content, and that's the direction I'd like to really go in for the next bit: upgrading/rewriting existing features, better graphics, expanding gameplay depth and as an indirect result improving performance.

The first thing I think needs an overhaul is the editor: if you've played 3.0 for a while you know it's essentially the same as 2 years ago when it first launched. The goal is to make it extensible, streamline mod creation, give creators more control and add new tools to open up to higher quality future content - for example the next official map I create.

I do realize the editor changes aren't going to be particularly interesting for anyone who doesn't use it, so going forward I'll add some fun new content with each editor update as well. Not to mention that the next community update map is coming along well, more info on that very soon.

From the editor upgrade I'd then like to start on revamping gameplay features e.g. repairing individual parts of vehicles like shot out tires, making item color a property of the item so that you can dye clothes or paint your bases, adding electrical wiring and power consumption, etc. There's a huge variety of updates to-do here, for the full list check out the Trello page:

View Roadmap[trello.com]

Update Notes:

Admittedly this is a boring update, as mentioned above in the future I'm going to try and better balance fun/new content with important improvements. If you press the terminal key you can see some of the editor features I started like window docking, partitioning, tabs, context menus, etc although a lot of what I worked on this week isn't visible yet. The inspector might already be slightly useful - you can double-click an asset file in the asset browser to view all of its properties/fields.

 



Additions:

  • Added basics of new editor internals and windows.

Improvements:

  • Improved resolving circular module dependencies.

Tweaks:

  • Tweaked assets to generate GUID when loaded.

Fixes:

  • Fixed sending icon/news web requests in offline client.
  • Fixed [hopefully] loading BattlEye libraries on Linux.
  • Fixed scope draw distance and arena border depth.
  • Fixed backwards BattlEye IP/port information.
  • Fixed clientside BattlEye restart messages.
  • Fixed a few reflection issues when loading modules.
  • Fixed loading some server filter settings.
  • Fixed missing bullet/damage ray aggressor distance label.
Asset GUIDs:


Right now with many mods installed you've probably run into ID conflicts. This instead will automatically assign a unique ID when your asset is loaded to prevent that, but it requires re-uploading your mods to the workshop so that there is a centralized agreed-upon ID. Multiplayer is setup to build a GUID UInt16 table after connecting, however it will be a while before each system uses GUIDs instead of the current IDs.

Více zde
Uživatelský panel
Partneři
Gopay

© 2015-2025 LaroGames s.r.o. Veškerá práva vyhrazena! LaroGames.cz - VOP

Autor: DarkAng3l Entertainment