| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| ReadMe.txt | 2013-06-12 | 1.2 kB | |
| LotRO_Login_Manager_1_0.zip | 2013-06-12 | 39.9 kB | |
| Totals: 2 Items | 41.0 kB | 0 |
This application uses Visual Studio 2010. The solution currently contains 2 projects, each requiring .NET 4.0.
The application is a WinForm app which stores settings on a Windows user basis. It uses a config file for loading default settings, but settings are saved
in separate user-specific folders such as:
C:\Documents and Settings\<username>\Local Settings\Application Data\Silicon_Dragon
(The above path is on a WinXP PC; paths vary on different versions of Windows but all use the system folder Environment.SpecialFolder.Personal.)
The application manages settings in the LotRO Login Client settings file, Preferences.ini, stored in the user's My Documents folder. The settings cover login
account names, server names, a "multi-client" setting, and the auto-login setting. In particular, the auto-login setting--and this application as a whole--is
basically a workaround to the buggy client Turbine released with Update 11.
The application has a menu option which loads Help.rtf into a rich text viewer for live help. The file is maintained with Wordpad and is very simple. If you
wish to update the content, just add it to yourself...it's read-only for users.