Game Development Community


#1
08/25/2003 (10:38 pm)
1. DEBUG build has a lot of extra sanity checking (in the form of asserts) that get stripped out in final builds. It also gets (in latest HEAD) better built-in console docs, stricter console sanity checking, and so on.

2. You set your IDE to do a RELEASE build. That should take care of things.

3. Yup. Provided all the script files and data files match between the projects.

4. Maybe you're not having a convex bounding hull?