FileFront Gaming Forums

FileFront

Gaming Forums

How do you make a torpedo pass through a shield?

This is a discussion on How do you make a torpedo pass through a shield? within the ST:A2 Modding and Editing forums, part of the Star Trek: Armada II category; For a while now I have been trying to make a drone weapon capable of passing through shields. I have ...

Go Back   FileFront Gaming Forums > The Games > Star Trek: Armada II > ST:A2 Modding and Editing


ST:A2 Modding and Editing More info about a Mod? Making a Mod? Looking for Modders? Right here!

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1  
Old August 28th, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default How do you make a torpedo pass through a shield?

For a while now I have been trying to make a drone weapon capable of passing through shields. I have noticed many weapons capable of this feat (polotron torpedo, the nuke and missile weapon by draconis_sharp, ect) I just never been able to duplicate it. I would greatly appreciate any help you can give me.
Reply With Quote
Remove advertisements
Advertisement
Advertisement Sponsored links

  #2  
Old August 28th, 2008
All hail the messiah!
Warrant Officer
 
Join Date: March 6th, 2006
Location: United Socialist States of America!
Posts: 2,038
Rep Power: 9
086goinfast knows the best jokes086goinfast knows the best jokes086goinfast knows the best jokes086goinfast knows the best jokes086goinfast knows the best jokes086goinfast knows the best jokes
Default Re: How do you make a torpedo pass through a shield?

I havn't messed around with this myself but I do know that you already have your anwser.

http://forums.filefront.com/search.php
__________________
My Games:
NR2K3(patched;300+ tracks;2000+ cars)online name-086goinfast
ST:BC(KM1.0-custom) ST:Legacy(custom)
ST:Armada(custom-will upload) ST:Armada2(custom-will upload)
SW:EAW(custom) SW:FOC(custom)
Reply With Quote
  #3  
Old August 28th, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default Re: How do you make a torpedo pass through a shield?

Sorry but that link doesn't answer my question. It just takes me to the search engine. If you can give me a more specific link I would be grateful.
Reply With Quote
  #4  
Old August 28th, 2008
Griedh's Avatar
There's always one more bug
 
Join Date: April 21st, 2007
Posts: 60
Rep Power: 0
Griedh is a n00b
Default Re: How do you make a torpedo pass through a shield?

Hi,

don't know for sure but add the lines:

// Ignore the shield
ignoreShield = 1

to the weapon odf you want to pass the shields.

hope that helps
__________________
We'll fight until hell freezes over--and then we'll fight on the ice!
Reply With Quote
  #5  
Old August 28th, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default Re: How do you make a torpedo pass through a shield?

The Ignore shield only makes the weapon ignore the shield graphic. What I am trying to do is, make a weapon that will pass through the shield and damage the hull.
Reply With Quote
  #6  
Old August 28th, 2008
Griedh's Avatar
There's always one more bug
 
Join Date: April 21st, 2007
Posts: 60
Rep Power: 0
Griedh is a n00b
Default Re: How do you make a torpedo pass through a shield?

OK, just to make cleare we are on the same page, normal shilds let pass a small bit of weaponsdamage throught, thats why your ship can have shilds but also got damaged systems, the shild sprite show up put also the explosions at the hull.

You are right, the commandline delet the part with the shild graphic.

Actually this command line does what you look for, the only thing is that if the weapon hits a target with the:

//Shield absorbs all damage until it's gone
shieldProtection = 1.0

code, it wont damage the hull, thats right, but just as long as the shields got power.

I tested it an as far as I can see the weapon, I used a fedpulse, pass the shilds an hit the hull, I could see it becourse there were this small white explosions at the targeted ship. When I targeted a starbase, just the shildpower drained but no explosions till the shilds shut down.

maybe you look for something different, the nuke and missile weapons you mentioned used a different typ of explosion sprite, quite like the explosions of a ship blowing up. It seems like they pass the shilds an explodes at the hull.
__________________
We'll fight until hell freezes over--and then we'll fight on the ice!
Reply With Quote
  #7  
Old August 29th, 2008
starfox1701's Avatar
I'm way cooler than redm
 
Join Date: December 12th, 2007
Posts: 1,747
Rep Power: 5
starfox1701 should make some friends
Default Re: How do you make a torpedo pass through a shield?

Also look into the Big Book of Moding
__________________
When First we Met Twas Last we Met Until we Meet Again
Reply With Quote
  #8  
Old August 29th, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default Re: How do you make a torpedo pass through a shield?

I have looked at the big book of modding and it has nothing about making weapons ignore shields. To make my self clear I will describe what I am trying to do.

I am trying to make a stargate drone weapon that will pass through a shield without damaging the shield, and it would damage the hull directly with a damagebase of 50.
Reply With Quote
  #9  
Old August 29th, 2008
starfox1701's Avatar
I'm way cooler than redm
 
Join Date: December 12th, 2007
Posts: 1,747
Rep Power: 5
starfox1701 should make some friends
Default Re: How do you make a torpedo pass through a shield?

Look the BBOM goes through every single odf command in the game. If you really want to understand who to make weapons do what you want that is where you need to start.
__________________
When First we Met Twas Last we Met Until we Meet Again
Reply With Quote
  #10  
Old August 29th, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default Re: How do you make a torpedo pass through a shield?

I have given the drone weapon the characteristics of a "micro weapon". It works like it should now, I just can't get its image to work. It will only appear if I give it a sod file.
Reply With Quote
  #11  
Old August 30th, 2008
Griedh's Avatar
There's always one more bug
 
Join Date: April 21st, 2007
Posts: 60
Rep Power: 0
Griedh is a n00b
Default Re: How do you make a torpedo pass through a shield?

Iam out, I don't get what you want, do you want the drones to fly around in circles like the ones in the Stargate series, hit a target several times?
__________________
We'll fight until hell freezes over--and then we'll fight on the ice!
Reply With Quote
  #12  
Old August 30th, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default Re: How do you make a torpedo pass through a shield?

All I want to do is make a weapon that will damage any hull without being stopped by shields. To be more specific: I'm trying to make it damage the hull of a ship/station without damaging the ship's/station's shields.
Reply With Quote
  #13  
Old August 31st, 2008
I post to get attention
 
Join Date: August 28th, 2008
Posts: 64
Rep Power: 0
Grodie is a n00b
Default Re: How do you make a torpedo pass through a shield?

Actually a more accurate name for this thread is: How do you make a Pulse Weapon pass through a shield?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Ad Management by RedTyger