Smart Webclient for Flyff Universe
Flyff Universe Web Client allows you to play Flyff Universe natively with dedicated client. It eliminates the need for using a browser like Google Chrome that takes additional resources and impact the game performance:
Flyff Universe Web Client is writted in C# on .Net 4.5.2 using CefSharp - Open Source Wrapper for chromium framework.
.Net 4.5.2 is required.
You can launch the web client with default setting as follows:
However it is recommended to set and customize the flags per character needs using multiple shortcuts.
flag | example | description |
---|---|---|
/ProfileName= |
/ProfileName=Flawkee | Creates a profile for the character saving it's settings & allow auto login. Use on per-character basis. |
/Resolution= |
/Resolution=1920x1080 | Set resolution for Window Mode (default: 1920x1080). Does not have effect in Fullscreen mode. |
/Fullscreen | /Fullscreen | Set Fullscreen mode. |
/PixelLocation=<x,y> | /PixelLocation=3850,-80 | Launch the web client in a specific pixel location on your Windows envrionment. Override /DisplayID flag. |
/DisplayID= |
/DisplayID=2 | Launch the web client in a specific display. Use your display ID shown in Window Display Settings. Override /PixelLocation flag. |
Examples:
Shortcut 1: "C:\SomeFolderPath\FlyffUniverse-WebClient\Flyff Universe Webclient.exe" /profilename=Flawkee /fullscreen /displayID=2
Shortcut 2: _"C:\SomeFolderPath\FlyffUniverse-WebClient\Flyff Universe Webclient.exe" /profilename=FlawkeeLeech /resolution=800x1000 /PixelLocation=3850,-80