[Help] No Gamemodes Folder
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
[Help] No Gamemodes Folder
I searched gamemodes folder and could not find anything. I seem to be missing mine in a custom level and was wondering if something went wrong or if I just need to make one myself.
AfSoccer "I just don't see the natural talent."

-
HangMan_
- Posts: 1753
- Joined: 2009-06-07 00:58
Re: No Gamemodes Folder
You just make it yourself i believe, well thats what i do for my maps 
PR Community Faction Team - "Getting Sh*t Done..."
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Ok well If someone could explain this to me that would be great. Lets say we have a control point, Lets say Alpha. Would you type in in here as just "cpname_alpha_vehical_0" What is the fr for and do you have to put in 64 or is that just part of its name to begin with.
Also for the objects them self I named them, Lets say chinook_0. Would I put it in is _chinook_0 or as _gb_the_chinook_0?
rem ********** Object Spawner **********
rem [ObjectSpawnerTemplate: cpname_fr_64_britstart_GB_CH_ScoutTank_0]
ObjectTemplate.create ObjectSpawner cpname_fr_64_britstart_GB_CH_ScoutTank_0
ObjectTemplate.activeSafe ObjectSpawner cpname_fr_64_britstart_GB_CH_ScoutTank_0
ObjectTemplate.modifiedByUser "fuzzhead"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.setObjectTemplate 2 gb_apc_warrior
ObjectTemplate.minSpawnDelay 600
ObjectTemplate.maxSpawnDelay 600
ObjectTemplate.TimeToLive 12000
ObjectTemplate.Distance 100
ObjectTemplate.team 2
ObjectTemplate.teamOnVehicle 1
Also for the objects them self I named them, Lets say chinook_0. Would I put it in is _chinook_0 or as _gb_the_chinook_0?
rem ********** Object Spawner **********
rem [ObjectSpawnerTemplate: cpname_fr_64_britstart_GB_CH_ScoutTank_0]
ObjectTemplate.create ObjectSpawner cpname_fr_64_britstart_GB_CH_ScoutTank_0
ObjectTemplate.activeSafe ObjectSpawner cpname_fr_64_britstart_GB_CH_ScoutTank_0
ObjectTemplate.modifiedByUser "fuzzhead"
ObjectTemplate.isNotSaveable 1
ObjectTemplate.hasMobilePhysics 0
ObjectTemplate.setObjectTemplate 2 gb_apc_warrior
ObjectTemplate.minSpawnDelay 600
ObjectTemplate.maxSpawnDelay 600
ObjectTemplate.TimeToLive 12000
ObjectTemplate.Distance 100
ObjectTemplate.team 2
ObjectTemplate.teamOnVehicle 1
AfSoccer "I just don't see the natural talent."

-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
Re: No Gamemodes Folder
how about using the things the devs gave to you ?
go to pr/readme/ and copy the bf2editor folder into your bf2 install folder
cheers
go to pr/readme/ and copy the bf2editor folder into your bf2 install folder
cheers

-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Much appreciated. But I do still need help with the gamemodes folder, all that did was give me the list of vehicles in the editor.
Last edited by Rabbit on 2010-02-14 01:51, edited 1 time in total.
AfSoccer "I just don't see the natural talent."

-
HangMan_
- Posts: 1753
- Joined: 2009-06-07 00:58
Re: No Gamemodes Folder
Lets all try and be positive here Amo..
You can name it Chinook_0 if you want. Most mappers, Including the PR mappers, usually use their own system to label object spawners, spawn points etc. I like to label them like this, eg: kiwibase_chinook_0 giving the cp and the name of the asset.
You can name it Chinook_0 if you want. Most mappers, Including the PR mappers, usually use their own system to label object spawners, spawn points etc. I like to label them like this, eg: kiwibase_chinook_0 giving the cp and the name of the asset.
PR Community Faction Team - "Getting Sh*t Done..."
-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
Re: No Gamemodes Folder
did you setup yourmap.desc correct ?
open it with a txt editor and copy the gamemode lines from other maps
open it with a txt editor and copy the gamemode lines from other maps

