Klumpat / e3-macro-builds

Automatically exported from code.google.com/p/e3-macro-builds
0 stars 0 forks source link

On/Off toggle for ini import validation. #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I recently added a lot of validation for ini settings to alert users of flawed 
entries.  This extra validation is quite nice for creating or updating 
Character_Inis, but becomes cumbersome once you get things dialed in.  To help 
improve load times, I'd like to add an Ini Validation(On/Off) toggle to 
e3_Settings.ini, so that you can disable this feature once you get your box 
setup and running smoothly.

Original issue reported on code.google.com by iKillpeq@gmail.com on 14 Sep 2012 at 7:58

GoogleCodeExporter commented 8 years ago

Original comment by iKillpeq@gmail.com on 18 Sep 2012 at 2:40

GoogleCodeExporter commented 8 years ago
e3 already loads horribly slow causing my sessions to actually lock up while it 
is loading. anything that lightens that load will be very good.

the macro i usually use is a customized version of advbot and it does nothing 
like that when it fires up.

Original comment by sorvani on 29 Sep 2012 at 11:33

GoogleCodeExporter commented 8 years ago
working on a method to not update all the aliases even on a new version.
${Ini[..\MacroQuest.ini,Aliases,ALIASHERE]} will return the current alias, so 
we can check it and skip writing it if it exists.
This will also let me take out all the /alias delete statements except where we 
WANT to delete an alias

Original comment by sorvani on 24 Nov 2012 at 3:14

GoogleCodeExporter commented 8 years ago
This ended up adapting into the new ini validation system.

Original comment by iKillpeq@gmail.com on 13 Dec 2012 at 7:00