[3.10 ST] drama of prodution methods

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

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

User avatar
BurnIt!
EGOSOFT
EGOSOFT
Posts: 5118
Joined: Wed, 6. Nov 02, 20:31
x4

Post by BurnIt! »

I've got some good news for you.

With the next update the possible ware production methods will no longer be hardcoded and instead are defined inside the wares.xml file.
That will allow you to add as many new production methods as you like.
BurnIt!
In der Ruhe liegt die Kraft. / In peace lies strength.
User avatar
Marvin Martian
Posts: 3617
Joined: Sun, 8. Apr 12, 09:40
x4

Post by Marvin Martian »

yippee!!

----

BTW
does someone know how to restrict buy and sell of wares per Script? (and set price to up&low end?)

it seems managed in the LUA files
w.evans
Posts: 2963
Joined: Tue, 18. Nov 14, 16:23
x4

Post by w.evans »

BurnIt! wrote:With the next update the possible ware production methods will no longer be hardcoded and instead are defined inside the wares.xml file.
That will allow you to add as many new production methods as you like.
Thanks for this news, BurnIt!
w.evans
Posts: 2963
Joined: Tue, 18. Nov 14, 16:23
x4

Post by w.evans »

Forgot to say

Code: Select all

  <production>
    <method id="albion" />
    <method id="devries" />
    <method id="fieldsofop" />
    <method id="maelstrom" />
    <method id="omicron" />
  </production>
Thank you!

Return to “X Rebirth - Scripts and Modding”