MXS boots with different personal folder

Post anything about MX Simulator here. Please. I'm begging you.
Post Reply
MX181
Posts: 809
Joined: Tue Dec 25, 2012 12:45 am
Location: STRAYA

MXS boots with different personal folder

Post by MX181 »

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

Post by yzmxer608 »

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 :lol:.

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
Track editing personal folder, assuming normal personal folder currently loaded.

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

Post by MX181 »

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

Post by MX181 »

i get this problem

Image

these are the folder

Image

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

Image

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

Post by yzmxer608 »

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

Post by yzmxer608 »

Actually, just replace C:\Users\you\AppData\Local with %LOCALAPPDATA%.

%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

Re: MXS boots with different personal folder

Post by MX181 »

Ohk ill try but and yer I changed you to Korey81
mbork-1
Posts: 1700
Joined: Thu Feb 11, 2010 1:20 pm
Team: NOTEAM
Location: Latvia

Re: MXS boots with different personal folder

Post by mbork-1 »

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?
Image
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

Post by MX181 »

this a the reoccuring problem

Image

and this is the files course of direction

Image
MX181
Posts: 809
Joined: Tue Dec 25, 2012 12:45 am
Location: STRAYA

Re: MXS boots with different personal folder

Post by MX181 »

mbork-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?
you make a text document and when saving it you select all types and MAKE SURE YOU PUT ".bat" on the end
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

Post by yzmxer608 »

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.
Post Reply