This project is IWD2 to ToEE Temple+ port. Currently in development.
- ToEE installed.
- Temple+ installed latest version.
- The Circle of Eight Modpack: Standard Edition (or New Content Edition) installed and activated. Co8 Download Central
- Download or clone this repo into some folder.
- Copy
src\zmod_iwd2
into ToEE\modules folder. - Copy
src\zmod_iwd2_core
_core into ToEE\modules folder. - Activate zmod_iwd2 module in Temple+ Configuration app:
- Open %USERPROFILE%\Saved Games\TemplePlus\TemplePlus.ini in a Text Editor
- Change defaultModule setting to zmod_iwd2
- Should be:
defaultModule=zmod_iwd2
- Note: Temple+ Configuration app will reset the setting if launched and Okayed. After which redo sub-steps again.
- Run Temple+ to try out.
- Do not spend time to create uber heroes PC until the project is completed or ins some playable state. Use pregenerated to try out.
- Same as for Users, but move zmod_iwd2 and zmod_iwd2_core folders into ToEE/modules and make hard links back to src. See commands in settings\map_module.cmd
- Recommended Temple+ built in Visual Studio 2019 (tested in Community 16.9.4).
- Place breakpoints everywhere on line
PyErr_Print();
to debug Python error occurences. - Place breakpoint on
PyArg_ParseTuple(args, "s:info", &s);
in python_debug.cpp to debug semi-breakpoints in Python.
- Place breakpoints everywhere on line
- Open
src\toee.zmod.iwd2.sln
in Visual Studio 2019 just for editing.