News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

Passenger Script-AI from koa - Proposed Changes

Started by Andarix, May 17, 2026, 12:28:01 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Andarix

change select start city to minimum citizen 500

Since code synchronization is difficult without a repository, I have written the new code into the file `changes_andarix.nut`.

The pathfinder does not build bridges over rivers and bodies of water with shallow banks. I need to investigate why this is the case. This behavior had already been observed in `pak.nippon` in connection with `sqai_rail`.


I have removed unused files to improve clarity.

koa

Quote from: Andarix on May 17, 2026, 12:28:01 PMThe pathfinder does not build bridges over rivers and bodies of water with shallow banks. I need to investigate why this is the case. This behavior had already been observed in `pak.nippon` in connection with `sqai_rail`.
I think the reason you can't build bridges with the "Half-Height" pak set is because it isn't tall enough.IMG_2782.png

prissi

How about setting up a guthub repo? Then things are easier to follow.

koa

Quote from: prissi on Yesterday at 12:06:34 PMHow about setting up a guthub repo? Then things are easier to follow.
Thank you for nice suggestion.
In that case, I'm not sure how to structure the repository.
How does sqai_rail?
Is it included in the main Simutrans development repository, or separate repository?

prissi

The ai are in the main branch. Since most people nowadays prefer github, it might be easier to just add repository on github by cloing from sqai. I think I would leave Andarix to suggest something.