merijn_v1
Black Belt
How difficult would it be to mod DoC so that the Next War techs, buildings, and units are in it? I know someone did it for regular RFC.
Adding techs and units isn't very art. You only have to include the XML and define them in the consts.py.
Adding buildings is a bit harder, as you also have to define the constants in the DLL as well. Recompiling the DLL is needed to make it work.
(Or at least, before the embassies were removed. Newly added buildings were treated as embassies if you didn't update the DLL, but as embassies don't exist anymore, it's possible you don't have to edit the DLL anymore.)