[AL Plugin] TerraCorp v2.3 (UPDATED 20/02/2006)

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

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

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

[AL Plugin] TerraCorp v2.3 (UPDATED 20/02/2006)

Post by DeltaWolf » Thu, 1. Dec 05, 07:28

A new AL plugin
PLEASE UPDATE

From the readme:
AL plugin - TerraCorp v2.3

What this AL plugin does, is create new stations with freighters.
This is to create economic competition (and possibly more trade opportunities).

This plugin contains two AL plugins, one for TerraCorp and one for Race specific companies.
Each one works independent of each other.

The location of the stations is a random event, but the type of station can be either random or a calculated type e.g. fill holes in a sector economy .

Although TerraCorp is affiliated with Argon, the owner race is not Argon, but a completely separate race called "Race1", so your race notoriety will not affect your ability to trade with the stations.

The other race specific company stations is owned by one of the five races.

Please Note:
The building of stations is a slow process, so it might take some time before any new stations are seen.

To install:

Extract the files to the main X3 folder- Scripts -> Scripts and T -> T.

To stop:
As it is an AL Plugin, navigate to the game play options, choose the AL settings, and set the enable option to "No".

Enjoy!


Version History
V1.0 - Beta Release
v1.1 - Fixed so that it will work in custom univers
- It only build Silicon Mines - fixed
- Added other races' factories
V2.0 - Added some A.I. to choose the best type of station for the sector.
- Added race specific companies including Pirates.
- fixed small bug when creating mines
- Added BBS news articles to inform player of new stations.
V2.1 - Fixed some problems with stations not working.
v2.2 - Added check to see if position is safe to place stations.
v2.3 - Fixed problem with stations having too many ships.

NB - Included with v2.3 is a fix for the stations, unfortunatly the only fix is to destoy those stations.
Please do the following before you install v2.3:
1) Switch off both the AL plugins (AL settings are under gameplay options)
2) Make sure that none of your ships are docked at these stations as they will be destroyed as soon as you load a saved game.
3) save your game and exit
4) reload your saved game
5) switch on the AL plugins (if they are not yet)


Any suggestions for improvement are very welcome.

Download at:

AL_Terracorp_v2_3.zip

PS. the zip file contains the spk file that can be used with Cycrow's script installer

edit:

Thank you for all who made suggestions, and thanks to Burianek for explaining the BBS news system[/b]
Last edited by DeltaWolf on Wed, 6. Dec 06, 09:38, edited 20 times in total.

AalaarDB
Posts: 2282
Joined: Thu, 29. Jan 04, 08:19
x3tc

Post by AalaarDB » Thu, 1. Dec 05, 07:56

Won't work on custom universes. Try:

Code: Select all

$owner =Khaak
while $owner == Khaak
010   $xsec =  = random value from 0 to $xmax - 1
011   $ysec =  = random value from 0 to $ymax - 1
030   $sector = get sector from universe index: x=$xsec, y=$ysec
032   if $sector -> exists
$owner = $sector->get owner race
Did you forget an ore mine?

Oh and, don't stations need some starting money, or is that not necessary in X3?

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

Post by DeltaWolf » Thu, 1. Dec 05, 08:00

You are right :oops:

I did not know you could get the sector owner race (will be fixed in next version)

ore mines are included :)

