[Mod] MoreFuel v0.4 [Update 12.02.2014]

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

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

User avatar
eMYNOCK
Moderator (DevNet)
Moderator (DevNet)
Posts: 2061
Joined: Thu, 21. Aug 03, 10:37
x4

[Mod] MoreFuel v0.4 [Update 12.02.2014]

Post by eMYNOCK »

Are your ships on dry land?

Are your gas stations also bought constantly empty?

We have the solution!

[ external image ]


presents:

More Fuel


Thanks to a massive revision of the means of production in the global production of fuel cells production time was reduced by a factor of 4!




Download Location v0.4


Features:

Shorter production cycles of the cells charging stations.

The supply of the stations with energy, food, and Space Fuel is now sometimes profitable (no guarantee).


CHANGES:

All Changes only affect the Amount or Time per cycle.

Changed Cycle from 600 Seconds to 150 Seconds
Changed Production amount from 900 (per Module) to 225 (per Module)
Changed Energycells consumption from 800 to 200
Changed Food Ration consumption from 120 to 30 (BoFu from 50 to 13)
Changed Space Fuel consumption from 20 to 5
Changed Price to fit upcoming Vanilla Price


**Translated with GoogleTranslate & UniTrader**
**Thanks to UniTrader for coding Help**
Last edited by eMYNOCK on Thu, 13. Feb 14, 01:39, edited 4 times in total.
MynoCorp Technologies - We build it, you're stuck with it.
User avatar
YorrickVander
Posts: 2769
Joined: Tue, 29. Oct 13, 21:59
x4

Post by YorrickVander »

Spotted an error last night with the patch pathing in 1.22 this change fixes it

Code: Select all

<replace sel="/wares/ware[@id='fuelcells']">
instead of

Code: Select all

<replace sel="//ware[@id='fuelcells']">
X Rebirth - A Sirius Cybernetics Corporation Product

Split irritate visiting pilot with strange vocal patterns.
User avatar
eMYNOCK
Moderator (DevNet)
Moderator (DevNet)
Posts: 2061
Joined: Thu, 21. Aug 03, 10:37
x4

Post by eMYNOCK »

Thanks for the feedback, file edited. :thumb_up:
MynoCorp Technologies - We build it, you're stuck with it.
UniTrader
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 14571
Joined: Sun, 20. Nov 05, 22:45
x4

Post by UniTrader »

YorrickVander wrote:Spotted an error last night with the patch pathing in 1.22 this change fixes it

Code: Select all

<replace sel="/wares/ware[@id='fuelcells']">
instead of

Code: Select all

<replace sel="//ware[@id='fuelcells']">
there shoudnt be a difference for these two, first one specifies an exact path, from the root node, the second one is like "any <ware> node with the attribute id="fuelcells" and this should be unique enough.
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 ;)
User avatar
YorrickVander
Posts: 2769
Joined: Tue, 29. Oct 13, 21:59
x4

Post by YorrickVander »

It fixes this error log section :

[General] ======================================
[=ERROR=] Cannot replace a node as an attribute or text for path '//ware[@id='fuelcells']' node in patch file 'extensions\MoreFuel\libraries\wares'. Skipping node.
[General] ======================================
X Rebirth - A Sirius Cybernetics Corporation Product

Split irritate visiting pilot with strange vocal patterns.

Return to “X Rebirth - Scripts and Modding”