You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some way to have blueprints / structures saved in a text file and loaded into the world.
Remove all the stuff from program.cs.
This file needs to be useable for future saving / loading.
Plating{x:0,y:0};
PacmanGenerator{x:0,y:0};
Format
Type{varname:varvalue,...};
...
Also must include the ability to remove turfs so that it can be used for saving and loading without saving things that are generated by the world.
The text was updated successfully, but these errors were encountered:
Some way to have blueprints / structures saved in a text file and loaded into the world.
Remove all the stuff from program.cs.
This file needs to be useable for future saving / loading.
Format
Also must include the ability to remove turfs so that it can be used for saving and loading without saving things that are generated by the world.
The text was updated successfully, but these errors were encountered: