From a7c4bd1dea8e9e17186117777a4601d92e7287a3 Mon Sep 17 00:00:00 2001 From: Aaron Blakely Date: Thu, 14 Mar 2024 04:48:16 -0500 Subject: [PATCH] update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d290332..f861f9f 100755 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ All of the dependencies for xbot are included in the repository, so you should b Tested with Visual Studio 2010. +#### Modules +As of current modules are built outside of the main build process. To build modules, you will need to either use the provided batch file or build them manually. + + buildmod.bat + +More complex modules may include a ```make.bat``` file which can be used to build the module. + +This will be improved in the future. + ## Configuration The bot will read xbot.cfg if none is specified at the command line with ```-c ```.