|
@@ -6,9 +6,11 @@ projects.sln
|
6
|
6
|
compiling the valve, dmc and ricochet DLL files.
|
7
|
7
|
|
8
|
8
|
utils.sln
|
9
|
|
- Solution file containing projects for the utilities. Special user interaction
|
10
|
|
- is required in order to compile a share of the projects, see "Installing GLUT
|
11
|
|
- and GLAUX" bellow.
|
|
9
|
+ Solution file containing projects for the utilities.
|
|
10
|
+ Special user interaction is required in order to compile a share of the
|
|
11
|
+ projects, see "Installing GLUT and GLAUX" bellow.
|
|
12
|
+ Special user interaction is also required for the smdlexp project, see
|
|
13
|
+ "smdlexp project" bellow.
|
12
|
14
|
The serverctrl project is problematic, see "serverctrl project" bellow.
|
13
|
15
|
Further project specific notes are also provided bellow.
|
14
|
16
|
|
|
@@ -129,4 +131,17 @@ smdlexp project
|
129
|
131
|
|
130
|
132
|
Please note that this project requires the 3D Studio Max 4.2 SDK.
|
131
|
133
|
You might need to adjust Include and Additional Library Directories according
|
132
|
|
-to your intallation.
|
|
134
|
+to your intallation in C++ and Linker settings.
|
|
135
|
+
|
|
136
|
+The MAX 4.2 SDK needs adjustment:
|
|
137
|
+Comment out the following line in max.h
|
|
138
|
+#include <ctl3d.h>
|
|
139
|
+So that it reads
|
|
140
|
+//#include <ctl3d.h
|
|
141
|
+.
|
|
142
|
+
|
|
143
|
+You also need the phyexp.h from Character Studio, which you should place in
|
|
144
|
+c:\3dsmax42\cstudio\sdk or adjust the Include Directories accordingly.
|
|
145
|
+
|
|
146
|
+Someone should port that project to a newer MAX SDK Version, but that is
|
|
147
|
+really beyond the current scope.
|