Jump to content

zerociii

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by zerociii

  1. yes Speed, ALL turrets = Auto target
  2. Thank you soo much! now next thing im gonna look into is where the "read only" parameters stored. because if we can acess them, we can write separe turret generator addons luas to make custom weapons, like cluster rockets, or even guided pulse torpedoes XD now that would be interesting! Testing Update: Managed to get This working: -- added float multipliers to energy consuming weapons, effectively -- making them use 1/10th of a % of their normal, compliments to --"RebCom1807" local TurretTemplate T = GenerateTurretTemplate(seed, weaponType, dps, tech, rarity, material) T.automatic = true T.baseEnergyPerSecond = 0.001 T.energyIncreasePerSecond = 0.001 return T
  3. :'( been trying to get this to work in turretgenerator.lua for an hour, 12 game tests and nothings loading, could you please be more specific about where to place "turret.automatic = true" argument? and/or would you mind posting your full lua, for examination. im very interested in seeing how many other variables you could force with turretgenerator. thanx -- Love Avorion, Love Exploration!
×
×
  • Create New...