- Steam App
- nanos world™ (1841660)
- Event type
- patch note
- Published
- 21 September 2022 - 14:31:30 UTC
- Source
- steam_community_announcements
nanos world is passing through several big refactoring under-the-hood, we are updating and improving portions of the project using more modern techniques that will bring much more performance and stability. It shouldn't affect anything scripting-wise, but if you experience any oddities (something that "stopped" working, crashes, instabilities), please let us know! Version 1.17.0. Changelog: New Features - Experimental: Now some methods can be called on Client Side if the player has Network Authority on the entity: Actor.TranslateTo(), Actor.RotateTo(), Actor.AddImpulse(), Actor.SetForce(), Character.SetWeaponAimMode() and Character.SetViewMode(). - Added new methods to File: ReadJSON() and ReadJSONAsync() to read, parse and return a JSON structure from a file (10x more performatic than doing through Lua). - Now Blueprint:CallBlueprintEvent() returns values from Blueprint functions (clien...