PlumyGames / mgpp

The next generation of Mindustry modding.
https://plumygames.github.io/mgpp/
GNU General Public License v3.0
48 stars 3 forks source link

[Feature Request] Record local game location and data directory in local.properties #14

Closed liplum closed 2 years ago

liplum commented 2 years ago

How

Read the local game location and data dir path from local.properties.

Why

When I work with someone on a project, we have diffierent opinions on where to save the data. For example: They want to use the default data directory.

mindustry {
    run {
        setDataDefault()
    }
}

But I don't want that, because it will mess up my other saves and settings.