Enable Async Keys
Moderator: Moderators
Re: Enable Async Keys
When I edit the command it it automatically ports “ in so I don’t now to stop it doing that my try Reinstalling TS all over again
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: Enable Async Keys
Sometimes it's really, really hard not to type "Oh for ***** sake...."
) to delete the " in the shortcut properties box.
No need to go to such ridiculous lengths as re-installing the game, as the shortcut you've created has absolutely nothing to do with the game itself, other than referencing it!!
Just use that key on your keyboard marked "Delete" or "Del" (minus the quotes of coursedeltic100 wrote:When I edit the command it it automatically ports “ in so I don’t now to stop it doing that my try Reinstalling TS all over again
No need to go to such ridiculous lengths as re-installing the game, as the shortcut you've created has absolutely nothing to do with the game itself, other than referencing it!!
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: Enable Async Keys
Exactly how are you creating the shortcut?
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: Enable Async Keys
We should have spotted this earlier, but...
you have a space in the path to the .exe, and when that's the case shortcuts need the target enclosing in quotes. That breaks the extra commands though.
So your options are:
a) Live without AsyncKeys
b) Launce the game through the Steam client with the command specified in there
c) Move Steam/TS into a directory structure with no spaces in the path---if you went this way it'd also make sense to have the Steam files in a Steam folder, rather than a renamed one so
..\TrainSimulator\Steam\steamapps\common.....
would be the preferred option.
you have a space in the path to the .exe, and when that's the case shortcuts need the target enclosing in quotes. That breaks the extra commands though.
So your options are:
a) Live without AsyncKeys
b) Launce the game through the Steam client with the command specified in there
c) Move Steam/TS into a directory structure with no spaces in the path---if you went this way it'd also make sense to have the Steam files in a Steam folder, rather than a renamed one so
..\TrainSimulator\Steam\steamapps\common.....
would be the preferred option.
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: Enable Async Keys
Try putting
after the closing quote. No idea if it'll work but you've nothing to lose by trying. Don't forget there needs to be a space between the quote and the command.
Code: Select all
EnableAsyncKeysRe: Enable Async Keys
At last I found out what the problem was it was the it was the folder name train simulators doesn’t like it so I’ve changed it to Trainsimulators All one word Now works
Re: Enable Async Keys
Well, I did make that point! Glad it's solved anyway!
Mark
Mark
-
gptech
- Very Active Forum Member
- Posts: 19585
- Joined: Fri Oct 10, 2008 5:48 pm
- Location: Wakefield, West Yorkshire
Re: Enable Async Keys
deltic100 wrote:At last I found out what the problem was it was the it was the folder name train simulators doesn’t like it so I’ve changed it to Trainsimulators All one word Now works
Glad you got it sorted.gptech wrote:We should have spotted this earlier, but...you have a space in the path to the .exe, and when that's the case shortcuts need the target enclosing in quotes. That breaks the extra commands though.