hello,
My name is renny and I just downloaded c-lite. I tryed to make a small world to load in to 3DGS.
this is the code I found for loading a world in to the program
CODE:
////////////////////////////////////////////////////////////////////////////
// small.c - small lite-C example
////////////////////////////////////////////////////////////////////////////
#include <acknex.h> // include these predefined, needed files in our project
#include <default.c>

void main()
{
// Load the level named "small.hmp"
level_load("small.hmp");
// Now create the "earth.mdl" model at x = 10, y = 20, z = 30 in our 3D world
ent_create("earth.mdl", vector(10, 20, 30), NULL);
// NULL tells the engine that the model doesn't have to do anything
}

OK, my problem is I have no way of making my world in to .hmp formatt.

I have 3D world studio, gamespace,lightwave9 and more, but I can not find hmp formatt.

even the modeling program that comes with 3DGS does not export in that formatt (.hmp)



So what I need is to find out how I can make my maps have .hmp formatt?

Thank you all

renny laugh


I have A7 Commercial .............. Now I just need to learn how to use it