Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = &Config{ ServerName: "Overbuild Universe (US)", PatchServerIP: "localhost", AuthServerIP: "localhost", PatchServerPort: 80, Logging: 100, DataCenterID: 150, CPCode: 89164, AkamaiDLM: false, PatchServerDir: "luclient", UGCUse3dServices: true, UGCServerIP: "localhost", UGCServerDir: "3dservices", PasswordURL: "https://account.lego.com/en-us/SendPassword.aspx?Username=", SigninURL: "https://account.lego.com/en-us/SignIn.aspx?ReturnUrl=http://universe.lego.com/en-us/myaccount/default.aspx", SignupURL: "http://universe.lego.com/en-us/myaccount/registration/default.aspx", RegisterURL: "https://secure.universe.lego.com/en-us/myaccount/subscription/embeddedlandingpage.aspx?username=", CrashLogURL: "http://services.lego.com/cls.aspx", Locale: "en_US", ManifestFile: "trunk.txt", TrackDiskUsage: true, HDSpaceFree: 148614, HDSpaceUsed: 11396, UseCatalog: true, }
Contents are identical to the boot.cfg found within the packed client.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ServerName string `ldf:"SERVERNAME"` PatchServerIP string `ldf:"PATCHSERVERIP"` AuthServerIP string `ldf:"AUTHSERVERIP"` PatchServerPort int32 `ldf:"PATCHSERVERPORT"` Logging int32 `ldf:"LOGGING"` DataCenterID uint32 `ldf:"DATACENTERID"` CPCode int32 `ldf:"CPCODE"` AkamaiDLM bool `ldf:"AKAMAIDLM"` PatchServerDir string `ldf:"PATCHSERVERDIR"` UGCUse3dServices bool `ldf:"UGCUSE3DSERVICES"` UGCServerIP string `ldf:"UGCSERVERIP"` UGCServerDir string `ldf:"UGCSERVERDIR"` PasswordURL string `ldf:"PASSURL"` SigninURL string `ldf:"SIGNINURL"` SignupURL string `ldf:"SIGNUPURL"` RegisterURL string `ldf:"REGISTERURL"` CrashLogURL string `ldf:"CRASHLOGURL"` Locale string `ldf:"LOCALE"` ManifestFile string `ldf:"MANIFESTFILE,omitempty"` TrackDiskUsage bool `ldf:"TRACK_DSK_USAGE"` HDSpaceFree uint32 `ldf:"HD_SPACE_FREE,omitempty"` HDSpaceUsed uint32 `ldf:"HD_SPACE_USED,omitempty"` UseCatalog bool `ldf:"USE_CATALOG,omitempty"` }
Click to show internal directories.
Click to hide internal directories.