PHP Web Host - Quality Web Hosting For All PHP Applications
  Login or Register
Submit Files

Submit Files

 
Modules
· Home
· AvantGo
· Downloads
· Feedback
· Forums
· Library
· Private Messages
· Search
· Statistics
· Stories Archive
· Topics
· Web Links
· Your Account
 
Hackers Stopped
You have been warned!
We have caught 1188 shameful hackers.

NukeSentinel(tm)
 
Armada Fleet Command: Forums


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
MajorPayne
Forum Administrator aka Fleet Admiral
Forum Administrator aka Fleet Admiral



Joined: Apr 23, 2003
Posts: 1809

PostPosted: Thu Aug 26, 2010 4:01 am Reply with quote Back to top

Okay so I've spent months searching for damage textures. Now I'm asking. How the hell do you make them?? Textures are beyond my skills to create but what I'm after is either a good solid tutorial to show how they are made, or a resource that has them. These damage textures that I'm looking for would look something like, say, Voyager did during the two parter "Year of Hell", sort of black scaring and scortch marks. The reason I need these is to complete one of two final sections to my A1 mod.

Anyway. Any help is highly appreciated.
 
View user's profile Send private message Send e-mail MSN Messenger ICQ Number
Tommygun_BoG
Cadet 3rd Year
Cadet 3rd Year



Joined: Apr 20, 2009
Posts: 80

PostPosted: Thu Aug 26, 2010 10:53 am Reply with quote Back to top

ok, should be easy to do in photoshop by using some of those for example:

http://www.rnel.net/tutorial/Photoshop/14034

if you need help with it -> pm!

edit: found some other crack brushes that could also be applied:

http://designm.ag/resources/cracks-brushes-photoshop/
 
View user's profile Send private message
MajorPayne
Forum Administrator aka Fleet Admiral
Forum Administrator aka Fleet Admiral



Joined: Apr 23, 2003
Posts: 1809

PostPosted: Thu Aug 26, 2010 3:11 pm Reply with quote Back to top

Many thanks Tommy. I'm sure I'll be able to make use of those in some capacity.

_________________
BORG: Incursion - The Next Level mod for Star Trek: Armada I - Mod DB 
View user's profile Send private message Send e-mail MSN Messenger ICQ Number
Cmndr_Parker1
Cadet 4th Year
Cadet 4th Year



Joined: May 16, 2004
Posts: 103
Location: Langley Virginia

PostPosted: Sat Aug 28, 2010 2:27 am Reply with quote Back to top

I've done some work with damages in the past, but had a little difficulty and set it aside for later. But since you brought it up....I was working with adding scarring from torpedo strikes. I found a great scar pattern and altered it so it would include a little charring around the edges. I got it working in the game, but damage textures are lighted by default in armada. So, instead of a static damage scar of black and grey I got a scar that pulsed orange and red. I never figured out how to turn off the flame animation. But if you can figure that out Major...maybe we could work on perfecting it. Then we could have great scar textures in both our mods.
 
View user's profile Send private message Send e-mail
Cmndr_Parker1
Cadet 4th Year
Cadet 4th Year



Joined: May 16, 2004
Posts: 103
Location: Langley Virginia

PostPosted: Sat Aug 28, 2010 2:28 am Reply with quote Back to top

PM me and we can talk
 
View user's profile Send private message Send e-mail
MrVulcan
Lieutenant-Junior Grade
Lieutenant-Junior Grade



Joined: Apr 25, 2003
Posts: 562
Location: TO CA

PostPosted: Sun Aug 29, 2010 6:30 pm Reply with quote Back to top

Cmndr_Parker1,

Did you replace the existing textures? Or did you add new sprite nodes / damage mesh?

The standard damage sprites used on stock ships are all sprite nodes. To remove their animation, just change the appropriate sprite animation to "const" (ie. no animation). Unfortunately, I am away from my modding machine atm so I can't give you the exact line to change. Will edit this post later today) I believe the sprite file to look into is damage.spr
Edit: yes, the file to look into is damage.spr. Just change "fire" and "fire2" in the sprite node entries to "const" to take out the pulsating orange animation:
@sprite_node crew1 crew1 const (5,5) (1,1,1)

If you add a mesh-type damage to a ship, you can specify a texture animation as per any other type of mesh texture animation (add an animation node to the mesh)

MajorPayne,

I could forward a damage tutorial that I've been working on. Its original intent was for FT members until release, but it now has limited usefullness as I'm the only one working on adding hull damage. The tutorial is for 3ds max 5, but you would be able to extract the info you'd need to apply it in milkshape too. Let me know.

_________________
Photobucket

Last edited by MrVulcan on Wed Sep 01, 2010 8:37 am; edited 1 time in total 
View user's profile Send private message Send e-mail MSN Messenger
Cmndr_Parker1
Cadet 4th Year
Cadet 4th Year



Joined: May 16, 2004
Posts: 103
Location: Langley Virginia

PostPosted: Mon Aug 30, 2010 12:35 am Reply with quote Back to top

I would be interested in that damage tut as well Mr. Vulcan. I'll PM you my e-mail addy. On that note, I've been thinking and have come to the conclusion that what would probably work best is creating a damage text for each ship like armada does for borg assimilation textures. Maybe create the damage texture and name it D_fcruise1 like B_fcruise1 for borg texts. The question is how do you get the engine to recognize and load the damage textures.....would you have to add a special node and link it to the damage mother node?
 
View user's profile Send private message Send e-mail
MrVulcan
Lieutenant-Junior Grade
Lieutenant-Junior Grade



Joined: Apr 25, 2003
Posts: 562
Location: TO CA

PostPosted: Tue Aug 31, 2010 1:30 am Reply with quote Back to top

Quote:
would you have to add a special node and link it to the damage mother node?


You would add to the specific damage node (say, engines) a mesh containing the appropriate damage.

    geometry: geometry mesh, sprites, emiters, etc, as well as lod control
    damage: nodes for system damage: life, crew, engines, sensors, weapons, shields


For each of the damage nodes, you'll have a combination of meshes, sprite nodes and emitters for whatever damage effect you want to produce. But unlike the geometry node, everything attached to the damage nodes appear only when the corresponding system is down (either disabled or damaged).

Hope this helps

_________________
Photobucket 
View user's profile Send private message Send e-mail MSN Messenger
Cmndr_Parker1
Cadet 4th Year
Cadet 4th Year



Joined: May 16, 2004
Posts: 103
Location: Langley Virginia

PostPosted: Sat Sep 04, 2010 9:23 am Reply with quote Back to top

Thanks Mr. Vulcan it was a very informative and useful document. I have one additional question......where can I get that ship from? It would make a great troop transport.
 
View user's profile Send private message Send e-mail
MrVulcan
Lieutenant-Junior Grade
Lieutenant-Junior Grade



Joined: Apr 25, 2003
Posts: 562
Location: TO CA

PostPosted: Sun Sep 05, 2010 1:56 am Reply with quote Back to top

Sorry Cmndr_Parker, but that ship is strictly FT and is not for personal use or re-release. Thanks Smile

_________________
Photobucket 
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001-2008 phpBB Group
:: Theme & Graphics by Daz :: Ported for PHP-Nuke by nukemods.com ::
All times are GMT + 5 Hours
Forums ©
 
Legal Notice | Privacy Policy | Terms of Use | Comments ]

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters,
all the rest  © 2001 - Present by AFC aka Kevin Hurley



Page Generation: 0.11 Seconds

:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional & XHTML 1.0 Transitional Compliance by RavenNuke™ TEAM ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation :: W3C XHTML 1.0 Transitional Compliance Validation ::