Torchlight II

Torchlight II

Statistiken ansehen:
Is there an easy way to bypass the mod launcher?
By default, when I launch Torchlight II through steam, the mod launcher starts first. I don't use mods (yet), so I'd like to save a click and a few seconds by skipping that launcher entirely so it goes straight into the game.

Currently I've backed up the ModLauncher.exe file and replaced it with a simple AHK script executable that launches Torchlight2.exe. This works just fine, however, I'd still like to know if there is a way to do it without actually messing with files themselves. Perhaps there are some launch options I can set (in steam, in game properties) or something. Also I don't want to add the executable as a non-steam shortcut.

If there's no other way, that's fine. My AHK script method does work. I just wanted to find out if I had other options.
< >
Beiträge 114 von 14
I'd love to know this too...
I searched and it seems that Steam built it into Torchlight without giving us the option of removing the launcher without moving the files.
Zuletzt bearbeitet von steffire3; 13. Juli 2017 um 0:26
st.kost 5. März 2019 um 11:41 
Under linux I see that .local/share/Steam/appcache/appinfo.vdf contains the commands that are run. But since this is some steam internal binary, I don't dare to edit it.
Nightfox 5. März 2019 um 11:46 
Have you tried adding Torchlight2.exe as a non-steam game?
st.kost 5. März 2019 um 12:52 
Okay here is what I did:
edit ~/.local/share/applications/Torchlight\ II.desktop
replace "steam steam://rungameid/200710"
with "/home/<user>/bin/torchlight2.sh"

create "/home/<user>/bin/torchlight2.sh" with
#!/bin/sh
cd "$HOME/.local/share/Steam/steamapps/common/Torchlight II"
./Torchlight2.bin.x86_64
HiFive 5. März 2019 um 14:19 
I'm a bit confused. On my launcher there are 2 buttons. The top button launches the non-mod version of the game, and the bottom button launches the version you can play with mods. Do you folks get a different launcher than I do?

Aaannd, just now I see that the original post was in 2014. How did this get back up to the top of the discussions list?
Zuletzt bearbeitet von HiFive; 5. März 2019 um 14:23
Ursprünglich geschrieben von HiFive:
Aaannd, just now I see that the original post was in 2014. How did this get back up to the top of the discussions list?

That's what happens when someone adds a new comment to an old thread.
HiFive 5. März 2019 um 15:57 
Ursprünglich geschrieben von vertigoelectric:

That's what happens when someone adds a new comment to an old thread.

Well, I know this, but why did st.kost go back to this very old thread and post a comment to it, is what I'm wondering. :)
Zuletzt bearbeitet von HiFive; 5. März 2019 um 15:58
He had an answer to a previously unanswered question. I appreciate this kind of thing.
Zuletzt bearbeitet von vertigoelectric; 5. März 2019 um 16:11
HiFive 5. März 2019 um 16:51 
Ughh, I'm getting sloppy reading the threads now. I only saw his first comment about not being willing to edit a file. I didn't see the solution he posted. That was good of him to do so.
Unfortunately, I'm not on Linux so the solution doesn't help me, but I also haven't needed a solution in a long time so no big deal. Perhaps it will be helpful to someone.
xerus 28. Juni 2020 um 11:46 
@st.kost it is even easier, no need for an extra script ;)

Exec=/home/janek/.steam/steam/steamapps/common/Torchlight\ II/Torchlight2.bin.x86_64
Path=/home/janek/.steam/steam/steamapps/common/Torchlight\ II

But launching the binary manually didn't seem to work either for me :/
xerus 28. Juni 2020 um 11:53 
https://i.imgur.com/efB9lC4.png
Seems it requires some extra setup now
xerus 28. Juni 2020 um 13:08 
Got it working!

echo 200710 >$HOME/.steam/steam/steamapps/common/Torchlight\ II/steam_appid.txt

edit ~/.local/share/applications/Torchlight\ II.desktop
Exec="/home/janek/.steam/steam/steamapps/common/Torchlight\sII/Torchlight2.bin.x86_64" Path=/home/janek/.steam/steam/steamapps/common/Torchlight\sII
< >
Beiträge 114 von 14
Pro Seite: 1530 50

Geschrieben am: 22. Dez. 2014 um 18:50
Beiträge: 14