Jump to content
Sign in to follow this  
bigshotking

Spawing a bomb crater?

Recommended Posts

I've searched here on the forums and the search "spawn bomb craters" yielded no results.

Is it possible to spawn a bomb crater where ever you want? I'm trying to create the effect of a bombed town with out the hassle of spawning tons of ordnance to give the effect.

So is it possible?

Thanks in advance

-Bigshot

Share this post


Link to post
Share on other sites

Ok, thanks where can I find the ACE craters?

EDIT: found it

---------- Post added at 12:21 AM ---------- Previous post was Yesterday at 11:33 PM ----------

hmmm seems that they don't want to spawn...

Here is the page where I found them. I did an advanced search for the term "Crater" and came up with these:

GrenadeCrater

MortarCrater

ATMissileCrate

AAMissileCrater

ATRocketCrater

HERocketCrate

HEShellCrater

ArtyShellCrater

ExploAmmoCrater

BombCrater

I tried a simple spawn code in a trigger:

crater1 = "ArtyShellCrater" createVehicle (getMarkerPos "test");

I suppose it's not capable of being spawned that way possibly. Any ideas?

Edited by bigshotking

Share this post


Link to post
Share on other sites

This works for me. I used it in a mission of mine.

ACE_BombCrater
ACE_HEShellCrater
ACE_ArtyShellCrater
ACE_HERocketCrater
ACE_NukeCrater 

Example:

_Crater = createVehicle ["ACE_ArtyShellCrater", _SomePos, [], 0, "NONE"];

Share this post


Link to post
Share on other sites

Thats what I was missing! The ACE_ in the beginning of the classname.... I forgot that everything ACE has that infront of it!

Thanks

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  

×