EnglishGermanFrenchRussianPolishItalianSpanish
Log inRegister
 
HQ Construction chart
Post new topic Reply to topic Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
View previous topic :: View next topic
Author Message
Dave Toome
Guest








PostPosted: Mon, 20. Nov 06, 01:28    Post subject: Reply with quote Print

Great, thanks.

I'll get this plumbed in,
it's a rotten time to do this though (Sunday 11-30 pm here)

Back to top
Dave Toome
Guest








modified
PostPosted: Mon, 20. Nov 06, 05:09    Post subject: Reply with quote Print

OK,

here's an Excel spreadsheet
(Edit :Updated 02/12/06)




A whole 73 KBytes download
http://www.Exogenesis.co.uk/HQProductionCosts.zip

or 244 KBytes straight to Internet Explorer (if you've got Excel)
http://www.Exogenesis.co.uk/HQProductionCosts.xls

For people without Excel here a web page doc
(but you can't change the resource prices obviously)
802 KBytes as .htm
http://www.Exogenesis.co.uk/HQProductionCosts.htm
81 KBytes (!) same thing zipped
http://www.Exogenesis.co.uk/HQProductionCostsHTM.zip

This is accurate for resources/credits/time required,
and for profits (and/or savings) made from building ships.

You can now specify if you built your HQ in 2.0.01 or 2.0.02, since
this drastically affects the amount of Microchips needed for ship building.


Also if you've not got Excel, you could try OpenOffice 2.0, it works!, but its a 90+ MByte download, see :
http://www.openoffice.org

Or Microsoft's ExcelViewer util (9 Mbyte download)
http://www.microsoft.com/downloads/details.aspx?FamilyID=c8378bf4-996c-4569-b547-75edbd03aaf0&displaylang=EN
(thanks to teladianium for the link)






text of original post below:

esd : it looks like you can make money, but not a great deal,
in fact I think Titan & Collosus would make a stonking loss, cos the in-game
selling prices for these are only ~60% of the calculated value
- I'll update these two tomorrow (later today).

It really needs someone to make a TS or TP & post the figures as in
the first post, to check one of the values that I have assumed.


Someone like to check this over?



Last edited by Dave Toome on Sat, 6. Jan 07, 11:51; edited 22 times in total
Back to top
Goushiken





Joined: 24 Aug 2006



PostPosted: Mon, 20. Nov 06, 06:05    Post subject: Reply with quote Print

-----------------------------------------------------------------------------
Ship Name- Mercury
-----------------------------------------------------------------------------
Energy Cells- 171
Teladianium- 5
Cloth Rhymes- 1
Rastar Oil- 3
Ore- 7
Silicon Wafers- 5
Crystals- 1
Quantum Tubes- 1
Microships- 3
Computer Components- 1
Credits- 50,489
Production Time- 00:30:24

Back to top
View user's profile Send private message MSN Messenger
Dave Toome
Guest








PostPosted: Mon, 20. Nov 06, 10:17    Post subject: Reply with quote Print

Good, thanks, I assumed the right figure (5 for Class Val 2 for TS/TP).

I forgot to put INT() round all the numbers so
eg Mercury Rastar oil currenly reads 4 (actually 3.6) not the correct 3 .

There appears to be some rounding errors, making eg Dragon cost
644,287 credits, rather than the correct 644,261 credits, not sure
why.

Anyway better zoom off to work now..

Back to top
Kymura





Joined: 31 Aug 2006
Posts: 177 on topic
Location: Lisboa
Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 11:19    Post subject: Reply with quote Print

esd wrote:
My question is this - is it profitable to manufacture ships and sell them to the shipyard?


DAMN!!! great idea hadnt thought of that.... 1 more item in my X3's to do list Razz


_________________

Fleet Commander Kymura, Flag Ship - "Vorador"
Back to top
View user's profile Send private message MSN Messenger
arcana75





Joined: 02 Dec 2003
Posts: 2154 on topic

Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 11:33    Post subject: Reply with quote Print

Hi Dave, u said selling big ships will make a loss, but ur xls file shows profit for the M1/2 ships, about 5mil each or 80+k/hr.

I assume u updated ur xls?


_________________
Nanite Hull Repair, Resource-Free Factory, Collect Wares Mk 2, Remove Products from Docks, Hack Station
Back to top
View user's profile Send private message Visit poster's website
Dave Toome
Guest








PostPosted: Mon, 20. Nov 06, 11:44    Post subject: Reply with quote Print

This only applies to the Argon M1/M2,
I haven't update this yet (later ~3hrs from now).

If you look at the sell price of Titan & Colossus in the sheet they're
way bigger than the actual price you could sell for at a shipyard.

I think Egosoft made a special case for these two ships for some reason.

Back to top
Looney





Joined: 06 Nov 2002
Posts: 250 on topic

Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 11:45    Post subject: Reply with quote Print

two quick questions......

are there any ships that will make a prifit if sold to a shipyard?
is the pirate nova raider still 3 sheilds?
if i RE an original 3 sheild nova raider, will it still have 3 sheilds?
Do any of the races actually automatically buy ships of the HQ?
i would presume if you wish to sell them, this would be a manual thing?

any help would be cool.

Back to top
View user's profile Send private message
jlehtone
Moderator
Moderator

MEDALMEDALMEDAL

Joined: 23 Apr 2005
Posts: 14515 on topic
Location: GalNet BBS
Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 12:07    Post subject: Reply with quote Print

Looney wrote:
if i RE an original 3 sheild nova raider, will it still have 3 sheilds?

Apparently the game saves into savefile some information about a ship. For example, how many shields it installs. So the specs, while shown, are only used while creating the ship. And game creates a ship by looking its specs from the game file. So my bet is that the RE simply looks up the object type ID from the "reversed" sample and stores that. When the HQ then builds a ship, it looks the specs of that ID from the game file. The RelValue is used to compute the requirements, and effective stats become what they are in the game file. RelValue is used to compute the shipyard prices too. I have not figured out the constant multiplier, but it is near 80. Naturally, the price at SY includes also standard (S/M/L) equipment.

Which reminds me. Built-in equipment. For example, the Ore Collector on Miner variants. Does that duplicate? It would be kind of hard to add Triplex on Jag Raider later on.

Why the savegame holds the data on shield count is beyond me. IMO, one should always dynamically refer to the game file. As is the savegame can have ships that "do not exist" due to game file change.

AFAIK, the Argon Nova Raider was never supposed to have 3 shields. One of the earlier patches probably tried to fix that, but accidentally decreased the number of shields in Argon Nova Sentinel. I think both "bugs" have been now fixed.


Edit: This is the German thread. Nearly 60 hours for Titan. I think I rather buy 20 rather than build them.

Back to top
View user's profile Send private message
fud





Joined: 25 Jan 2006
Posts: 6976 on topic
Location: IN, USA
Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 15:17    Post subject: Reply with quote Print

I'd be more interested in using this to mass-produce fighters. I can't wait that long for the big ships.

Back to top
View user's profile Send private message
Dave Toome
Guest








PostPosted: Mon, 20. Nov 06, 16:07    Post subject: Reply with quote Print

I've edited the two 'special' cases (show in red text).

Also added the buying cost (minus min. equipment = 1MJ or 125MJ shield) of each
ship from a shipyard (if you can in fact buy it, a lot you can't).

Also removed some of the dafter 'ships', eg can't see anyone REing an astronaut or spaceflies,
even if you could put them in the production queue, and you can't capture a khaak cluster
to RE it anyway. (Can you capture UFO in 2.0?, left that in just in case).

btw the 'prices' values (yellow on the top right) can be edited, so eg if you make some
of these for free you can see how it affect a potential profit making enterprise
(you'd even make some profits from those Argon M1/M2s if resources cost you nothing).

Anything I've missed or got wrong? Perhaps the table order could be better.

(Download link is in 2nd from top post in this page)

.

Back to top
fud





Joined: 25 Jan 2006
Posts: 6976 on topic
Location: IN, USA
Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 17:06    Post subject: Reply with quote Print

Dave Toome wrote:


Also removed some of the dafter 'ships', eg can't see anyone REing an astronaut or spaceflies...



Aww, come on. Razz What could be more fun than going into X101 and launching 50 space men?

I believe the tactical term is "chaff".


Of course, the problem is, as soon as a space man enters a ship, he's a slave. Very Happy

Back to top
View user's profile Send private message
Vitez



MEDALMEDAL

Joined: 01 Nov 2006
Posts: 440 on topic
Location: Home of Light - Solar Power Plant Alpha
Thank you for registering your game
PostPosted: Mon, 20. Nov 06, 19:00    Post subject: Reply with quote Print

Looney wrote:
Nearly 60 hours for Titan. I think I rather buy 20 rather than build them.

Hehe..Thats why I'm planning to produce M6-s, TL-s and maybe the M7, and sell them to shipyards. I gues it should bring 1-2 mill. And I'll buy the M2-s and M1-s

Back to top
View user's profile Send private message Visit poster's website
Goushiken





Joined: 24 Aug 2006



PostPosted: Mon, 20. Nov 06, 19:29    Post subject: Reply with quote Print

Well there goes my dreams of building my own M1/M2s 2 days is just to long it makes more sense to build M7s and sell them to fund purchasing M1/M2s

Back to top
View user's profile Send private message MSN Messenger
Dave Toome
Guest








PostPosted: Mon, 20. Nov 06, 22:22    Post subject: Reply with quote Print

Spreadsheet re-ordered, the ships are much more logical now,
and tarted it up (much easier to read, I think),
and finally remembered to put the INT()s into the formulae,

Download link in 2nd post of this page updated, repeated here:
A whole 42 KBytes download
http://www.Exogenesis.co.uk/HQProductionCosts.zip
or 154 KBytes straight to Internet Explorer
http://www.Exogenesis.co.uk/HQProductionCosts.xls


I wonder if it's worth starting a new thread,
(with credits to contibuters)
and asking TSM for it to be put in the Guides sticky ?
Otherwise this thread will sink down the forum pretty pronto.

edit: just seen the Teladi Phoenix is also a special case: updated

edit2:
Can you make a goner ship for free, or do you still have to buy the resources?

edit3:
Did we beat the German forum to it?, I looked at the thread linked by jlehtone,
I'm guessing so, but I'm afraid I can't read German.

Back to top
Display posts from previous:   
Post new topic Reply to topic Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
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
You cannot attach files in this forum
You cannot download files in this forum
Control Panel
Login Data
The time now is Sat, 31. Jul 10, 09:46

All times are GMT + 2 Hours


Board Security

Copyright © EGOSOFT 1989-2009
Powered by phpBB © 2001, 2005 phpBB Group
Message Board Statistics Template created by Avatar & BurnIt!
Debug: page generation = 0.17304 seconds, sql queries = 64