This is the source code of a mod for classic Serious Sam: The Second Encounter v1.07 that adds customizable bots to multiplayer games (both Cooperative and Deathmatch modes). Based on Serious Engine 1 Mod SDK
Visit repository's wiki to find information about integration help and available mod console commands:
Building instructions are available here: https://github.com/DreamyCecil/SE1-ModSDK/wiki/Building
Once the project is compiled, there should be three libraries in the Bin folder: EntitiesMP.dll
, GameGUIMP.dll
and GameMP.dll
.
There are two ways to start the mod:
- Create a
.des
file in your Mods directory under the same name as this repository, open it in any text editor and type your mod name in it. Then you'll be able to launch your mod from the game'sMods
list. - Run
ModStart.bat
orEditorStart.bat
from the Bin folder to open the editor or the mod.
When running a selected project, make sure the mod in project properties Debugging -> Command Arguments is set to your mod name instead of CecilBotMod
(example: +game MyBots
).
Just like Croteam's Serious Engine 1.10 source code, Serious Sam SDK is licensed under the GNU GPL v2 (see LICENSE file).