
what am i missing?
i have TC 2.5.
oh and does anyone know how to add maries to an custom M2?
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
As Egosoft have already done so with the Aldrin missions I would think there is a way to do so. Perhaps looking at how they do it in the mission scripts would give you some ideas?Sim108 wrote:thanks lord dakier. when you say into a mod, do you mean in a .cat file? and there is no way i can add a sector in the current save game?
You coulnd't be more wrong, sorry.imperium3 wrote:I believe DDTC added their new sector using the galaxy editor, which only warks if you start a new game (you have to for that mod anyway).
Code: Select all
<o t="1" s="" id="9000" r="10" x="14" y="4" m="8503" size="20000000" p="1247631758" qtrade="100" qfight="100" qbuild="100" qthink="100">
<o t="2" s="0"/>
<o t="3" s="0" x="267736000" y="31627000" z="181050000" a="0" b="0" g="0" color="16769719"/>
<o t="4" s="SS_PL3" x="-76201500" y="-32710000" z="-176205000" a="0" b="0" g="0"/>
<o id="9002" t="17" s="1" x="-16000000" y="-6250000" z="-7500000" a="0" b="0" g="0" atype="0" aamount="57"/>
<o id="9003" t="17" s="2" x="-20000000" y="-7125000" z="-10000000" a="0" b="0" g="0" atype="1" aamount="57"/>
<o id="9004" t="17" s="1" x="-18000000" y="-8000000" z="-8500000" a="0" b="0" g="0" atype="0" aamount="57"/>
<o id="9005" t="17" s="2" x="-19260000" y="-6500000" z="-7273500" a="0" b="0" g="0" atype="1" aamount="57"/>
<o id="9001" t="18" s="SS_WG_WEST" x="-17500000" y="0" z="0" a="0" b="0" g="0" gid="2" gx="13" gy="4" gtid="3"/>
</o>
Nooo... do all but that!Sim108 wrote:should i just copy and past heretic's end sector into mymap.xml aswell?
Code: Select all
<universe>
<o id="290" t="1" x="13" y="4" r="18" size="15000000" m="8206" p="-1" qtrade="100" qfight="100" qbuild="100" qthink="100">
Code: Select all
<o t="18" s="3" x="25000000" y="0" z="0" a="0" b="0" g="0" gid="3" gx="14" gy="4" gtid="2" id="8999"/>
</o>
</universe>
Oh, wow, thanks Ketraar. It seems that the MD is much more powerful than I thought (more useful than the script editor too, though perhaps less flexible).Ketraar wrote:You coulnd't be more wrong, sorry.imperium3 wrote:I believe DDTC added their new sector using the galaxy editor, which only warks if you start a new game (you have to for that mod anyway).
You can do:
a) create your sector in a custom map file and load that map file using MD's command load_map at ANY given time in your current save. How to create a sector using X3 Editors is explained in various tutorials, have a look in stickies.
Note though that once loaded objects can't just be "unloaded", they need to be destroyed if you want them removed.
b) Add a sector to existing map by just using MD comands, add_map, alter_sector and the various create_planet/sun/ect..
I prefer version a) as its simpler and cleaner.
Note also that for the sector to show in the ingame map it will have to be added to 00749.bod, alternativly use SunBlades bod (listed in the sticky)
MFG
Ketraar
Sure, use command alter_sectorimperium3 wrote:Is it possible to use this to change the properties of a sector itself, ie to change background music?
Code: Select all
<alter_sector population="" x="" y="" music="" security="" background="" size=""/>
hehe, no nothing like that, it means "Mit Freundlichen Grüssen".PS Out of curiosity what do you mean by MFG (which I note you normally end your posts with)? Message From God? Seems like something LV would do...
Code: Select all
<?xml version="1.0"?>
<universe xmlns="XUNIVERS.xsd" id="2">
<!-- Heretics End -->
<o t="1" x="13" y="4" r="18" size="15000000" m="8206" p="-1" qtrade="100" qfight="100" qbuild="100" qthink="100">
<o t="18" s="SS_WG_WEST" r="1" x="-24561402" y="0" z="350877" a="0" b="0" g="0" gid="0" gx="12" gy="4" gtid="0"/>
</o>
<!-- New sector-->
<o t="1" s="" r="1" x="12" y="4" color="0" ff="0" fc="0" fn="0">
<o t="2" s="0"/><o t="18" s="SS_WG_EAST" r="1" x="24912280" y="0" z="350877" a="0" b="0" g="0" gid="0" gx="13" gy="4" gtid="0"/>
</o>
</universe>
this site seem to be down atm. ill try tomorrow..Also note that the sector only will be displayed ingame if it was added to the 00749.bod. I suggest to use Square Galaxy Map by SunBlade Which has already all secors in bod.