Previews from the impatient

Discuss and distribute tools and methods for modding. Moderator - Grognak
User avatar
bamalf
Posts: 204
Joined: Wed Dec 17, 2014 12:57 pm

Re: Previews from the impatient

Postby bamalf » Sat Mar 25, 2017 9:47 am

Chrono Vortex wrote:
steamtex wrote:Soon...

Image

steamtex wrote:Alright, I think I'll just dump this here for people to screw around with, rather than giving it a proper release. I got lazy.

https://dl.dropboxusercontent.com/u/265 ... onPack.ftl

Aaaaaand the link doesn't work anymore. RIP my hopes of releasing these myself.


Here this pack https://yadi.sk/d/0bygpYPe3GL6x8
Image Image Image
User avatar
Chrono Vortex
Posts: 275
Joined: Thu Jun 25, 2015 8:51 pm

Re: Previews from the impatient

Postby Chrono Vortex » Sun Mar 26, 2017 1:28 am

TaxiService wrote:Image

Cool! Looks kinda like something outta Firefly. I like it.

bamalf wrote:Here this pack https://yadi.sk/d/0bygpYPe3GL6x8

Well, that was easy. Thanks. I'll have to mess around with this...
ImageImageImageImageImageImageImageImage
User avatar
Chrono Vortex
Posts: 275
Joined: Thu Jun 25, 2015 8:51 pm

Re: Previews from the impatient

Postby Chrono Vortex » Tue Mar 28, 2017 3:49 am

I'm kinda surprised nobody's done this already.

Image

Image

I'd expect to see stuff like this in CE or the sM Polish Kit, but it doesn't look like it. Oh well, more concepts for me.

The crystal flak is already here, I'll get to coding and releasing the charger pretty soon.
ImageImageImageImageImageImageImageImage
FearTheBlaziken
Posts: 46
Joined: Mon Feb 23, 2015 6:25 am

Re: Previews from the impatient

Postby FearTheBlaziken » Tue Mar 28, 2017 6:18 am

Chrono Vortex wrote:I'm kinda surprised nobody's done this already.

Image

I'd expect to see stuff like this in CE or the sM Polish Kit, but it doesn't look like it. Oh well, more concepts for me.


slow actually made a proper Flak Charger in his Insurrection expansion as a exclusive weapon for one of his ships (Presumably the Lanius A/B). but dummied it out due to a glitch where it fires burst-fire style when two charges were fired.

Code: Select all

<weaponBlueprint name="CHARGEGUN_SHOTGUN">
   <type>BURST</type>
   <drone_targetable>1</drone_targetable>
   <flavorType>Charge-Based Flak Cannon</flavorType>
   <title>Flak Charge Cannon</title>
   <short>Charge F.</short>
   <tip>tip_flak</tip>
   <desc>A flak cannon made specifically for this ship. Highly effective against Shields but difficult to aim accurately.</desc>
   <tooltip>Fires a blast of debris across a random area doing up to 3 damage.</tooltip>
   <radius>50</radius>
   <damage>1</damage>
   <shots>1</shots>
   <sp>0</sp>
   <spin>720</spin>
   <fireChance>0</fireChance>
   <breachChance>0</breachChance>
   <cooldown>11</cooldown>
   <power>3</power>
   <cost>90</cost>
   <bp>10</bp>
   <speed>26</speed>
   <rarity>0</rarity>
   <chargeLevels>2</chargeLevels>
   <projectiles>
      <projectile count="1" fake="false">debris_large</projectile>
      <projectile count="1" fake="false">debris_med</projectile>
      <projectile count="1" fake="false">debris_med</projectile>
      <projectile count="1" fake="true">debris_small</projectile>
      <projectile count="1" fake="true">debris_small</projectile>
      <projectile count="1" fake="true">debris_small</projectile>
   </projectiles>
   <launchSounds>
      <sound>flak</sound>
   </launchSounds>
   <hitShipSounds>
      <sound>flakImpact1</sound>
      <sound>flakImpact2</sound>
      <sound>flakImpact3</sound>
      <sound>flakImpact4</sound>
   </hitShipSounds>
   <hitShieldSounds>
      <sound>hitShield1</sound>
      <sound>hitShield2</sound>
      <sound>hitShield3</sound>
   </hitShieldSounds>
   <missSounds>
      <sound>miss</sound>
   </missSounds>
   <weaponArt>flak_charger</weaponArt>
   <iconImage>flak</iconImage>
</weaponBlueprint>
Image

Given what I've done while others were not active, I can now say that I've polished the Polish Kit. Release coming soon, but not from me.
User avatar
Chrono Vortex
Posts: 275
Joined: Thu Jun 25, 2015 8:51 pm

Re: Previews from the impatient

Postby Chrono Vortex » Tue Mar 28, 2017 6:48 am

FearTheBlaziken wrote:slow actually made a proper Flak Charger in his Insurrection expansion as a exclusive weapon for one of his ships (Presumably the Lanius A/B). but dummied it out due to a glitch where it fires burst-fire style when two charges were fired.

Damn, I was afraid of something like that. Guess I'll have to come up with something else...
ImageImageImageImageImageImageImageImage
User avatar
NarnKar
Posts: 778
Joined: Thu Jun 19, 2014 4:24 pm

Re: Previews from the impatient

Postby NarnKar » Thu Mar 30, 2017 6:08 pm

Clarification: weird flak behavior happens with more than one shot, regardless of the CHARGER property. Even if it's a simple two-shot flak weapon without charging or chain properties, it'll still glitch. The best you can do is define each flak burst to be only one projectile.
LaytheDragon
Posts: 11
Joined: Sat Feb 18, 2017 5:32 am

Re: Previews from the impatient

Postby LaytheDragon » Fri Apr 28, 2017 11:04 pm

Image

A mostly-assymetrical (possibly radially-symmetric) WIP enemy Zoltan ship (subject to change, especially with its room layouts), along with a working stun ion artillery. Plans changed, and it now has 4 ion stunner cannons and a stun beam, rather than 5. The above .gif purposefully shows it off, and is in no way representative of my skill level at FTL.

Ion stunner artillery (all parts combined)(WIP, and it still needs a more detailed beam animation)(the beam fires a bit later than in this image): Image

Ship hull image (WIP, and it still needs a glow and better lighting): Image

I made a generic-ish, unexciting visual of what could be made into some sort of a chain version of a hull-and-system-damaging ionized weapon if effort is put into it. Image

If anyone is interested in this preview, I can add more effort to these, playtest them more, and put them up for download. Constructive criticism is still welcome.
User avatar
R4V3-0N
Posts: 1291
Joined: Sun Oct 06, 2013 11:44 am

Re: Previews from the impatient

Postby R4V3-0N » Sun Apr 30, 2017 2:36 pm

That certainly is an interesting artillery weapon system you have there.
R4V3-0N, a dreamer.
User avatar
TaxiService
Posts: 204
Joined: Mon Dec 23, 2013 6:04 pm

Re: Previews from the impatient

Postby TaxiService » Mon May 15, 2017 4:31 pm

making gibs... so time consuming

Image
ImageImageImageImageImage
User avatar
R4V3-0N
Posts: 1291
Joined: Sun Oct 06, 2013 11:44 am

Re: Previews from the impatient

Postby R4V3-0N » Mon May 15, 2017 5:58 pm

TaxiService wrote:making gibs... so time consuming

Image


So that's where you've been gone for the past year! :)
R4V3-0N, a dreamer.