Author Topic: Old school's bomb  (Read 1157 times)

0 Members and 1 Guest are viewing this topic.

Hi,
I'm looking forward to make a old style bomb, with no thruster, it would just use the bomber's velocity when launched and go straight forward like wwII bomb.
I 've enabled in aiprofile.tbl inherit parent's velocity but when the bomb is launched, it just go to a full stop when launched?

If i set a non 0 speed to my bomb speed then when the bomber is slower than this number the bomb accelerate, that's quite unrealistic, any idea how to do that?

(don't know if i'm clear )
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1

 

Offline Spoon

  • 212
  • ヾ(´︶`♡)ノ
Fake the effect by giving it a incredibly tiny thruster and place it somewhere within the mesh so it isn't visible?
Urutorahappī!!

[02:42] <@Axem> spoon somethings wrong
[02:42] <@Axem> critically wrong
[02:42] <@Axem> im happy with these missions now
[02:44] <@Axem> well
[02:44] <@Axem> with 2 of them

 

Offline blowfish

  • 211
  • Join the cult of KILL MY ROUTER!!!!!!!!!!1
I don't think thrusters have anything to do with it.  Did you set $Homing: to  NO?

Secondly, it's  ai_profiles.tbl and the flag is  $Use Additive Weapon Velocity: ... just make sure you have everything spelled correctly.

 
Effectively the thruster effect is not a problem for me yet, and yep i added $Use Additive Weapon Velocity: in the ai_profiles.tbl as that was said in the wiki :)

i have no with the $homing :

$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1

 

Offline Sushi

  • Art Critic
  • 211
Another thing to remember is that the AI profile being used matters, and that you can't change the hard-coded "FS2 Retail" profile. See this thread for more (especially Goober's post):

http://www.hard-light.net/forums/index.php/topic,62348.0.html


 

Offline Getter Robo G

  • 211
  • Elite Super Robot Pilot
You could just change an existing bomb...
And switch in your pof. Unless you add or import a thruster glow there will be none.

  ;7

Also it makes it a LOT easier to test before tweaking, because stock tables are supposed to be relatively bug free. Heh...


[noob solutions for a complicated world!]
"Don't think of it as being out-numbered, think of it as having a WIDE target selection!"

"I am the one and ONLY Star Dragon..."
Proof for the noobs:  Member Search

[I'm Just an idea guy, NOT: a modeler, texturer, or coder... Word of advice, "Watch out for the ducks!"]

Robotech II - Continuing...
FS2 Trek - Snails move faster than me...
Star Blazers: Journey to Iscandar...
FS GUNDAM - The Myth lives on... :)

 
hmmm i ve rade it, thanks sushi i ll give it a try tomorow evening  ;)
$Formula: ( every-time
   ( has-time-elapsed "0" )
   ( Do-Nothing
   )
   ( send-message
      "#Dalek"
      "High"
      "Pro-crasti-nate"
   )
   )
)
+Name: Procratination
+Repeat Count: 99999999999
+Interval: 1