[Bonus Plugin] Mobile Mining / Mineral Collection Software

The place to discuss scripting and game modifications for X³: Reunion.

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

jlehtone
Posts: 21814
Joined: Sat, 23. Apr 05, 21:42
x4

Post by jlehtone » Sun, 28. Mar 10, 21:00

The names are not in the language file of the script, and therefore "available languages" should not be a problem.

IIRC, the script does fetch the name of mineral from the game files, ie it would look for spanish words in this case. Do the Asteroids, Mines, and wares use accented characters ingame?

Strancer
Posts: 83
Joined: Fri, 12. Sep 08, 16:01

Post by Strancer » Sun, 28. Mar 10, 21:01

but even with fansites translates i cant solve my problem :S. I can see the commands and all ok, but they collect Ore instead of Silicon.

Edit: yes the Silicon in spanish use accented character ingame (Silício) and i can't write accented characters in my game i think this is the problem with the script but i don't know how to solve it

jlehtone
Posts: 21814
Joined: Sat, 23. Apr 05, 21:42
x4

Post by jlehtone » Sun, 28. Mar 10, 21:11

That is a problem with the game interface, rather than the script.

One could possibly write a simple script, which on execution fetches the same string as the Mining script does, and appends it to the name of a ship.

Probably easier, one could modify the text file that holds the offending accented name.

Strancer
Posts: 83
Joined: Fri, 12. Sep 08, 16:01

Post by Strancer » Sun, 28. Mar 10, 21:26

so if i locate the script where the name of the silicon is located, i could remove the accent, but what are the names of the script from this plugin?

User avatar
Carlo the Curious
Posts: 16999
Joined: Mon, 5. Mar 07, 22:03
x4

Post by Carlo the Curious » Sun, 28. Mar 10, 21:37

I believe the actual script is plugin.bms.mainscript, in the 'TL overrides start' section.

The text will be in one of the 340001 t-file pages.

EDIT: Although, either I have an older version of the script or t-file, or this is wrong:

Code: Select all

* TL overrides start
$ShipName = [THIS]->get name
$ResourceName = read text: page=35 id=1102539
$Uses = find position of pattern $ResourceName in $ShipName
if $Uses >= 0 
$UsesOre = [TRUE] 
$UsesSilicon = [FALSE] 
$UsesNividium = [FALSE] 
end
 
$ResourceName = read text: page=17 id=2023
$Uses = find position of pattern $ResourceName in $ShipName
if $Uses >= 0 
$UsesOre = [FALSE] 
$UsesSilicon = [TRUE] 
$UsesNividium = [FALSE] 
end
 
$ResourceName = read text: page=17 id=5323
$Uses = find position of pattern $ResourceName in $ShipName
if $Uses >= 0 
$UsesOre = [FALSE] 
$UsesSilicon = [FALSE] 
$UsesNividium = [TRUE] 
end
17:2023 is Ore, 35:1102539 is Silicon (and they're used as such slightly later).

Strancer
Posts: 83
Joined: Fri, 12. Sep 08, 16:01

Post by Strancer » Sun, 28. Mar 10, 23:17

thanks to all i will tray it later and i edit the post with the results :)

staffordz
Posts: 1
Joined: Fri, 27. Sep 13, 16:35

Post by staffordz » Fri, 27. Sep 13, 16:37

Is there an available mirror to download this script? The original host seems to be down.

Edit: Just realized this is for Reunion and now I can't for the life of me find an X3TC mobile mining script... can anyone help?

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24965
Joined: Sun, 2. Apr 06, 16:38
x4

Post by X2-Illuminatus » Sat, 28. Sep 13, 00:02

There are already some mobile mining commands included in the vanilla game. Best to ask in the X-Universe forum about them. For an improved version, you can have a look at DrBullwinkle's Mobile Mining Mk2 script.
Nun verfügbar! X3: Farnham's Legacy - Ein neues Kapitel für einen alten Favoriten

Die komplette X-Roman-Reihe jetzt als Kindle E-Books! (Farnhams Legende, Nopileos, X3: Yoshiko, X3: Hüter der Tore, X3: Wächter der Erde)

Neuauflage der fünf X-Romane als Taschenbuch

The official X-novels Farnham's Legend, Nopileos, X3: Yoshiko as Kindle e-books!

razgriz02
Posts: 19
Joined: Sat, 24. May 14, 19:27

Post by razgriz02 » Tue, 11. Nov 14, 19:51

Mmmm, where is the download button ?

I checked on the author post, nothing to be found. The "banner" links to a (buggy) website where the sript doesn't seem to be uploaded.

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24965
Joined: Sun, 2. Apr 06, 16:38
x4

Post by X2-Illuminatus » Tue, 11. Nov 14, 19:58

Scripts marked as [Bonus Plugin] are part of the Bonus package, which can be downloaded here.
Nun verfügbar! X3: Farnham's Legacy - Ein neues Kapitel für einen alten Favoriten

Die komplette X-Roman-Reihe jetzt als Kindle E-Books! (Farnhams Legende, Nopileos, X3: Yoshiko, X3: Hüter der Tore, X3: Wächter der Erde)

Neuauflage der fünf X-Romane als Taschenbuch

The official X-novels Farnham's Legend, Nopileos, X3: Yoshiko as Kindle e-books!

razgriz02
Posts: 19
Joined: Sat, 24. May 14, 19:27

Post by razgriz02 » Tue, 11. Nov 14, 20:02

Thank you kind sir !

razgriz02
Posts: 19
Joined: Sat, 24. May 14, 19:27

Post by razgriz02 » Tue, 11. Nov 14, 20:07

Actually, it doesn't work : the file requires an x3 reunion installation, which I don't have. The description of the script however states it should work for TC and AP.

Does someone knows a repository where I can download the .zip / .spk ?

User avatar
X2-Illuminatus
Moderator (Deutsch)
Moderator (Deutsch)
Posts: 24965
Joined: Sun, 2. Apr 06, 16:38
x4

Post by X2-Illuminatus » Tue, 11. Nov 14, 20:15

I don't know where you read that it would work in X3TC or AP too, but this is the X³: Reunion - Scripts and Modding forum (where we are right now), so all scripts and mods posted here only work in X3: Reunion.

Edit: You are not by any chance talking about the Mobile Mining Mk2 script, which I linked above? If so, the download link is right beneath the title in the opening post. Also any questions about Mobile Mining Mk2 should be posted in the linked script topic. I only linked that script in response to staffordz's post before asking for an X3TC Mobile mining script.
Nun verfügbar! X3: Farnham's Legacy - Ein neues Kapitel für einen alten Favoriten

Die komplette X-Roman-Reihe jetzt als Kindle E-Books! (Farnhams Legende, Nopileos, X3: Yoshiko, X3: Hüter der Tore, X3: Wächter der Erde)

Neuauflage der fünf X-Romane als Taschenbuch

The official X-novels Farnham's Legend, Nopileos, X3: Yoshiko as Kindle e-books!

Post Reply

Return to “X³: Reunion - Scripts and Modding”