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**
[Mod] MoreFuel v0.4 [Update 12.02.2014]
Moderators: Moderators for English X Forum, Scripting / Modding Moderators
-
- Moderator (DevNet)
- Posts: 2061
- Joined: Thu, 21. Aug 03, 10:37
[Mod] MoreFuel v0.4 [Update 12.02.2014]
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.
-
- Posts: 2769
- Joined: Tue, 29. Oct 13, 21:59
Spotted an error last night with the patch pathing in 1.22 this change fixes it
instead of
Code: Select all
<replace sel="/wares/ware[@id='fuelcells']">
Code: Select all
<replace sel="//ware[@id='fuelcells']">
X Rebirth - A Sirius Cybernetics Corporation Product
Split irritate visiting pilot with strange vocal patterns.
Split irritate visiting pilot with strange vocal patterns.
-
- Moderator (DevNet)
- Posts: 2061
- Joined: Thu, 21. Aug 03, 10:37
-
- Moderator (Script&Mod)
- Posts: 14571
- Joined: Sun, 20. Nov 05, 22:45
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.YorrickVander wrote:Spotted an error last night with the patch pathing in 1.22 this change fixes it
instead ofCode: Select all
<replace sel="/wares/ware[@id='fuelcells']">
Code: Select all
<replace sel="//ware[@id='fuelcells']">
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
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

-
- Posts: 2769
- Joined: Tue, 29. Oct 13, 21:59
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] ======================================
[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.
Split irritate visiting pilot with strange vocal patterns.