Author Topic: How do i load Public Bricks with player bricks on them?  (Read 491 times)

I tried experimenting in singleplayer and couldn't figure this out.

here's an example of what i'm talking about



The little buildings on that baseplate were built by a player, and the terrain underneath is loaded as public. The issue is, if i was to save this, and reload it, i can only do it two ways. Load all the bricks as public, or load them with ownership, which makes the public bricks mine.

How do i load it so the public bricks stay public, but the player's bricks stay as his bricks?

Here's what I do:
1.) Save public parts as "Public_Terrain"
2.) Save other parts as "Terrain", including the public terrain
3.) Load the Public_Terrain
4.) Load the player's terrain

This will cause the bricks that are supposed to be public loading first, therefore making it so that the ones that aren't don't load at all.

Here's what I do:
1.) Save public parts as "Public_Terrain"
2.) Save other parts as "Terrain", including the public terrain
3.) Load the Public_Terrain
4.) Load the player's terrain

This will cause the bricks that are supposed to be public loading first, therefore making it so that the ones that aren't don't load at all.

never thought of doing it that way. pretty smaht
thanks for the help bb