Notices

Go Back   FileFront Forums > The Games! > Star Trek: Legacy > STL Modding, Mapping and Editing

Remember Me?

STL Modding, Mapping and Editing
Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Display Modes
Old March 19th, 2008   #1
Tomb Raider Drakan
 
Join Date: March 14th, 2008
Location: Australia
Status: Available
43 posts, 0 likes.
Rep Power: 0
buckmana is a n00b
Send a message via Yahoo to buckmana
icon_question How do I edit ships and add them as a new category?

I've isolated a number of ships I like. I want to create custom categories so I can access a team of my favorite ships easily.

But I don't know how to do this.

Here is a list of how I plan to organize the ships.

Alliance Faction:
Type 8 Armed Shuttle (Fed).
Type 9 Armed Shuttle (Fed).
Type 10 Armed Shuttle (Fed).
Type 11 Armed Shuttle (Fed).
Type 18 Armed Shuttle (Fed).
Danube Refit Class (Fed).
Delta Flyer (Fed).
8472 Bioship.
DanielJackson class (Asgard)
Valhalla class (Asgard)
Beliskner class (Asgard)
OŽNeill class (Asgard)
Aurora class (Ancient)
Ancient Warship (Ancient)
Borg Enhanced Voyager (Fed).
Intrepid Class II (Fed).
Borg Killer Voyager (Fed).


Klingon:
B'Rel class.
Raptor Refit.
K-18.
K-32.
K'Vort class.
Vor'Cha Class.
Negh'Var.
Quv class.
And any other cool Klingon vessels.

Borg Faction
An assortment of Borg vessels, but only the sphere from Trek Battles II.

Cardassian:
Hideki
Telcar
Kimal
Galor
Hutet

Dominion:
Bugship or Attack Ship
Attack Cruiser
Battlecruiser
Battleship

