adding wares to a factory

The place to discuss scripting and game modifications for X Rebirth.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

John McG
Posts: 553
Joined: Wed, 29. Dec 04, 19:08
x4

adding wares to a factory

Post by John McG »

Is there a 'cheat' way of going into a 'saved' file and adding wares to a factory?
Thanks.
Nanook
Moderator (English)
Moderator (English)
Posts: 28247
Joined: Thu, 15. May 03, 20:57
x4

Post by Nanook »

Moving to the S&M forum where it can be answered properly.
Have a great idea for the current or a future game? You can post it in the [L3+] Ideas forum.

X4 is a journey, not a destination. Have fun on your travels.
Snafu_X3
XWiki Moderator
XWiki Moderator
Posts: 4473
Joined: Wed, 28. Jan 09, 15:14
x3tc

Post by Snafu_X3 »

Nanook you appear to have moved this to the Spoilers forum.. unless it originated there..
Wiki X:R 1st Tit capping
Wiki X3:TC vanilla: Guide to generic missions, Guide to finding & capping Aran
Never played AP; all X3 advice is based on vanilla+bonus pack TC or before: AP has not changed much WRT general advice.

I know how to spell teladiuminumiumium, I just don't know when to stop!

Dom (Wiki Moderator) 8-) DxDiag
UniTrader
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 14571
Joined: Sun, 20. Nov 05, 22:45
x4

Post by UniTrader »

it originated there and there is still a shadow topic which links to the original topic in the S&M-Forum ;) the Moved: means a Topic has been moved away from the forum where you see it ;)
if not stated otherwise everything i post is licensed under WTFPL

Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter ;)

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help ;)
w.evans
Posts: 2963
Joined: Tue, 18. Nov 14, 16:23
x4

Post by w.evans »

Ooooh. Quantum entanglement.

@John McG, you could maybe use nemesis1982's editor here.

Or you could maybe ask Simoom who has a thread on save edits here.
User avatar
YorrickVander
Posts: 2774
Joined: Tue, 29. Oct 13, 21:59
x4

Post by YorrickVander »

if you prefer to do it by hand, you can search for the name of your manager, then reference the def officer for accuracy to make sure you have the correct station. Further down you will find sections of cargo split by ware type (bulk, container etc) like so

Code: Select all

<component class="storage" macro="struct_econ_prod_al_stor_energy_macro" connection="space" id="[0x326c]">
<offset default="1"/>
<cargo>
<summary state="collapsed" parent="[0x326c]" connection="connection_cargobay01">
<ware ware="antimattercells" amount="12609"/>
<ware ware="energycells" amount="97004"/>
<ware ware="plasmacells" amount="11169"/>
</summary>
</cargo>
X Rebirth - A Sirius Cybernetics Corporation Product

Split irritate visiting pilot with strange vocal patterns.
John McG
Posts: 553
Joined: Wed, 29. Dec 04, 19:08
x4

Post by John McG »

Thanks for your help

Return to “X Rebirth - Scripts and Modding”