Jonathan G Rennison

Results 101 comments of Jonathan G Rennison

There are a few duplicate strings which is probably what is causing the issue. ``` /home/jgr/openttd/jgrpp/src/lang/galician.txt:6186: error: String name 'STR_TRACE_RESTRICT_SLOT_OP_TOOLTIP' is used multiple times /home/jgr/openttd/jgrpp/src/lang/galician.txt:6215: error: String name 'STR_TRACE_RESTRICT_REMOVE_SPEED_RESTRICTION' is...

I've merged the PR, thanks for that. Is the version of strgen up to date? It should be built from the same version of the repo as the language files....

I had a look at JokerPP and the behaviour seems useful, through the UI does not match up with what the vehicle is doing, which seems very odd. I will...

Thanks. There is a lot of stuff in that savegame, which area or which vehicles should I be looking at? The general concept of scheduled dispatch is that it is...

1. No, they are fundamentally both adjusting the same thing. 2. The whole purpose of scheduled dispatch and auto separation is to adjust the timetable start time. If that was...

I'm having a look at group 9axx // GSC - BAC. Auto-separation will not work in this case as the order list has conditional orders. Scheduled dispatch will only take...

5610 is just the number that I deduced from your savegame which made the timetables for the group I mentioned previously make sense. The first two orders have manually set...

At present speed measurements and the changes to the adaptive speed limit only occur at signals. You would need to add signals on the far side of the divergence, you...

> I think the easiest way to do that is to add a condition to apply realistic braking only if GetAccelerationType returns 2 or less Unfortunately the only valid values...

At present the pathfinder will not look through drive-through depots as a valid path to get to somewhere else, this is partly so that drive through depots do not become...