Crimsonum wrote:
This thread is obsolete. CnCNet has a patch that makes Oil Derricks possible like in RA2, without complex workarounds. All you need to do is to compile a new game.exe with this patch enabled.
Instructions can be found here.
Instructions can be found here.
I followed the links, and found the .asm file, but when I follow the instructions in the readme, the resulting game.exe gives the error "Please run the game client."
Crimsonum wrote:
Assuming you're using the TS client, you need to list the patch in the TS client's makefile (src -> mods -> tsclient -> tsclient.mk) before compiling. Once you've compiled the new exe, replace your existing TS game.exe with it, then simply add the flag ProduceCashAmount to every building you want to act as an Oil Derrick. For example:
Code:
[CAOIL]
ProduceCashAmount=30 ;gives 30 credits every 180 frames (12 seconds on default speed)
I also have no idea where the src directory is, nor how to compile a game.exe. Any help would be appreciated!