Hello. After knowing about the game for twenty years, I finally made the time to try Unreal World.
Having lived in Finland a short time, I can confirm this captures the feel of the woods and the people there.
It is important for this reason alone.
Those running a raspberry pi or odroid or other ARM hardware might be interested in knowing that another user has discovered that the 64-bit linux game can run under box64 emulator.
The details can be found on github under the box86-compatibility-list/issues/219
Contrary to the tag, it does run, but you may need to copy two bitmap files and make them immutable:
You can make a file immutable with: chattr +i $filename
To make it mutable again you use: chattr -i $filename
Cheers