Home Artists Posts Import Register
Join the new SimpleX Chat Group!

Content

Quick post, but I also shared the map of Muschi Valley but with distances drawn all over it. You can check it out here.

Comments

Rycharde's Realm

What happens when the heroine googles the distance from point A to point B? And wouldn't the distance be listed in KMs since it is a tech community? And... blah, blah, blah. (◑‿◐)

thaumx

When the heroine Ogle's the distance between two points, the returned value is fed into the unit macro to convert to the appropriate unit for the player. I doubt any town would use km though, tech community or not. The map isn't in the game, it's just something I was using to help me code distances because of the curving nature of the roads ^-^

Discontinued

I was expecting distances in "InGame Time" more than in miles. But the map looks great!

thaumx

That image is just a tool, it isn't in the game. but for determining game time when moving, we need to know the distance. For the "world" map, the game references the distance between two points, then determines your average speed you drive in your car, then determines the time it took to travel. I could have just hard coded times, but that'd rule out several possibilities. :)