You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm using devreorder as part of my LAN setup. for managability purposes, I'd like to be able to set a custom parameter for devreorder for the configuration file location.
so instead of running mygame.exe I could run mygame.exe --devreorder_path="C:\My Folder\devreorder123.ini"
or, using an environment variable perhaps:
set devreorder_path=C:\My Folder\devreorder123.ini
mygame.exe
and have devreorder load its configuration from C:\My Folder\devreorder123.ini instead of the working directory / ProgramData etc.
is this possible?
The text was updated successfully, but these errors were encountered:
Yes, it's possible, and I think it's a good idea, but it would require making a change to devreorder. In the meantime, is it possible for you to create a symlink at C:\ProgramData\devreorder\devreorder.ini that points to the ini file you want to use?
Have you tried putting devreorder.ini in the same folder as the game's exe? It will look for config files in the directory of the running exe first, which is how it's intended to allow different configs for each game.
Hi
I'm using devreorder as part of my LAN setup. for managability purposes, I'd like to be able to set a custom parameter for devreorder for the configuration file location.
so instead of running
mygame.exe
I could runmygame.exe --devreorder_path="C:\My Folder\devreorder123.ini"
or, using an environment variable perhaps:
and have devreorder load its configuration from C:\My Folder\devreorder123.ini instead of the working directory / ProgramData etc.
is this possible?
The text was updated successfully, but these errors were encountered: