Freelancer Command Line
-
I don’t know if this is the correct place to be posting this, so sorry if it’s in the wrong section.
Does anyone know if there is a command line parameter that will allow you to temporarily, for that run of the program only, use a different MP ID?
I know there’s -sXXX.XXX.XXX.XXX:XXXX but I’m looking to create desktop shortcuts that will run a different account than what the currently active account is. I know I can use Freelancer Account Manager for this, but I don’t wan’t FAM running in the background.
Thanks in advance.
Janus
-
You can use FAM/DSLaunchpad to change accounts, then you can just stop the program before launching FL.
If you really want to use shortcuts for this it can probably be done with some registry change files. I’ve used them before but have never looked into making my own. Someone else might be able to help with that.
-
Not sure if this is really needed (I should have looked at the above two programs first), but may as well throw it out there. This version works by patching common.dll to read different registry values, thus having FL generate a new ID. Run with no arguments it will just list the identities and keys. The Launchpad looks like it does everything this should, so a version that works with it might be better. Look at mpid.cpp for usage.
-
According to the Shortcuts:
why not simply create a batch script ( BAT or CMD file)
for each ID file ( REG ) .
Its kinda inconvenient, but as u dont like FAM u need to find alternativesshort example cuz im in a hurry:
@echo off
REGEDIT /S x:\path\filename.REG
freelancer.exegreetz,