[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - extracting these files
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

extracting these files
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=4219
Page 1 of 2

Author:  Doom27 [ Fri Jul 25, 2008 11:25 pm ]
Post subject:  extracting these files

I do not understand what this tutorial is saying.. As in...I don't know how to extract them.



Now, open the game.rfa of either your mod or from cherry BF. your looking for two files and a directory with 4 files. They are:

Bf1942/Game/AIdefault.con
Bf1942/Game/AIbehaviours.con
Bf1942/Game/AI/Strategies.con
Bf1942/Game/AI/radio.con
Bf1942/Game/AI/prerequisites.con
Bf1942/Game/AI/conditions.con


Extract all of these and put them (keeping the same directory structure) in your map RFA.

For example, now in my kursk map, i have:

Bf1942/levels/Kurks/AI/AIdefault.con
Bf1942/levels/Kurks/AI/AIbehaviours.con
Bf1942/levels/Kurks/AI/conditions.con
Bf1942/levels/Kurks/AI/prerequisites.con
Bf1942/levels/Kurks/AI/StrategicAreas.con
Bf1942/levels/Kurks/AI/Strategies.con
Bf1942/levels/Kurks/AI/AI/Strategies.con
Bf1942/levels/Kurks/AI/AI/radio.con
Bf1942/levels/Kurks/AI/AI/prerequisites.con
Bf1942/levels/Kurks/AI/AI/conditions.con

Author:  Losnar [ Fri Jul 25, 2008 11:38 pm ]
Post subject:  Re: extracting these files

In WINRFA there's an 'extract' menu at the top.

Author:  Doom27 [ Sat Jul 26, 2008 1:38 am ]
Post subject:  Re: extracting these files

K, but whenever I mod something on any map, on any pc...(This just started) no changes are made when I go in game and test it out...not if I add a vehicle, or just replace one...Why?

Author:  Iced Earth [ Sat Jul 26, 2008 1:53 am ]
Post subject:  Re: extracting these files

You're doing something wrong. If you're using winRFA, make sure you're packing everything with the right file path/structure.

Look at this tutorial (the pictures show you what it should look like): viewtopic.php?f=4&t=3330

Author:  Sheppard [ Fri Aug 01, 2008 5:21 pm ]
Post subject:  Re: extracting these files

One thing I've found out that at least for me if the patchfile's name (mapname_###) is not lowercase, as in kursk_007, it will have no effect if it is Kursk_007. In other maps, it must be capitalized, like I got crashes if it was el_alamein_090, but it worked if it was El_Alamein_090.

Author:  Urglub [ Fri Aug 01, 2008 6:41 pm ]
Post subject:  Re: extracting these files

Linux server, simple and easy.

Author:  SmittenKitten [ Thu Aug 07, 2008 7:43 pm ]
Post subject:  Re: extracting these files

Noob question here ...

Doom are you stopping the server and then restarting it after you've added the mods?

Author:  Iced Earth [ Thu Aug 07, 2008 8:10 pm ]
Post subject:  Re: extracting these files

LOL, I just noticed this:

Bf1942/levels/Kurks/AI/AIdefault.con

Who is Kurk? Someone you know? Is this his map? :razz:

Page 1 of 2 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/