Is it possible to have a timed orbital strike that isn't tied to any unit's actions? Like, every 2 minutes in the map, an orbital strike hits specific locations on the map. It seems like it could be possible, but I have no idea how I'd go about doing that - would this be technically possible?
Timed Orbital Strike?
Moderator: Moderators
- Fierfek
- High General

- Posts: 805
- Joined: Wed Jul 01, 2009 4:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Somewhere in the Galaxy (Most Likely Scrapping Tinnies)
Timed Orbital Strike?
Hey, I have a question. I searched gametoast for this and didn't really come up with anything, so as far as I know this question hasn't been asked before 
Is it possible to have a timed orbital strike that isn't tied to any unit's actions? Like, every 2 minutes in the map, an orbital strike hits specific locations on the map. It seems like it could be possible, but I have no idea how I'd go about doing that - would this be technically possible?
Is it possible to have a timed orbital strike that isn't tied to any unit's actions? Like, every 2 minutes in the map, an orbital strike hits specific locations on the map. It seems like it could be possible, but I have no idea how I'd go about doing that - would this be technically possible?
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Timed Orbital Strike?
You can't fire a weapon apropos of nothing through a script. You can script a unit's goals based on a timer, and you could probably make a workaround that forced them to use a specific weapon.
It'd be easier, though, to just create a particle effect that looked like an orbital strike and set it to fire with the destruction of an object. Object destruction can be tied to a particle effect and an explosion, which you can use to trigger damage and push.
It'd be easier, though, to just create a particle effect that looked like an orbital strike and set it to fire with the destruction of an object. Object destruction can be tied to a particle effect and an explosion, which you can use to trigger damage and push.
-
Bob
- Brigadier General

- Posts: 633
- Joined: Thu May 27, 2010 4:28 am
- Location: at home
Re: Timed Orbital Strike?
Alterantively, you could make a specialized (invisible, no collision, forced auto fire, not-rotating and whatnot) turret to place above your target locations.
-
kinetosimpetus
- Imperial Systems Expert

- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: Timed Orbital Strike?
Or a similarly invisible turret that sits on the ground and paints targets with orbital strike beacons periodically, or just drop the beacon right next to the turret.
- Fierfek
- High General

- Posts: 805
- Joined: Wed Jul 01, 2009 4:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Somewhere in the Galaxy (Most Likely Scrapping Tinnies)
Re: Timed Orbital Strike?
Mkay, even the simple solutions sound a bit complex for me, so I'll shelve this idea for now.
- Locutus
- 1st Lieutenant

- Posts: 420
- Joined: Fri Jun 04, 2010 10:08 am
- Projects :: Stargate Battlefront Pegasus
- Location: Germany
- Contact:
Re: Timed Orbital Strike?
If you set the weapon-object to autofire and add a reload time of x seconds, shouldn't that result in the same?
Alternatively you could make a timer and use SetProperty set en/-disable autofire.
Alternatively you could make a timer and use SetProperty set en/-disable autofire.
