MXS boots with different personal folder
-
MX181
- Posts: 809
- Joined: Tue Dec 25, 2012 12:45 am
- Location: STRAYA
MXS boots with different personal folder
Ohk my question is i have two personal folder 1 for all my tracks the other for track creating. for me to boot with track editing personal folder i have to go and change the name from "MX Simulator track editing" to "MX simulator" there isnt a problem or anything with this its just i cant be bothered doing this all the time but is really handy therefore i keep doing it. so i want to know if anyone would have a solution so something like i have 2 desktop icons 1 for track editing and the other for normal. obviously the normal one access the normal personal folder and the other accesses my track making folder.
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
Re: MXS boots with different personal folder
Hmm, I think you might be able to do it with batch files. The only problem is, if you don't remember which personal folder you're currently using, the naming scheme will be off (i.e. using the track editing shortcut and getting the regular personal folder). All you would have to do to fix this is manually rename the folders correctly, or I guess rename the batch files
.
Replace "you" with your PC account name, also adjust the mx.exe location accordingly. Make these two separate batch files.
Normal personal folder, assuming track editing personal folder currently loaded.
Replace "you" with your PC account name, also adjust the mx.exe location accordingly. Make these two separate batch files.
Normal personal folder, assuming track editing personal folder currently loaded.
Code: Select all
Ren C:\Users\you\AppData\Local\"MX Simulator" "MX Simulator Track Editing"
Ren C:\Users\you\AppData\Local\"MX Simulator Normal" "MX Simulator"
START C:\Program Files\MX Simulator\mx.exe- Line 1: Renames the current personal folder (the track editing one, currently loaded) to "MX SImulator Track Editing"
- Line 2: Renames "MX Simulator Normal" (the regular personal folder) to "MX Simulator" (loads to game).
- Line 3: Launches the game (add any addition parameters to the end like you normally would i.e. START C:\Program Files\MX Simulator\mx.exe --hidden-hud
Code: Select all
Ren C:\Users\you\AppData\Local\"MX Simulator" "MX Simulator Normal"
Ren C:\Users\you\AppData\Local\"MX Simulator Track Editing" "MX Simulator"
START C:\Program Files\MX Simulator\mx.exe- Line 1: Renames the current personal folder (your normal personal folder, currently loaded) to "MX Simulator Normal".
- Line 2: Renames "MX Simulator Track Editing" (your track editing personal folder) to "MX Simulator" (loads to game).
- Line 3: Launches the game (add any addition parameters to the end like you normally would i.e. START C:\Program Files\MX Simulator\mx.exe --hidden-hud
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
-
MX181
- Posts: 809
- Joined: Tue Dec 25, 2012 12:45 am
- Location: STRAYA
Re: MXS boots with different personal folder
thanks much appreciated when im home will sit down and try this and again thanks
-
MX181
- Posts: 809
- Joined: Tue Dec 25, 2012 12:45 am
- Location: STRAYA
Re: MXS boots with different personal folder
i get this problem

these are the folder

and this is the way to get to the game mx simulator

i think these are the 3 main things but am so keen for this to workk and would appreciate your help thanks

these are the folder

and this is the way to get to the game mx simulator

i think these are the 3 main things but am so keen for this to workk and would appreciate your help thanks
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
Re: MXS boots with different personal folder
You didn't change the 'you' to your actual account name, which would be Korey81.
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
Re: MXS boots with different personal folder
Actually, just replace C:\Users\you\AppData\Local with %LOCALAPPDATA%.
%LOCALAPPDATA%\"MX Simulator" "MX Simulator Track Editing"
%LOCALAPPDATA%\"MX Simulator" "MX Simulator Track Editing"
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
-
MX181
- Posts: 809
- Joined: Tue Dec 25, 2012 12:45 am
- Location: STRAYA
-
mbork-1
- Posts: 1700
- Joined: Thu Feb 11, 2010 1:20 pm
- Team: NOTEAM
- Location: Latvia
Re: MXS boots with different personal folder
can you show how to make batch file?never made any of them,if i got right,there is possible to amke separate folder for skins?

3rd MX2 EMF - AX Series 2011
2nd MX1 BMF - Friday Night Series 2012
1st MX3 - EMXs
8th MX1 EMF - MX Series 2012
-
MX181
- Posts: 809
- Joined: Tue Dec 25, 2012 12:45 am
- Location: STRAYA
Re: MXS boots with different personal folder
this a the reoccuring problem

and this is the files course of direction


and this is the files course of direction

-
MX181
- Posts: 809
- Joined: Tue Dec 25, 2012 12:45 am
- Location: STRAYA
Re: MXS boots with different personal folder
you make a text document and when saving it you select all types and MAKE SURE YOU PUT ".bat" on the endmbork-1 wrote:can you show how to make batch file?never made any of them,if i got right,there is possible to amke separate folder for skins?
-
yzmxer608
- Posts: 15352
- Joined: Mon Dec 29, 2008 4:30 am
- Team: SYS
- Location: Wisconsin, U.S.A
Re: MXS boots with different personal folder
Try putting quotes around that portion, like this: C:\"Program Files (x86)"\MX Simulator\mx.exe. You might have to do that with MX Simulator too.
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
