Jump to content
Sign in to follow this  
commander1985

What do i need to get the Carmodul working in my Map?

Recommended Posts

Hi Folks!

just got a new problem with my Map.

How can i get that Random Car Spawn Modul working with my Map?

Do i need some special Keypoints for that?

Greetz

Commander

Share this post


Link to post
Share on other sites

C'mon somebody must know :/

If you need more info, i just have keypoints that put the Citynames on the Map and only Buildings that are accesable. What tells the game to spawn those cars in the citys??

Example Line of Names.hpp

class Villa_Bacho1

{

name="Villa Bacho";

position[]={6914.97,4958.76};

type="NameVillage";

radiusA=400;

radiusB=400;

};

Do i need to put something in there? Or some kind of second Marker??? Or is the Module attached to somekind of Ids? building types etc? if yes how can i bypass that?

please help :/

Share this post


Link to post
Share on other sites

The JTD Ambient Civilian Traffic addon??

You need to add civ-spawning capability to your island first - that's dependent on a few things like extra config entries and appropriate buildings on your map from which the Civs can spawn...

I got it working OK with CAA1 and my own user island... best start by reading This Post plus the next few pages of that thread - should get you started at least...

B

Edited by Bushlurker

Share this post


Link to post
Share on other sites

Well i finally made it, the Solution is pretty simple.

Just create a keypoint and call the type "Citycenter"

Example of my .hpp:

class CityCenter1

{

name="";

position[]={3332.57,5283.64};

type="CityCenter";

radiusA=50;

radiusB=50;

};

Just put this inside a town and voila! You get Random Cars spawned when using the Silvie Module of Arma 2.

Hope this helps some People.

Greetz

Commander

Share this post


Link to post
Share on other sites

As we are talking about the keypoints.... has anyone an idea about what each keypointclass is used for? If you have a look in the chernarus config there are many keypoints of which i don´t know what they are good for.

Share this post


Link to post
Share on other sites

Good point Beton...

Some seem purely related to adding map symbols and names to the map view - tho they may also have an underlying purpose, and some seem vital to ALICE/Warfare functions...

Hill = map symbol? (+ Warfare?)

BorderCrossing = Warfare related?

VegetationBroadleaf = map tree symbol

VegetationFir = map tree symbol

VegetationPalm = map tree symbol

VegetationVineyard = map symbol

Name = map name

NameMarine = map name

NameCityCapital = map name

NameCity = map name

NameVillage = map name

NameLocal = map name

RockArea = map symbol (+ Warfare?)

ViewPoint = map symbol

CityCenter = ALICE

FlatArea = Warfare?

Thats my best guesses so far.....

I'm sure IceBreakr said he'd made Duala "Warfare-enabled" (though to be honest I've never played Warfare, so I dunno what that means) - presumably he used "flat areas" etc... maybe he'll post and add his thoughts on the matter... I'm probably wrong on several of the above.....

P.S.... while searching for info in the "mission scripting" section I found myself re-explaining some ALICE config entrys again... worth a glance over I guess... - it mentions "neighbors"...

B

Edited by Bushlurker

Share this post


Link to post
Share on other sites

... and there are also:

FlatAreaCitySmall = ?

StrongpointArea = ?

What does the "neighbours" stand for and the angle ?

Well i´m going oftopic i think.

Share this post


Link to post
Share on other sites

Maybe that neighbours is some kind of help for the AI? Like driving stuff or something like that. I dont know if CityCenter is for ALICE, but its for sure needed for SILVIE.

I think to get ALICE working you need to add that demography stuff to the Town config. So it knows what kind of Peoples to spawn...

@Beton

I think that Strongpoint Area is definitly for Warfare. Ive seen it in Utes and Chernaruss config files. They seem to be on the exact Positions where the Strongpoints are from the BIS CTI's. I would say they are for automatic strongpoint placement so mission makers dont need to put them manually into their Mission.. But maybe im wrong....

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×