AutoShield defense devices

A place to discuss mods in development and concepts for new mods.
Post Reply
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

AUTOSHIELD DEFENSE DEVICES

Download link to current version:
0.12 alpha

This mod contains a series of auto-defense devices that fit in the shield slot. They are designed to intercept beams, missiles, and enemy ships.

This is an alpha release. Any feedback and suggestions are welcomed!


QUESTIONS

* Are these devices balanced?

* How can I improve them?

(EDIT 2016 April 3: Updated the download link for 0.12 alpha.)
Last edited by gunship256 on Mon Apr 04, 2016 2:42 am, edited 4 times in total.
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

BALANCE CALCULATIONS

All of the AutoShields are matter weapons. Beams aren't able to interact with each other, so I had to choose between creating matter weapons and missiles. Matter weapons are easier to balance.

Missile fragments and particle-based weapons (for example, the Morning Star) are unable to stop beams, so the main benefit of using missiles (fragmentation) is not helpful for AutoShields.

For each AutoShield, I started with the DPS of a vanilla weapon of the same damage type and level. Since these are matter weapons, I often used howitzer DPS.

I then nerfed the range to 30 ls and raised interaction to a minimum of 80. I then cut DPS in half, since autoShields are essentially self-targeting linked-fire omni weapons, and Transcendence 1.7 alpha 1 assumes that omni is worth a 100% DPS bonus. Power use was not lowered, even though DPS was cut in half. The DPS target was achieved by raising fire rate to 10 shots/second and lowering damage/shot accordingly.

Assumption: the use of the shield slot and the limited range may (or may not?) balance out the advantage of what is essentially a linked-fire omni weapon that can target beams, missiles, and enemy ships. Is this a fair assumption?
PM
Fleet Admiral
Fleet Admiral
Posts: 2570
Joined: Wed Sep 01, 2010 12:54 am

Beams merely have default interaction and hitPoints of zero. Your beams can override interaction (and hitPoints) if you want them to hit and stop other beams.

Losing a proper shield is a huge drawback. Whatever replaces the shield had better be powerful.

I would balance a missile defense device as an omnidirectional weapon (which you tried, it seems). I would not penalize it as a linked-fire weapon if it replaces the shield or other vital special slot.

I ran few of the weapons through the balance algorithm. Level 1 is underpowered. Level 2 may be slightly overpowered. I did not bother with the rest.

Keep it mind that if your autoshield is meant to shoot at enemies, one or two damage, especially if it is kinetic (or any non-generic if level-appropriate) will not be effective at harming things.

As for the weapons, they seem effective at missile defense, but you will still get clobbered or killed in some fights. No shields is a big drawback. Also, no friendly fire detection, but any friendly-fire casualties do not seem to count against you. (You do not get charged, and you can get away with murder.)

How to improve them? Make their stats closer to the weapons they were derived from? Maybe make some of the weapons a bit different from each other?
Download and Play in 1.9 beta 1...
Drake Technologies (Alpha): More hardware for combat in parts 1 and 2!
Star Castle Arcade: Play a classic arcade game adventure, with or without more features (like powerups)!
Playership Drones: Buy or restore exotic ships to command!

Other playable mods from 1.8 and 1.7, waiting to be updated...
Godmode v3 (WIP): Dev/cheat tool compatible with D&O parts 1 or 2.
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

Thanks for the feedback! I re-did the mod based on your advice. Here's a new alpha, which includes a spreadsheet with the balance calculations:
d064_AutoShield 0.11 alpha.zip
(21.06 KiB) Downloaded 232 times
Beams merely have default interaction and hitPoints of zero. Your beams can override interaction (and hitPoints) if you want them to hit and stop other beams....

Also, no friendly fire detection, but any friendly-fire casualties do not seem to count against you. (You do not get charged, and you can get away with murder.)
I tried what you said, and it worked: giving beams interaction="100" makes them stop other beams. The vanilla point defense algorithm still seems to be broken, though, as I often saw the beams shooting behind the playership as if missiles were going to pass right through the ship, keep going, and then get intercepted after passing through. The faster the weapon used for point defense, the more of a problem this seems to be.

I need to fix that problem as well as add friendly fire detection. Where do you suggest I start? Is the code from PD mod still applicable to 1.7 alpha?
Losing a proper shield is a huge drawback. Whatever replaces the shield had better be powerful.

I would balance a missile defense device as an omnidirectional weapon (which you tried, it seems). I would not penalize it as a linked-fire weapon if it replaces the shield or other vital special slot.
I went ahead and re-did all of the weapons, balancing them as normal weapons without a linked-fire penalty. That is, I treated the shield slot as a linked-fire weapon slot for balance purposes. Hopefully, they'll feel powerful enough to justify the loss of a shield.
I ran few of the weapons through the balance algorithm. Level 1 is underpowered. Level 2 may be slightly overpowered. I did not bother with the rest.
Do you mean the algorithm George uses here? https://github.com/kronosaur/Mammoth/bl ... nClass.cpp

I rebalanced everything for the new alpha based on what George has in that file. I made a spreadsheet, which is included with the mod, with all of the calculations in it.

