
(with the addons in the future, the map could get completed one day:)
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
Hornet108 wrote: ↑Sun, 16. Dec 18, 23:17 We could also see if we could use the tool to get the galaxy to a point and then handcraft from there
I don't have time to do the R&D (might next weekend tho!), but I am a professional software dev, if you can tell me how to handcraft connecting two sectors via a highway, I'd be happy to take on the legwork of connecting just the argon prime sectors as a POC until we are happy the galaxy is stable
FWIW, you're doing gods work. The new map in x4 is woefully small.
sooooooo technically it could work ... but can't we just increase the speedsUniTraderToday at 11:06 PM
@Celludriel why not just defining entry and exit? or leave out the direction nodes?
UniTraderToday at 11:07 PM
i think if you dont define the direction nodes, but just the path points it will automatically generate a smooth curve(edited)
CelludrielToday at 11:07 PM
you think that would work ?
worth a shot
on the other hand people hate highways just a few like them
doubling travel speed might be the more popular solution
UniTraderToday at 11:07 PM
well, i experimented with highway tubes a few years back
and even wrote my own
CelludrielToday at 11:08 PM
mmm k I'll try it tomorrow as experiment
although my double travel speed feels like a good move as well
now to think of it ...
highways can't cross clusters ... that guy want me to put a highway all around argon prime
thats technically not possible ...
I can do one inside a cluster ... but not cross
UniTraderToday at 11:16 PM
@Celludriel but you can lead a tube into the gate and out of them..
This I won't do though, cause if I have to regenerate everything later for some reason , maybe they changed the xml structure, then I would have to do all the manual work again. Rather not have that headache. The json needs to generate everything and make it playable, that's the goalWe could also see if we could use the tool to get the galaxy to a point and then handcraft from there
I fully agree with no highways. Although as compromise OP could perhaps make two versions of this x3 galaxy mod : one without highways (current mod) and one version down the road with highways (if OP still wants to put time and energy into it for such version).Masterdude420 wrote: ↑Sun, 16. Dec 18, 23:56 sry for interrupting but I think no highways or maybe only in capital sectors is better, more like X3.. and if the fast travel mode is even faster why not![]()
I'll look into it could be a god.xml bug (file is really called like that)Hornet108 wrote: ↑Mon, 17. Dec 18, 01:30 Played it for a few hours tonight, everything seemed to be working except there weren't any silicon refineries to be found? Cheated myself a mining fleet and set it to mine silicon, they filled up and then just sat there ¯\_(ツ)_/¯
Saw a xenon invasion into paranid space while I was there and ships were building at the start, but, without silicon things will quickly grind to a halt
Code: Select all
<defaults>
<location newzonechance="0.25" coreboundaryzoneheight="20000">
<corerange max="1.3"/>
</location>
<modules production="5" storage="10" />
<quota zone="3" />
</defaults>
Code: Select all
<product id="arg_siliconwafers" ware="siliconwafers" owner="argon" type="factory">
<quotas>
<quota galaxy="6" sector="4" />
</quotas>
<location class="galaxy" macro="x3g_galaxy_macro" faction="[argon,hatikvah]" relation="self" comparison="ge">
<economy max="0.5" maxbound="false" />
<region ware="silicon" max="80000" />
</location>
<module>
<select ware="siliconwafers" race="argon" faction="argon"/>
</module>
</product>
Jumpdrives will not be programmed in that was more a joke. The research is fully unlocked because the gui for research is directly tied with the playerHQ quest from the vanilla game. There is a hardcoded link so I had to compromise. For the most part at the moment research is a dumb time sink anyway. All research only takes ten minutes no matter how far down the tree and X games usually last days and it doesn't really matter much if you unlock it all 2 hours into the game or have it straight away. To much headache to fix the hardcoded link with the PHQ, we tried me and some other modders, we all decided on two things. Either we spawn in a PHQ somewhere or we unlock the full research at the start.TR0LL wrote: ↑Mon, 17. Dec 18, 05:42 I dont think doubling the travel speed of engines is a good idea, you are going to run into conflicts with other mods down the line. I also no not want to see Jumpdrives return, without them sectors can actually set up defenses and choke points. and the economy has to take proximity into account, jumpdrives ruin all of that. Also just modding in Jumpdrives would only help the player I assume as I don't think that the factions would use it correctly without some major work to their AI. Also I assume that having all research unlocked by default is just temporary?
Did you see my post about the Argon Saga start being bugged? only one engine and no weapons, 10k credits, not enough to buy a weapon.
I think I fixed the character problem, not sure since I couldn't get an external view of my avatar on my ship, but I changed the player macro and the game didn't crash so I think it's ok. Also can you write me three more for the other gamestarts ? I'm not great at that kind of stuff. "I'm a programmer jim, not a copywriter"lavak9 wrote: ↑Mon, 17. Dec 18, 00:39 @celludriel
regarding the game starts the ship is absolutely right, I refer to the actual character you are, not sure if that can be changed.
"Ever since you hatched from your egg you have been enamored with value and money, in fact they were your most spoken words during your adolescent 'eggspeak'
When your eyes started to change from the pale yellow that marks Teladi youth to the deep red of a mature citizen in the great trade empire the others looked at you with a sense you should leave the planetside and seek out the life of a true Teladi.
With that you gather your belongings and sell them all, buying a modest ship to begin your great search for the universes greatest profitssss!"
I could do some more if people enjoy that one.
The Argon Sagacelludriel wrote: ↑Mon, 17. Dec 18, 10:19I think I fixed the character problem, not sure since I couldn't get an external view of my avatar on my ship, but I changed the player macro and the game didn't crash so I think it's ok. Also can you write me three more for the other gamestarts ? I'm not great at that kind of stuff. "I'm a programmer jim, not a copywriter"
Ah, I use a mod that makes research take time and materials, so it is more interesting, it would be nice if we had a way to have a PHQ constructed, and then that allows access to research.celludriel wrote: ↑Mon, 17. Dec 18, 09:40Jumpdrives will not be programmed in that was more a joke. The research is fully unlocked because the gui for research is directly tied with the playerHQ quest from the vanilla game. There is a hardcoded link so I had to compromise. For the most part at the moment research is a dumb time sink anyway. All research only takes ten minutes no matter how far down the tree and X games usually last days and it doesn't really matter much if you unlock it all 2 hours into the game or have it straight away. To much headache to fix the hardcoded link with the PHQ, we tried me and some other modders, we all decided on two things. Either we spawn in a PHQ somewhere or we unlock the full research at the start.TR0LL wrote: ↑Mon, 17. Dec 18, 05:42 I dont think doubling the travel speed of engines is a good idea, you are going to run into conflicts with other mods down the line. I also no not want to see Jumpdrives return, without them sectors can actually set up defenses and choke points. and the economy has to take proximity into account, jumpdrives ruin all of that. Also just modding in Jumpdrives would only help the player I assume as I don't think that the factions would use it correctly without some major work to their AI. Also I assume that having all research unlocked by default is just temporary?
Did you see my post about the Argon Saga start being bugged? only one engine and no weapons, 10k credits, not enough to buy a weapon.
The saga isn't exactly bugged, I designed it this way, it was meant to be a harsh start. Usually one signal repair mission is enough to buy a single pulse laser. I can change it that the ship has at least one laser if it's to harsh a start
Lol I was just joking around lol, yours is pure X3 AP anyhow mine is Mayhem. I'm not really offended , just "challenged"