Use BeamNG to fly spaceships and crash into stuff?

Discussion in 'Air' started by CoffeeCrazy, Aug 11, 2013.

  1. SHOme1289

    SHOme1289
    Expand Collapse

    Joined:
    Nov 6, 2013
    Messages:
    1,286
    sounds like A great idea! I think there are A few planes already released tho, try doing A forum search! planes make this such A great game.
     
  2. thevidmaster

    thevidmaster
    Expand Collapse

    Joined:
    Aug 5, 2013
    Messages:
    202
    simple solution.
    don't model a BOEING 767
     
  3. Morthgal

    Morthgal
    Expand Collapse

    Joined:
    Dec 23, 2013
    Messages:
    5
    Yeah I've already got those... Cessna and Rocket Plane Bolide right?
     
  4. moosedks

    moosedks
    Expand Collapse

    Joined:
    Nov 4, 2012
    Messages:
    1,112
  5. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    Actually I didn't include the bolide. There are 2 Cessnas, the aforementioned bolide and as of a few days ago a glider.
     
  6. Morthgal

    Morthgal
    Expand Collapse

    Joined:
    Dec 23, 2013
    Messages:
    5
    Oh. I did see that and think upon it but I wouldn't personally class it as a plane... but that's my opinion!
     
  7. SixSixSevenSeven

    SixSixSevenSeven
    Expand Collapse

    Joined:
    Sep 13, 2013
    Messages:
    6,960
    You can add 2 small jet turbines from the parts picker, they arent powerful but it can still take you on a nice leisurely cruise.
     
  8. Car crusher

    Car crusher
    Expand Collapse

    Joined:
    Nov 17, 2013
    Messages:
    199
    Wow.much.ummm.spaceship....... Let's make this happen! Files please!
     
  9. Mewtzie

    Mewtzie
    Expand Collapse

    Joined:
    Feb 23, 2014
    Messages:
    18
    CoffeeCrazy This is not your So shut up You lied
     
  10. go14smoke

    go14smoke
    Expand Collapse

    Joined:
    Oct 9, 2013
    Messages:
    439
    he never said he made it! you cant just assume hes lying!!
     
  11. Doyle524

    Doyle524
    Expand Collapse

    Joined:
    Dec 4, 2013
    Messages:
    52
    Lawl I dont trust anybody with "jihad" as part of their name... Friggin towelhead terrorist camel jockeys.

    Sent from my SPH-L710 using Tapatalk
     
  12. thetwilghted

    thetwilghted
    Expand Collapse

    Joined:
    Oct 5, 2012
    Messages:
    1
    Or simpler don't model a an American Airlines Boeing 767!
     
  13. CoffeeCrazy

    CoffeeCrazy
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    75
    Show me who did make it then?

    @Car Crusher: Added it to the first post.
     
  14. SimpsonFly

    SimpsonFly
    Expand Collapse

    Joined:
    Feb 19, 2014
    Messages:
    1
    I am curious what class of ship this is. Looks like a Sovereign-class but squished flat. Or maybe like a Sovereign-class and an Intrepid-class had a bastard lovechild.
     
  15. trollhunter

    trollhunter
    Expand Collapse

    Joined:
    Jan 26, 2014
    Messages:
    3
    u can get the saturn V rocket in beamng its good but usless and u need to finish that it would be awsome
     
  16. Jack Attack

    Jack Attack
    Expand Collapse

    Joined:
    Aug 21, 2013
    Messages:
    230
  17. Jester The Joker

    Jester The Joker
    Expand Collapse

    Joined:
    Dec 23, 2013
    Messages:
    200
    gabe why did you disable smoke for thrusters? it makes drowsy's rocket plane very confusing
     
  18. CarlosAir

    CarlosAir
    Expand Collapse

    Joined:
    Nov 16, 2013
    Messages:
    336
    Wow, large bump. :p

    The code is still there, but it's disabled. You can easily bring the smoke back.
    Go to: *BeamNG folder*/lua/vehicles and open thrusters.lua (ideally, with Notepad++). Look for the following lines and remove the dashes at the front of them

    Code:
    [SIZE=1][...][/SIZE]
    
           if gfxFrameTick == 1 then
                    --obj:addParticleByNodesRelative(thruster.id2, thruster.id1, -37 , 3, 0.1, 1)
                    --obj:addParticleByNodesRelative(thruster.id2, thruster.id1, -44 , 3, 0.1, 1)
           end
    [SIZE=1]
    [...][/SIZE]
    
           if gfxFrameTick == 1 then
                   --obj:addParticleByNodesRelative(thruster[2], thruster[1], -37, 3, 0.1, 1)
                   --obj:addParticleByNodesRelative(thruster[2], thruster[1], -44, 3, 0.1, 1)        
           end
    
    [SIZE=1][...]  [/SIZE]
    ( [...] = omitted lines )

    So they become:

    Code:
    [SIZE=1][...][/SIZE]
    
           if gfxFrameTick == 1 then
                     obj:addParticleByNodesRelative(thruster.id2, thruster.id1, -37 , 3, 0.1, 1)
                     obj:addParticleByNodesRelative(thruster.id2, thruster.id1, -44 , 3, 0.1, 1)
           end
    [SIZE=1]
    [...][/SIZE]
    
           if gfxFrameTick == 1 then
                    obj:addParticleByNodesRelative(thruster[2], thruster[1], -37, 3, 0.1, 1)
                    obj:addParticleByNodesRelative(thruster[2], thruster[1], -44, 3, 0.1, 1)        
           end
    
    [SIZE=1][...]  [/SIZE]
    I hope I made it clear. It's easier than it seems, it's as simple as deleting the dashes at the beggining of four lines. And you will have your smoke back.

    Anyway, I'm sure they had a valid reason to disable the smoke.
     
  19. EuroTrucker

    EuroTrucker
    Expand Collapse

    Joined:
    Mar 31, 2014
    Messages:
    159
    USS ENTERPRISE NCC-1701-E (the first post's pics)
     
  20. Jester The Joker

    Jester The Joker
    Expand Collapse

    Joined:
    Dec 23, 2013
    Messages:
    200
    thanks m8
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice