Patched to 1.13 and no crash for me on any of the 3 commands.Jack08 wrote:Its likely because egosoft just patched the game, and have modified a file i was relying on, investigating
Ok, an update .. so the crash did not occur always.
Moderators: Scripting / Modding Moderators, Moderators for English X Forum



Ships as big as the Taranis wont follow you unless you leave the zone and cause it to use its engine boosters or jumpdrive, thats how it is in the standard game, unless ive missed something? Thats why i made the Move to My Position command in the fist place.Aesran wrote:Hi, thanks for this amazing mod ! Love to say to my Taranis "go there"
But i have a little problem, after say "take me to", and then arrived, my taranis don't listen my order.
and he don"t wan"t to follow me instead.



by side panel i assume your talking about the are where things like my owned property and stuff comes up?Tenlar Scarflame wrote:Have you taken a look at accessing the side panel display at all? I wonder if it would be usable for showing possible ship orders in a longer list.

Unless they are available in the vanilla game those might not work at all and just be leftovers from a part of the game that was not pursued further.B_O_L_T wrote:In case you were not aware, while browsing the cat files I noticed there are some 28 different formations possible for squads, might be something to look at manipulating in the future.


Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<diff>
<add sel="/language">
<page id="7777" title="Manual Command Extention" voice="no">
<t id="1">Tenez la position</t>
<t id="2">Suivez moi</t>
<t id="3">Protégez moi</t>
<t id="4">Rappeler les drones</t>
<t id="5">Avancez à ma position</t>
<t id="6">Commandes manuelles</t>
<t id="7">Annuler le marché \(Experimental\)</t>
<t id="7">Redémarrer le marché \(Experimental\)</t>
</page>
</add>
</diff>Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<content id="__mce_j08" name="Manual Command Extension" description="" author="Jack08" version="0.02" date="2013-11-18">
<text language="44" name="Manual Command Extension" description="Adds Manual Ship Commands" author="Jack08" />
<text language="33" name="Extension de Commandes Manuelles" description="Ajoute des ordres de commandes manuelles au vaisseau" author="Jack08" />
</content>

Azalrion wrote:I found something fantastically annoying that might be useful for you Jack in regards to specific move to, patrol to, etc commands. When you open the map menu in such a way to select a sector its hard coded in the ui LUA to call the gOrder_selectedZone event param (also similar for selectobject which returns gAssign_selectedObject).
What I was thinking for a workaround of sorts would be replace "take me to" with a move to zone command, leave it up to the player to dock before hand and then make patrol work on the ship's current zone.

Rats. :/ It would be GREAT to be able to mess around with that thing... so the only extensible menu is the radial menu, then?Jack08 wrote:by side panel i assume your talking about the are where things like my owned property and stuff comes up?
if so, thats all done in LUA as far as im aware, and the LUA code of the game is pre-compiled so its all bytecode (unreadable)

These are just stopgap scripts at the moment, i intend on erasing egosofts AI and replacing it almost entirely, when i learn enough about it.EnemyWithin wrote:I want your children Jack!!
...
No.. what.. ? Who would want to ..? You sick... no! What I meant was I want to tell them how much their daddy rocks
Apart from that:
Would it be an option for you to put the scripts on github? So friendly modders can help extend the mod. If other modders could use version control for it and create pull requests, we could actually start building a nice, working AI.
Apparently you already did in a couple of days what Egosoft missed in 7 years.



if you have played with move.follow.template in X3AP, you will be fimialr with move.generic in X:R, so far i haven't run into to much hard-coding issues, we will see as time goes by.Cronos988 wrote:Since you have already worked with flight scripts: How good is the new script language? Are things like "move to position" already implemented like the old flight commands?
Any signs of "last minute hardcoding", i.e. things that were hardcoded due to a rushed release?
hahahahaTenlar Scarflame wrote:Jack08: step aside, Egosoft.



Ships automatically follow you when in your squad, however they wont stop following you when you remove them - thats why i created the hold position command.dblade wrote:I haven't used this mod yet. I see that the ship needs be in squad, is this a script engine/design limitation? Also there is a default follow me order that occurs for the ship when added to the squad (also rendezvous points being sent) wouldn't these cause problems?
Im not sure yet, i could probably get it to follow but not sure about stopping... hahaDungeoncrawler wrote:Great mod, thank you. I was wondering if it would be possible to add a command for the Skunk to auto-follow any selected ship? I have a fetish for simply following things around

Ok and maybe it would break things to disable the auto follow in the first place if it's even possible.Jack08 wrote: Ships automatically follow you when in your squad, however they wont stop following you when you remove them - thats why i created the hold position command.
sure but i was thinking more along the lines of unassigned ships.Jack08 wrote: The reason they have to be in your squad for now, is that you need to be there commander - you can assign control of other ships to other AI entitys, and i didnt want this command set to enable you to potentially corrupt the AI's state.