[Ship]Star Trek: Enterprize (NX-01)

Distribute and discuss mods that are functional. Moderator - Grognak
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: [Ship]Star Trek: Enterprize (NX-01)

Postby NarnKar » Mon Dec 08, 2014 5:40 am

The shield shape is really gonna mess with defense drones.
awoliscap8
Posts: 1
Joined: Sun Sep 01, 2019 7:43 pm

Re: [Ship]Star Trek: Enterprize (NX-01)

Postby awoliscap8 » Sun Sep 01, 2019 7:46 pm

Greeting im kinda new to ftl but i just happen to be in season 3 of enterprise and i would love to use your mod but both link come up as broken . please ,please send me a link or that ship i need it
User avatar
Stormbringer
Posts: 247
Joined: Mon Apr 11, 2016 7:53 am

Re: [Ship]Star Trek: Enterprize (NX-01)

Postby Stormbringer » Mon Sep 02, 2019 5:48 am

played it. seems pretty good.

Here's an example of a custom weapon's code from Project Coalition:

Image

For Blueprints.xml.append

Code: Select all

<weaponBlueprint name="ENERGYCANNON_1">
    <type>LASER</type>
    <flavorType>Energy Cannon Mark 1</flavorType>
    <title>Energy Cannon</title>
    <short>Energy Cannon</short>
    <tip>tip_energy</tip>
    <locked>1</locked>
    <desc>Energy cannons are weaker but more common than than energy blasts, and can disable systems while causing hull damage.</desc>
    <tooltip>Fires a single blast that does 1 ion damage and 1 hull damage. Can hit and disable shields as well as systems.</tooltip>
    <damage>1</damage>
    <ion>1</ion>
    <speed>30</speed>
    <shots>1</shots>
    <sp>0</sp>
    <fireChance>4</fireChance>
    <breachChance>0</breachChance>
    <stunChance>5</stunChance>
    <cooldown>11</cooldown>
    <power>1</power>
    <cost>50</cost>
    <bp>3</bp>
    <rarity>2</rarity>
    <image>energycannon_shot</image>
    <explosion>explosion_small_ion</explosion>
    <launchSounds>
        <sound>ionShoot1</sound>
        <sound>ionShoot2</sound>
        <sound>ionShoot3</sound>
    </launchSounds>
    <hitShipSounds>
        <sound>ionHit1</sound>
        <sound>ionHit2</sound>
        <sound>ionHit3</sound>
    </hitShipSounds>
    <hitShieldSounds>
        <sound>ionShields1</sound>
        <sound>ionShields2</sound>
        <sound>ionShields3</sound>
    </hitShieldSounds>
    <missSounds>
        <sound>miss</sound>
    </missSounds>
    <weaponArt>energy_1</weaponArt>
    <iconImage>ion</iconImage>
</weaponBlueprint>



For animations.xml.append

Code: Select all

<animSheet name="energycannon_shot" w="212" h="21" fw="53" fh="21">weapons/energycannon_shot.png</animSheet>
<anim name="energycannon_shot">
    <sheet>energycannon_projectile</sheet>
    <desc length="1" x="0" y="0" />
    <time>0.5</time>
</anim>
Image
killin' slugs and beating Rebels since 2014, modding the game since 2016
User avatar
Jumbocarrot0
Posts: 422
Joined: Sat Oct 21, 2017 1:18 am

Re: [Ship]Star Trek: Enterprize (NX-01)

Postby Jumbocarrot0 » Mon Sep 02, 2019 6:09 am

Stormbringer wrote:played it. seems pretty good.

Here's an example of a custom weapon's code from Project Coalition:


Why are you posting that here?
User avatar
Stormbringer
Posts: 247
Joined: Mon Apr 11, 2016 7:53 am

Re: [Ship]Star Trek: Enterprize (NX-01)

Postby Stormbringer » Thu Sep 05, 2019 5:35 am

Jumbocarrot0 wrote:
Stormbringer wrote:played it. seems pretty good.

Here's an example of a custom weapon's code from Project Coalition:


Why are you posting that here?


dude wanted an example of custom weapons code. I obliged :D
Image
killin' slugs and beating Rebels since 2014, modding the game since 2016
User avatar
Jumbocarrot0
Posts: 422
Joined: Sat Oct 21, 2017 1:18 am

Re: [Ship]Star Trek: Enterprize (NX-01)

Postby Jumbocarrot0 » Thu Sep 05, 2019 6:03 am

Stormbringer wrote:
Jumbocarrot0 wrote:
Stormbringer wrote:played it. seems pretty good.

Here's an example of a custom weapon's code from Project Coalition:


Why are you posting that here?


dude wanted an example of custom weapons code. I obliged :D


Oh, I’m dumb.
Apologies