== Idea == Build an installer for Soldier of Fortune from Loki. Including the latest patch and workarounds (none needed). == Achievements == Have a working installer. == Todo == Using +set cpu_memory to set RAM to the real value Using default memory value--use +set cpu_memory to change 65MB of physical memory == Test cases=== ^ Tests which needed to be passed ^ works for rettichschnidi Ubuntu 8.10 x86 ^ | Game works | yes | | Movies work| yes | | Sound works | yes | | TCP/IP LAN-Game works | to be tested| | Uninstall option works | yes | == Problems == ===Too long OpenGL string=== New  graphic boards have very long OpenGL strings (>4096 chars) when using recent drivers and this makes SoF crashing. Solution: Open ref_gl.so with a hexeditor and look for GL_EXTENSIONS. Replace the char "%s" behind it with " " (whitespace).