Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Map Layouts #1638

Open
Sppecttre opened this issue Oct 4, 2023 · 0 comments
Open

Feature Request: Map Layouts #1638

Sppecttre opened this issue Oct 4, 2023 · 0 comments

Comments

@Sppecttre
Copy link

Sppecttre commented Oct 4, 2023

There is a map layout option in the settings.json file. This only seems to take any effect if Ultima Live is detected. I changed the source and recompiled to learn that the MapsDefaultSize lets me have 6 Felucca-sized maps. I replaced all of the mul map files to felucca size and everything worked just fine. This gives me the opportunity to build even larger worlds. So my request is that can we make the map layouts option in settings.json work WITHOUT Ultima Live?

// ReSharper disable RedundantExplicitArraySize
public int[,] MapsDefaultSize { get; protected set; } = new int[6, 2]
// ReSharper restore RedundantExplicitArraySize
{
{
7168, 4096
},
{
7168, 4096
},
{
7168, 4096
},
{
7168, 4096
},
{
7168, 4096
},
{
7168, 4096
}
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant