RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

MapLoader needs love

Open metalgearsloth opened this issue 3 years ago • 0 comments
trafficstars

There's pretty much 2 code paths to entity creation in RT: one via maploader deserializing it and another via spawning it ingame which are completely detached from each other where one can break when the other is fine.

I think ideally maploader would build a hierarchy of entities and then spawn them in order rather than initializing everything at once then starting everything at once etc so hopefully we can avoid all of the specific maploader hacks that exist right now.

metalgearsloth avatar Jul 18 '22 06:07 metalgearsloth