Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-electric trams only show in electric Tram depots #1

Open
Stuart-Cox opened this issue Jun 19, 2024 · 1 comment
Open

Non-electric trams only show in electric Tram depots #1

Stuart-Cox opened this issue Jun 19, 2024 · 1 comment

Comments

@Stuart-Cox
Copy link

so for example the Ladycross pax tram I believe is meant to use the non-electric tram rails

consist = PaxHauler(id='ladycross_pax',
    base_numeric_id=0,
    name='Ladycross',
    tram_type='RAIL', (as this would be "ELRL" instead)
    vehicle_life=40,
    intro_date=1860)

(note: the non-electric depot doesnt even become available unless I have another newGRF enabled that adds non-electric trams, I have tested with just this newGRF enabled to confirm it isn't just a mod conflict).

However in game (on version 1.4.1) the non-electric trams only appear in the electric depot (leaving the non-electric one empty)
Electric depot
image

Non-electric depot
image

I might be wrong about the non-electric depot being in the base game but the fact you have ELRL & RAIL as tram types implies suggests I am right.

@Gadg8eer
Copy link

Gadg8eer commented Jun 19, 2024

Sadly, you are wrong. The default tram type is ELRL yes, but remember, OpenTTD without GRFs is mostly vanilla Transport Tycoon, which only had the following...

  • RAIL for trains

  • ELRL for trains

  • MONO for trains

  • MGLV for trains

  • ROAD for trucks and busses

OpenTTD added...

  • ELRL for trams

Since there were no trolleybusses in TTD, ELRD and standardized roadtypes like RABE are not included by default.

Further, no trams were included in base TTD at all, so you need both a tram set and a roadtype set that includes unelectrified tram tracks to use unelectrified trams.

Adding RAIL as a default tramtype is reasonable but not in the scope of the Road Hog GRF.

Please wait for andythenorth to respond but afaik this is what's "wrong" with the GRF. RAIL isn't included by default as a tramtype, and even ELRL is not available without a tram vehicle set, so you will have to download a GRF that provides RAIL as a tramtype.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants