Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TRIAD (Cancelled)
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#11
RE: TRIAD

(05-28-2016, 03:48 AM)Daniel47 Wrote: Thanks for the link. I myself have the retail version. However those on my team do not. Since there is no knowing when this issue will be fixed, we may just stay with it as a CS.

No dramas! Though I'll be sure the FG Team are aware of the issue.

The option is always there if you need a temporary solution.

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 05-28-2016, 04:47 AM by Romulator.)
05-28-2016, 04:46 AM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#12
RE: TRIAD

This is something I've discovered while making my Modloader work to start mods via Steam. Perhaps it can be useful. It will start it through Steam from a .bat file only if Steam is installed.

The pro is that you don't need to define where Steam is located. Con is that Steam will warn you before starting it that it wants to start Amnesia with X parameters.

Moving on:

Try running something like this in CMD.

start steam://rungameid/57300//mods%2Fmodding_mod%2Fconfig%2Fmain_init.cfg

start executes the following. steam:// is a protocol recognized by Steam when installed. rungameid tells Steam to start a game. 57300 is the Steam ID for Amnesia.

This will act as running Amnesia with "mods/modding_mod/config/main_init.cfg" as the Steam launch option. Keep in mind that this uses the steam:// protocol which is URI formatted. This means you must use %2F as replacement for / and %20 as a space (if your path uses spaces). There's more but these are the most important.

After running this command, Steam will give this warning which must be accepted in order to start it:

[Image: 503040daafeb4119badb08c97253ead1.png]

You can incorporate this into a .bat file for retail and a .bat file for Steam. I'm sure it's possible to put them both into the same .bat file in some way.

Edit: I'm getting some odd results from a .bat file where it ignores "%2" from the line, likely due to CMD using these as variables. Anyone know how to avoid this? It works fine if you paste it into CMD, but .bat acts differently.
Edit 2: Found out. Apparently you must use double % signs to escape this functionality. Basically this means the above only works in CMD and to run it in a .bat file (which is the goal), use the following instead:

start steam://rungameid/57300//mods%%2Fmodding_mod%%2Fconfig%%2Fmain_init.cfg

So essentially what you must run is "start steam://rungameid/57300//" + your main_init.cfg path edited to use %%2F for every folder level and %%20 for any spaces.

Whew, such a pain. Hope this helps though. If anything, it's useful information.

Here's your specific line. Save it in a .bat and try.
start steam://rungameid/57300//TRIAD%%2FTriad_config%%2Fmain_init.cfg

(This post was last modified: 05-30-2016, 05:04 PM by Mudbill.)
05-29-2016, 10:50 PM
Find
DanielRand47 Away
Member

Posts: 109
Threads: 16
Joined: Mar 2012
Reputation: 3
#13
RE: TRIAD

Mod cancelled.
(This post was last modified: 06-10-2016, 04:01 AM by DanielRand47.)
06-04-2016, 11:14 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#14
RE: TRIAD (Cancelled)

Hello!

I have been informed by one of the developers of the modification that this project is no longer going ahead. As such, it is by their request that the page be locked.

If a developer wants the page to be reopened, please get in contact with myself and I'll unlock the thread again for posting.

Cheers
Romulator

Discord: Romulator#0001
[Image: 3f6f01a904.png]
06-11-2016, 10:53 AM
Find




Users browsing this thread: 1 Guest(s)