Real Clock Mod for Farming Simulator 25 (FS25) is one of the core mods I'm using on my farming gaming sessions, its probably because my farming stories rely very much on UTC ISO 8601 standard time stamping on screenshots and videos. Its almost like proof of something happening in-game, because if you just screenshot any farmsim game it means nothing, it could have been taken at any time in any year, but with UTC format timestamp in the top right corner its very cool.
modSettings\realClock.xml config file:
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<RealClock>
<position isDynamic="false" x="0.87" y="0.98"/>
<rendering color="white" fontSize="0.02"/>
<format string="%Y-%m-%dT%H:%M:%SZ"/>
</RealClock>
Its nice to start getting those essential game-play mods coming out this quickly.