The International Simutrans Forum

Development => Patches & Projects => Topic started by: gerw on June 07, 2009, 11:08:12 am

Title: [funpatch] play simutrans on a torus
Post by: gerw on June 07, 2009, 11:08:12 am
With this patch you can play simutrans on a torus, i.e. if you leave the map on the top/left, you will re-enter it at the bottom/right and vice versa.

There are still some bugs (wegbauer and income calculation), but it is still playable.

I didn't aimed, that it comes into trunk. I just wanted to test it and now you can test it, too.

You can find the path at www.tu-chemnitz.de/~gerw/patches/torus_v2.patch (http://www.tu-chemnitz.de/~gerw/patches/torus_v2.patch).

Edit: Income calculation should work now.
Title: Re: [funpatch] play simutrans on a torus
Post by: MoTw on June 07, 2009, 11:19:10 am
Sounds funny! But when clicking the link it says "Error 404"!  :'(
Title: Re: [funpatch] play simutrans on a torus
Post by: gerw on June 07, 2009, 11:50:02 am
Should work now. I've forgotten the "/patches".
Title: Re: [funpatch] play simutrans on a torus
Post by: gauthier on June 07, 2009, 02:30:25 pm
ways and paths can be built trough the limits of the map ?
Title: Re: [funpatch] play simutrans on a torus
Post by: gerw on June 07, 2009, 02:33:55 pm
Yes. And vehicles can drive through. If all works perfect, you shouldn't notice the map borders at all.
Title: Re: [funpatch] play simutrans on a torus
Post by: VS on June 07, 2009, 03:20:44 pm
That sounds like fun :) Too bad you cannot allow Simutrans to be played on a sphere!
Title: Re: [funpatch] play simutrans on a torus
Post by: gerw on June 07, 2009, 03:40:35 pm
That sounds like fun :) Too bad you cannot allow Simutrans to be played on a sphere!
But it could be possible (with some work) to play simutrans on a Cross-cap (http://en.wikipedia.org/wiki/Cross-cap). It's almost a sphere...
Title: Re: [funpatch] play simutrans on a torus
Post by: gauthier on June 07, 2009, 08:33:21 pm
there is a little big problem ... ingame map extension couldn't be used anymore :/
Title: Re: [funpatch] play simutrans on a torus
Post by: Isaac Eiland-Hall on June 07, 2009, 09:28:56 pm
Ooh, this does sound like fun :)
Title: Re: [funpatch] play simutrans on a torus
Post by: gerw on June 08, 2009, 06:07:52 am
there is a little big problem ... ingame map extension couldn't be used anymore :/
Of course. You can't extend your map, if you built over the edges. So map extension is disabled. You can enable it by reverting the changes in simwerkz.h
Title: Re: [funpatch] play simutrans on a torus
Post by: Dwachs on June 08, 2009, 06:08:37 am
there is a little big problem ... ingame map extension couldn't be used anymore :/

why would you like to enlarge an infinite map (ie a map without borders) ? ;)
Title: Re: [funpatch] play simutrans on a torus
Post by: gauthier on June 09, 2009, 07:47:27 am
for the same reaseon as normal maps ;)
Title: Re: [funpatch] play simutrans on a torus
Post by: prissi on June 11, 2009, 08:20:28 am
I linke the idea of an torus map. However, I fear several stuff need still to be fixed, like the income and the factory-chain builder and probably some other places too.
Title: Re: [funpatch] play simutrans on a torus
Post by: gerw on June 11, 2009, 09:04:14 am
The income is already fixed. And also connection of factories should work right, since I used the function welt->torus_dist, which calculates the distance of to coordinates on the torus.

One thing that doesn't work yet is wegbauer_t::calc_distance. It is easy, if you calculate routes from a single starting point to an initial end point. But if you consider several end points, some additional logic is needed.

And I think, there are some differences of koord(3d) left, which should be replaced by welt->koord_diff.
Title: Re: [funpatch] play simutrans on a torus
Post by: VS on June 11, 2009, 10:25:51 am
Does this patch completely rule out map enlargement, or is it mutually exclusive per-map feature?
Title: Re: [funpatch] play simutrans on a torus
Post by: gerw on June 11, 2009, 10:47:16 am
In the current version of the patch, all maps are tori. Therefore map enlargement is disabled.
Title: Re: [funpatch] play simutrans on a torus
Post by: gauthier on June 11, 2009, 06:12:24 pm
It could be included as a setting in new world window.