-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Seems To be crashing still even though I took the line from ochamchira.
<map>
<name> Operation_Clover </name>
<briefing locid="LOADINGSCREEN_MAPDESCRIPTION_Operation_Clover">map description for modders maps not localized (english only)</briefing>
<music> common/sound/menu/music/map8.ogg </music>
<modes>
<mode type="gpm_cq">
<maptype players="16" type="headon" locid="GAMEMODE_DESCRIPTION_aasinfantry">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_skirmish">
<maptype players="16" type="skirmish" locid="GAMEMODE_DESCRIPTION_skirmish">Unlocalized test for this mode on this map</maptype>
</mode>
</modes>
</map>
<map>
<name> Operation_Clover </name>
<briefing locid="LOADINGSCREEN_MAPDESCRIPTION_Operation_Clover">map description for modders maps not localized (english only)</briefing>
<music> common/sound/menu/music/map8.ogg </music>
<modes>
<mode type="gpm_cq">
<maptype players="16" type="headon" locid="GAMEMODE_DESCRIPTION_aasinfantry">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_skirmish">
<maptype players="16" type="skirmish" locid="GAMEMODE_DESCRIPTION_skirmish">Unlocalized test for this mode on this map</maptype>
</mode>
</modes>
</map>
AfSoccer "I just don't see the natural talent."

-
HangMan_
- Posts: 1753
- Joined: 2009-06-07 00:58
Re: No Gamemodes Folder
What percent is it crashing on? .desc looks fine to me.
PR Community Faction Team - "Getting Sh*t Done..."
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
13%. I would have run it in window mode, but I could not seem to find the icon for it in my bf2 folder.
AfSoccer "I just don't see the natural talent."

-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
As for looking around at bfeditor, I all ready did. I searched 13%, 13% crash, Map crash at 13%, level crash at 13% and Haven't found anything.Amok@ndy wrote:13% are you kidding me ???
check some tutorials @ bfeditor.org
As For the crash it says
Module: Geom
File:
C:\dice\Projects\BF2Branches\Patch_1_50\BF2\Geom\SurroundingPatch.ccp
Line:156
Text: TBM: unknown surrounding terrain patch type!
Current confile:Levels/Operation_Clover/Terrain.con
Does this mean I have a seconds Terrain.con file somewhere because I had an old level "Operation_Clover" and the Terrain.con is still hidden somewhere?
AfSoccer "I just don't see the natural talent."

-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
Re: No Gamemodes Folder
check your SecondaryHeightmap[...].raw's
check your Terrain.con (easy one not ? the error already told ya the file !!!!)
check your Terrain.con (easy one not ? the error already told ya the file !!!!)

-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Yes I know.... But I don't get exactly what I am looking for inside the file that is wrong.
The level is 1024x2 if that at all helps.
if v_arg1 == BF2Editor
terrain.create TerrainEditable
terrain.patchSize 128
terrain.subdividePatches 1
terrain.primaryWorldScale 2/0.0025/2
terrain.secondaryWorldScale 2/0.64/2
terrain.patchColormapSize 512
terrain.lowDetailmapSize 512
terrain.detailmapBaseName "Levels/Operation_Clover/Detailmaps/tx"
terrain.lowDetailmapBaseName "Levels/Operation_Clover/LowDetailmaps/tx"
terrain.colormapBaseName "Levels/Operation_Clover/Colormaps/tx"
terrain.lightmapBaseName "Levels/Operation_Clover/Lightmaps/tx"
terrain.farSideTiling 2/2
terrain.farTopTilingHi 16
terrain.farTopTilingLow 32
terrain.farYOffset 0
terrain.terrainWaterColor 0/0/0
terrain.init
else
terrain.create Terrain
terrain.load Levels/Operation_Clover/terraindata.raw
endIf
The level is 1024x2 if that at all helps.
if v_arg1 == BF2Editor
terrain.create TerrainEditable
terrain.patchSize 128
terrain.subdividePatches 1
terrain.primaryWorldScale 2/0.0025/2
terrain.secondaryWorldScale 2/0.64/2
terrain.patchColormapSize 512
terrain.lowDetailmapSize 512
terrain.detailmapBaseName "Levels/Operation_Clover/Detailmaps/tx"
terrain.lowDetailmapBaseName "Levels/Operation_Clover/LowDetailmaps/tx"
terrain.colormapBaseName "Levels/Operation_Clover/Colormaps/tx"
terrain.lightmapBaseName "Levels/Operation_Clover/Lightmaps/tx"
terrain.farSideTiling 2/2
terrain.farTopTilingHi 16
terrain.farTopTilingLow 32
terrain.farYOffset 0
terrain.terrainWaterColor 0/0/0
terrain.init
else
terrain.create Terrain
terrain.load Levels/Operation_Clover/terraindata.raw
endIf
Last edited by Rabbit on 2010-02-14 18:18, edited 1 time in total.
AfSoccer "I just don't see the natural talent."