The stations are NPC stations, so you would not see the money. (I've tested the stations and their trading, They do trade with other stations.

AalaarDB
Posts: 2282
Joined: Thu, 29. Jan 04, 08:19
x3tc

Post by AalaarDB » Thu, 1. Dec 05, 08:23

I only see 1 mine type spawned, and that is silicon.

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

Post by DeltaWolf » Thu, 1. Dec 05, 08:37

Crap - you are right again :oops:

Ok change this version to BETA release :D

bendyspex
Posts: 837
Joined: Tue, 13. Apr 04, 10:39
x3

Post by bendyspex » Thu, 1. Dec 05, 08:58

Will the Terracorp ships trade with the Terracorp HQ, and will all the ships and stations have Terracorp in their name?
Sounds great, I'll try it out later.

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

Post by DeltaWolf » Thu, 1. Dec 05, 09:08

It will trade with any station, that wants to buy their goods.
The AI also send ships to the new stations - in a test I've created a Cattle ranch and about 2 minutes later the AI send a freighter full of EC to it.

All the stations names will start with TerraCorp eg. "TerraCorp Cattle Ranch"
The freighers names will be "TerraCorp Transporter"

bendyspex
Posts: 837
Joined: Tue, 13. Apr 04, 10:39
x3

Post by bendyspex » Thu, 1. Dec 05, 09:17

That sounds great deltawolf. Do the transporters re-spawn when shot, because if so this will fill in the hole in the economy that is beginning to appear in my game. This is more than a terracorp script, its an economy fix!

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

Post by DeltaWolf » Thu, 1. Dec 05, 10:01

Yes the freighters do respawn at the station it was assigned to.
This is more than a terracorp script, its an economy fix!
This was the whole idea :D

AalaarDB
Posts: 2282
Joined: Thu, 29. Jan 04, 08:19
x3tc

Post by AalaarDB » Thu, 1. Dec 05, 10:27

How are you going to fix the economy without addressing the bofu industry, or the chelt meat industry, or anything race specific that doesn't include Argon? If I were you, I'd create just a few stations per race; just enough to have each ware as a primary or secondary resource. You can make it easy on yourself by fudging the added secondary resources if you want. Each race would have their own version of Terracorp.

I did something like this in a mod for X2. I made 2 crystal fabs and called them Intel, another was AMD, and so on and so forth. Back then it was for show, for flavor. There aren't many spare races so each race should be Race1, or preferably, each race should be its normal race. The number of stations can start out small, which seems to be the case anyways, and grow as you write more of the script and freetraders die, then decrease again as Egosoft makes a patch that fixes freetraders.

Edit:
Ok change this version to BETA release
Been there, done that. Don't be worried, you can screw up stuff so badly and people will still like your script if it does something.

DemaeRamen
Posts: 414
Joined: Sat, 6. Mar 04, 09:32
x3

Post by DemaeRamen » Thu, 1. Dec 05, 13:59

Hello,

I'm getting the same trouble with this script as with the Warehouse Commands. The zip file is invalid or corrupt.

Could you send me this one too?


Thanks...
Always welcome! Cheap and filling!

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

Post by DeltaWolf » Thu, 1. Dec 05, 14:06

I've send you the files via e-mail.

If they don't work, there is some other problem on your side.

bendyspex
Posts: 837
Joined: Tue, 13. Apr 04, 10:39
x3

Post by bendyspex » Thu, 1. Dec 05, 17:17

Will it be possible to have this script set up other companies aswell. So rather than just Terracorp, have companies that specialise in mining, weapons and other things. This way all products could be made by some company somewhere. This would also add more competition in certain ares of the market, and it will make the universe more real.

Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22201
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow » Thu, 1. Dec 05, 17:50

you might wanna intergrate it into the BBS
so you can display a news article when a new station is built

User avatar
Sandalpocalypse
Posts: 4447
Joined: Tue, 2. Dec 03, 22:28
x4

Post by Sandalpocalypse » Thu, 1. Dec 05, 19:10

Yes, I imagine that you could relatively easily a couple other corporations, and racial corporations as well. There's only 3 free Race IDs IIRC, so you can only have 3 independent corporations.

I would suggest at least one 'pirate' corporation.

bendyspex
Posts: 837
Joined: Tue, 13. Apr 04, 10:39
x3

Post by bendyspex » Thu, 1. Dec 05, 19:59

Only 3? Oh well, thats still means 3 super corporations that can do lots of race types, rather than specialist companies. A pirate company would be good, with more dealing in spaceweed and fuel.

Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22201
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow » Thu, 1. Dec 05, 20:05

you could also have Terren and Yaki corporations being stations too

User avatar
DeltaWolf
Posts: 597
Joined: Tue, 6. Jul 04, 08:48
x4

Post by DeltaWolf » Fri, 2. Dec 05, 07:26

Updated new version v1.1 - see first post for link

I've fixed some minor errors - tanks to aalaardb for pointing it out to me.
I've also added all the other races primary and secondary factories i.e. bio, food, SPP, Crystal Fab and mines.

Thanks for the suggestions,
you might wanna intergrate it into the BBS
so you can display a news article when a new station is built
Ooh I like :D


Will it be possible to have this script set up other companies aswell. So rather than just Terracorp, have companies that specialise in mining, weapons and other things. This way all products could be made by some company somewhere. This would also add more competition in certain ares of the market, and it will make the universe more real.
At the moment it's only TerraCorp, but I see your point - I will look into it.

hanki84
Posts: 14
Joined: Mon, 31. Oct 05, 14:44
x3

Post by hanki84 » Fri, 2. Dec 05, 13:54

Yes it would be nice to have a Terran and Yaki HQ where you could also buy their ships, if they are any use.. :)

And make them use Cycrow's brilliant Mercenaries Guild V2.00 also to remove competition of any other race including the player!!! :D

You would have to make an exception of course so that Terrans don't order mercenaries to destroy their own HQ.

I think the HQs could be extra well protected so they couldn't be erased in a instant.

And it would be nice if they could offer jumpdrive and transporter device also and have at least 2 HQ. Or have i missed some place other than Goners Temple and Terracorp HQ where you can buy these devices? I mean, they are both very near each other and on the edge of the universe!! Nice to buy TS class ship from other side of the universe and make it fly to Goners, chance of success? About 10% I think! :evil:

BTW Cycrow, can player destroy the mercenaries without losing any rep? I haven't tried it yet.

Nice script Deltawolf!

Cycrow
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 22201
Joined: Sun, 14. Nov 04, 23:26
x4

Post by Cycrow » Fri, 2. Dec 05, 13:57

the mercs all belong to differnet races, so if u kill one of the argon mercs, u will lose rep with the argon
i dont know if theres any way to prevent this without assigning them a custom race

Post Reply

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