[SCRIPT] [2012.01.21] Automated Satellite Network v2.00

The place to discuss scripting and game modifications for X³: Terran Conflict and X³: Albion Prelude.

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

alex2069
Posts: 205
Joined: Thu, 22. Dec 05, 21:19
x3tc

Post by alex2069 » Thu, 10. Dec 09, 03:32

Currently it will only detect if they're at the 8 points, centre point, or (range / 2) above and below gates.
I have strongly considered adding in something to detect other satellites and reorganise/rename them as I myself had a few littered around, and every time I look at the sector map these "out of place" ones irritate me to no end, lol.
So yes, I think I will get onto implementing something to detect that as well. I've been updating my Universal Locator as of late, but it's at a stable point now so I might do some more on this.

Relik155
Posts: 2
Joined: Wed, 9. Dec 09, 13:09

Post by Relik155 » Thu, 10. Dec 09, 04:45

To much hassle for me to upload a image, it says this though...

MAIN
Start
Stop

DEPLOYMENT CONFIGURATION
Home Sector:null
>Clear Home Sector
Jump Radius:0
Low Credit Threshold:2000000Cr
Minimum Credit Threshold:500000Cr


And thats it, when I click on any of the options it simply flashes back to the orders screen and back again no changes and no activation of any kind. I have redownlaoded and reinstalled the script still same thing, game is fully up-to-date and I am not running any other mods or scripts with this.[/img]

lLongshanks
Posts: 273
Joined: Sat, 20. Mar 04, 23:46
x3tc

Post by lLongshanks » Thu, 10. Dec 09, 10:04

This is a really cool script. Iv never bothered with satalites before as they was too much hasstle to keep replacing. Just 1 thing is there anyway to turn the message log spam down?

Thanks
Scripts I use.

alex2069
Posts: 205
Joined: Thu, 22. Dec 05, 21:19
x3tc

Post by alex2069 » Thu, 10. Dec 09, 10:28

@Relik155: I really don't know how you could be getting such a problem. It sounds like you've a button stuck down or something and thus the menu just loops or something.
What other scripts do you have installed? Use the Plugin Manager - Advanced > Export Script List.
Maybe there's something weird playing with it or something.

@lLongshanks: You shouldn't be getting that much spam - you should only get it (for memory) when there are no satellites to buy, all sectors completed, or no safe routes. I'll look into adding something to configure the alerts a little more though.

lLongshanks
Posts: 273
Joined: Sat, 20. Mar 04, 23:46
x3tc

Post by lLongshanks » Thu, 10. Dec 09, 10:55

I get a message every 15 mins telling me that all satalites are deployed and its going idle for now. I got 4 ships setting up satalites and after 4 hours of seta it takes ages to look through my log file to find lost ships.
Scripts I use.

alex2069
Posts: 205
Joined: Thu, 22. Dec 05, 21:19
x3tc

Post by alex2069 » Thu, 10. Dec 09, 12:31

Hmmm... I take it you don't have them set to box + gates over entire universe then?
I've never run it not like that, but I can see how with a smaller area/less sats it could get a bit spammy if it's easier for them to maintain.
I'll could either add an option to turn off messaging or increase the messaging delay. Unless you have a preference I'll do whatever is easier, lol.

lLongshanks
Posts: 273
Joined: Sat, 20. Mar 04, 23:46
x3tc

Post by lLongshanks » Thu, 10. Dec 09, 12:44

No I dont satalite the universe. i only map sectors where my trade vessels go. I got no prefrences to what you do its a good script thanks.
Scripts I use.

boran_blok
Posts: 82
Joined: Thu, 22. Dec 05, 21:46
x3fl

Problem in lue profit

Post by boran_blok » Sun, 27. Dec 09, 11:56

At the moment I have a problem in blue profit.
I have it set to 8 sats with gate illumination.
The default position of sat 1 is apparently too close to the planet surface, I just lost my dicoverer and a sat there.

OOS it can be placed fine, but once I enter the sector it blows up, I lost my discoverer because it tried to place the sat while I was in sector.

Is there a posibility to check for this or add an exception condition ?

Greetings,

boran_blok
Posts: 82
Joined: Thu, 22. Dec 05, 21:46
x3fl

Made a workaround

Post by boran_blok » Mon, 28. Dec 09, 22:29

I made a workaround for blue profit.

ATM I have not yet tested it but I have faith in my solution since I use the same method you used to work around position problems in Earth and the hub.
I have no place to store the XML, I have copied the inserted code below, if you want the XML just send me a message and I'll mail it to you.

Changes in a2069.satnet.get.positions

Code: Select all

032   * BLB: If Blue Profit do a custom positioning to avoid the planet
033   * The height is 4,5k above the ecliptic since most trafic will occur between gates
034   if $arg.sector == Blue Profit
035   |$bp.pos.t1 =  create new array, arguments=8000, 4500, 25000, null, null
036   |$bp.pos.t2 =  create new array, arguments=-12000, 4500, 25000, null, null
037   |$bp.pos.t3 =  create new array, arguments=-12000, 4500, -25000, null, null
038   |$bp.pos.t4 =  create new array, arguments=8000, 4500, -25000, null, null
039   |$config.positions =  create new array, arguments=$bp.pos.t1, $bp.pos.t2, $bp.pos.t3, $bp.pos.t4, null
040   |$config.gates = [FALSE]
041   end
042   * END BLB
You could place 8 sats but most traffic occurs between 9k and 0k (the height of the gates above the ecliptic)

boran_blok
Posts: 82
Joined: Thu, 22. Dec 05, 21:46
x3fl

Post by boran_blok » Tue, 29. Dec 09, 09:27