-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Lol, sorry you posted right when I edited my post.
AfSoccer "I just don't see the natural talent."

-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
Re: No Gamemodes Folder
what is your secondaryHeightmap size ???
if you map is 1024x2 and your s.Heightmap is 256 it needs to look like this:
if you map is 1024x2 and your s.Heightmap is 256 it needs to look like this:
Code: Select all
if v_arg1 == BF2Editor
terrain.create TerrainEditable
terrain.patchSize 128
terrain.subdividePatches 0
terrain.primaryWorldScale 2/0.0025/2
terrain.[color=Red]secondary[/color]WorldScale [color=Red]8[/color]/0.64/[color=Red]8[/color]
terrain.patchColormapSize 512
terrain.lowDetailmapSize 512
terrain.detailmapBaseName "Levels/Operation_Archer/Detailmaps/tx"
terrain.lowDetailmapBaseName "Levels/Operation_Archer/LowDetailmaps/tx"
terrain.colormapBaseName "Levels/Operation_Archer/Colormaps/tx"
terrain.lightmapBaseName "Levels/Operation_Archer/Lightmaps/tx"
terrain.farSideTiling 6/3
terrain.farTopTilingHi 4
terrain.farTopTilingLow 4
terrain.farYOffset 4
terrain.terrainWaterColor 0.368627/0.396078/0.254902
terrain.init
else
terrain.create Terrain
terrain.load Levels/operation_archer/terraindata.raw
endIf
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Secondary out of the heightdata.
rem --- secondary ---
heightmapcluster.addHeightmap Heightmap -1 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_L1U1.raw
heightmapcluster.addHeightmap Heightmap 0 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_U1.raw
heightmapcluster.addHeightmap Heightmap 1 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_R1U1.raw
heightmapcluster.addHeightmap Heightmap -1 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_L1.raw
heightmapcluster.addHeightmap Heightmap 1 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_R1.raw
heightmapcluster.addHeightmap Heightmap -1 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_L1D1.raw
heightmapcluster.addHeightmap Heightmap 0 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_D1.raw
heightmapcluster.addHeightmap Heightmap 1 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_R1D1.raw
heightmapcluster.setSeaWaterLevel -80
so are you saying even here too I should make it 8/0.64/8 and I'm golden?
Fixed the terrain.con as you stated it should be, i'm still crashing due to terrain.con
rem --- secondary ---
heightmapcluster.addHeightmap Heightmap -1 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_L1U1.raw
heightmapcluster.addHeightmap Heightmap 0 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_U1.raw
heightmapcluster.addHeightmap Heightmap 1 -1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_R1U1.raw
heightmapcluster.addHeightmap Heightmap -1 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_L1.raw
heightmapcluster.addHeightmap Heightmap 1 0
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_R1.raw
heightmapcluster.addHeightmap Heightmap -1 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_L1D1.raw
heightmapcluster.addHeightmap Heightmap 0 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_D1.raw
heightmapcluster.addHeightmap Heightmap 1 1
heightmap.setSize 1025 1025
heightmap.setScale 2/0.64/2
heightmap.setBitResolution 8
heightmap.setModified 1
heightmap.loadHeightData Levels/Operation_Clover/HeightmapSecondary_R1D1.raw
heightmapcluster.setSeaWaterLevel -80
so are you saying even here too I should make it 8/0.64/8 and I'm golden?
Fixed the terrain.con as you stated it should be, i'm still crashing due to terrain.con
Last edited by Rabbit on 2010-02-14 21:20, edited 2 times in total.
AfSoccer "I just don't see the natural talent."

-
Amok@ndy
- Retired PR Developer
- Posts: 5144
- Joined: 2008-11-27 22:13
Re: No Gamemodes Folder
i told you to change this if your s.Heightmap is 256 but it is 1024 !!!!gx wrote:Fixed the terrain.con as you stated it should be, i'm still crashing due to terrain.con
thats the problem why it is maybe crashin i never tried 1024 ingame but i know that it is causing a lot of errors in the editor

-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: No Gamemodes Folder
Ok, so you don't know what is wrong with the crashing if the level is 1024x2?
AfSoccer "I just don't see the natural talent."

