project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > PR:BF2 Community Modding > Modding Tutorials
19 Sep 2024, 00:00:00 (PRT)
Register Developer Blogs Members List Search Quick Links
Modding Tutorials Information and tutorials related to modding BF2.

Reply
 
Thread Tools Display Modes
Old 2010-07-13, 12:37   #1
Outlawz7
Retired PR Developer

Outlawz7's Avatar
Default Recreating Map's Editor Files

In this tutorial I'll show you how to (re)create the editor files for a map, in cases where there's no way to gain access to the original ones or if you had them, but lost them.
If you don't know what "editor files" are; these are the files located inside your map's Editor folder, putting it simply. From here they can be edited via BFEditor and saved in an uncompressed format, from where later on you'll compile the compressed files when you save.
In case your files get corrupted, you can resave from here where you'll always have working files.
Not all files edited with BFEditor (and indirectly, by you) are located here, like Staticobjects.con, Sky.con... those are in the main folder, can be read and do not need to be recreated in anyway, and some files are saved from bfeditor's rawdata folder, like lowdetail textures and undergrowth.

You'll need:

Preparations
I'm going to pick Gulf of Oman from Battlefield 2 for this tutorial. You can pick any map or mod, process is the same.

To be on the safe side I'm going to create a temporary mod for this tutorial and copy the map to there, so I can still play BF2. If you're already using a copy of your mod intended for editing, then you can skip this and do it there.

Now before we begin, install the PS action SalvageColorDetail to Adobe\Adobe Photoshop CS3\Presets\Actions.

Extract your map's client and server .zips.
Before you continue, go into the above directory, right-click on your maps' folder and untick 'Read only', in case the map's files have this enabled, in my case they do since DiCE made everything read only in their maps.
Go back to your map folder and create a new folder called Editor (Caps doesn't matter).


We're all set to begin.

Salvaging the ground textures

We'll start with probably the most important aspect of editor files, the ground textures. Color, detail and lowdetail maps are already here, but they aren't in proper format and/or size to be edited.

Copy your colormaps, detailmaps and lowdetailmaps folders in your map directory to your Editor folder.


Open up Photoshop CS3. We'll begin with the colormaps. These do not need to be resized, only resaved. Select all the files inside the folder and drag&drop them into Photoshop.


Give it a few moments for all the files to be loaded. On the bottom right of your PS interface there should be an Actions tab, where you might already see your SalvageColorDetail action set. If you do not see this tab, press F9.


Now go to File>Automate>Batch,


and select the SalvageColorDetail action set and under actions, saveColor, leave the source at Opened Files.


and let it rip. If you observe the Actions tab, you'll see Photoshop working on your opened files, which will get duplicated only inside Photoshop, don't worry it doesn't double the actual files.

Quote:
In case you're wondering what just happened; what this action did was resave the colormaps to 32-bit A8R8G8B8 format with one mipmap. This is the format that editor can use.
Now, go File>Close All, so you get rid of the opened files.
We continue with detail and lowdetailmaps. Both of these need to be resized and resaved to same size and format and as you guessed by now, the action set does the dirty work here.

Again, drag&drop files from both lowdetail and detailmaps folders into Photoshop, go to File>Automate>Batch.
Using the same SalvageColorDetail set, this time change the action from saveColor to ResizeSave_DetailLowdetail


and let it rip, then once done, close Photoshop. You now have ground textures you can work with.

Setting up Ground Properties

Load up your mod and map in BFEditor. You now have nicely looking textures on your map, but you're missing the lowdetail texture and detail textures. Actually, you're only missing the latter, the lowdetail texture is already here, just needs to be regenerated.

Quote:
If you want to use the lowdetail texture elsewhere or want it backed up, you can copy the lowdetailtexture.dds in your map's main folder to \Battlefield 2\bf2editor\RawData\Common\Terrain\Textures\LowDet ail, and give it a suffix or rename it, so you know from which map it is.
Minimize the editor window, open up the hex editor and your map's main folder and drag&drop the terraindata.raw file into the hex editor.


Quote:
If you fear a program crash, close the editor first, then do this. It might be too hard to read the text lines bunched up in between symbols, go to Tools>Options>Appearance tab and play with the settings
First four lines are the load lines for ground textures and ground lightmaps, the lower six are the detail textures. Follow the line til you get to the texture name and then switch to BFEditor, go to terrainEditor>Texture. Under the first layer's detail texture select the respective texture.

Quote:
If the first texture name in terraindata is ie. grass01, then the first layer detail texture should be grass01
.

In my case the texture is detail_rock04_dark.
Select a material, in my case the appropriate one would be 'rock'. Look around your map to find where the texture is used, though first layers are always sloped areas.


Now generate lowdetailmaps. Since the texture is already here, as said, simply select a type (1 or 2) and click on generate LowDetailMaps.



Quote:
For rock textures which are usually on the first layer, use the number 2 type and set PlaneMap to 1. Use type 1 for other layers.
Repeat this for the remaining layers. You can now close the hex editor. If you did everything correctly, your map should look something like this in the Detail mode now.



Save your map.
You now have working ground textures with detail and lowdetail textures. From here you can freely edit the terrain and paint new areas.

Setting up Lightmap settings

In case you want to relightmap the map, you'll need to start off with some lightmap settings. You can tweak these later, but first lets get them set up.

Quote:
Terrain lightmaps are already loaded and can be read by the editor, but the object lightmaps need to be in separate files in order for the editor to read them, which they aren't, because they need to be packed in atlases in order for the game to read them and to reduce file size and load times. So far no one figured out if there's a way to get them out of an atlas :P
In BFeditor go to Light>Preset and pick a lightmap preset. Note that this also changes the sky settings on your map, which we'll fix right away, but first lets save the lightmap settings.
In the Tweak bar, right-click on LightmapsSettings(Objectmode) and click Save Object mode then click the Switch to Terrain mode and save the terrain mode.



Now to fix the sky settings. Go again to Light>Preset, but scroll down below the lightmap settings and select your map's name, this will reset back to your map's sky settings.

Quote:
To use your or other map's sky settings, the sky.con needs to be extracted (nothing else required, you don't need to extract everything, just the sky.con)
You now have lightmaps settings you can tweak and use to lightmap the map.

