[TOOL] X4 Universe Generator
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
balogt
- Posts: 773
- Joined: Thu, 18. Dec 03, 09:00

Re: [TOOL] X4 Universe Generator
cell you said that code will disable random belt placement in the cluster, is there by any chance some code already in place that randomly generates asteroids in sectors upon creation of the universe. cause all I would need to do is UP that number and occurance then poof tons of asteroids all the time.
-
balogt
- Posts: 773
- Joined: Thu, 18. Dec 03, 09:00

Re: [TOOL] X4 Universe Generator
hum I seem to get errors around line 51 with the [ ] brackets being the source. not sure how to fix that.
-
balogt
- Posts: 773
- Joined: Thu, 18. Dec 03, 09:00

Re: [TOOL] X4 Universe Generator
{"type": "ORE", "x": "-100000", "y": "100000", "rotation": "250"}, the comma at the end of this line was the issue. removed at and comp;iled perfectly. TY
-
balogt
- Posts: 773
- Joined: Thu, 18. Dec 03, 09:00

Re: [TOOL] X4 Universe Generator
so iadded the lines, no issues compiling yet I used argon prime as my example and there were no asteroids..do I add this line to cluster packs or the x3galaxy json file?
-
celludriel
- Posts: 163
- Joined: Thu, 12. Sep 13, 11:29

Re: [TOOL] X4 Universe Generator
If you look on the top of the json file you'll noticebalogt wrote: Mon, 24. Dec 18, 00:04 cell you said that code will disable random belt placement in the cluster, is there by any chance some code already in place that randomly generates asteroids in sectors upon creation of the universe. cause all I would need to do is UP that number and occurance then poof tons of asteroids all the time.
Code: Select all
"seed": "20051028",
"minRandomBelts": 3,
"maxRandomBelts" : 5,In standard JSON format there are no trailing commas allowed (this is not javascript)balogt wrote: Mon, 24. Dec 18, 00:51 {"type": "ORE", "x": "-100000", "y": "100000", "rotation": "250"}, the comma at the end of this line was the issue. removed at and comp;iled perfectly. TY
They should have been there here is an example from my first runsbalogt wrote: Mon, 24. Dec 18, 01:52 so iadded the lines, no issues compiling yet I used argon prime as my example and there were no asteroids..do I add this line to cluster packs or the x3galaxy json file?
Code: Select all
"clusters": [
{
"id": "01",
"name": "Argon Prime",
"description": "Argon Prime",
"music": "music_cluster_02",
"sunlight": "1",
"economy": "0.5",
"security": "0.25",
"x": 0,
"y": 0,
"backdrop": "empty_space",
"gamestart": true,
"connections": [
{
"targetClusterId": "03",
"connectionType": "SE"
},
{
"targetClusterId": "05",
"connectionType": "S"
}
],
"belts": [
{"type": "ORE"},
{"type": "ORE"},
{"type": "HYDROGEN"}
]
},-
balogt
- Posts: 773
- Joined: Thu, 18. Dec 03, 09:00

Re: [TOOL] X4 Universe Generator
So far so good. One hopefully last question. There are no teladi warfs that produce the falcon.how does one make that happen
-
celludriel
- Posts: 163
- Joined: Thu, 12. Sep 13, 11:29

Re: [TOOL] X4 Universe Generator
I"ve not looked into that material yet, you best make a new topic for that one or join the modding discordbalogt wrote: Tue, 25. Dec 18, 06:15 So far so good. One hopefully last question. There are no teladi warfs that produce the falcon.how does one make that happen
-
celludriel
- Posts: 163
- Joined: Thu, 12. Sep 13, 11:29

Re: [TOOL] X4 Universe Generator
Bugfix for the Y location of the clusters. If you are using my tool, you probably want to check your Y values. Now each X and Y coordinate in the json will be the exact same as the X and Y coordinates in the game. Also the property starterZoneName has been removed it served no longer a purpose with FactionStarts on cluster level
-
Shuulo
- Posts: 1633
- Joined: Mon, 14. Apr 08, 17:03

Re: [TOOL] X4 Universe Generator
Wondering if this one is dead. Updates planned?
-
kyrah
- Posts: 60
- Joined: Mon, 14. Mar 16, 16:41

Re: [TOOL] X4 Universe Generator
Wondering too. Is this still working? Is there a complete x3 tc universe?
-
Tomonor
- EGOSOFT

- Posts: 2105
- Joined: Wed, 12. Sep 07, 19:01

Re: [TOOL] X4 Universe Generator
How could there be a complete X3TC-state universe if 3 core races are missing?kyrah wrote: Tue, 26. Mar 19, 14:18 Wondering too. Is this still working? Is there a complete x3 tc universe?
-
celludriel
- Posts: 163
- Joined: Thu, 12. Sep 13, 11:29

Re: [TOOL] X4 Universe Generator
Well it seems my tool is still working I just tested it out with a fresh install of X4
https://steamuserimages-a.akamaihd.net/ ... F3037181C/
Pretty glad it is still working, universe is still as dead as it can be though. Trying to put life into it was to much a frustration with the xml commands never doing what I asked them to do.
https://steamuserimages-a.akamaihd.net/ ... F3037181C/
Pretty glad it is still working, universe is still as dead as it can be though. Trying to put life into it was to much a frustration with the xml commands never doing what I asked them to do.
Last edited by Terre on Sat, 20. Mar 21, 19:02, edited 1 time in total.
Reason: Images posted directly to the forums should not be greater than 640x480 or 100kb, oversize image now linked
Reason: Images posted directly to the forums should not be greater than 640x480 or 100kb, oversize image now linked
-
celludriel
- Posts: 163
- Joined: Thu, 12. Sep 13, 11:29

Re: [TOOL] X4 Universe Generator
Updated the main post with a new version
-
Halpog
- Posts: 585
- Joined: Sat, 13. Feb 21, 14:09

Re: [TOOL] X4 Universe Generator
hmm sounds realy good but i have some questions
iam reffering mostly to the x3TC universe,as example, because i still have this universe in mind
how does it work at all ? i mean ....i get the x3TC universe. and how than x4 handles this ?
where are the races placed ?imean splitc, argon, the split factions, HOP and so on,
how does x4 places them , handles them, and in what way , x4 is still playable than with the plots and all ?
when u dont have borons, at x4, how does a x3tc universe fallin place without them in x4 ?
what about all this stations, x4 places at a sector ? how this will play out with the x3 universe ?
iam reffering mostly to the x3TC universe,as example, because i still have this universe in mind
how does it work at all ? i mean ....i get the x3TC universe. and how than x4 handles this ?
where are the races placed ?imean splitc, argon, the split factions, HOP and so on,
how does x4 places them , handles them, and in what way , x4 is still playable than with the plots and all ?
when u dont have borons, at x4, how does a x3tc universe fallin place without them in x4 ?
what about all this stations, x4 places at a sector ? how this will play out with the x3 universe ?
