Settlers4Modding / CommunityPatchLauncher

This is the tool for patching Settlers 4 History Edition to the most recent community patch level. It also helps you switching between the different versions of the game.
MIT License
4 stars 0 forks source link

Fix bugs #129

Closed XanatosX closed 3 years ago

XanatosX commented 3 years ago

Add file logging Add file deletion Add file deletion map Add folder creation if required

This pull request will fix the problems with the current patch implementation

Pumpline commented 3 years ago

Add Marks like [mark] (mark) or smt to mark what this is (info, warning, etc maybe to add)

Pumpline commented 3 years ago

Make a Debug mode, write these lines maybe also in a different window when a value is on debug mode

XanatosX commented 3 years ago

Make a Debug mode, write these lines maybe also in a different window when a value is on debug mode

Well this is an extra cmd window which is showed while the files are getting replaced. Since it required 5 inputs from the calling application I don't think we can make a debug mode for this one.

It will write a log file to temp folder so we can detect future errors.

XanatosX commented 3 years ago

Add Marks like [mark] (mark) or smt to mark what this is (info, warning, etc maybe to add)

Not sure if I do understand this one, do you mean in the headline of the pr?