2015-12-06, 02:51 AM
Little bit of a dev blog here.
Now that vacation and thanksgiving are over and I'm finally caught up at work from being gone for so long, I thought I'd finish this up.
NXPatcher Advanced Logic - 75%
WZ Version checking - 50%
INI file reading - 0%
EXE Reading/Writing - 100%
Patch Reading/Applying - 100%
I'm currently struggling with the INI file that NXPatcher Advanced uses. C# doesn't like using INI files by default. I've tried using the app.config, but it's far too clunky for my tastes as it doesn't allow for hierarchical nesting (everything needs to be in the same xml depth). Pretty sure I can find an open source implementation of this.
I committed the code that I have so far. This code will not compile, but it's mostly complete.
https://github.com/mechpaul/WzPatch
Now that vacation and thanksgiving are over and I'm finally caught up at work from being gone for so long, I thought I'd finish this up.
NXPatcher Advanced Logic - 75%
WZ Version checking - 50%
INI file reading - 0%
EXE Reading/Writing - 100%
Patch Reading/Applying - 100%
I'm currently struggling with the INI file that NXPatcher Advanced uses. C# doesn't like using INI files by default. I've tried using the app.config, but it's far too clunky for my tastes as it doesn't allow for hierarchical nesting (everything needs to be in the same xml depth). Pretty sure I can find an open source implementation of this.
I committed the code that I have so far. This code will not compile, but it's mostly complete.
https://github.com/mechpaul/WzPatch
