Jump to content

Sidestrafe2462

Members
  • Posts

    591
  • Joined

  • Last visited

Reputation

363 Excellent

Profile Information

  • Location
    Panhandle
  • Interests
    Botes

Recent Profile Visitors

4,725 profile views
  1. You've checked the wiki, right? What are you missing?
  2. yeah, simultaneous lock doesn't work very well under player control. You'll have to do one at a time to get consistency.
  3. Lock your first target, fire an ARH missile, unlock the first target and lock your second target, fire your second ARH missile. The AI is a lot better at this than a human can be.
  4. Not at the present moment, but there's some parallel development going on on that front. there's a Github link in the description.
  5. Go to BDA+. If issues continue pursue help there instead.
  6. Well, originally it was a normal fragmentation shell, but I decided to have a little bit of fun… no one said the things I make have to be “performant” or “reasonable”
  7. The gun (.50 turret in this case) will draw resources from the ammoName line ammoName = 50CalAmmo whereas bullet type is set on the... bulletType line, so resource draw and shell fired are separate from each other ammoName = 50CalAmmo bulletType = 12.7mmBullet; 12.7mmAPIBullet So, if you set the .50cal to shoot nuclear ratshot it'll still draw from those nice little .50cal bins, as long as you don't change the ammo drawn to something more reasonable
  8. for even more fun BULLET { name = 18inchISIJN caliber = 25 bulletVelocity = 805 bulletMass = 1360 //HE Bullet Values explosive = True tntMass = 1 fuzeType = Timed projectileColor = 254, 185, 0, 160 //RGBA 0-255 fadeColor = False startColor = 254, 185, 25, 120 beehive = true subMunitionType = 18inchFRAGJN apBulletMod = 0 bulletDragTypeName = AnalyticEstimate } BULLET { name = 18inchFRAGJN caliber = 25 bulletVelocity = 1600 bulletMass = 4 //HE Bullet Values explosive = False tntMass = 1 fuzeType = Timed nuclear = true incendiary = True projectileColor = 254, 185, 0, 160 //RGBA 0-255 fadeColor = False startColor = 254, 185, 25, 120 subProjectileCount = 600 apBulletMod = 0.5 bulletDragTypeName = AnalyticEstimate } add this to a CFG, and then give your desired gun 18inchISJN nuclear ratshot
×
×
  • Create New...