View unanswered posts | View active topics It is currently 23 May 2024, 11:01



Reply to topic  [ 14 posts ] 
 Cruiser V 
Author Message
Ensign
Ensign
User avatar

Joined: 31 Aug 2008, 15:55
Posts: 109
The intrepid class star ship price cost and run cost need to be switched.


17 Jun 2009, 23:26
Profile
Evil Romulan Overlord of Evil - Now 100% Faster!
Evil Romulan Overlord of Evil - Now 100% Faster!
User avatar

Joined: 02 Dec 2004, 01:00
Posts: 7392
Location: Returned to the previous place.
Thanks for that jszrom, i'll add it to my to-do list.

_________________
"Anyone without a sense of humour is truly at the mercy of the rest of us."

Image
Image


21 Jun 2009, 23:41
Profile WWW
Ensign
Ensign
User avatar

Joined: 31 Aug 2008, 15:55
Posts: 109
Yea thats what i was talking about before because i built a few of them and well i didnt have any credits left lol So i started over. Is there a way to self destruct a ship? Or decomission it?


24 Jun 2009, 22:24
Profile
Evil Romulan Overlord of Evil - Now 100% Faster!
Evil Romulan Overlord of Evil - Now 100% Faster!
User avatar

Joined: 02 Dec 2004, 01:00
Posts: 7392
Location: Returned to the previous place.
Not yet, be we plan to have a system where ships can be "mothballed" - basically, a certain amount of the ship will be recycled, but the spaceframe will be left intact in a special yard you can build. Then if an emergency occurs (Eg. invasion, Borg, whatever), you'll be able to spend resources on fixing up the ships and bring them back into service. Mothballed ships do not require maintenance, but they will take time and resources to bring into use. However, this will be a lot faster and require less resources than building a fleet from scratch.

_________________
"Anyone without a sense of humour is truly at the mercy of the rest of us."

Image
Image


25 Jun 2009, 00:36
Profile WWW
Ensign
Ensign
User avatar

Joined: 31 Aug 2008, 15:55
Posts: 109
How far can we upgrade ships? Will we be able to upgrade the weapons and shields engines ect?


25 Jun 2009, 01:37
Profile
Admiral
Admiral
User avatar

Joined: 14 Jan 2009, 10:17
Posts: 2042
The designs themselves are upgraded, not specific components. Cruiser IV for example upgrades to Cruiser V, which has better stats overall. The design 2 generations back (for military ships - one gen for non-military) is obsoleted (Cruiser III in the example), so you cannot build it anymore once you get to the new upgrade.
The number of upgrades depends on a number of things, like class, empire, etc.


25 Jun 2009, 16:42
Profile
Ensign
Ensign
User avatar

Joined: 31 Aug 2008, 15:55
Posts: 109
Yea i follow, I was just wondering if you could refit, something llike that.


26 Jun 2009, 04:45
Profile
Evil Romulan Overlord of Evil - Now 100% Faster!
Evil Romulan Overlord of Evil - Now 100% Faster!
User avatar

Joined: 02 Dec 2004, 01:00
Posts: 7392
Location: Returned to the previous place.
No, there are no refits in the game. Mike hasn't programmed such a capability, but that doesn't mean he won't. Even if he did though, we probably wouldn't include it. That doesn't mean mods or post-completion content updates wouldn't be able to use it though. :wink:

In some respects, you could say that a select few designs do get refits though. The Federation Cruiser II and Cruiser III are the Constitution and the Constitution refit. And the Klingon Scout I, Scout II, and Scout III are all variants of the B'rel.

_________________
"Anyone without a sense of humour is truly at the mercy of the rest of us."

Image
Image


27 Jun 2009, 20:40
Profile WWW
Crewman
User avatar

Joined: 06 Dec 2009, 22:46
Posts: 3
i found an solution for the issue
dl and install an shareware xml editor and open the file
(game directory)/Resources\Data\TechObjectDatabase.xml
with
search in the file for "intrepid"
and change red marked values to this>>>

