Notices

Go Back   FileFront Forums > The Games! > Star Trek: Bridge Commander > ST:BC Problems, Errors and Help

Remember Me?

ST:BC Problems, Errors and Help
Bridge Commander not working? Dissapearing mods? Blank Screen of Death? Porblems with QBR, BCMP, foundation, or BCMI? In here!"

Reply
 
LinkBack Thread Tools Display Modes
Old May 23rd, 2007   #1
My first Command
 
Lennis's Avatar
 
Join Date: April 3rd, 2007
Status: Available
48 posts, 0 likes.
Rep Power: 0
Lennis has disabled reputation
Default Basic torpedo question

I am now at the point where I am trying to alter the graphical characteristics of torpedoes with the projectile script files. Ideally, I would just use the ones that came with KM 0.9, but I can't because I am using modified data. I only have pyc files for the KM originals, and I can't read or alter those with wordpad. (Is there any way to dechipher these core files without the original .py?) So I scavenged a TMP projectile script from someone else's ship pack and am using that as a base for making other torpedo types. But I assigned a different tga file (the KM original) to the script of my current weapon, and now the torpedo doesn't look right. It is smaller than the KM torpedo and too dim compared with the TMP torp I scavenged. I don't know how to change these characteristics, as I'm not sure which number is what. Here is the relevant part of the file (I think).

import App
def Create(pTorp):
kGlowColor = App.TGColorA()
kGlowColor.SetRGBA(255.0 / 255.0, 45.0 / 255.0, 0.0, 1.000000)
kCoreColor = App.TGColorA()
kCoreColor.SetRGBA(255.0 / 255.0, 252.0 / 255.0, 100.0 / 255.0, 1.000000)
# Params are:
pTorp.CreateTorpedoModel(
"data/Textures/Tactical/CAKlingon.tga",
kCoreColor,
0.1,
1.0,
"data/Textures/Tactical/TorpedoGlow.tga",
kGlowColor,
1.0,
0.7,
0.7,
"data/Textures/Tactical/TorpedoFlares.tga",
kGlowColor,
20,
0.45,
0.15)

Thanks in advance if anyone can help.
Lennis is offline   Reply With Quote
Old May 23rd, 2007   #2
perfection!
 
Henze's Avatar
 
Join Date: December 14th, 2006
Location: just here!
Status: Happy
478 posts, 0 likes.
Rep Power: 20
Henze is a n00b
Default

try to open in mpe and save directly without editing anything in it,

i know mpe is not designed for torpedoes, but it works with pycs as well, and if you save them they will be saved in plain text: the py extension

it works with ship hardpoints, but i don't know if it works with the torpedo script files....

and most of the time the color order is R G B


not shure if this is the case here, and don't know what the A means in the Kcolor.set value...

hope someone else can point that part out, otherwise just try for a while :P

I do not answer any PM's, thank you..
It's Life Jim...but not as we know it!

Damnit Jim, I am a Doctor, Not an engineer!!

hahahah, Very funny, NOW BEAM BACK MY CLOTHES
!!
Henze is offline   Reply With Quote
Old May 23rd, 2007   #3
CGI Rendering and Animation
 
MScott's Avatar
 
Join Date: February 19th, 2007
Location: Seattle, Washington
Status: Modding, testing or posting. But always available.
329 posts, 0 likes.
Rep Power: 19
MScott should make some friends
Send a message via ICQ to MScott
Default Not sure about that...

quote:

"it works with ship hardpoints, but i don't know if it works with the torpedo script files"

It's worth a try, but I'm not sure if that will work. The torpedoes and some of my hardpoint ideas all start with a hardpoint pack that contains all uncompiled python HP's and torps. It can be located at:

hardpoint pack11, Bridge Commander Downloads, Bridge Commander Weapons Mod

Also there are some good tutorials in the stickied threads.
MScott is offline   Reply With Quote
Old May 23rd, 2007   #4
BC-Central Staff
 
JimmyB76's Avatar
 
Join Date: March 19th, 2003
Location: Rhode Island, USA
Status: Available
2,310 posts, 0 likes.
Rep Power: 29
JimmyB76 has been known to help peopleJimmyB76 has been known to help people
Default

also - use notepad... not wordpad...
and you might want to go thru BCU - all those things are described in depth... with a little bit of research on your end, youll no doubt find all the answers you need
if youre still stuck, try posting at BCC...
JimmyB76 is offline   Reply With Quote
Old May 23rd, 2007   #5
I want to be like the Admins
 
mitchhankins's Avatar
 
Join Date: March 23rd, 2006
Location: Netherlands
Status: Available
227 posts, 0 likes.
Rep Power: 0
mitchhankins has disabled reputation
Default

Quote:
Originally Posted by JimmyB76 View Post
also - use notepad... not wordpad...
and you might want to go thru BCU - all those things are described in depth... with a little bit of research on your end, youll no doubt find all the answers you need
if youre still stuck, try posting at BCC...
OMG jimmy where's your avatar and did you get promoted? congrats lol

ok back on topic:
No MPE can't be used for torps, hp only, trust me I've tried, Defiant had somekind of decreption engine google it

like jimmy said, search bcc or something
mitchhankins is offline   Reply With Quote
Old May 23rd, 2007   #6
BC-Central Staff
 
