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
Dunno if it will work though it is just a compatability layer not actually bypassing admin.
Also if you play in KR im not sure what the language code is prolly language=kr also change D:\steam etc to the path to your ONCE_HUMAN.exe wherever it is saved. (steam library, right click game, browse local files)
If it launches but nothing pops up try using it in the game folder itself.
(or alt+tab and see if it is open there) the game doesnt grab a window right when you first launch it so it doesnt pop up on the taskbar
hope it works if not i dunno make admin account
X refers to your chosen installation-path ( commonly C and therfore it'd be "C:\Program Files (x86)\Steam\steamapps\common\Once Human" ) :
cd /d "X:\Program Files (x86)\Steam\steamapps\common\Once Human"
cmd.exe /c "set __COMPAT_LAYER=RunAsInvoker && ONCE_HUMAN.exe --start_from_launcher=1"
Hint:
I basically tried it, because i wanted to test the SSE4_2-fix for older CPUs without this instruction-set.
There are multiple ways, but theoretically only one version, which can be combined with this command.
So if you downloaded Intel's SDE ("freeware to emulate CPUs"), unpacked it with WinZip or any other capable "unpacker", then copied all unpacked files into the game's directory (yes, right into where the executable, you need to run the game from, is located) and would want to run them from a batch, it'd be:
cd /d "X:\Program Files (x86)\Steam\steamapps\common\Once Human"
cmd.exe /c "set __COMPAT_LAYER=RunAsInvoker && sde -- ONCE_HUMAN.exe --start_from_launcher=1"
Differences noticed:
Since first version goes with pure hardware- and software available:
lesser CPU-load, higher GPU-load, lower loading-delays;
Whilst second version, takes pretty long, to get started, takes (mostly) more CPU- but less GPU-load and a whole lot of more RAM (depending on your resolution and settings within the game it's about 3GB and onwards more than without the emulation);
Both though started right away from the batch-file, after Steam-client had been started, account had been logged in and the batch-file has been executed from the desktop;
cmd /min /C "set __COMPAT_LAYER=RUNASINVOKER && start "" %command%"
No need for extra batch files and stuff.
But if yours works, it'd be cool ofc.
So thanks, if that really works.