[REQ SCRIPT] Pre-Programmed Universe Map
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 725
- Joined: Mon, 16. Jun 08, 20:14
[REQ SCRIPT] Pre-Programmed Universe Map
Is there a script made that basically has all commonwealth sectors previously explored and mapped when you actually start a new game??
Basically so i have a full universe map (including stations and so on) at the start except for Unknown, Terran, Pirate, Xenon, Kha'ak, Xenon Hub, Argon Military Sectors, and basically any other secrety kinda places? Possibly even leave out the Paranid core sectors?
I think it would make sense that all ships would have a basic universe map already revealed in the navigation computer.
Or perhaps the starting map would rely on the race you are or are friendly with at the start of the game?
For example if you do the Terran start then you already have all the Terran sectors revealed on the map (including stations and such) but have absolutely nothing on commonwealth sectors.
I'm just getting kinda tired of having to having to explore the whole universe at the start of every new game.
Basically so i have a full universe map (including stations and so on) at the start except for Unknown, Terran, Pirate, Xenon, Kha'ak, Xenon Hub, Argon Military Sectors, and basically any other secrety kinda places? Possibly even leave out the Paranid core sectors?
I think it would make sense that all ships would have a basic universe map already revealed in the navigation computer.
Or perhaps the starting map would rely on the race you are or are friendly with at the start of the game?
For example if you do the Terran start then you already have all the Terran sectors revealed on the map (including stations and such) but have absolutely nothing on commonwealth sectors.
I'm just getting kinda tired of having to having to explore the whole universe at the start of every new game.
Corsair 400c // Intel i7 8700k // H100i v2 // ASUS Maximus X Code // ASUS 1080ti Strix OC // 2x8GB Corsair Vengeance 3200MHz // Samsung 960 Evo 250GB // 960GB SanDisk Ultra II // Corsair RM850i
-
- Posts: 34
- Joined: Thu, 18. Feb 10, 22:57
I agree,
You start the game in the x universe in a ship so you've obviously been there a while already, and your ship possibly longer, so it stands to reason that you'd have a map ready to go of at least the general area you start the game in. These are spaceships after all.
Sadly i don't know of such a script but i've only been here a few weeks (browsed a helluva lot of scripts and mods though). A few modded vannila gamestarts featuring at least a good few local sectors would be perfect for me. And actually more believeable.
Typical egosoft, making the player shed blood sweat and tears for breadcrumbs
You start the game in the x universe in a ship so you've obviously been there a while already, and your ship possibly longer, so it stands to reason that you'd have a map ready to go of at least the general area you start the game in. These are spaceships after all.
Sadly i don't know of such a script but i've only been here a few weeks (browsed a helluva lot of scripts and mods though). A few modded vannila gamestarts featuring at least a good few local sectors would be perfect for me. And actually more believeable.
Typical egosoft, making the player shed blood sweat and tears for breadcrumbs

-
- Posts: 14163
- Joined: Sun, 16. May 04, 13:01
You can do this in 2 parts.
Firstly, make a start that includes all the sectors you want pre known. (See my starts in the AMS Mod and Merge Mod)
Second, you use a script on each game start to fill in all known sectors details. That is also in the AMS and Merge Mods.
You cant script knowing sectors, but you can script showing details of either all sectors, or known sectors.
Firstly, make a start that includes all the sectors you want pre known. (See my starts in the AMS Mod and Merge Mod)
Second, you use a script on each game start to fill in all known sectors details. That is also in the AMS and Merge Mods.
You cant script knowing sectors, but you can script showing details of either all sectors, or known sectors.
-
- Posts: 9378
- Joined: Mon, 29. Dec 08, 20:58
I know that a special feature of Pirate Guild allows you to buy everything for ~20M. All sectors, all stations, all asteroid yields
I jumped into the middle of Aldrin before even seeing the Terrans for the first time... that scared them!

