ProxyOptions.CharacterIniFile Property

Furcadia Framework

ProxyOptionsCharacterIniFile Property

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Character Ini file to connect to the Game server with

Namespace:  Furcadia.Net.Options
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public string CharacterIniFile { get; set; }
Public Property CharacterIniFile As String
	Get
	Set

Dim instance As ProxyOptions
Dim value As String

value = instance.CharacterIniFile

instance.CharacterIniFile = value
public:
property String^ CharacterIniFile {
	String^ get ();
	void set (String^ value);
}
member CharacterIniFile : string with get, set

Property Value

Type: String
Remarks

Furcadia.Exe Command Line options

If only a Character.ini is Specified then NetProxy will Connect with Legacy Connection.

If NoArguments specified then we'll login with Account Login window

If we use -url="" We can Open the client and the server will select the character for us and bypass the Account Login Screen and the Game News feed

See Also

Reference