| |
Topic |
Replies |
Views |
Last Post |
 |
WARRGGBLLL More minimap issues :(Call of Duty 4 : CoD 4 Level DesignSend it to me and I'll see if I can find what's wrong.
My Xfire is 30n8 and my email is everynamewastaken123@gmail.com... [ more] |
11 |
175 |
Sep 14, 2008 01:32 pm by EON8 |
 |
WARRGGBLLL More minimap issues :(Call of Duty 4 : CoD 4 Level DesignMy map (mp_road) has the following stuff:
usermaps/mp_road/mp_road.ff
usermaps/mp_road/mp_road_load.ff
usermaps/mp_road/mp_road.iwd
In the IWD:
images/compass_map_mp_road.iwi
images/loadscreen_mp_road.iwi
maps/mp_road.csv
mp/mp_road.arena
sound... [ more] |
11 |
175 |
Sep 7, 2008 08:38 pm by EON8 |
 |
WARRGGBLLL More minimap issues :(Call of Duty 4 : CoD 4 Level DesignI just fixed mine.
It turns out the game will only read minimaps if they're in your IWD.... [ more] |
11 |
175 |
Sep 7, 2008 01:52 pm by EON8 |
 |
WARRGGBLLL More minimap issues :(Call of Duty 4 : CoD 4 Level DesignI have this exact same problem.
However, I do have a VISION file. I don't have a loadscreen, though.
I'm not sure if it makes a difference, but I don't have an IWD. All of my
resources are located in the raw folder (including the minimap files).
... [ more] |
11 |
175 |
Sep 7, 2008 12:45 pm by EON8 |
 |
CodeCallback_StartGameType()Call of Duty 4 : CoD 4 Level DesignThe CodeCallback_StartGameType() error is still happening; modifying the
helicopter path didn't do anything.... [ more] |
7 |
122 |
Sep 6, 2008 02:16 pm by EON8 |
 |
CodeCallback_StartGameType()Call of Duty 4 : CoD 4 Level DesignThe error happened as soon as the map finished loading.
edited on Sep. 6, 2008 01:40 pm by EON8... [ more] |
7 |
122 |
Sep 6, 2008 01:37 pm by EON8 |
 |
CodeCallback_StartGameType()Call of Duty 4 : CoD 4 Level DesignI get this error whenever I try to test my map:
Quote:script runtime error
(see console for details)
CodeCallback_StartGameType()
Here is part of the console log that shows the error.
Code:******* script runtime error *******
cannot cast undef... [ more] |
7 |
122 |
Sep 6, 2008 01:15 pm by EON8 |
 |
Xmodel assets exceed 1000Call of Duty 4 : CoD 4 Level DesignWhenever I try to test my map, I get this error:
Quote:Exceeded limit of 1000 'xmodel' assets.
Does anyone know how to fix this?... [ more] |
2 |
55 |
Sep 6, 2008 11:18 am by EON8 |
 |
Script Runtime ErrorCall of Duty 4 : CoD 4 Level DesignI'm getting an error whenever I try to compile reflections for my map:
Quote:script runtime error
(see console for details)
cannot switch on undefined
Does anyone know how to get around this?... [ more] |
2 |
76 |
Sep 5, 2008 11:52 pm by EON8 |
 |
Decals?Call of Duty 4 : CoD 4 Level DesignI used this guide to create a decal for CoD4.
It said to use a white background, but instead of turning out transparent
like it was supposed to, it stayed white. So I tried substituting a few of
the colors listed above instead of white, but none of them ... [ more] |
6 |
195 |
Apr 26, 2008 05:51 pm by EON8 |
 |
Decals?Call of Duty 4 : CoD 4 Level DesignHow do I create decals in CoD4? I tried using the CoD2 tutorial (that's the
only one I could find), but for some reason, the background comes up as
white instead of invisible.
I opened all of the ch_graffiti IWIs I converted, and the following
backgrou... [ more] |
6 |
195 |
Apr 26, 2008 05:05 pm by EON8 |
 |
"Red Bar" Error? (Please help!)Call of Duty 4 : CoD 4 Level DesignNo matter how many times I recopy missing assets into my game's zone_load
.csv file (through step 4, of course), I keep getting this annoying error:
Strangely, it only happens when I put mp_facility.ff, mp_facility_load.ff,
and mp_facility.iwd into... [ more] |
3 |
108 |
Apr 16, 2008 06:11 pm by EON8 |
 |
Vision file?Call of Duty 4 : CoD 4 Level DesignThanks for the vision file code!
Also, about the loadscreen: I only get the error when trying to run it
directly from the compile tools. Not sure if that affects anything or not.... [ more] |
8 |
243 |
Apr 14, 2008 10:19 pm by EON8 |
 |
Vision file?Call of Duty 4 : CoD 4 Level DesignI tried testing the map with those extra commands added, but the game still
gave me the same "could not find 'loadscreen_mp_facility'" error.... [ more] |
8 |
243 |
Apr 14, 2008 07:29 pm by EON8 |
 |
Vision file?Call of Duty 4 : CoD 4 Level DesignI solved the problem with the .csv file, but after that, I got another one.
After creating the loadscreen for my map, I repeated steps 3 and 4. I got
through them properly, but when I go to run my map, I get this strange
error saying it can't find the loa... [ more] |
8 |
243 |
Apr 14, 2008 06:51 pm by EON8 |
 |
Vision file?Call of Duty 4 : CoD 4 Level DesignI can't find any tutorials on how to create a .vision file. How can I make
one?
Also, when creating a minimap, the tutorial here says to add this line of
code:
Code:material,compass_map_facility
to your map's fast file (.csv). Which file would that b... [ more] |
8 |
243 |
Apr 14, 2008 06:24 pm by EON8 |
 |
Several errors while compilingCall of Duty 4 : CoD 4 Level DesignThe helicopter approach path was missing a heli_dest origin.
That was causing the problem; it's working properly now.... [ more] |
3 |
148 |
Apr 13, 2008 10:35 pm by EON8 |
 |
Several errors while compilingCall of Duty 4 : CoD 4 Level DesignI tried compiling my map today. I got through steps 1 and 2 fine, but when
I got to step 3, I got these two errors:
Code:R_FindColorCorrectionData: failed to find color correction entry
'daylight'. Using 'default' instead.
Code:WARNING: Could not find '... [ more] |
3 |
148 |
Apr 13, 2008 04:19 pm by EON8 |
 |
Where to put files?Call of Duty 4 : CoD 4 Level Design...Help?... [ more] |
10 |
279 |
Jan 27, 2008 05:40 pm by EON8 |
 |
Where to put files?Call of Duty 4 : CoD 4 Level DesignAnyone know what to do?... [ more] |
10 |
279 |
Jan 27, 2008 03:34 pm by EON8 |
 |
Where to put files?Call of Duty 4 : CoD 4 Level DesignI tried that. It didn't work...... [ more] |
10 |
279 |
Jan 27, 2008 02:38 pm by EON8 |
 |
Where to put files?Call of Duty 4 : CoD 4 Level DesignMy map's called mp_xgc_boardwalk. I have the IWD* for it, and the two fast
files. I put all three files in my usermaps/mp_xgc_boardwalk folder, but I
still can't load the map. It doesn't appear in the map list, and I can't
get it to load through the conso... [ more] |
10 |
279 |
Jan 27, 2008 01:52 pm by EON8 |
 |
Where to put files?Call of Duty 4 : CoD 4 Level DesignBump.
I really need to get this to work...... [ more] |
10 |
279 |
Jan 27, 2008 01:28 pm by EON8 |
 |
CodeCallback_StartGameType()Call of Duty 4 : CoD 4 Level DesignI tried running it with none of the extra options enabled, but I still got
that error.... [ more] |
3 |
110 |
Jan 27, 2008 01:10 pm by EON8 |
 |
CodeCallback_StartGameType()Call of Duty 4 : CoD 4 Level DesignI tried recompliling my map, and I did steps 1-4 in the compiler. When I
try to do step 5 (run selected map), I get this error:
Code:script runtime error
(see console for details)
CodeCallback_StartGameType()
What should I do to fix this?... [ more] |
3 |
110 |
Jan 27, 2008 12:19 pm by EON8 |