ThibautSF / ParadoxosModManager

Software to manage mods for recent Paradox games
37 stars 6 forks source link

[Minor] See the current configuration #7

Closed NicolasGrosjean closed 6 years ago

NicolasGrosjean commented 7 years ago

We can imagine to put in some color the current mod configuration in order to know what is it.

I think we need to parse the settings file to get the mod list because the user can modify the activated mods without Paradoxos.

It is a very low priority because the added value is low and the effort is not little.

ThibautSF commented 6 years ago

Add :

When click on button :

For now the code is in append mode only, i plan to show a dialogue to choose between :

ThibautSF commented 6 years ago
ThibautSF commented 6 years ago

I forgot that 'Fix' close the issue...

NicolasGrosjean commented 6 years ago

Sorry, I was very busy.

I confirm it is working for CK2 ... except to get the language

NicolasGrosjean commented 6 years ago

The error is when the lanugage is parsed, the last char is missing and like the language is not found, it is set to the default : ENGLISH. image

For other games, you need the -1 because of the " at the end of the line.

CK2 settings : image

EUIV settings : image

NicolasGrosjean commented 6 years ago

2ng bug:

Some bad lines match with the language code : image

ThibautSF commented 6 years ago

So now Replace/Append option dialog

I also add a little "clear" option.

Need some test to be sure before close Issue.

NicolasGrosjean commented 6 years ago

I have tested it on Ck2 and HoI4 and I have see no issues.

NicolasGrosjean commented 6 years ago

Is there some things to do before to close this issue ?