Quote:
Originally Posted by skillmaster19
How do I make a GK level? I downloaded the development pack and all it is is images. How do I add flowers, slopes, etc to outside levels to make a real GK level?
|
Use the terrain generator to make a simple gmap with terrain support and open one of the levels in the level editor. With the level editor open add a script similar to this but change gmapname.gmap to the name of your gmap.
Graal Script Code:
//#CLIENTSIDE
if (created) {
loadmap gmapname.gmap;
removetiledefs;
addtiledef picso2.png,,0;
}