I jumped into the middle of Aldrin before even seeing the Terrans for the first time... that scared them!
______
I'm Jon. I'm mostly not around any more. If you want to talk, please message me! It's cool.
______
I'm Jon. I'm mostly not around any more. If you want to talk, please message me! It's cool.
______
-
- Posts: 1468
- Joined: Wed, 3. Aug 05, 05:05
amurph0
and
liquidlight88
First, amurph0, this should have been posted in the 'Script Requests and Conversions Sticky'. (I would have made that a link but every time i try to do that i muck it up
)
On to the topic,
Just having a fiddle with your idea of revealed sectors at new game start.
So far,
-> The script runs at new game start and will only run automatically once per game start.
-> You can choose from;
-> Option 1. All sectors owned by a race or races.
-> Option 2. Seclect a sector to reveal from a list of all sectors.
-> Option 3. Select a sector to reveal and all sectors in a selectable radius.
Then you get to choose;
-> Show sector contents, Yes /No
The core of the script is working but still needs some refinement.
At the moment it is using some lib scripts from my 'MarCon Ind - Ship Onboard Computer System Interface' so if it is going to be a stand alone script it is going to have to have them sorted out to go seperatly.
Any other suggestions or reveal options you can think of that would be good to have included ? Anyone.
MarCon
and
liquidlight88
First, amurph0, this should have been posted in the 'Script Requests and Conversions Sticky'. (I would have made that a link but every time i try to do that i muck it up

On to the topic,
Just having a fiddle with your idea of revealed sectors at new game start.
So far,
-> The script runs at new game start and will only run automatically once per game start.
-> You can choose from;
-> Option 1. All sectors owned by a race or races.
-> Option 2. Seclect a sector to reveal from a list of all sectors.
-> Option 3. Select a sector to reveal and all sectors in a selectable radius.
Then you get to choose;
-> Show sector contents, Yes /No
The core of the script is working but still needs some refinement.
At the moment it is using some lib scripts from my 'MarCon Ind - Ship Onboard Computer System Interface' so if it is going to be a stand alone script it is going to have to have them sorted out to go seperatly.
Any other suggestions or reveal options you can think of that would be good to have included ? Anyone.
MarCon
-
- Posts: 34
- Joined: Thu, 18. Feb 10, 22:57
Marcon, that sounds sweet! Thanks for doing this! 
You've got the racial sectors and 'so many sectors from a specified sector' sounds good too, so i'm happy.
- How about yes/no to unknown/unconnected? (not really for me but some people might want).
I had a look at a couple of tutorials yesterday about modding gamestarts. but this is so mutch better!

You've got the racial sectors and 'so many sectors from a specified sector' sounds good too, so i'm happy.
- How about yes/no to unknown/unconnected? (not really for me but some people might want).
I had a look at a couple of tutorials yesterday about modding gamestarts. but this is so mutch better!
-
- Posts: 1468
- Joined: Wed, 3. Aug 05, 05:05
-
- Posts: 34
- Joined: Thu, 18. Feb 10, 22:57
-
- Posts: 1468
- Joined: Wed, 3. Aug 05, 05:05
liquidlight88
Already done.
Select Pirates from the Race select option. At present selecting pirates from the race select menu will reveal ALL pirate sectors, both Yaki and normal pirates with no distinction between the two. As Yaki is also considered a seperate race you can choose to only select Yaki sectors if you want.
EDIT: BTW, this script still needs a name, i don't think 'Pre-Programmed Universe Map' is appropriate as its not pre-programmed, you select after new game start. Any ideas, suggestions ?
MarCon
Already done.
Select Pirates from the Race select option. At present selecting pirates from the race select menu will reveal ALL pirate sectors, both Yaki and normal pirates with no distinction between the two. As Yaki is also considered a seperate race you can choose to only select Yaki sectors if you want.
EDIT: BTW, this script still needs a name, i don't think 'Pre-Programmed Universe Map' is appropriate as its not pre-programmed, you select after new game start. Any ideas, suggestions ?
MarCon
-
- Posts: 34
- Joined: Thu, 18. Feb 10, 22:57
-
- Posts: 1468
- Joined: Wed, 3. Aug 05, 05:05
Hi All,
I have Started a new thread for the Script "Game Start - Known Sector Select" and it can be found here.
http://forum.egosoft.com/viewtopic.php? ... 68#3205968
MarCon
I have Started a new thread for the Script "Game Start - Known Sector Select" and it can be found here.
http://forum.egosoft.com/viewtopic.php? ... 68#3205968
MarCon