Changeset - r26446:32d6b835a20f
[Not reviewed]
master
0 1 0
krysclarke - 20 months ago 2022-10-17 06:52:14
110656065+krysclarke@users.noreply.github.com
Fix: Typo and grammatical correction in CONTRIBUTING.md (#10085)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CONTRIBUTING.md
Show inline comments
 
@@ -212,8 +212,8 @@ When it comes to gameplay features there
 
- *Control freak:* micromanagement like conditional orders, refitting and loading etc.
 
- *Casual:* automatisation like cargodist, path based signalling etc.
 

	
 
To please everyone, the official branch tries to stay close to the original gameplay; after all, that is what everyone brought here.
 
The preferred method to alter and extent the gameplay is via add-ons like NewGRF and GameScripts.
 
To please everyone, the official branch tries to stay close to the original gameplay; after all, that is what brought everyone here.
 
The preferred method to alter and extend the gameplay is via add-ons like NewGRF and GameScripts.
 

	
 
For a long time, the official branch was also open to features which could be enabled/disabled, but the corner-cases that came with some configurations have rendered some parts of the code very complicated.
 
Today, new features have to work with all the already existing features, which is not only challenging in corner cases, but also requires spending considerable more work than just "making it work in the game mode that I play".
0 comments (0 inline, 0 general)