I wrote a mod back in 0.13 which allows for longer underground pipes along with five technologies to research. The locale cfg file reflects the tech names and defines the text:-
Code: Select all
[technology-name]
dutchted-pipelines-1=Pipelines 1
dutchted-pipelines-2=Pipelines 2
dutchted-pipelines-3=Pipelines 3
dutchted-pipelines-4=Pipelines 4
dutchted-pipelines-5=Pipelines 5
[technology-description]
dutchted-pipelines-1=Advances in pipe design allowing pipes to be laid underground for short distances
dutchted-pipelines-2=Advances in pipe design allowing pipes to be laid underground for medium distances
dutchted-pipelines-3=Advances in pipe design allowing pipes to be laid underground for long distances
dutchted-pipelines-4=Advances in pipe design allowing pipes to be laid underground for very long distances
dutchted-pipelines-5=Advances in pipe design allowing pipes to be laid underground for extreme distances
I can get it working if I use the name without the number in the cfg file, but this means all tiers of the technology then have the same name and description. I don't mind the same name but I'd prefer to be allowed to enter individual descriptions for each tier.
Code: Select all
[technology-name]
dutchted-pipelines=Hmm, this works
[technology-description]
dutchted-pipelines=Hmm, this description also works
I did have a look and couldn't see this being named as a new feature but coming across the bug report for the accumulators makes me think this isn't working as intended either. Either way, I'd be grateful for some clarification.
Thanks