System Information
Field | Value |
---|---|
Operating System | Linux - Ubuntu 24.04.2 on x86_64 |
Product | AMP ‘Phobos’ v2.6.2.0 (Mainline) |
Virtualization | None |
Application | OpenTTD |
Module | GenericModule |
Running in Container | No |
Current State | Ready |
Problem Description
Issue
Hi,
I’m trying to add FIRS newGRF extension into OpenTTD server.
There is no UI configuration for it, so I’ve tried to edit openttd.cfg
file manually.
Unfortunately, this value is reset after server restarts:
[newgrf]
F1250009|B7682E1DA1CA2D2DE98CFDAA4CF9E1DF|firs.grf = 0 0 0 0 0 0 16 150 80 250 1
Later I even tried to use custom AMPTemplates (from my own fork wip: try to bring firs · mortiy/AMPTemplates@93633b2 · GitHub) with predefined values in openttdopenttd.cfg
, but the values inside [newgrf]
section are removed anyway.
Besides [newgrf]
section, [ai_players]
and [game_scripts]
are also not configurable.
[ai_players]
none =
SimpleAI =
SimpleAI =
AdmiralAI =
AdmiralAI =
CityLifeAI =
none =
none =
none =
none =
none =
none =
none =
none =
none =
[game_scripts]
"Renewed Village Growth" = log_level=3
Reproduction Steps
- Add firs.grf into config/newgrf folder
- Edit openttd.cfg via Web UI
- Restart server