Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
edit:
[Compatibility fix]
Open the CMD [Prompt] with administrator rights and execute this script:
for Windows 64 Bits
copy %windir%\SysWOW64\ddraw.dll "C:\Program Files (x86)\Steam\steamapps\common\Omikron\*.dll"
for Windows 32 Bits
copy %windir%\system32\ddraw.dll "C:\Program Files (x86)\Steam\steamapps\common\Omikron\*.dll"
[Screenshot fix, but don't have overlay]
Open notepad and put this code
@echo off
break off
title OMK Screenshot fix by FelixTech
color 0a
"C:\Program Files (x86)\Steam\Steam.exe" steam://rungameid/243000
FOR /F "tokens=2" %%s in ('tasklist /fi "Imagename eq Steam.exe" ^| MORE +3') do (set steam=%%s)
FOR /F "tokens=2" %%s in ('tasklist /fi "Imagename eq Runtime.exe" ^| MORE +3') do (set omk=%%s)
"C:\Program Files (x86)\Steam\GameOverlayUI.exe" -pid %omk% -steampid %steam% -manuallyclearframes 0 -gameid 243000
exit
save with Runtime.bat and put on the game directory. Use the Runtime.bat to run the game.
The next step is run the game and if this work fine with you, let me know