FOnline Development > Share Your Work
FOnline client multilauncher
cthulchu:
Okay, I liked it enough to decide to use it on other laptops. I forked it and changed it a bit.
I really hate how you take arguments, so I added a bit of logics to it. Now, if you run the script with no arguments, it will attempt to run a FOnline.exe in a folder the script itslef is in. So all you need to do is install python 2.7, copy the script to your game folder and run it instead of FOnline.exe. Also useful for creating shortcuts on desktop.
https://gist.github.com/cthulchu/a1348b36c5041f30e3fa1be21155fba5
Oh, and I made a version for reloaded only because nobody cares about fo2. KEK. Kidding. Tbh, I just don't play fo2, so can't test it. Feel free to copy my solution to the fo2 launcher.
cthulchu:
--- Quote from: EnglishBreakfastTea on September 10, 2016, 03:12:01 pm ---Have fun.
https://gist.github.com/anonymous/ed5695ccd5593443cd7c0dddaf7f9bf7
--- End quote ---
Dude, can you do the same for 412. Cvet added a lame check for a running client. It totally sucks. :(
idct:
Thanks for your work and the post.
As I do not like Python and installation of next development environments just to fire a single script I have rewritten this in C# which allows to generate a small .exe file which runs on most Windows machines.
You can get the source code and the executable on Github:
https://github.com/ideaconnect/fomultirun/blob/master/Program.cs
Executable:
https://github.com/ideaconnect/fomultirun/tree/master/bin/Release
To run just type:
fomultirun FOnline.exe
Or create yourself a shortcut.
First argument is simply the path to FOnline.exe.
Project files are in Visual Studio 2017 Community (free) edition format. Executable uses only .NET 2.0 therefore should work with Windows XP SP3 and older newer systems without a problem, older releases will require .NET 2.0 to be installed.
Tested with latest FOnline: Reloaded.
testerDEV:
Nice, thanks for sharing.
cthulchu:
--- Quote from: idct on September 11, 2017, 05:01:31 pm ---Thanks for your work and the post.
As I do not like Python and installation of next development environments just to fire a single script I have rewritten this in C# which allows to generate a small .exe file which runs on most Windows machines.
You can get the source code and the executable on Github:
https://github.com/ideaconnect/fomultirun/blob/master/Program.cs
Executable:
https://github.com/ideaconnect/fomultirun/tree/master/bin/Release
To run just type:
fomultirun FOnline.exe
Or create yourself a shortcut.
First argument is simply the path to FOnline.exe.
Project files are in Visual Studio 2017 Community (free) edition format. Executable uses only .NET 2.0 therefore should work with Windows XP SP3 and older newer systems without a problem, older releases will require .NET 2.0 to be installed.
Tested with latest FOnline: Reloaded.
--- End quote ---
OMFG. dude. you're awesome! Works like a charm.
tested on Fonline Reloaded s3. Don't quite remember what build it is. 4-- something
Navigation
[0] Message Index
[*] Previous page
Go to full version