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

[Bug]: the ability to select the default signal has disappeared #9705

Closed
LEB0VSKI opened this issue Nov 17, 2021 · 8 comments · Fixed by #9792
Closed

[Bug]: the ability to select the default signal has disappeared #9705

LEB0VSKI opened this issue Nov 17, 2021 · 8 comments · Fixed by #9792

Comments

@LEB0VSKI
Copy link

Version of OpenTTD

1.12

Expected result

previously, it was possible to select the default signal in the settings. it was very convenient.

Actual result

there is no such possibility now. by default, pbs is always selected. it's very annoying

Steps to reproduce

go to settings and you won't find anything there

@FLHerne
Copy link
Contributor

FLHerne commented Nov 17, 2021

This is an intended change from #8688:

Settings > Company > Cycle through signal types now defaults to Path signals only, and the option for Block signals only has been removed.

That said, I also miss this setting because I prefer the default being 2-way PBS -- for someone building a mix of 1-way and 2-way PBS, the newly hardcoded default of 1-way is very bad because it means going around the whole cycle to get 'back' to 2-way.

In the original PR @ldpl questioned removing this setting too, and its removal seems to have unforeseen side-effects (#9631).

I think discussion of this got a bit buried in the larger signal change, it might be worth reconsidering.

@2TallTyler
Copy link
Member

I think storing the last-used signal type in a config file and initializing the signal GUI with it selected, is a better path forward than simply re-adding the removed setting. I don't plan to create such a PR, but would support one.

@LC-Zorg
Copy link

LC-Zorg commented Nov 17, 2021

Basic question: Why was this setting removed?

@FLHerne
Copy link
Contributor

FLHerne commented Nov 17, 2021

With the old signals hidden, it would be confusing if the default signal was one that wasn't visible to the user otherwise.

What @2TallTyler suggests makes sense; in that case a signal can't become the default unless the user has previously selected it through the GUI.

@LC-Zorg
Copy link

LC-Zorg commented Nov 17, 2021

storing the last-used signal type in a config file and initializing the signal GUI with it selected

This solution seems not bad in terms of the reported problem. However, there remains a problem with the fact that switching between different versions of the game every time changes the settings of the available signaling and the need to correct them. Does this solution also close this problem? I have a doubt. I'm wrong?

@JGRennison
Copy link
Contributor

storing the last-used signal type in a config file and initializing the signal GUI with it selected

This solution seems not bad in terms of the reported problem. However, there remains a problem with the fact that switching between different versions of the game every time changes the settings of the available signaling and the need to correct them. Does this solution also close this problem? I have a doubt. I'm wrong?

If you need to use multiple versions like this, I'd suggest that you make use of the -x switch as necessary, or just use a different config file per version.
This is by no means the only setting which is not present in all versions/variants of OpenTTD.

@LC-Zorg
Copy link

LC-Zorg commented Nov 17, 2021

This is by no means the only setting which is not present in all versions/variants of OpenTTD.

Surely, but it's the only one that causes such problems, and I don't just mean your version of the game (though that's the main case), but older versions as well.

If you need to use multiple versions like this, I'd suggest that you make use of the -x switch as necessary, or just use a different config file per version.

So far I'm the only one writing about it, but I don't think I'm the only one dealing with this bug - that's not the best suggestion. Never heard of the "-x" switch. I don't really know what you are writing about and I don't think it will be helpful for others either. I admit that this problem is current especially now, but even in the long run it will exist - creating new problems is not a good method of solving others.

I would prefer this problem to be really solved, not just fragmentarily. Maybe it can be done differently without adding back the setting?

@FilmBoy84
Copy link

FilmBoy84 commented Nov 20, 2021

I too have found the change infuriating

More than once now I have returned to a game and built a new line or station and forgot to change the signal type from 1-way PBS to 2-way PBS as it once defaulted to

Then had to spend an age re-signalling everything from 1-way PBS as the number of trains screaming that they cannot find a path into xxx station increases (especially easy to miss the difference on NewGRFs where there is little visual discrepancy between the types such as Timberwolf's Modern PBS lights)

If there is a reluctance to add back in a setting for a default, i support 2TallTyler's request for it to be made "last signal type used" that is stored

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

Successfully merging a pull request may close this issue.

6 participants