Jump to content

k7755g

Members
  • Posts

    3
  • Joined

  • Last visited

k7755g's Achievements

0

Reputation

  1. Due to the most recent updates, the Turret generation this script used has been changed. The following Changes need to be made in 'inventory.lua' in 'data/scripts/commands/' Line 10 Add TurretGenerator = require("turretgenerator") Line 46 Replace GenerateTurretTemplate(random():createSeed(), weapontype, dps, tech, rarity, material) with TurretGenerator.generateSeeded(random():createSeed(), weapontype, dps, tech, rarity, material) This will allow the script to spawn turrets again.
  2. Firstly, at the moment, escort do not follow you via warp. I've had this happen to me once before with only 1 ship. There really should a request in the modding section for a script that allows your ships to follow you. Maybe of modification of the claimable Asteroid movement script? As for your escorts "de-spawning", I have no idea what has happened there.
  3. I think the functional parts of blocks, like thrusters, are hard-coded at the moment. So at the moment, they are un-edittable.
×
×
  • Create New...