Page 1 of 1
Problems with auto recon droids...
Posted: Wed Dec 19, 2007 2:01 am
by Sky_216
Okay, for a while I've been trying to make an automatic recon droid. It's spawned by a dispenser, all the weapons work and the droid is loaded in the req and lua files. However, the rotten thing still keeps crashing.If anyone has got one to work could you please help?
Here is the script for the recon droid itself:
Oh yeah, and another thing. Anyone know how to get the orbital strike beacon working or make an orbital strike grenade/bomb?
Re: Problems with auto recon droids...
Posted: Wed Dec 19, 2007 4:01 am
by Syth
ehhh... i forgot where i saw but someone somewhere posted a reply on how to do auto droids, and its not as simple as changing a couple lines. You have to do stuff with the maps LUA
Re: Problems with auto recon droids...
Posted: Wed Dec 19, 2007 10:14 am
by MercuryNoodles
Is there an error associated with the crash?
Idea: after looking at the odfs for your droid, the speederbike, and the trooptrans, I noticed something. You're calling for NextAimer, but you have no AimerNodeName line following it. See if removing the NextAimer line fixes anything, because this engine is notorious for being picky about details like that.
Re: Problems with auto recon droids...
Posted: Wed Dec 19, 2007 11:14 pm
by Sky_216
Did as you said Merc, didn't help though.
Anyone got any other ideas?
Also, does anyone know how to get the orbital strike beacon working or make an orbital strike grenade/bomb?
Re: Problems with auto recon droids...
Posted: Thu Dec 20, 2007 5:04 am
by MercuryNoodles
I was just thinking about this: You didn't use the AimerNodeName parameter at all, did you? I didn't really notice this before.
Here is one of the trooptrans weapon sections for reference:
I'm guessing you need to have at least one AimerNodeName line present for the weapon to work. Figure out the name of the hardpoint you need to call for and plug it in. Maybe after this we'll actually get somewhere. For now, I'm under the impression it's a weapon error, because I've yet to see any error messages. So, I'm assuming it's a silent crash, which has only a handful of known causes.
Re: Problems with auto recon droids...
Posted: Sun Dec 23, 2007 10:52 pm
by Darth_Cow
There's a shootable orbital strike beacon in ARC_Commander's BFX mod, ask him about it.

Re: Problems with auto recon droids...
Posted: Mon Dec 24, 2007 3:35 am
by Sky_216
Thanks, Darth Cow. And you too, Merc.
Recon droid loaded in the 'rep' side in the lua, weapons tested and definitely work and BF2log doesn't record any errors about it. Oh dear.