AscensionGameDev / Intersect-Engine

Intersect provides a complete game development suite for creating 2d mmorpgs with no programming experience required!
https://www.freemmorpgmaker.com/
Other
213 stars 352 forks source link

Instancing #449

Closed jcsnider closed 2 years ago

jcsnider commented 3 years ago

Is your feature request related to a problem? Please describe. Allow instanced areas within Intersect which can be used for solo areas, or party raids, etc. This would be designed in such a way that the engine handles everything as an instance. The main world would be an instance with an identifier of Guid.Empty. All other instances would have Guids generated and players would have an instance property in which they reside in.

Arufonsu commented 2 years ago

solved by #1115