Setting up your GamePlayObjects

Still in the editor, switch to levelEditor (if you aren't already there) and under Layers in the rightside tab, start creating new layers for gamemodes and sizes.



Quote:
You can create a new layer for each gamemode and size, or combine if the GPO is the same ie. the 16 player size is usually always the same in gpm_cq 16, gpm_coop 16 and SP1 16, so instead of creating three layers, create one with three gamemodes.
Quote:
After you're done, untick the layers to make them invisible and lock them before saving, that will later on prevent you from seeing all of the GPOs overlapping each other when you open the map and selecting objects in different layers
Save and close the editor.

Go to your map's Editor folder and open the GPO.con.

Its currently empty with some default lines, which you'll delete.
Keep the file open and go to the main folder>Gamemodes, then to each separate gamemode and size; let's start with gpm_cq and 64.
Open that GPO and scroll down to the bottom, where you should see what layer the combat zone and everything else is on.


My intended layer for gpm_cq is layer 2, so in this case no need to change this, however you will most likely need to change the layer, so here's how to do it. Press Ctrl+H to open Find&Replace function and under Find write the layer that's currently used in the file ie. 'layer 4', note the spacing.
Under Replace with write the layer you want it to be on ie. 'layer 2' then Replace All and give it a few moments to replace all the strings. Now press Ctrl+A to select everything and paste it into your empty Editor GPO. No need to save the file you just edited.

Repeat the above for all other GPOs, once done close and save the Editor GPO. You now have all the existing GPOs in one place to edit.

Quote:
Usually, everything inside the Editor GPO is sorted by groups of ObjectSpawners, SpawnPoints, ControlPoints and Combat Areas regardless of layers, however when you were putting together your GPO from others, the groups ended up like this: ObjectSpawners-SpawnPoints-ControlPoints-Combat Areas, ObjectSpawners-SpawnPoints-ControlPoints-Combat Areas , ObjectSpawners-SpawnPoints-ControlPoints-Combat Areas... for every GPO you pasted in. Don't worry, once you open it in BFEditor, the program will sort it out
Setting up StrategicAreas

This is optional, if you plan to renavmesh the map or mess with control point placement or naming or you combined the SP/Coop GPOs etc. I'd advise not to do this and set up new Strategic Areas, otherwise your editor will crash while loading your map due an illegal CP error. If you still want to do it, it's very simple.

Go to a SP gamemode directory (SP1, SP2, SP3 or gpm_coop) and game size, next to the GPO should be an AI folder. Copy that and paste it into the Editor folder, then open it and inside it open the Strategic Areas file and change the layer with Find&Replace to match your SP GPO layer. If you have several SAs, copy paste them into the Editor one, same as with the GPO basically.

Note about Roads

You can't recreate roads, since you need the spline.con data which you can't get from anywhere in the map's files, the roads are saved as compiled meshes. However, the roads are baked onto the colormap which should give you an excellent guideline to lay down new ones from scratch.



This is pretty much it, post any questions you might have below.
As trivia, the Photoshop action sets are very easy to create, I actually pondered including how to do those into this tutorial, but rather kept it game related and avoid extra confusion. Here's the link to the PS tutorial on action sets.

Photoshop CS3 batch automate function, resizing images using automate function in photoshop cs3

Outlawz7 is offline
Last edited by [R-DEV]Outlawz7; 2017-05-31 at 08:05..
Reply With Quote
Old 2010-07-13, 13:02   #2
Smegburt_funkledink

Smegburt_funkledink's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

You're not just a pretty face are you?

Very well written tut mate.

[R-Div]Robbi "There's nothing more skanky than eating out of a tub of hummus with a screwdriver."
[R-DEV]Matrox "CHINAAAAAAA!!!"
Smegburt_funkledink is offline Reply With Quote
Old 2010-07-13, 15:30   #3
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

but there is still the problem of the colourtiling or have you a solution for this ?


Amok@ndy is offline Reply With Quote
Old 2010-07-13, 16:37   #4
Outlawz7
Retired PR Developer

Outlawz7's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

What problem?

Outlawz7 is offline Reply With Quote
Old 2010-07-13, 16:40   #5
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

you cant read out the tiling of the terraindata.raw can you ?


Amok@ndy is offline Reply With Quote
Old 2010-07-13, 17:17   #6
Outlawz7
Retired PR Developer

Outlawz7's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

No I don't think so, layers are completely reset, except the lowdetail texture tiling which is ok.
Why would you colortiling, its crap IMO...

Outlawz7 is offline Reply With Quote
Old 2010-07-13, 18:39   #7
Amok@ndy
Retired PR Developer
Supporting Member

Amok@ndy's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

well im using the detail tiling and the lowdetailtiling on nearly every map


Amok@ndy is offline Reply With Quote
Old 2010-11-24, 22:50   #8
Terminal-Access
Default Re: [Tutorial]Recreating Map's Editor Files

Would any one be able to provide a link to the SalvageColorDetail.atn as it is no longer avaliable on file front.

thanx

TA
Terminal-Access is offline Reply With Quote
Old 2010-12-06, 17:08   #9
Outlawz7
Retired PR Developer

Outlawz7's Avatar
Default Re: [Tutorial]Recreating Map's Editor Files

File reuploaded.

Outlawz7 is offline Reply With Quote
Old 2011-04-10, 22:57   #10
0utlaw
Default Re: [Tutorial]Recreating Map's Editor Files

Would any one be able to provide a link to the SalvageColorDetail.atn as it is no longer avaliable on file front. thanks.
0utlaw is offline Reply With Quote
Reply


Tags
editor, files, map, recreating, tutorialrecreating

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 04:16.