Page 26 of 29

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 27 Jul 2016 07:24
by pi1985
Alberth wrote:If you run projects/generate at Linux, the same changes will be done as when you run projects/generate.vbs.
:idea:
Thanks a lot!

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 27 Jul 2016 11:19
by Commisdot
Thank you guys.

Worked perfectly.

I have learned a lot in the past couple of days !!!!!

Thanks for a great pack Pi, your dedication is much appreciated.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 27 Jul 2016 14:31
by STD
This is a wonderful patchpack. I also really like. I played a lot in previous versions. And new version I will not leave without attention 8) .

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 27 Jul 2016 22:54
by Commisdot
Hi Pi1985,

Is there any chance you would add in the template replacement and collapsible groups patch as well.

I am going to attempt to do this myself now that I know how to compile, it will probably take me 10903982409328409238 days. But if you could add that would be great.

Thanks,

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 02 Aug 2016 09:44
by Commisdot
Ok,

So I have compiled this patch pack, now when the game ticks over to a new month I get an exception with the error message, The thread has tried to divide an integer value by an integer divisor of zero.

Also my compiled application file size is 300k smaller than the downloadable application file size. I suspect I am doing something wrong at the compile state.

I have attached the crash.dmp file. Any assistance would be greatly appreciated.

Thanks,

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 03 Aug 2016 04:42
by pi1985
Commisdot wrote:Ok,

So I have compiled this patch pack, now when the game ticks over to a new month I get an exception with the error message, The thread has tried to divide an integer value by an integer divisor of zero.

Also my compiled application file size is 300k smaller than the downloadable application file size. I suspect I am doing something wrong at the compile state.

I have attached the crash.dmp file. Any assistance would be greatly appreciated.

Thanks,
Thanks for a bug report.
Could you please post a crash savegame and crash.log.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 04 Aug 2016 12:06
by Commisdot
Here ya go mate.

Attached as requested.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 06 Aug 2016 05:50
by rashaverak
Is there any Ai that would work with this set, all I tried just build a lot of stations and thats it, then the game crash.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 06 Aug 2016 08:28
by pi1985
What ai did you use? Please, post crash log, save etc.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 06 Aug 2016 17:30
by rashaverak
[quote="pi1985"]What ai did you use? Please, post crash log, save etc.[/quote]

By your answer I guess it is not a common problem. I tried about 10, like admiral, aiai, trans, trains, ovi, simpleai, choochoo na others, they just build etiher hundrets of stations or fill whole area with rails and thats it. Nothing more, never buy a train. I tried it without any newGRF activated.

crash added (I think this is version with a few newGRF)

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 14 Aug 2016 06:34
by pi1985
I make a new build, 2.4.258. Please, try it.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 05 Sep 2016 16:53
by STD
Already available for download a new version - OpenTTD Spring 2013 2.4.261 from 08.27.2016 or August 27, 2016. You update please the first message :D .
The list of fixes by pi1985:
Translation from the site
And now to the point.
Gathered a small bugfix. It included a fix for the bug with the rails when they built on the cliff, and added the ability to collapse/expand the group transport.

Russian translation
А теперь по существу.
Собрал небольшой багфикс. Он включил в себя исправление бага с рельсами, когда они строились на обрыве, а так же добавлена возможность сворачивания/разворачивания групп транспорта.

Re: Spring 2013 Patch Pack - English Help (Updated 04/23/2016)

Posted: 14 Sep 2016 01:55
by ezzeqiel
pi1985 wrote:I make a new build, 2.4.258. Please, try it.
Thank you very much !

The collapse/expand feature is very useful.



I can't wait to see the new huge airports implemented.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 26 Sep 2016 15:38
by Nickel_Plate
Running v2.4.261.

Is anybody having any trouble with trains/game slowing down and speeding up again.

Train window shows trains are running at top speed but looking at the screen they are crawling along.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 28 Sep 2016 16:30
by balthasar_s
Yesterday I downloaded and compiled v2.4.261. (OS: Debian Wheezy)
This is the first time I tried this patchpack.

Everything seemed to be ok until the AIs started.

Here are some screen shots:
ai_spring_screen.zip
(2.9 MiB) Downloaded 147 times
And a save game:
spring_fail_ai.sav
(300.8 KiB) Downloaded 146 times
Interesting...
So The AIs spammed the map with roads/stations/rails/whatever and ran out of money.

I gave some AIs much money to see what happens.

I think I know what's going on here .(It's most obvious when you see it happening in real time) Looks like there is a bug when the AIs do pathfinding.
Normally, in pathfinding algorithms such as the A*, for example, you start from one end (station) and try the neighbour tiles to see how to get from them to your previous tile. Then you test how to get to those tiles from their neighbours and so on until you reach the other end (I simplified it a little). But in this game it looks like every time the tile is tested the part of the path is actually built! Eventually, the both ends are connnected and the vehicles are built.

Another thing: At start I get a message that there are sprites missing. And there is indeed missing the sprte of the "X" to close a window. A big yellow "?" with weird background appears instead.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 28 Sep 2016 17:32
by Alberth
Looks to me asif you have turned on debugging of path finding for trAINS in some way, at least that's what I'd do if I would need to understand what the path finder is doing.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 28 Sep 2016 18:53
by balthasar_s
But it's not just trAIns.
All the AIs are doing this kind of pathfind spamming.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 04 Oct 2016 17:49
by rashaverak
I have the same problem, seems like noone has ever played this pack with AI or we picked some specific settings which is broken.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 04 Oct 2016 23:09
by NekoMaster
I'd also like to confirm weird things with AI's, building crap tons of roads until they're broke, building bus/truck stops on every bit of road they can in towns, and building stupidly designed railroads much like they would with road pieces, covering vast area's (every tile).

I just assumed that AI are incompatible with something in this patch pack.

Re: Spring 2013 Patch Pack - English Help (Updated 08/12/2016)

Posted: 04 Oct 2016 23:32
by pi1985
Hmm...
Maybe something had broken after update to current trunk. In 2.2.xx it works fine.
I tried with pathfinder from trunk without any result.