After some testing I changed the distances off center of the t2 and t3 to -25k, 12k was too much overlap with the sats on the right.

Corporeal
Posts: 97
Joined: Fri, 23. Oct 09, 09:57

Post by Corporeal » Tue, 29. Dec 09, 13:19

Automation ftw! Thanks for giving me back all the time this normally takes!

Would be nice to have the length, width, and height of a sector's network up to the player though. Even so, downloaded :)

Ceryse
Posts: 4
Joined: Sun, 17. Jan 10, 19:29

Post by Ceryse » Sun, 17. Jan 10, 19:43

Been using this mod since getting the game off of Steam recently and have enjoyed it. However, I had to re-install the game to fix a few issues. Since then, this mod hasn't.. well, seemed to work properly.

When I go to set up a ship (Argon Discoverer) everything seems to be as it should be. I set the Home sector, jump radius, etc., etc., hit Start and.. nothing. I get a mail notification telling me the ship couldn't find any "friendly sectors". I haven't a clue what's wrong and causing it to spit that out.

I've tried setting Home Sectors to everywhere from Argon Prime, Neptune, Kingdom End, etc., and have 8+ notoriety with every race. Only hostiles I have are Pirates, Yaki, Xenon and Kha'ak. I've tried using Ship Friend Foe both on and off, tweaking friend and foe settings, making sure all the Race Deployments are On, and so on. Also tried it without setting a Home Sector at all.

Nothing works, I always get the message that it can't find any friendly sectors. The ships are properly out-fitted (Nav, Special, Jumpdrive, satellites already in their cargo bay and so forth) but.. same message, every time.

Anyone got a clue as to what's going wrong? I never had this problem prior to re-installing the game, and every other mod I've downloaded is working properly (MARS, Lucike's trading mods).

dakingmaster
Posts: 13
Joined: Thu, 8. Oct 09, 16:52

Post by dakingmaster » Mon, 25. Jan 10, 19:21

Some feedback from my game:
I got 3 Discoverers geared up and ready
I loaded them all with Adv. Sats, set home sectors, radius bla bla bla and clicked [Start]
The first thing I dont understand is the "none" command (or action) in the ships screen - it's a bit hmmm disorientating; but the second thing is worse - the "8 box formation" (which is the only reason I've installed this script) doesn't work!!! The ship deploys the first (?) satellite in the upper right corner of the sector and goes idle for a couple of minutes and then goes to another sector, deploys one sat and so on...

something is definatelly wrong... and I didn't even mention that this script (particularly ordering a ship to start deploying sats while docked to a station) caused my game to crash for the first time since I've installed the 2.5 patch...
Fasten your seatbelt Dorothy 'cause Kansas is goin' bye bye...

hedge0035
Posts: 114
Joined: Fri, 12. May 06, 22:58
x3tc

Post by hedge0035 » Tue, 9. Feb 10, 04:40

Ok so i wanted to give some feedback on this, i just downloaded the latest version today... so far it works. only problem i see is that when they get the sats they will sit around docked for 15 min before starting and the after droping just 1 sat they will then sit on top of it for around 15 min before moving on. i was just wandering if this was normal behavoir?? other than that it is working.

i have money in the bank and they have sats in the cargo hold during the waiting. btw.

Shadow_Wolf33
Posts: 160
Joined: Fri, 5. Dec 03, 01:11
x3tc

Post by Shadow_Wolf33 » Thu, 11. Feb 10, 20:22

Just wanted to say that this script is AWESOME! Makes getting the galaxy re-mapped out after starting a new game SO much easier. Thanks for the excellent work!

Only thing I would really like to see added to the script, is something in the 'current order' field so that I know that this particular craft is mapping out the galaxy for me, rather than just sitting around picking his nose.

Other than that it works great for me! :D

kurisu
Posts: 13
Joined: Sun, 13. Aug 06, 19:26

Post by kurisu » Thu, 25. Feb 10, 08:55

I have the same exact problem as dakingmaster and hedge. I get no mail notifications from this script, it always shows up as "None" in the command window, even when it IS doing something. Its puts down the first satellite and just sits there indefinitely. Using the single sat option works slightly better.

Sometimes it seems to work alright, placing the satellites, other times it places one satellite, sits there forever and then eventually places another or moves on to another sector.

I'm not quite sure if this is intended behavior or not.

User avatar
Toastysoul
Posts: 69
Joined: Fri, 3. Feb 06, 05:00
x4

Post by Toastysoul » Wed, 24. Mar 10, 05:01

Would it be possible to get special handling for Aldrin? The 8 point box just isn't suitable coverage. I like the box config, but it needs to be about 2 steps larger to get good coverage there.

nuttyprot
Posts: 70
Joined: Sun, 17. Jan 10, 22:52
x3tc

Post by nuttyprot » Sat, 10. Apr 10, 14:48

I'm also haveing the same problem as Kurisu,darkingmaster and hedge

lordmuck
Posts: 1736
Joined: Sun, 1. Mar 09, 12:25
x4

Post by lordmuck » Tue, 4. May 10, 22:57

gonna try this out, thanks
Just need something to cover gates in all sectors or mostly all anyway :D


EDIT: baah it laid one AdvSat and that's it, he went on strike

EDIT2: oooooooooh I see, he needs to have a brake after each one.. hmm kinda reminds me of the government road-workers here in Malta(or wreckers) .

Nvm working ok :D

mikegale56
Posts: 4
Joined: Sat, 8. May 10, 22:21

Post by mikegale56 » Mon, 17. May 10, 20:04

..
Last edited by mikegale56 on Mon, 18. Apr 11, 05:27, edited 1 time in total.

Post Reply

Return to “X³: Terran Conflict / Albion Prelude - Scripts and Modding”