Please excuse my ignorance, but if I understand the compile correctly the only binary difference between the "with bots" build and the "without bots build" is in the zone binary file.
So, to convert a "without bots" build to a "with bots" build I would need to do the following:
-Edit the zone/makefile.common file in accordance with the changes mentioned above (i.e. add bots.o and botRaids.o to it)
-Edit the zone/makefille file in accordance with the changes mentioned above (i.e. add -DBOTS to the DFLAGS= line)
-run "make clean" in the root build directory
-run "make" in the root build directory
-replace the zone binary file in the eqemu run directory
Right?
|