| |
Topic |
Replies |
Views |
Last Post |
 |
command lineCall of Duty : CoDUO Level Designumm its
+map_rotate
not...
+map rotate... [ more] |
14 |
267 |
Jul 15, 2008 01:05 am by marcp22 |
 |
Blockading! Need Help!Call of Duty 2 : CoD 2 Level Designclip or player clip
should work fine... [ more] |
3 |
122 |
Jun 26, 2008 04:07 pm by marcp22 |
 |
How can I reference an entire array of objects in a scriptCall of Duty 4 : CoD 4 Scriptingif you want the entire array to mave as one object which is what i got from
what you said your really better off making it as one brush model... but
try this
Code:moveojbs()
{
myobjs = getentarray("myobj","targetname");
wait 3;
for(k=0;k... [ more] |
6 |
188 |
Jun 23, 2008 05:34 pm by marcp22 |
 |
Explodable TankerCall of Duty 4 : CoD 4 Level Designsee if this works
Code:main()
{
PreCacheModel("vehicle_tanker_truck_d");
models = getentarray("explodable_truck", "targetname");
if (models.size > 0)
{
level.breakables_fx["explode"] = loadfx( "explosions/tanker_explosion" );
}
level.barre... [ more] |
7 |
291 |
May 30, 2008 12:23 am by marcp22 |
 |
Capture the Flag (How To?)Call of Duty : CoDUO Level Designthe COD4 tut isnt going to work... try this prefab
http://www.modsonline.com/Downloads-full-2314.html... [ more] |
5 |
154 |
Apr 11, 2008 10:50 pm by marcp22 |
 |
Need Working Sliding Door ScriptCall of Duty 4 : CoD 4 Scriptingsorry typo lol :
Code:main()
{
doortrigs = getentarray("slidedoor_trig", "targetname");
for(i=0;i... [ more] |
13 |
275 |
Apr 10, 2008 09:36 pm by marcp22 |
 |
Need Working Sliding Door ScriptCall of Duty 4 : CoD 4 Scriptingok try this then:
Code:main()
{
doortrigs = getentarray("slidedoor_trig", "targetname");
for(i=0;i... [ more] |
13 |
275 |
Apr 10, 2008 05:54 pm by marcp22 |
 |
Need Working Sliding Door ScriptCall of Duty 4 : CoD 4 Scriptingtry this:
Code:main()
{
doortrigs = getentarray("slidedoor_trig", "targetname");
for(i=0;i... [ more] |
13 |
275 |
Apr 10, 2008 05:12 pm by marcp22 |
 |
April Fools!MODSonline : In The Newswow...good joke...
Modsonline Rocks ... [ more] |
67 |
582 |
Apr 1, 2008 04:56 pm by marcp22 |
 |
Help with creating Fire EFX!Call of Duty 4 : CoD 4 Level Designno problem ... [ more] |
6 |
182 |
Mar 17, 2008 10:10 pm by marcp22 |
 |
Help with creating Fire EFX!Call of Duty 4 : CoD 4 Level Designdid you try doing it again?... [ more] |
6 |
182 |
Mar 17, 2008 09:46 pm by marcp22 |
 |
Help with creating Fire EFX!Call of Duty 4 : CoD 4 Level Designdid you update your zone file?... [ more] |
6 |
182 |
Mar 17, 2008 09:34 pm by marcp22 |
 |
Moving brushes serversideCall of Duty 4 : CoD 4 Scriptingnovemberdobby you missed one little thing it should be
Code:main()
{
maps\mp\_load::main();
//maps\mp\_compass::setupMiniMap("compass_map_mp_pipeline");
//setExpFog(700, 1500, 0.5, 0.5, 0.5, 0);
//ambientPlay("ambient_pipeline");
VisionS... [ more] |
11 |
287 |
Mar 14, 2008 06:05 pm by marcp22 |
 |
Script compile error while trying to get weather workingCall of Duty 4 : CoD 4 Level Designmp_highway.gsc should be
Code:main()
{
maps\mp\_load::main();
maps\mp\mp_highway_fx::main();
}... [ more] |
7 |
321 |
Mar 12, 2008 05:59 pm by marcp22 |
 |
Knife only?Call of Duty 4 : CoD 4 Scriptingyou cant do this since the knife is the bash model and not a real
weapon...sorry ... [ more] |
13 |
378 |
Mar 10, 2008 11:34 pm by marcp22 |
 |
Correct settings for a turrent with a .30 calCall of Duty 2 : CoD 2 Level Designhere you go
MP:
30cal_prone_mp
30cal_crouch_mp // not sure
30cal_stand_mp
SP:
30cal_prone
30cal_crouch
30cal_stand... [ more] |
3 |
164 |
Feb 28, 2008 07:21 pm by marcp22 |
 |
So what is the mac daddy file then?Call of Duty 4 : CoD 4 Level Designthis is answered in another topic here... [ more] |
7 |
227 |
Jan 23, 2008 10:53 pm by marcp22 |
 |
custom map won't load?!Call of Duty 4 : CoD 4 Level Designit has to support TDM so put in all 3 TDM spawns and yes i said 3... [ more] |
5 |
343 |
Jan 21, 2008 10:46 pm by marcp22 |
 |
ERROR: Unable to load STR fileCall of Duty 4 : CoD 4 Level Design@davott11
a .csv file is a text-based file
@Ammo
the ff files seem to have compiled...but with errors will the map load?
do you have these files?
mp_ammo_3daim_fx.gsc
mp_ammo_3daim.vision
if not then edit your zone file and remove them....
... [ more] |
13 |
413 |
Jan 20, 2008 01:55 pm by marcp22 |
 |
Bend mode missing? "B"Call of Duty 4 : CoD 4 Level Designhold ALT to drag vertices... [ more] |
6 |
209 |
Jan 20, 2008 01:30 am by marcp22 |
 |
ERROR: Unable to load STR fileCall of Duty 4 : CoD 4 Level Designtry just making an empty text file named missingasset.csv in the directory... [ more] |
13 |
413 |
Jan 20, 2008 12:06 am by marcp22 |
 |
ERROR: Unable to load STR fileCall of Duty 4 : CoD 4 Level Designyour errors are in the FAQ located here
edited on Jan. 19, 2008 11:43 pm by marcp22... [ more] |
13 |
413 |
Jan 19, 2008 11:41 pm by marcp22 |
 |
ERROR: Unable to load STR fileCall of Duty 4 : CoD 4 Level Designok the problem is that mp maps have to start with "mp_" so you need to
rename your map to "mp_ammo_3daim" ... [ more] |
13 |
413 |
Jan 19, 2008 11:23 pm by marcp22 |
 |
getting this Call of Duty 4 : CoD 4 Level DesignThe tools will not work with vista it says so in the readme... [ more] |
10 |
721 |
Jan 18, 2008 09:12 pm by marcp22 |
 |
artilleryCall of Duty 2 : CoD 2 Single Playertry this tut here good luck with your map ... [ more] |
4 |
192 |
Jan 14, 2008 12:49 pm by marcp22 |