Jump to content

Manufacturing Times


Knox1776

Recommended Posts

I don't mind, but I have trouble following it >< I guess I'll download office viewer so I can tell which numbers I'm looking for in the code

EDIT: downloaded office viewer, and it refuses to open it. If any one with a working knowledge of xml files could help me, it would be much appreciated :). I do not regularly work with code (the most I have ever done is set up small servers for games like minecraft).

Edited by Volcris
Link to comment
Share on other sites

The file has a key near the top.

If you skip all of the stuff until you get to the first block of strings it tells you what each line means.

The confusing part is that if an attribute isn't used for a specific item it is usually deleted completely which can make the lines harder to follow.

<Row>

<Cell><Data ss:Type="String">ManTech.Laserpistol</Data></Cell>

<Cell><Data ss:Type="String">SoldierWeapons</Data></Cell>

<Cell><Data ss:Type="Number">20</Data></Cell>

<Cell><Data ss:Type="Number">20000</Data></Cell>

<Cell><Data ss:Type="String">10xItems.Alienalloys</Data></Cell>

<Cell><Data ss:Type="String">manufacture/ManTech.Laserpistol</Data></Cell>

<Cell ss:Index="8"><Data ss:Type="String">StockItem( "weapon.laserpistol" );</Data></Cell>

</Row>

That tells you that the item is a laser pistol.

It sits in the Soldier Weapons section of the factory UI.

Has a completion time of 20 days.

A cost of $20000.

Requires 10 alien alloys to produce.

The image displayed will be in the manufacture folder and named mantech.laserpistol

And the final line means when the job finishes a laser pistol is added to your stores.

Some of the flags aren't used at the moment or only used for certain items.

Once you play with the files for a bit in notepad you get the hang of them.

It is easier in an xml or spreadsheet editor though.

I was told about something called sheetster which might do the trick, apparently there is a free version if you can find it.

Disclaimer: not tried it myself, might be rubbish, require payment, be riddled with the pox, imaginary, or any combination of the above.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...