compiler for cod4 blows
Posted: September 21st, 2008, 4:29 pm
Goddamn cod4compile tools. Here's what it says before it startscompiling bsp:
If I ignore it, it doesn't compile the bsp. If I press try again it crashes and if I skip it it just keeps poping the same message up. -.-
Any clues as to what's causing this? I think it has something to do with me maknig func_groups but I can't be sure.
Code: Select all
Expression:
EPairList_HasKey( mapent->epairs, "origin" ) || !strcmp( classname, "worldspawn" ) || !strcmp( classname, "func_group" )
Module: I:\Program Files\Activision\Call of Duty 4 - Modern Warfare\bin\cod4map.exe
File: .\map.cpp
Line: 1538
If I ignore it, it doesn't compile the bsp. If I press try again it crashes and if I skip it it just keeps poping the same message up. -.-
Any clues as to what's causing this? I think it has something to do with me maknig func_groups but I can't be sure.