gap training beta (cod 4)
Moderator: Core Staff
gap training beta (cod 4)
http://www.mediafire.com/?9ymh2tlzzlc link updated
I'm not sure how your meant to set the files up and stuff properly yet, but thats the ff file. I think you just need to put it in your Call of Duty 4 - Modern Warfare\zone\english folder, and it's dm only.
Please report any bugs or any suggestions
I'm not sure how your meant to set the files up and stuff properly yet, but thats the ff file. I think you just need to put it in your Call of Duty 4 - Modern Warfare\zone\english folder, and it's dm only.
Please report any bugs or any suggestions
Last edited by Luke on January 26th, 2008, 4:08 pm, edited 1 time in total.
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
i cant test it... i just see some red shit on my screen and sometimes a bit of my weapon...
i can also shoot but i cant see where im going to... its really weird...
just watch the demo here to see what i mean... http://atze.leviathan-design.de/CoD4_Ju ... _gaps.dm_1
am i doing something wrong or is it the map?
i put the .ff file in /CoD4/usermaps/mp_gap_training/mp_gap_training.ff
started a mod and typed /map mp_gap_training... i tried it with all mods i have.. always the same..
without mod i cant load the map
i can also shoot but i cant see where im going to... its really weird...
just watch the demo here to see what i mean... http://atze.leviathan-design.de/CoD4_Ju ... _gaps.dm_1
am i doing something wrong or is it the map?
i put the .ff file in /CoD4/usermaps/mp_gap_training/mp_gap_training.ff
started a mod and typed /map mp_gap_training... i tried it with all mods i have.. always the same..
without mod i cant load the map

ai had the same thing, it works for me though.
where does it say you must put it there?i put the .ff file in /CoD4/usermaps/mp_gap_training/mp_gap_training.ff
thats where my ff file was after i compiled, and i tested it without mods.Call of Duty 4 - Modern Warfare\zone\english
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
I don't know what the problem is...Drofder?
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
Does someone who knows what their doing wanna sort it? It's pissing me off.
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
You need to be more specific on what stage you are at.
Are you following the MP checklist from the wiki?
If so what stages have you done successfully?
If the world is a red tint, then you will need a reflection probe, or better yet, a few reflection probes (preferably one per portalled area)
If you have a red thing floating infront of your face then you have a csv problem, open the compile tools and create your zone file, copy anything from the left side of the screen, over to the right. Make sure you check that everything you take over is required, do not take over things which do not exist yet (such as .vision files, or _fx.gsc files), you will specifically need the character models.
You may alos nteed to create manually a csv for your map and map_load, which are both explained on the 'IWiki'.
Are you following the MP checklist from the wiki?
If so what stages have you done successfully?
If the world is a red tint, then you will need a reflection probe, or better yet, a few reflection probes (preferably one per portalled area)
If you have a red thing floating infront of your face then you have a csv problem, open the compile tools and create your zone file, copy anything from the left side of the screen, over to the right. Make sure you check that everything you take over is required, do not take over things which do not exist yet (such as .vision files, or _fx.gsc files), you will specifically need the character models.
You may alos nteed to create manually a csv for your map and map_load, which are both explained on the 'IWiki'.

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
This is what it says is missing:

This is what i see after i die and respawn, these things follow me:

This is my csv:

This is what i see after i die and respawn, these things follow me:

This is my csv:
Code: Select all
ignore,code_post_gfx_mp
ignore,common_mp
ignore,localized_code_post_gfx_mp
ignore,localized_common_mp
col_map_mp,maps/mp/mp_gap_training.d3dbsp
rawfile,maps/mp/mp_gap_training.gsc
impactfx,mp_gap_training
sound,common,mp_gap_training,!all_mp
sound,generic,mp_gap_training,!all_mp
sound,voiceovers,mp_gap_training,!all_mp
sound,multiplayer,mp_gap_training,!all_mp
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
Code: Select all
main()
{
entTransporter = getentarray("tele_trig","targetname");
if(isdefined(entTransporter))
{
for(i=0;i<entTransporter.size;i++)
entTransporter[i] thread Transporter();
}
}
Transporter()
{
while(1)
{
self waittill("trigger",user);
entTarget = getent(self.target, "targetname");
wait .1;
user setorigin(entTarget.origin);
wait .1;
}
}
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
You need all the default values for the teams and etc, CoD4 no longer uses any default values.
Take a read of this page and recompile, re-fastfile, then hopefully the character stuff will appear in the missingasset section. (If not, run the game once, and try again).
http://www.infinityward.com/wiki/index. ... ript_Files
Keep, the following link bookmarked, it is the "mp mapping checklist". Everything you need to do is in this list with links...
http://www.infinityward.com/wiki/index. ... _Checklist
Also, the very bottom of this page may prove some help...
http://www.infinityward.com/wiki/index. ... MP_Mapping
Take a read of this page and recompile, re-fastfile, then hopefully the character stuff will appear in the missingasset section. (If not, run the game once, and try again).
http://www.infinityward.com/wiki/index. ... ript_Files
Keep, the following link bookmarked, it is the "mp mapping checklist". Everything you need to do is in this list with links...
http://www.infinityward.com/wiki/index. ... _Checklist
Also, the very bottom of this page may prove some help...
http://www.infinityward.com/wiki/index. ... MP_Mapping

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
Thanks for the links..sorted out the gsc's i think, well the scripting works in the map. I assume the csv is right, but still same problem...
Watch this before posting a question: http://www.albinoblacksheep.com/flash/posting.php
Who is online
Users browsing this forum: No registered users and 7 guests