20.04.2008, 12:37:06
While I'm not too much closer to a final result, I have been increasing the convenience of using my DLL system a lot.
First off, I started another little DLL project, the ExceptChecker.
Now unlike the previous ExceptChecker, this one will give you a larger amount of detail on the errors that occur.
For example, if you forget to assign a Warhead to a Weapon, it will tell you what Weapon is lacking a Warhead.
The ExceptChecker is not too much work, so you can expect a first version (and therefore a first glimpse at using DLLs) of it in a while.
Chances are good that I create one for TS as well.
It keeps getting better though:
Due to *very* recent developments (last couple of hours), my DLL system does not require any modification of the game's executable.
Theoretically, this should enable support for NPatch and old RockPatch versions, however, there seem to be a few problems concerning this which I can hopefully fix.
First off, I started another little DLL project, the ExceptChecker.
Now unlike the previous ExceptChecker, this one will give you a larger amount of detail on the errors that occur.
For example, if you forget to assign a Warhead to a Weapon, it will tell you what Weapon is lacking a Warhead.
The ExceptChecker is not too much work, so you can expect a first version (and therefore a first glimpse at using DLLs) of it in a while.
Chances are good that I create one for TS as well.
It keeps getting better though:
Due to *very* recent developments (last couple of hours), my DLL system does not require any modification of the game's executable.
Theoretically, this should enable support for NPatch and old RockPatch versions, however, there seem to be a few problems concerning this which I can hopefully fix.