Is there a Lisp function that can tell me how balanced a weapon is, or should I continue to expand the spreadsheet and do the calculations myself?
How to improve them? Make their stats closer to the weapons they were derived from? Maybe make some of the weapons a bit different from each other?
This is exactly what the mod needed. After I changed the ten devices so that each one uses a different vanilla weapon, upgrading became more interesting, a lot more like trying out a new weapon than just installing a more powerful shield. The Nandao bolt, in particular, is very good at stopping beams because of its effect's large size, and it does a lot of damage to ships as well.

The AutoShields seem to be worse at stopping beams and better at fighting ships than they were before, mostly due to the higher damage and lower rate of fire that was necessary to imitate vanilla weapons. They're definitely more interesting to use now.
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

Here's a new version (0.12 alpha):
d064_AutoShield 0.12 alpha.zip
(21.66 KiB) Downloaded 269 times
CHANGES

Increased shots/second for all devices because we weren't fully accounting for the use of the shield slot before. See included spreadsheet for calculations.
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

Autoshield device suggestion:

Code: Select all

    <Weapon
                type=            "missile"
                damage=            "kinetic:0"
                repeating=          "150000"
                fireRate=         "30"
                hitPoints=      "3"
                missileSpeed=      "10"
                lifetime=         "45"
                powerUse=         "100"
                accelerationFactor="90"
                >            
             <Configuration aimTolerance="5">
                <Shot angle="0-180"/>
                <Shot angle="360-181"/>
                <Shot angle="0-180"/>
                <Shot angle="360-181"/>
                <Shot angle="0-180"/>
                <Shot angle="360-181"/>
             </Configuration>         
             <Effect>
                <Image imageID="&rsMissiles4;" imageX="0" imageY="0" imageWidth="16" imageHeight="16" imageFrameCount="4" imageTicksPerFrame="1" randomStartFrame="true"/>
             </Effect>
          </Weapon>
No idea how to make it balanced but the idea is it makes a cloak of particles to block damage. Maybe just make the cloak thinner or have less particle emission per second.
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
User avatar
TheLoneWolf
Militia Captain
Militia Captain
Posts: 802
Joined: Thu Nov 28, 2013 5:03 pm
Location: Aboard the CSS Radiant

I just have had an idea. It involves an Iocrym Repeller in a shield slot :D
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

RPC, thanks for the suggestion! I'll try making a new device for that weapon to see how it works.

TheLoneWolf, this mod is going the way of the dinosaur. Some of the devices will get incorporated into the PDmod update, whcih I hope to release this weekend. The Iocrym repeller is a level 10 point-defense device in PDmod and makes the ICS a worthy opponent.
User avatar
TheLoneWolf
Militia Captain
Militia Captain
Posts: 802
Joined: Thu Nov 28, 2013 5:03 pm
Location: Aboard the CSS Radiant

Best of luck :D
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

RPC wrote:No idea how to make it balanced but the idea is it makes a cloak of particles to block damage. Maybe just make the cloak thinner or have less particle emission per second.
I'm thinking about how we can incorporate this device into the PDmod update. It does look very difficult to balance.

What do you think about taking away the hitpoints and giving each shot a damage of 1? That would make it possible to balance against vanilla devices.
User avatar
TheLoneWolf
Militia Captain
Militia Captain
Posts: 802
Joined: Thu Nov 28, 2013 5:03 pm
Location: Aboard the CSS Radiant

gunship256 wrote:
RPC wrote:No idea how to make it balanced but the idea is it makes a cloak of particles to block damage. Maybe just make the cloak thinner or have less particle emission per second.
I'm thinking about how we can incorporate this device into the PDmod update. It does look very difficult to balance.

What do you think about taking away the hitpoints and giving each shot a damage of 1? That would make it possible to balance against vanilla devices.
Battleship Sierra mod? I was seriously hard pressed to replicate such a thing, but to no avail :(
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

What do you think about taking away the hitpoints and giving each shot a damage of 1? That would make it possible to balance against vanilla devices.
Yeah that would be fine, so it would basically be an area denial for missiles but still let beams go through.
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
gunship256
Militia Commander
Militia Commander
Posts: 451
Joined: Sat Jul 25, 2015 11:41 pm
Location: repairing armor

RPC wrote:
What do you think about taking away the hitpoints and giving each shot a damage of 1? That would make it possible to balance against vanilla devices.
Yeah that would be fine, so it would basically be an area denial for missiles but still let beams go through.
It sounds like we need to take the 360-degree spread into consideration when we balance the device. How much do you suggest increasing damage by relative to a normal weapon? Should DPS double? Triple?
RPC
Fleet Admiral
Fleet Admiral
Posts: 2876
Joined: Thu Feb 03, 2011 5:21 am
Location: Hmm... I'm confused. Anybody have a starmap to the Core?

It depends, if it has really high damage players might be tempted to use it as a battering ram :P

I would just stick to normal dps relative to other weapons of a similar *level. Since it's short range I don't think we need to worry about having players use it for unintended purposes.

*edit level not weapon R I P
Tutorial List on the Wiki and Installing Mods
Get on Discord for mod help and general chat
Image
Image
Der Tod ist der zeitlose Frieden und das leben ist der Krieg
Wir müssen wissen — wir werden wissen!
I don't want any sort of copyright on my Transcendence mods. Feel free to take/modify whatever you want.
Post Reply