woof
Are there any community coop maps ??
-
reddog0000
- Posts: 20
- Joined: 2008-09-01 08:58
Are there any community coop maps ??
As per title - just hoping ... 
woof
woof
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: Are there any community coop maps ??
Yes, spyker and I are working on a map pack.
AfSoccer "I just don't see the natural talent."

-
Fastjack
- PR:BF2 Contributor
- Posts: 525
- Joined: 2011-09-04 19:47
Re: Are there any community coop maps ??
Rabbit wrote:Yes, spyker and I are working on a map pack.
and i'm working on another community mappack. Sbeneh is really nice map.
@Rabbit:
Question:
I know here in the forum is a thread about using the tmp.con file to change tweaks of a vehicle (i believe it was an tank) mapbased an you was involved in that thread.
Result was that it would change all of the same type but that isn't the problem. I cant find this thread here.
I want to add to the ammocache an ai_onlyspawnpoint (need one that doesn't get disabled) mapbased.
I know i can do that in the tmp.con but i dont remember exactly what has to be done.
Was it only pasting modified tweak into tmp.con ?
Thx in advance
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: Are there any community coop maps ??
Disabled by time or by enemy close?Fastjack wrote:and i'm working on another community mappack. Sbeneh is really nice map.
@Rabbit:
Question:
I know here in the forum is a thread about using the tmp.con file to change tweaks of a vehicle (i believe it was an tank) mapbased an you was involved in that thread.
Result was that it would change all of the same type but that isn't the problem. I cant find this thread here.
I want to add to the ammocache an ai_onlyspawnpoint (need one that doesn't get disabled) mapbased.
I know i can do that in the tmp.con but i dont remember exactly what has to be done.
Was it only pasting modified tweak into tmp.con ?
Thx in advance
AfSoccer "I just don't see the natural talent."

-
Fastjack
- PR:BF2 Contributor
- Posts: 525
- Joined: 2011-09-04 19:47
Re: Are there any community coop maps ??
In insurgency, the ammocache spawnpoint get disabled after a while, idk its because of enemies close or a matter of time.
I want to add a normal spawn only for ai to the ammocache, so the bots can still spawning on them and not dependent on the original one, that get disabled.
I want to add a normal spawn only for ai to the ammocache, so the bots can still spawning on them and not dependent on the original one, that get disabled.
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: Are there any community coop maps ??
For coop should be able to find ammocache in the gpo and set timetolive to 99999
AfSoccer "I just don't see the natural talent."

-
Fastjack
- PR:BF2 Contributor
- Posts: 525
- Joined: 2011-09-04 19:47
Re: Are there any community coop maps ??
Fuq, you missed my question.
Not the objectspawner of the ammocache
I mean: the ammocache, when its spawned, the opfor team is able to spawn on the ammocache till enemy is close or its known. Its controlled by python.
I want to modify a tweak via tmp.con
Not the objectspawner of the ammocache
I mean: the ammocache, when its spawned, the opfor team is able to spawn on the ammocache till enemy is close or its known. Its controlled by python.
I want to modify a tweak via tmp.con
-
Rabbit
- Posts: 7818
- Joined: 2006-12-17 15:14
Re: Are there any community coop maps ??
I never modified python with the tmp, just tweak files and what not.
Code: Select all
terrainCuller.setUseStitchedLods 0
terrainCuller.baseCellSize 512
run ../../Factions/faction_init.con 1 "chinsurgent"
run ../../Factions/faction_init.con 2 "ru"
windmanager.globalWindSpeed 8
windmanager.globalWinddirection 0/0/1
rem make mil_tnk_t62 never destroyable
ObjectTemplate.activeSafe PlayerControlObject mil_tnk_t62
ObjectTemplate.armor.timeToStayAsWreck 1200
ObjectTemplate.armor.canBeDestroyed 1
rem make ru_the_mi8 never destroyable
ObjectTemplate.activeSafe PlayerControlObject ru_the_mi8
ObjectTemplate.armor.timeToStayAsWreck 1200
ObjectTemplate.armor.canBeDestroyed 1
ObjectTemplate.activeSafe DestroyableObject afghan_caves_rubble
ObjectTemplate.armor.maxHitPoints 100
ObjectTemplate.armor.hitPoints 100
AfSoccer "I just don't see the natural talent."

-
UTurista
- PR:BF2 Developer
- Posts: 985
- Joined: 2011-06-14 14:13
Re: Are there any community coop maps ??
This distance could be moved to a variable but is currently hard-coded, if you want to prevent the caches to be overrun you would need to change the following variable to zero, unfortunately this also means that outposts would not be overrun.
edit: also I think you can only change these parameters in locked servers.
Code: Select all
# Number of soldiers needed to be close to an outpost to automatically disable the spawn point
# Default is 2
C['OUTPOST_CLOSE_DISABLE'] = 2
Dont question the wikipedia! Just because it reports different things on different languages does not make it unreliable source!
-
Fastjack
- PR:BF2 Contributor
- Posts: 525
- Joined: 2011-09-04 19:47
Re: Are there any community coop maps ??
I need only a permanent spawn for the ai attached to the ammocache.
Bots cannot defend an ammocache like human player could so the only way to defend it is to let bots spawn on the cache. It would be to easy for the human team to destroy the ammocache.
Simplest method for me would be modifying the ammocache (adding ai_spawn) but i will not touch any corefiles.
Now i am looking, how (method) i use to overwrite the original ammocache tweak
Mounting the new ammocache tweaks into a prepared coop insurgency map or change it via tmp.con file or begging the devs to implement an ammocache_sp that works with the insurgency python etc.
Bots cannot defend an ammocache like human player could so the only way to defend it is to let bots spawn on the cache. It would be to easy for the human team to destroy the ammocache.
Simplest method for me would be modifying the ammocache (adding ai_spawn) but i will not touch any corefiles.
Now i am looking, how (method) i use to overwrite the original ammocache tweak
Mounting the new ammocache tweaks into a prepared coop insurgency map or change it via tmp.con file or begging the devs to implement an ammocache_sp that works with the insurgency python etc.
-
rPoXoTauJIo
- PR:BF2 Developer
- Posts: 1979
- Joined: 2011-07-20 10:02
Re: Are there any community coop maps ??
You could probably create spawnpoint object in mapmod(custom content, tmp.con, etc choose way) only for ai.
Then attach it to cache objecttemplate(some additional .con, look how lockdistances made).
How you should test it is:
1. create human spawn object, attach to non-cache non-spawnable object like hmmv or smth, test ingame.
2. if it will work, then you know what to do next with ammocache
Code: Select all
ObjectTemplate.create Spawnpoint fixed_spawn_spawnpoint(note that it's a name of already existing object in content/common, you probably would want rename it)
ObjectTemplate.isNotSaveable 1
ObjectTemplate.setScatterSpawnPositions 1
ObjectTemplate.setSpawnPositionOffset 0/0/0
ObjectTemplate.setOnlyForAI 1Code: Select all
ObjectTemplate.activeSafe PlayerControlObject ammocache
ObjectTemplate.addTemplate fixed_spawn_spawnpoint
1. create human spawn object, attach to non-cache non-spawnable object like hmmv or smth, test ingame.
2. if it will work, then you know what to do next with ammocache

assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.
Time to give up and respawn.
-
Fastjack
- PR:BF2 Contributor
- Posts: 525
- Joined: 2011-09-04 19:47
Re: Are there any community coop maps ??
Sounds like what i was looking for. ScatterSpawnPositions 1 could cause problems with ai - i let them spawn on top of it and good.rPoXoTauJIo wrote:You could probably create spawnpoint object in mapmod(custom content, tmp.con, etc choose way) only for ai.Then attach it to cache objecttemplate(some additional .con, look how lockdistances made).Code: Select all
ObjectTemplate.create Spawnpoint fixed_spawn_spawnpoint(note that it's a name of already existing object in content/common, you probably would want rename it) ObjectTemplate.isNotSaveable 1 ObjectTemplate.setScatterSpawnPositions 1 ObjectTemplate.setSpawnPositionOffset 0/0/0 ObjectTemplate.setOnlyForAI 1How you should test it is:Code: Select all
ObjectTemplate.activeSafe PlayerControlObject ammocache ObjectTemplate.addTemplate fixed_spawn_spawnpoint
1. create human spawn object, attach to non-cache non-spawnable object like hmmv or smth, test ingame.
2. if it will work, then you know what to do next with ammocache![]()
Thank You rPoXoTauJIo
-
rPoXoTauJIo
- PR:BF2 Developer
- Posts: 1979
- Joined: 2011-07-20 10:02
Re: Are there any community coop maps ??
Well, that's just a theory out of my mind, lets hope it will work 

assetruler69: I've seen things you smurfs wouldn't believe. Apaches on the Kashan. I watched burned down tank hulls after the launch of the single TOW. All those moments will be lost in time, like tears in rain.
Time to give up and respawn.
