Posted: Wed Dec 28, 2022 7:05 pm Post subject:
Question on patching TS
Hi guys! I'm new here and I had a question for y'all. I was trying to implement a building that gives credits periodically (like the oil derricks from RA2) but buildable by a faction rather than having to capture them. I found several oil derrick tutorials in the Tutorial Factory and in the bottom of "Oil Derricks in TS (New Way)", I came across this:
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! QUICK_EDIT
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum