Jump to content

[Multi-Release] Cherno Race Track's and Custom camps/towns


Recommended Posts

The issue seems to be related to the server missing the map_eu addon in the misison.sqm file.

 

At the top be sure your mission includes this. Example:

 

class Mission
{
addOns[]=
{
"chernarus",
"ca_modules_animals",
"dayz_code",
"dayz_weapons",
"dayz_equip",
"dayz_vehicles",
"cacharacters_pmc",
"ca_modules_functions",
"glt_m300t",
"sigisolda",
"suv_col",
"csj_gyroac",
"map_eu"
};
Link to comment
Share on other sites

"csj_gyroac",
"map_eu"

 

 

Be sure there is no , after or it will look for another addon.

 

Other than that not sure. I am just using the default mission.sqm with Skalisty Bridge added to the Vehicles Array.

Link to comment
Share on other sites

"csj_gyroac",

"map_eu"

 

 

Be sure there is no , after or it will look for another addon.

 

Other than that not sure. I am just using the default mission.sqm with Skalisty Bridge added to the Vehicles Array.

 

hmm maybe i missed the , after "csj_gyroac" to look at the next line I will double check this later.

 

Also could you share your mission.sqm with the bridge added in Im having trouble adding this?

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 months later...

Not many loot on the buildings and do you made the markers yet for villages and buildings?

 

EDIT: Figured it out

 

if you take a look at the buildings.sql

and look for building that start with

 

MAP_

 

and change it to Land_ instead of map

stuff will spawn in it 

Link to comment
Share on other sites

Marker for the Towns and villages (if you use buildings.sql and Villages.sql)

 

Look for in your mission.sqm

	class Markers
	{
		items=17;

Change the current number you have for items and add 4 to it (so if its 17 it becomes 21)

Now look for the last "class item*" and add this behind it

		class Item17
		{
			position[]={13301.64,0,4175.683};
			name="KrutovCity";
			text="Krutov City";
			type="mil_dot";
			colorName="ColorWhite";
		};
		class Item18
		{
			position[]={580.1514,0,1813.323};
			name="NewKamenka";
			text="New Kamenka";
			type="mil_dot";
			colorName="ColorWhite";
		};
		class Item19
		{
			position[]={1105.302,0,2420.606};
			name="AlphaCamp";
			text="Alpha Camp";
			type="mil_dot";
			colorName="ColorWhite";
		};
		class Item20
		{
			position[]={7647.149,0,3559.962};
			name="BravoCamp";
			text="Bravo Camp";
			type="mil_dot";
			colorName="ColorWhite";
		};

You can change names into whatever you want or change the color

 

Different colors

"ColorBlack"
"ColorRed"
"ColorRedAlpha"
"ColorGreen"
"ColorGreenAlpha"
"ColorBlue"
"ColorYellow"
"ColorOrange"
"ColorWhite"
Link to comment
Share on other sites

Hey guys sorry I haven't been around to monitor this. When I get back online I will add the master for these with the beidi files so you can mod, update, remove revamp etc at your own will.

Cheers for the support and markers :)

Link to comment
Share on other sites

Bungle's Races are held every Wednesday & Sunday on "How it was in Europe" Server:
IP: 195.154.173.91:2302

 

Here are some screenshots of Race hosted on our server on Wednesday :D

Got to say, hilirious as everyone blew up on ramps, only 1 car made it to the finish line :D

 

rsh7h0.jpg

 

21bulo5.jpg

 

micpao.jpg

 

 

Ramp killed him and he was leading by faaar :D

200dvfo.jpg

 

 

2 victims at once here... LOL

w7zaf7.jpg

 

 

 

And here are our winners from Black SUV #5 :D

m920qd.jpg

 

 

They have received 2 Briefcases for winning the race. They should have got 2 more for being the only ones who completed this :)

 

 

 

Join us if you want to participate in future races or other events.

This Friday we have a Deathmatch Maze up made by BSB.

 

 

 

Thanks again Bungle, great fun it was ...

Link to comment
Share on other sites

Lol, just awesome. Doesn't really fit the whole zombie apocalypse but glad its being used and you guys had a goog time. :) I am sure I had another track for bikes. (Mostly down hill can get speeds of 70+kph)

Will see what I can dig up.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
×
×
  • Create New...