Introduced new public memory segments feature. Now you can mark some of your memory segments as public, and other players will have read-only access to them using RawMemory API.
- Added
RawMemory.foreignSegmentproperty. - Added
RawMemory.setActiveForeignSegmentmethod. - Added
RawMemory.setPublicSegmentsmethod. - Added
RawMemory.setDefaultPublicSegmentmethod. - Added console warnings to deprecated methods
Structure*.transfer,Structure*.transferEnergy,PathFinder.use, andFIND_DROPPED_ENERGYconstant. These methods will be removed from the API in one of the next updates.
These changes are supported in private server v2.7.0.
Have comments or feedback? You can discuss this post here.