Goa'Uld:
Deathglider (doesn't exist).
Alkesh
Anubis Flagship (I may remove this from the List)
A Hatak, haven't chosen which one yet.

Wraith:
Wraith Dart (doesn't exist).
Wraith Cruiser (doesn't exist).
Hiveship.

Ori:
Ori Warship.

I'm not sure what the Basestar is, so don't know where to place it.

Also, I wish to modify certain aspects of the existing ships.

I want to add the shields of O'Neill 1.1 to the 8472 Bioship.

I also want to add the Ori Beam weapon to the Ancient Warship. And I still want the "drones" to be available. Can this be done? Is it possible to have two beam weapons?

I would also replace the shields of the Ancient ships with the O'Neill 1.1 shields. I would also transfer them to the newer types of Asgard vessel.

But how do I do any of this?

I haven't found any tutorials on how to do any of this!
buckmana is offline   Reply With Quote
Old March 21st, 2008   #2
Who needs a user title?
 
gdata's Avatar
 
Join Date: January 10th, 2007
Location: Germany
Status: Available
1,583 posts, 0 likes.
Rep Power: 20
gdata is generally helpfulgdata is generally helpful
Default Re: How do I edit ships and add them as a new category?

Have you merged Trek Battles 2 and Alliance with some other mods on Legacy Files? Lol..you just installed Trek Battles on Alliance? The weapons should work, because I kept the sprites from Alliance in TB, but the races in Trek Battles use different names than in Alliance.
The easiest way to do this is probably this one:

Open the file Dynamic_Localized_Strings_EN.xml in your Legacy Install and search for this:
Code:
 
   <Entry id="GUI_RD_BORG">BORG COLLECTIVE</Entry>
   <Entry id="GUI_RD_VULCAN">VULCAN</Entry>
   <Entry id="GUI_RD_Vulcan">VULCAN</Entry>
   <Entry id="GUI_RD_FEDERATION">FEDERATION</Entry>
   <Entry id="GUI_RD_KLINGON">KLINGON</Entry>
   <Entry id="GUI_RD_NORACE">Uninhabited</Entry>
   <Entry id="GUI_RD_ROMULAN">ROMULAN</Entry>
   <Entry id="GUI_RD_DOMINION">DOMINION</Entry>
   <Entry id="GUI_RD_TERRAN">TERRAN</Entry>  
   <Entry id="GUI_RD_CARDASSIAN">CARDASSIAN</Entry>
   <Entry id="GUI_RD_MISC">MISCELLANEOUS</Entry>
   <Entry id="GUI_RD_8472">BREEN</Entry>
Then change >BORG COLLECTIVE<, >VULCAN<, ETC. to whatever you want. and edit the ships race correctly. eg.: If you want the Type 11 shuttle to be a part of the >Alliance Fraction< you do not have to change anything, if you changed

Code:
   <Entry id="GUI_RD_FEDERATION">FEDERATION</Entry>
to
Code:
   <Entry id="GUI_RD_FEDERATION">Alliance Fraction</Entry>
because the game thinks it is the federation, but displays it as Alliance Fraction.
If your ship shall be a part of the Goa'Uld and you changed
Code:
   <Entry id="GUI_RD_ROMULAN">ROMULAN</Entry>
to
Code:
   <Entry id="GUI_RD_ROMULAN">Goa'Uld</Entry>
you have to edit the Goa'Uld ship's odf:

Code:
race = romulan
You can also create a new race, but that's difficult to do and even more difficult to explain.
gdata is offline   Reply With Quote
Old March 21st, 2008   #3
Tomb Raider Drakan
 
Join Date: March 14th, 2008
Location: Australia
Status: Available
43 posts, 0 likes.
Rep Power: 0
buckmana is a n00b
Send a message via Yahoo to buckmana
Thumbs up Re: How do I edit ships and add them as a new category?

Thanks for telling me.

Actually, I want to put my favorite Star Trek and Stargate Ships together in a group of their own, for easy access.

Then I was going to put the enemies in seperate categories, so I could test various combinations of ships against specific enemies (Asgard vs Goa'Uld for example).
buckmana is offline   Reply With Quote
Old March 21st, 2008   #4
Tomb Raider Drakan
 
Join Date: March 14th, 2008
Location: Australia
Status: Available
43 posts, 0 likes.
Rep Power: 0
buckmana is a n00b
Send a message via Yahoo to buckmana
icon_question Re: How do I edit ships and add them as a new category?

Okay, I've been playing around with creating a new "race" for my Alliance ships.

I think I've done everything necessary, but I'm still don't see my "new" race appearring ingame.

It still lists the four standard ones. If what I did worked, I should see five, the new one being my list (well, at the moment, there's only one vessel in there) of favorite ships.

No matter how hard it is, I want to learn how to create these custom lists. Once I learn how it's done, it should be easy to implement the rest of the categories I need.
buckmana is offline   Reply With Quote
Old March 22nd, 2008   #5
Who needs a user title?
 
gdata's Avatar
 
Join Date: January 10th, 2007
Location: Germany
Status: Available
1,583 posts, 0 likes.
Rep Power: 20
gdata is generally helpfulgdata is generally helpful
Default Re: How do I edit ships and add them as a new category?

Ok...just tell me which files you have edited and I can tell you which files you missed!
gdata is offline   Reply With Quote
Old March 22nd, 2008   #6
Tomb Raider Drakan
 
Join Date: March 14th, 2008
Location: Australia
Status: Available
43 posts, 0 likes.
Rep Power: 0
buckmana is a n00b
Send a message via Yahoo to buckmana
Arrow Re: How do I edit ships and add them as a new category?

For the sake of my "experiment", I created a category called AJBships.

So far, it only contains the 8472 bioship.

I'll try to list the files I modified:
Dynamic_Localized_Strings_EN.xml
odf\other\8472.odf (not sure if I modded this one)
odf\other\AJBShips.odf (added this file as a modified version of misc.odf-which contained the bioship).
odf\other\races.odf (added AJBships as 7 =)
odf\ships\Bioship.odf (added powerful shields).

I must be missing something if my new category is not appearing.

Thanks again for helping me out.
buckmana 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
How can we edit the ships' models? Super_Ion_cannon SW:EaW Modding, Mapping and Editing 6 February 8th, 2008 04:24 AM
How do I edit registries on ships? Icepick ST:BC Modding and Editing 5 November 25th, 2004 04:11 PM
Will Someone Tell Me How To Edit Ships On My Game CHANCEL ST:BC Modding and Editing 7 June 11th, 2004 08:11 PM


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