I released a nice Database Character/Account Manager earlier on, and was playing around using .ini file setting's and decided to make this again only this time instead of a database to manage the accounts all the accounts go into one CharInfo.ini file.
This was a test so Deleting the Account's isn't available yet, to delete the account
it detects MaxChars. in the INI it's
[MAX]
MaxChars=#
so if you have a MaxChars=3 then you'll have also in the ini
[Char1],[Char2],[Char3]. Let's say you want to delete char3's information. Open the .ini file in notepad or whatever search for the character name you wish to delete or if you knwo it's index the Char# will work.Delete the [Char3] and everything below it within it's section. Then subtract 1 from the MaxChars if ya removed Char3 you'd have MaxChars=2 ect..
and the scrollbar is what does the work really since it's max value is the max number of characters. and the value of the scrollbar is the Char# it loads the infos on.So if you like had [Char2] removed it would show maxchars as 2 ([Char1],[Char3] but [Char2] wouldn't no longer exist and the scroll value "2" wouldn't load up..BIG bug until i learn to fix this error so try not to delete any accounts entered lol. Also try not to leave anything blank i didnt add anythign to write in an empy textbox just type like n/a or something.
Tell me how it work's and i'll figure it i should add more to it and give it a nice GUI or just scrap the whole project. ^^
This was a test so Deleting the Account's isn't available yet, to delete the account
it detects MaxChars. in the INI it's
[MAX]
MaxChars=#
so if you have a MaxChars=3 then you'll have also in the ini
[Char1],[Char2],[Char3]. Let's say you want to delete char3's information. Open the .ini file in notepad or whatever search for the character name you wish to delete or if you knwo it's index the Char# will work.Delete the [Char3] and everything below it within it's section. Then subtract 1 from the MaxChars if ya removed Char3 you'd have MaxChars=2 ect..
and the scrollbar is what does the work really since it's max value is the max number of characters. and the value of the scrollbar is the Char# it loads the infos on.So if you like had [Char2] removed it would show maxchars as 2 ([Char1],[Char3] but [Char2] wouldn't no longer exist and the scroll value "2" wouldn't load up..BIG bug until i learn to fix this error so try not to delete any accounts entered lol. Also try not to leave anything blank i didnt add anythign to write in an empy textbox just type like n/a or something.
Tell me how it work's and i'll figure it i should add more to it and give it a nice GUI or just scrap the whole project. ^^