Page 1 of 1
please help!!
Posted: December 26th, 2006, 12:22 pm
by t3vY
ok i am making on a new map...i was working on a working mg and then i tried to compile but i get this error:
ASSERTION FAILURE....(this text on clipboard)
Expression:
g_progress.total
Module: D:\Activision\call of Duty 2 \Bin\cod2rad.exe
File: . \print.cpp
Line: 105
unknown module unknown function
then i opened my radiant and opened my .map file but didnt want to open my .map file ...like there was nothing in my map
my .map file is still 1.6MB big but when i tried to open it nothing is in.....like a new map
textures that i used are still there...in right square under 3d picture
here are some ss:
Please help i realy dont want to start from begining

Posted: December 26th, 2006, 1:31 pm
by Drofder2004
Well, you have lots of duplicate brushes, but these are not that bad of a problem. you can either ignore them or fix them (fixing them means creating the brush again, instead of copying another brush to go in its place)
The other error, I am not 100% about. I am going to guess at a "bad brush", such as a badly clipped brush?
check your filter options (f) to make sure nothing is filtered out.
Posted: December 26th, 2006, 1:57 pm
by t3vY
i have pressed f and i have everything checked....
i also find this tutorial on mods online but i cant understand it

...i am not that good at english
here is the link:
http://www.modsonline.com/index.php?mod ... ead&id=320
this is the same error that i get, and i would be glad if someone ll explain me on easier way
and the problem is that i dont have any brush...i cant even see my map in radiant
so please help

Posted: December 27th, 2006, 2:23 am
by Drofder2004
If you are sure this is the exact same error, I will make his tutorial have more sense (why ModsOnline accept shite tutorials like this I dont know)
Ok, this is what he done.
Open a notepad program (or notepad.exe if you dont have a 3rd party, do not open wordpad or word)
Now, put the following insde that notepad...
Code: Select all
@echo off
regedit /s iw_prefs.reg
CoD2Radiant
exit
Save as "COD2Radiant_Hack.bat" and place inside your bin folder ("c:/program files/activision/call of duty 2/bin")
Now create another notepad file and copy the following in...
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\iw\CoD2Radiant\Radiant\Prefs]
"LastMap"=-
Now save that as "
iw_prefs.reg" and place in the same directory.
Then create a shortcut to the bat file on your desktop. Use that shortcut to load radiant.
Posted: December 27th, 2006, 9:39 am
by t3vY
ok everything works fine now
tnx drofder

Posted: December 27th, 2006, 4:55 pm
by Soviet
if its not too much trouble drofder, could you explain what that actually did? (if you know)
Posted: December 27th, 2006, 5:50 pm
by All-Killer
If i read the tutorial this is what i think. It cleans youre register and by deleteting (cleaning) those files every time radiant starts up you dont have the problem anymore.