Can Anyone Help Me?
Cookie
Join Date: 2002-11-04 Member: 6817Banned, Constellation
<div class="IPBDescription">i cant get my map to work</div> ok ive made just a little tester map but i need to know what bit and bobs i need in the map file such as info_gameplay and all that stuff. can anyone help me? ive put in all the needed entities from the tutorials but it dont work
Comments
If thats not all the needed entities (for a running test info_player_start is enough) you have another problem.
whats the error mesage?
post the compile text.
------------------------------------------------------------------------------------------
qcsg.exe v2.8 (Jan 31 2000)
---- qcsg ----
entering C:\SIERRA\Half-Life\ns\maps\coolmap.map
CreateBrush: 0...Entity 0, Brush 14: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3056, -2640, 3695)-(4112,4112,3876)
Entity 0, Brush 14: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3072, -2656, 3699)-(4128,4128,3872)
Entity 0, Brush 14: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3056, -2640, 3713)-(4112,4112,3858)
Entity 0, Brush 15: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3056, -2640, -548)-(4112,4112,-367)
Entity 0, Brush 15: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3072, -2656, -544)-(4128,4128,-371)
Entity 0, Brush 15: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3056, -2640, -530)-(4112,4112,-385)
Entity 0, Brush 16: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3056, -2640, -439)-(-2913,4112,3767)
Entity 0, Brush 16: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3072, -2656, -435)-(-2897,4128,3763)
Entity 0, Brush 16: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-3056, -2640, -421)-(-2913,4112,3749)
Entity 0, Brush 17: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (3969, -2640, -439)-(4112,4112,3767)
Entity 0, Brush 17: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (3953, -2656, -435)-(4128,4128,3763)
Entity 0, Brush 17: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (3969, -2640, -421)-(4112,4112,3749)
Entity 0, Brush 18: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-2945, 4052, -439)-(4001,4112,3767)
Entity 0, Brush 18: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-2961, 4036, -435)-(4017,4128,3763)
Entity 0, Brush 18: A 'Unknown Class' @(0,0,0)
outside world(+/-4096): (-2945, 4052, -421)-(4001,4112,3749)
************ ERROR ************
Textures exceeded MAX_MAP_MIPTEX
************ ERROR ************
ReadSurfs: 1846 > numplanes
("map" - "goto brush number" "brush#")
they are outside of the coordinate system wich just goes from (-4000,-4000,-4000) to (4000,4000,4000)
max_map_mipmex means you have uset doo much different or too big textures.
you can just use 4mb of texture memory.
"texture group" "replace" "everything"
better dont have
"leak leak leak"
check it.