The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999 on January 15, 2009, 01:50:31 pm

Title: [solved]r2237 - Capacity of airstop isn't added in seperate capacities
Post by: z9999 on January 15, 2009, 01:50:31 pm
r2237
If I set "seperate_halt_capacities=1", capacity of airstop isn't added in station.


[attachment deleted by admin]
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: prissi on January 15, 2009, 03:25:27 pm
Yes, this is fully intended. Stops without enabling anything still increase catching area, thus they still serve a purpose. Other than than one should use a capacity enabling stop, if one wants to increase capacity.

(Yes I know that this is bad for pak128. But the plain stop not enabling anything is really bad to most novice players. I do not want to know how many people just gave up simutrans at that point.)
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: VS on January 15, 2009, 04:12:25 pm
Hint taken... I never touched these parts :( Then it needs some other no-capacity platform, probably.
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: wernieman on January 15, 2009, 04:34:54 pm
So .. vor a very old trains Stop it will be good to enable? So that at the beginninmg the player not need a spezial Building?
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: z9999 on January 16, 2009, 03:51:32 pm

Okay.
Then, why do we need to pay level 4 cost and level 4 maintenance cost for no capacity harbor ?
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: VS on January 16, 2009, 04:06:22 pm
Because the pak author made it so?
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: z9999 on January 16, 2009, 04:28:24 pm
That isn't correct because level of dat file is 1.
I think this is the problem of makeobj and compatible settings for very old station which don't have level and categoty types.

Makeobj write it level=0 and reader changes it to level 4.

Quote
Obj=building
Name=rampShipStop
Dims=1,1,4
NoInfo=1
type=habour
icon=> hafen ico.0.4
cursor=hafen ico.1.4
level=1
intro_year = 1810
BackImage[1][0][0][0][0]=new-alpha1.2.1
BackImage[0][0][0][0][0]=new-alpha3.2.4
BackImage[3][0][0][0][0]=new-alpha4.2.3
BackImage[2][0][0][0][0]=new-alpha2.2.0

Maybe, this is not a problem but a spec, but a strange spec.
Title: Re: r2237 - Capacity of airstop isn't added in seperate capacities
Post by: VS on January 16, 2009, 04:31:30 pm
Well, that is the disadvantage of publishing just a pak file when the game changes very often.

Maybe make old files have all categories enabled?