Another day, another question...
I'm looking for a way to make a weapon that *only* attacks stations. "targetAlliedShips = 0" and "targetEnemyShips = 0" do not cut it; you can override it and manually attack. I want this to be a weapon that ONLY affects stations.
Anyone tried this/made it work?
Hello: While I was checking some ODF for special weapons for my mod I found this (edited accordingly): // set target restrictions targetAlliedCraft = 1 targetAlliedBuildings = 1 targetEnemyCraft = 0 targetEnemyBuildings = 0 This may help you, don't forget to edit the number as neccesary. I hope this can help you.
Er...not to be rude, but I said that that didn't work.
Hello: Don't worry, I think that you and I were thinking will only work with special weapons and no normal weapons, but I cannot be sure. I hope you'll find the help you need.
Hmm, quite possible, now just to make one...thanks!