P_Furcadia_Net_Options_ProxyOptions_CharacterIniFile - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

ProxyOptions.CharacterIniFile Property

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 43

Syntax

C#

public string CharacterIniFile { get; set; }

VB

Public Property CharacterIniFile As String
	Get
	Set

VB Usage

Dim instance As ProxyOptions
Dim value As String

value = instance.CharacterIniFile

instance.CharacterIniFile = value

C++

public:
property String^ CharacterIniFile {
	String^ get ();
	void set (String^ value);
}

F#

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

ProxyOptions Class
Furcadia.Net.Options Namespace

⚠️ **GitHub.com Fallback** ⚠️