Jump to content
Sign in to follow this  
ray243

Screwed up mission!

Recommended Posts

Well, I recently downloaded NZX new humvee, and replaced the old ones. I then proceeded to get rid of the line that says the humvee in my mission config. But somehow it got screwed. And its fine in the editor, but when I preview it, its fucked.

The message I got when I load my mission:

http://img404.imageshack.us/img404/1816/arma2oa2010120801160642.png

Another message I got:

http://img836.imageshack.us/img836/6504/arma2oa2010120801154263.png

Part of the FOB:

http://img130.imageshack.us/img130/7500/arma2oa2010120801153769.png

And now ingame, the camonet and other vehicles are missing!:

http://img502.imageshack.us/img502/7710/arma2oa2010120801134610.png

Same goes for this mk19 here:

http://img18.imageshack.us/img18/1816/arma2oa2010120801153315.png

Ingame of the original mk19 position:

http://img522.imageshack.us/i/arma2oa2010120801140859.png/

View of the Chinook in the editor:

http://img148.imageshack.us/img148/8300/arma2oa2010120801092692.png

And ingame view of chinook:

http://img820.imageshack.us/img820/5373/arma2oa2010120801105748.png

Help please!

---------- Post added at 03:04 AM ---------- Previous post was at 02:02 AM ----------

Anyone? Help please!

Share this post


Link to post
Share on other sites

Ah it just means the has been a classname change. You need to alter that as well as the addons prefix in the .sqm

Share this post


Link to post
Share on other sites

Eh? What do you mean? I already edited the mission file and got rid of the required addon. Please reply ASAP!

Share this post


Link to post
Share on other sites

Are you sure its the humvee's that are causing the problem? Because when you replaced the humvee's it shouldn't affect the camo netting, chinook, etc. Try putting the old humvee's back in your mod line and reload the mission.

Share this post


Link to post
Share on other sites

Problem is, I accidentally overite the previous one, and now I can't seem to find the old beta. And the only thing I did was to overite it and remove the essential addon. That's all. Never got rid of the chinook or anything.

Edited by ray243

Share this post


Link to post
Share on other sites

Try this..delete all the humvee's/chinooks/whatever isnt showing up in game, then copy all of your objects and paste them onto a new mission. then re-add everything you deleted and see if that works

Share this post


Link to post
Share on other sites

In the error that you are getting, its looking in the game configs for M1151D_M2. This does not exist because the change in the addon. Because you have removed the addon from the dependencies the game carries on down the SQM until it looks for something like this.

			class Item2
			{
				position[]={8904.7832,265.17325,5281.6401};
				azimut=-49.629387;
				id=35;
				side="<side>";
				vehicle="M1151D_M2";
				player="PLAY CDG";
				rank="CORPORAL";
				skill=0.33333331;
				text="a4";
			};

Because it does not exist in the vehicle cfg (because you removed the Addon) you get an error.

Try re-placing the bugged vehicles.

Share this post


Link to post
Share on other sites
Try this..delete all the humvee's/chinooks/whatever isnt showing up in game, then copy all of your objects and paste them onto a new mission. then re-add everything you deleted and see if that works

Ok, sure. Thanks

---------- Post added at 05:54 AM ---------- Previous post was at 05:53 AM ----------

In the error that you are getting, its looking in the game configs for M1151D_M2. This does not exist because the change in the addon. Because you have removed the addon from the dependencies the game carries on down the SQM until it looks for something like this.

			class Item2
			{
				position[]={8904.7832,265.17325,5281.6401};
				azimut=-49.629387;
				id=35;
				side="<side>";
				vehicle="M1151D_M2";
				player="PLAY CDG";
				rank="CORPORAL";
				skill=0.33333331;
				text="a4";
			};

Because it does not exist in the vehicle cfg (because you removed the Addon) you get an error.

Try re-placing the bugged vehicles.

re-placing the bugged vehicles? The bugged vehicles aren't even there! Oh, and if needed, I can post it on pastebin.

Share this post


Link to post
Share on other sites
In the error that you are getting, its looking in the game configs for M1151D_M2. This does not exist because the change in the addon. Because you have removed the addon from the dependencies the game carries on down the SQM until it looks for something like this.

			class Item2
			{
				position[]={8904.7832,265.17325,5281.6401};
				azimut=-49.629387;
				id=35;
				side="<side>";
				vehicle="M1151D_M2";
				player="PLAY CDG";
				rank="CORPORAL";
				skill=0.33333331;
				text="a4";
			};

Because it does not exist in the vehicle cfg (because you removed the Addon) you get an error.

Replace the old classname with the new one to fix that other error.

			class Item#
			{
				position[]={<position>};
				azimut=-#;
				id=#;
				side="<side>";
				vehicle="[b][i]<insertnewclassnamehere>[/i][/b]";
				player="#";
				rank="#";
				skill=#;
				text="#";
			};

With regards to your new one, you also need to remove the addon from the AddonsAuto section.

Edited by Hellfire257

Share this post


Link to post
Share on other sites

I already removed the addon from addonsauto.

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  

×