/etc/opencity/config/opencity.xml is in opencity-data 0.0.6.5stable-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <?xml version="1.0" ?>
<!-- OpenCity settings file -->
<settings xmlns="urn:oc:settings">
<!-- Fullscreen mode: "true" to enable or anything else to disable -->
<fullscreen enable="false">
<!-- FullScreen's resolution: set to 0 for autodetect -->
<width value="0" />
<height value="0" />
</fullscreen>
<!-- SDL GL accelerated visual: it's safe to leave it disabled. -->
<acceleratedVisual enable="false" />
<!-- Audio device: "true" to enable or anything else to disable -->
<audio enable="true" />
<!-- City's settings -->
<city>
<!-- Do not go beyond 100 per edge, seriously ! -->
<width value="50" />
<length value="50" />
</city>
<!-- Low value uses more CPU power. However, you can not go under 10ms -->
<msPerFrame value="20" />
<!-- Don't touch the values below. Really, don't touch them. -->
<zenServer>localhost</zenServer>
</settings>
|