The International Simutrans Forum

Development => Scripting Scenarios and AI => Topic started by: Andarix on May 17, 2026, 12:28:01 PM

Title: Passenger Script-AI from koa - Proposed Changes
Post by: Andarix on May 17, 2026, 12:28:01 PM
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.
Title: Re: Passenger Script-AI from koa - Proposed Changes
Post by: koa on May 17, 2026, 02:35:33 PM
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
Title: Re: Passenger Script-AI from koa - Proposed Changes
Post by: prissi on May 18, 2026, 12:06:34 PM
How about setting up a guthub repo? Then things are easier to follow.
Title: Re: Passenger Script-AI from koa - Proposed Changes
Post by: koa on May 18, 2026, 10:59:00 PM
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?
Title: Re: Passenger Script-AI from koa - Proposed Changes
Post by: prissi on May 19, 2026, 03:29:03 AM
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.