The International Simutrans Forum

PakSets and Customization => Pak128.Britain => Topic started by: richardk on December 08, 2013, 03:27:57 PM

Title: missing ferry in pak britain nightly builds?
Post by: richardk on December 08, 2013, 03:27:57 PM
I'm running the pak128.britain r1338 nightly build and I get a 'sealink MV "horsa" ferry mail hold' in jan 72 but there's no sign of the ferry itself!
There is a big lack of mail ships, after the turbine steamers go out of service there's nothing to replace them. Some mail holds appear but none of the ships.
Any idea what the problem is? or how to fix it?

This problem has been around for a while so it isn't specific to this particular nightly version.

Thanks
Richard
Title: Re: missing ferry in pak britain nightly builds?
Post by: andthorn on December 11, 2013, 06:15:41 PM
Quote from: richardk on December 08, 2013, 03:27:57 PM
Any idea what the problem is? or how to fix it?

This problem has been around for a while so it isn't specific to this particular nightly version.

A bad copy/paste in the Makefile deletes all of the 192 pixel boats.

DIRS192 :=
DIRS192 += boats/boats192
DIRS192 := #REMOVE THIS LINE
DIRS192 += air/air192

There is also a failure to copy the *.txt files (street and city names) in the text directory.

#change
@cp -p text/*.tab $(PAKDIR)/text
#to
@cp -p text/*.* $(PAKDIR)/text

Oddly the bug was fixed 8 months ago in experimental here https://github.com/jamespetts/simutrans-pak128.britain/commit/65eaabadc74b33e129af2ee1c1f44e6a24b66437 (https://github.com/jamespetts/simutrans-pak128.britain/commit/65eaabadc74b33e129af2ee1c1f44e6a24b66437), but not elsewhere.

See also http://forum.simutrans.com/index.php?topic=11497.msg113142#msg113142 (http://forum.simutrans.com/index.php?topic=11497.msg113142#msg113142) and http://forum.simutrans.com/index.php?topic=6482.msg98506#msg98506 (http://forum.simutrans.com/index.php?topic=6482.msg98506#msg98506)
Title: Re: missing ferry in pak britain nightly builds?
Post by: sdog on December 11, 2013, 07:31:45 PM
"Oddly the bug was fixed 8 months ago in experimental here [...]"

Easily explained, experimental is on git, neroden just offers his changes to james to pull them. The Makefile is made for it experimental first, then adopted for standard. Which the Hood has to upload to the svn. As standard is usually upstream from experimental, he has to be made aware of such changes, that have to be ported back into standard.
Title: Re: missing ferry in pak britain nightly builds?
Post by: The Hood on December 11, 2013, 08:52:24 PM
This is what happens when the pak maintainer doesn't understand how to write makefiles properly :s - thanks for the fix (I had noticed the bug ages ago but no idea what the problem was). If someone else could make the change though, that would be great as I'm in the middle of moving house...
Title: Re: missing ferry in pak britain nightly builds?
Post by: Dwachs on December 12, 2013, 09:04:35 AM
Hopefully fixed with r1376. Can someone confirm that it is working now? Could not test.
Title: Re: missing ferry in pak britain nightly builds?
Post by: andthorn on December 12, 2013, 08:07:31 PM
Quote from: Dwachs on December 12, 2013, 09:04:35 AM
Hopefully fixed with r1376. Can someone confirm that it is working now? Could not test.

Yes, it works. However there are also a few more files including the demo game which should be copied:

#ADD after: @cp -p compat.tab $(PAKDIR)
@cp -p demo.sve $(PAKDIR)
@cp -p licence.txt $(PAKDIR)
@cp -p readme.txt $(PAKDIR)
Title: Re: missing ferry in pak britain nightly builds?
Post by: The Hood on January 19, 2014, 08:23:29 PM
This should be fixed now - please let me know if not.
Title: Re: missing ferry in pak britain nightly builds?
Post by: richardk on January 21, 2014, 07:35:10 PM
Thanks for that, It's all working now  :) and I'm seeing a great selection of ships.
sorry for the delay in replying, I've had some problems with notifications but it's fixed now.

I'm not sure if this is related, but the last mail coach retires in 2000 and nothing replaces it. Is this intentional or are some things missing in rail too ?
also, the last livestock rail truck retires in 1973.

Thanks again

Richard
Title: Re: missing ferry in pak britain nightly builds?
Post by: jamespetts on January 22, 2014, 12:01:02 AM
The trouble is that, in the UK, mail stopped being transported by train in 2003, and one of the reasons for that stoppage was the cost of replacing the rolling stock which was by then very old (1950s design).
Title: Re: missing ferry in pak britain nightly builds?
Post by: prissi on January 22, 2014, 12:31:32 PM
One can argue that parcels with containers are still mail. Hence in pak64, there are is container mail car.
Title: Re: missing ferry in pak britain nightly builds?
Post by: Junna on January 22, 2014, 09:08:05 PM
Quote from: jamespetts on January 22, 2014, 12:01:02 AM
The trouble is that, in the UK, mail stopped being transported by train in 2003, and one of the reasons for that stoppage was the cost of replacing the rolling stock which was by then very old (1950s design).

I believe in Sweden the 1950 and 60's parcels wagons (four wheel stock!) are still in regular use on mail trains (albeit I think most of them were renovated at some point, probably in the 70's or 80's). There are newer wagons as well, but they are often used together (though they do not have the same speed limit, 130 and 160 km/h, respectively).
Title: Re: missing ferry in pak britain nightly builds?
Post by: jamespetts on January 22, 2014, 10:48:04 PM
Interesting.
Title: Re: missing ferry in pak britain nightly builds?
Post by: kierongreen on January 22, 2014, 10:56:21 PM
Mail trains stopped in 2003, and promptly restarted the following year as it was the most efficient way for 2nd class mail. The Class 325 EMUs are used currently.
Title: Re: missing ferry in pak britain nightly builds?
Post by: jamespetts on January 22, 2014, 10:59:02 PM
It is just the 325s running now?
Title: Re: missing ferry in pak britain nightly builds?
Post by: kierongreen on January 22, 2014, 11:03:46 PM
Yes as far as I know. Could do with increasing the retire dates - they are set at 2020 at the moment (which when I created the pak in 2006 seemed quite a way away...)
Title: Re: missing ferry in pak britain nightly builds?
Post by: jamespetts on January 22, 2014, 11:11:27 PM
Isn't it best just not to have a retirement date for things that are still being built or have no replacements?
Title: Re: missing ferry in pak britain nightly builds?
Post by: kierongreen on January 22, 2014, 11:24:08 PM
Indeed