[MOD] Armed Scaldis
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 1017
- Joined: Mon, 4. Aug 14, 05:18
-
- Posts: 1896
- Joined: Fri, 18. Jul 14, 05:28
I built Skald +. )) All in their places.
http://clip2net.com/s/3ehtEY5
http://clip2net.com/s/3ehurls
http://clip2net.com/s/3ehuSok
http://clip2net.com/s/3ehtEY5
http://clip2net.com/s/3ehurls
http://clip2net.com/s/3ehuSok
-
- Posts: 309
- Joined: Sun, 14. Feb 10, 17:47
-
- Posts: 1017
- Joined: Mon, 4. Aug 14, 05:18
-
- Posts: 1896
- Joined: Fri, 18. Jul 14, 05:28
-
- Posts: 1017
- Joined: Mon, 4. Aug 14, 05:18
-
- Posts: 1896
- Joined: Fri, 18. Jul 14, 05:28
-
- Posts: 1017
- Joined: Mon, 4. Aug 14, 05:18
This is what I have found when unpacking the cap ship bridge mod.
units_size_xl_cargo_hauler_3.xml
I think we need a file identical to this one with a few minor adjustments.
Something like this;
units_size_xl_cargo_hauler_3_plus.xml
Any thoughts?
units_size_xl_cargo_hauler_3.xml
Code: Select all
<?xml version="1.0"?>
<diff>
<replace sel="/components/component[@name='units_size_xl_cargo_hauler_3']/connections/connection[@name='connection_dock_p01']/offset/position">
<position x="240" y="91" z="-450"/>
</replace>
</diff>
<!-- Scaldis -->
Something like this;
units_size_xl_cargo_hauler_3_plus.xml
Code: Select all
<?xml version="1.0"?>
<diff>
<replace sel="/components/component[@name='units_size_xl_cargo_hauler_3_plus']/connections/connection[@name='connection_dock_p01']/offset/position">
<position x="240" y="91" z="-450"/>
</replace>
</diff>
<!-- Scaldis Plus -->
0101...0011...0011...0101...2!
-
- Posts: 1896
- Joined: Fri, 18. Jul 14, 05:28
Yes it helped. I changed other options. ))) Lol.
extensions\Armed Scaldis\assets\units\size_xl\units_size_xl_cargo_hauler_3_plus.xml
Replace in Files
on this cod
extensions\Armed Scaldis\assets\units\size_xl\units_size_xl_cargo_hauler_3_plus.xml
Replace in Files
Code: Select all
<connection name="connection_dock_p01" tags="dock_p ">
<offset>
<position x="-56" y="80" z="200"/>
</offset>
</connection>
Code: Select all
<connection name="connection_dock_p01" tags="dock_p ">
<offset>
<position x="240" y="91" z="-450"/>
</offset>
</connection>
-
- Posts: 1017
- Joined: Mon, 4. Aug 14, 05:18
-
- Posts: 1017
- Joined: Mon, 4. Aug 14, 05:18
-
- Posts: 773
- Joined: Thu, 18. Dec 03, 09:00