Reassembly

Reassembly

Reassembling Reassembly
Reassembly mods add new weapons, block types, ships, or complete playable factions to the game. They can also change sound effects, fonts, or modify many aspects of the game.
Learn More
how to make drones that launch more drones or mines when launched
trying to make a drone that drops mines for my mod but will only launch the mines, not the mine droppers, help
< >
Showing 1-9 of 9 comments
here's the code


{56, shape=RECT_LAUNCHER1, scale=3, name="Cluster Mine Launcher", features=LAUNCHER, group=75, points=30,
durability=0.5, blurb="Launches mine droppers that drop small mines",
density=0.25, fillColor=0x8b0700, fillColor1=0x8d1124, lineColor=0xff1330, thrusterColor=0x347f06,
thrusterColor1=0x4d4d4d, replicateBlock=
{command={}, shape=OCTAGON, scale=2, features=COMMAND|GENERATOR|LAUNCHER|FREERES,
group=75, lifetime=15, points=50, durability=3, density=0.15, fillColor=0x8d1124,
fillColor1=0x9d0e3f, lineColor=0xff1330, powerCapacity=120, capacity=0.1,
thrusterColor=0x90244d0c, thrusterColor1=0x90b4322e, generatorCapacityPerSec=40}, replicateTime=30,
launcherPower=150, launcherOutSpeed=50, replicateBlock=
{shape=OCTAGON, scale=1, features=EXPLODE, group=75, lifetime=90, points=1, durability=0.5,
density=0.25, fillColor=0x8d1124, fillColor1=0x9d0e3f, lineColor=0xff1330, thrusterColor=0x347f06,
thrusterColor1=0x4d4d4d, explodeDamage=25, explodeRadius=70}, replicateTime=0.2, launcherPower=60, launcherOutSpeed=20},
here's a second version, help

{56, shape=RECT_LAUNCHER1, scale=3, name="Cluster Mine Launcher", features=LAUNCHER, group=75, points=30,
durability=0.5, blurb="Launches mine droppers that drop small mines",
density=0.25, fillColor=0x8b0700, fillColor1=0x8d1124, lineColor=0xff1330, thrusterColor=0x347f06,
thrusterColor1=0x4d4d4d, replicateBlock=
{command={}, shape=OCTAGON, scale=2, features=COMMAND|GENERATOR|LAUNCHER|FREERES,
group=75, lifetime=15, points=50, durability=3, density=0.15, fillColor=0x8d1124,
fillColor1=0x9d0e3f, lineColor=0xff1330, powerCapacity=120, capacity=0.1,
thrusterColor=0x90244d0c, thrusterColor1=0x90b4322e, generatorCapacityPerSec=40, replicateBlock=
{shape=OCTAGON, scale=1, features=EXPLODE|AUTOLAUNCH|FREERES|, group=75, lifetime=90, points=1, durability=0.5,
density=0.25, fillColor=0x8d1124, fillColor1=0x9d0e3f, lineColor=0xff1330, thrusterColor=0x347f06,
thrusterColor1=0x4d4d4d, explodeDamage=25, explodeRadius=70}, replicateTime=0.2, launcherPower=60, launcherOutSpeed=20}, replicateTime=30,
launcherPower=150, launcherOutSpeed=50},
Lily-an 8 15 Jul, 2017 @ 9:13pm 
Originally posted by ironic Toblerone:
here's a second version, help

{56, shape=RECT_LAUNCHER1, scale=3, name="Cluster Mine Launcher",
features=LAUNCHER, group=75, points=30, durability=0.5, density=0.25,
blurb="Launches mine droppers that drop small mines",
fillColor=0x8b0700, fillColor1=0x8d1124, lineColor=0xff1330, thrusterColor=0x347f06,
thrusterColor1=0x4d4d4d, replicateBlock=
{command={}, shape=MISSILE_LAUNCHER, scale=3,
features=COMMAND|GENERATOR|LAUNCHER|FREERES,
group=75, lifetime=15, points=50, durability=3, density=0.8,
fillColor=0x8d1124, fillColor1=0x9d0e3f, lineColor=0xff1330,
powerCapacity=300, generatorCapacityPerSec=300,
capacity=0.1, thrusterColor=0x90244d0c, thrusterColor1=0x90b4322e, replicateBlock=
{shape=OCTAGON, features=EXPLODE|FREERES, group=75, lifetime=90,
points=1, durability=0.5, density=0.25, fillColor=0x8d1124, fillColor1=0x9d0e3f,
lineColor=0xff1330, thrusterColor=0x347f06, thrusterColor1=0x4d4d4d, explodeDamage=25,
explodeRadius=70}, replicateTime=0.2, launcherPower=60, launcherOutSpeed=100},
replicateTime=20, launcherPower=150, launcherOutSpeed=10},
thanks :steamhappy:
error, the mines themslves dont launch automaticly
or explode
problem solved, not a large enough explode radius
Lily-an 8 15 Jul, 2017 @ 11:04pm 
Originally posted by ironic Toblerone:
problem solved, not a large enough explode radius

70 radius is enough for explode, it is just a little weak. dont try such weapons in sandbox mode, you should test them in tournament mode.
Last edited by Lily-an; 15 Jul, 2017 @ 11:04pm
ironic Toblerone 2 15 Jul, 2017 @ 11:17pm 
ok
< >
Showing 1-9 of 9 comments
Per page: 1530 50