This topic is not about bug report.
I'll remove this topic after creating specific topics unser "Patches & Projects".
==
I appreciate the Community, recepting me. Thank you!
Please excuse a little bit more self introduction around my private work for Simutrans.
(and also excuse me for my poor and broken English.)
I'm developing some extensions for current (in main trunk) Simutrans among Japanese Domestic community.
(1) TTT - tiny time table
It makes convoys to try keeping constant trip time and departure time.
The algorithm is a sort of best-effort model:
User can configure split-time between halt and halt.
Convoys measure time between last departure to next arrival.
at arriving next halt:
If the measured trip time is less than configured split-time: Convoy will wait until the better time has come.
If it's greater than the configured split-time: Convoy starts ASAP (after loading) with recording delayed time.
Delayed time may cleared by margin of split-time following while it's not a impossible plan.
I've confirmed that the basic algorithm works fine (see my video in youtube)
Current theme is to implement new user-interface, cool and useful.
The real trip time is also recorded in backup fahrplan of convoi.
These records may be used as cost(weight) value in route calculation of goods/passengers. (suche_route())
(2) RRC: Selective loading at halt: makes classified service.
Passengers/goods prefer express convoys. It's using weight(cost) value in connection list of each halt.
Basic concept was proposed in the Japanese community, almost 2 years ago.
I'm now extending the algorithm to season salts for some circumstances of service availability,
such as adoptive logic for "less Express Train, much Local Trains" balanced service...
(3) CWG: cycled timing signal (gate) for railway (like trafficlight for road)
Simple ding, it has open-time, close-time, time-offset (in "mod zelt_ms").
I'll propose these extensions for the International Simutrans Community, after some testing and evaluations in Japanese community.
If you have some interests in one of these extension, I can send the latest patch for Nightly source.
Or, you can get patches from Japanese Simutrans Forum (but, at there, all information is in Japanese only, sorry)
I'll make topics in right category in this Forum when the proper time has come.
Please advisse me which Category/Board is better to write this topic.
Thank you for reading (though my bad English).