Quote: "Sony 'all I need is collision code'"
What you need is the right collision code!
You will find lots of it in the codebase, some that works and some that doesn't also some that brings your game to an absolute standstill.
JOPIES collision engine definitely works.
You have to insert your code into his collision engine.
You may need to modify it slightly.
The result will be a clean first person shooter with no unexpected surprises.
My description of the engine is that it acts just like a BSP engine, stopping you from going through walls while allowing you to go up ramps and steps etc.
Tip: Normal collision calls drag Dark Basic to a standstill so a proper mathematical collision engine is best.
Also when it comes to bullet collision learn to use the 'get distance' function and call it in groups e.g. for t= 1 to 100 etc.
Best advice: Use the forum for specific questions and search the codebase for anything you think even might be of value to you.
Regards
mpc