JimmyB76's Avatar
 
Join Date: March 19th, 2003
Location: Rhode Island, USA
Status: Available
2,310 posts, 0 likes.
Rep Power: 29
JimmyB76 has been known to help peopleJimmyB76 has been known to help people
Default

actually, i resigned from moderating the BC-section here at FF... im still onstaff at BCFiles, tho, which is why i have the FF Network Staff title...
i made a thread about it in the General Yib-Yab (Off Topic) Forum lol
my avatar, i just decided id wait until i got a better pic of my cat lol
JimmyB76 is offline   Reply With Quote
Old May 23rd, 2007   #7
I want to be like the Admins
 
mitchhankins's Avatar
 
Join Date: March 23rd, 2006
Location: Netherlands
Status: Available
227 posts, 0 likes.
Rep Power: 0
mitchhankins has disabled reputation
Default

Quote:
Originally Posted by JimmyB76 View Post
actually, i resigned from moderating the BC-section here at FF... im still onstaff at BCFiles, tho, which is why i have the FF Network Staff title...
i made a thread about it in the General Yib-Yab (Off Topic) Forum lol
my avatar, i just decided id wait until i got a better pic of my cat lol
ok I see, I'll read it then
mitchhankins is offline   Reply With Quote
Old May 23rd, 2007   #8
My first Command
 
Lennis's Avatar
 
Join Date: April 3rd, 2007
Status: Available
48 posts, 0 likes.
Rep Power: 0
Lennis has disabled reputation
Default

Notepad gives me even more unrecognizable gibberish than Wordpad. The data I need the most, numbers, are still encoded. I guess I'll have to search BCU, though I don't relish spending the rest of my evening searching through posts again.

(EDIT) I found what I was looking for almost immediately. I don't usually have that kind of luck researching. Here is the post in question, and I'll let you know what happens. Thanks again.

Bridge Commander Universe :: View topic - Guide: Torpedo Modding

Last edited by Lennis; May 23rd, 2007 at 09:36 AM.
Lennis is offline   Reply With Quote
Old May 23rd, 2007   #9
CGI Rendering and Animation
 
MScott's Avatar
 
Join Date: February 19th, 2007
Location: Seattle, Washington
Status: Modding, testing or posting. But always available.
329 posts, 0 likes.
Rep Power: 19
MScott should make some friends
Send a message via ICQ to MScott
Default I was wrong...

Yes, this is it. Dragon is the king of this stuff. I thought I saw this in a stickied thread, did'nt mean to mislead. Glad you found it and that it was helpful though. What kind of torpedoes are you making? I'm currently working on some Dominion modified tricobalt and some Klingon and Romulan phased plasma torps. Maybe we could exchange ideas.
MScott is offline   Reply With Quote
Old May 24th, 2007   #10
My first Command
 
Lennis's Avatar
 
Join Date: April 3rd, 2007
Status: Available
48 posts, 0 likes.
Rep Power: 0
Lennis has disabled reputation
Default

My objective was fairly simple. Create different torpedo types for the TMP-era for gameplay balance. They have no special characteristics. This torpedo I wanted to create was specifically for the B'rel. It does 600 damage compared to the Federation Mark IV's 500 and has slightly better guidance and launch speed. I also intend to create a D-7 torpedo that also does 600 damage, but has inferior guidance to the Mark IV.

Both torpedoes are descended from the same core file, which I got from the Akula TMP ship pack. I believe the file is by Ducat. I played around with it using the textures from the KM original - with help from that sticky - but couldn't get the glow to look the same as it did in KM. So I decided to use Ducat's texture instead - which I do think is better - but I'm already using that for the Federation Mark IV. I'd like some variety in my torps, if possible. I changed the B'rel torp color to match what was seen in ST:III to differerentiate the two.

I just remembered that I have a seperate BC folder with DS9FX installed, and I believe that mod has the weapon .py files. I should be able to use those textures in the future. Still, reading that sticky was a great help. Now the only question is, with KM 1.0 coming out soon, will I want to mod anything else before then?
Lennis is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Basic Dragon Question... katanamaru SW:JK3 Modding, Mapping and Editing 9 November 18th, 2008 12:19 PM
Torpedo question firewarrior1705 ST:A2 Modding, Mapping and Editing 7 December 1st, 2007 01:54 AM
Basic Question Ambient SW:JK3 Modding, Mapping and Editing 12 September 3rd, 2004 05:11 PM
A Torpedo Question Beelzebub ST:BC Modding and Editing 0 June 30th, 2004 09:33 AM
just a basic question elvencrest SW:JK Modding, Mapping and Editing 3 March 15th, 2003 01:50 AM


All times are GMT -7.







   
 





This site is part of the Defy Media Gaming network

The best serving of video game culture, since 2001. Whether you're looking for news, reviews, walkthroughs, or the biggest collection of PC gaming files on the planet, Game Front has you covered. We also make no illusions about gaming: it's supposed to be fun. Browse gaming galleries, humor lists, and honest, short-form reporting. Game on!

FileFront Forums - Terms of Service - Top
Theme Selection
Copyright © 2002-2016 Game Front. All rights reserved. Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
Forum Theme by Danny King (FileTrekker), Sheepeep & Graeme(rs)
RSS Feed Widget by FeedWind