<Ship Key="FED_CRUISER_V">
<TechRequirements>
<BioTech>10</BioTech>
<Energy>10</Energy>
<Computers>10</Computers>
<Propulsion>10</Propulsion>
<Construction>10</Construction>
<Weapons>10</Weapons>
</TechRequirements>
<BuildCost>23820</BuildCost>
<RawMaterials>130</RawMaterials>
<MaintenanceCost>105</MaintenanceCost>
<PopulationHealth>4</PopulationHealth>
<IsUniversallyAvailable>false</IsUniversallyAvailable>
<ObsoletedItems>
<ObsoletedItem>FED_CRUISER_III</ObsoletedItem>
</ObsoletedItems>
<Crew>440</Crew>
<ScienceAbility>9%</ScienceAbility>
<ScanPower>4</ScanPower>
<SensorRange>5</SensorRange>
<HullStrength>310</HullStrength>
<ShieldStrength>1650</ShieldStrength>
<ShieldRecharge>12%</ShieldRecharge>
<BeamType Count="5" Damage="78" Refire="79"></BeamType>
<TorpedoType Count="4" Damage="105"></TorpedoType>
<ShipType>Cruiser</ShipType>
<ClassName>Intrepid</ClassName>
<Dilithium>1</Dilithium>
<Range>15</Range>
<Speed>5</Speed>
<FuelReserve>14</FuelReserve>
<InterceptAbility>8%</InterceptAbility>
<Maneuverability>3</Maneuverability>
<EvacuationLimit>3</EvacuationLimit>
</Ship>

hope it works >
(sorry for bad english)


06 Dec 2009, 22:59
Profile
Evil Romulan Overlord of Evil - Now 100% Faster!
Evil Romulan Overlord of Evil - Now 100% Faster!
User avatar

Joined: 02 Dec 2004, 01:00
Posts: 7392
Location: Returned to the previous place.
Welcome to the forums, m.laforge! :smile:

m.laforge wrote:
dl and install an shareware xml editor
You don't actually need to do this. Try opening xml files in Notepad. :)

I already know how to do the changes you've mentioned though. In fact i've tried many times before. The reason why I haven't fixed the problems and released the files is that manually editing the game files comes with some risk; the game has two different file types where game information is recorded; database files, and xml files. When you edit the game with the editor, both file types are updated whenever you make any changes. However, if you manually edit the xml files, you only edit the xml files...obviously. Anyways, you'd think that you could then just edit the database files. Except you can't. The database files are NOT human-readable so cannot be edited. So you're left with files that mismatch, which greatly increases the chances that your edits will crash the game or cause weird bugs. And I HAVE encountered the results of this type of bug. I had to redownload the game and lose hours worth of work.

Considering the massive amount of edits that I need to make, the chances that I could bug out the game are substantially higher than if I just make the two changes you suggest. And if I was to create a bug like this and then release the files, the files could potentially cause bugs for thousands of people. So to avoid this problem, i'm not going to fix the content bugs nor make the updates that myself and Dafedz have planned over the last 7 months until Mike releases a new editor. But once the editor is released, i'll get right on it and release the files as soon as I can. :)

_________________
"Anyone without a sense of humour is truly at the mercy of the rest of us."

Image
Image


06 Dec 2009, 23:31
Profile WWW
Crewman
User avatar

Joined: 06 Dec 2009, 22:46
Posts: 3
Thanks for your response and welcome, i see too,l that the changes not cause an effect, but game not run instable until yet,
my second think about this was the same you told in last post,
the second file affect to the tech database was encoded, its it's a pity that the code isnt so tricky i think before :)
you need co workers for this project i see... , you need some 2d artworkers? say which format and file you need for some ingame pics to beat my boredom :) and thrust 3d studio and photoshop i dont used the last years


07 Dec 2009, 20:33
Profile
Evil Romulan Overlord of Evil - Now 100% Faster!
Evil Romulan Overlord of Evil - Now 100% Faster!
User avatar

Joined: 02 Dec 2004, 01:00
Posts: 7392
Location: Returned to the previous place.
If you want to help make game content, then there are several jobs threads that you can check out:

Random Event Images

Special Structure Images

Minor Race Special Structure Images

You should be able to find plenty of work there. Alternatively, speak to Kenneth_of_Borg if you're interested in texturing the ship models.

_________________
"Anyone without a sense of humour is truly at the mercy of the rest of us."

Image
Image


08 Dec 2009, 23:47
Profile WWW
Crewman
User avatar

Joined: 06 Dec 2009, 22:46
Posts: 3
ah very god, i hope that i can found my old licence for my max 3.0 and i hope this will be run under windows seven, i looking forward to support your team to make an nice sequell for this genius game :)


08 Dec 2009, 23:56
Profile
Ship Engineer
Ship Engineer
User avatar

Joined: 10 Jul 2006, 01:00
Posts: 5130
Location: Space is disease and danger, wrapped in darkness and silence!
If you can not run your old model program check out Blender. It is a free download and an excellent modeling tool. There are a lot of online tutorials. Blender was used to make this introduction for the Star Trek Supremacy game trailer we hope to complete at some time in the future.
:borg:

_________________
Image


09 Dec 2009, 02:26
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ] 

Who is online

Users browsing this forum: No registered users and 3 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
Designed by STSoftware.