Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE] Client Arguments

Initiate Mage
Joined
Feb 11, 2008
Messages
3
Reaction score
1
I had this written down somewhere, if it's still the same this is how you can connect and change some options (and load the client without going through latale launcher, although I think they do something different now)

* reversed by Sai, SaiMs *
/Full
/Windowed
/LoginID
/UserID
/Char
/Server
/MoveDisable
/Mode
/LoginServer
/LobbyServer
/LBS
/WorldID
/NoSound
/Run
/NoPack
/Pack
/FLOG
/ResPath
/LOCALE:
/WEBARG:
/FSDA
/GameGuardPatch // 0.o??


/Run uses VHIGH, or VLOW

Patcher uses:

/Full /LoginServer:IP:pORT /run:VHIGH /LOCALE:USA /PUBLISHER:OGPLANET

ex:
/Full /LoginServer:67.201.57.134:10000 /run:VHIGH /LOCALE:USA /PUBLISHER:OGPLANET
/Windowed /LoginServer:67.201.57.134:10000 /run:VHIGH /LOCALE:USA /PUBLISHER:OGPLANET

Updated(Feb 12/2011):
C:\Games\OGP\La Tale>LaTaleClient.exe /Windowed /LoginServer:67.201.57.134:10000
/Run:VHIGH /LOCALE:USA /PUBLISHER:OGPLANET /WEBARG:serviceid=5`userid=sai666`to
ken=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

not sure how long tokens last, but this is definitely a nuisance, you can probably make your own launcher and pass the token as an actual password and accept accordingly.
 
Last edited:
Back
Top