not really moving much. been busy so Instead i been doing small things here and there and trying to fix some of the changes i have made for "quality of life" purposes in my own game. mostly trying to take the changes from being .pck files to being actual patches as an extension so that i can use some other mods without having to worry about screwing things up royally. of course the cold weather and snow is not helping cause that means the kids stay home from school when it gets canceled and the wife stays home from work which means honey do lists with direct supervision.w.evans wrote:Thanks, lubatomy! Added:to NPC_Engineer.xmlCode: Select all
<replace sel="//cue[@name='OnBoardComm']/actions/do_if[@value='@player.platform.container.isplayerowned and @player.platform.container.isclass.ship']/@value">@player.platform.container.isplayerowned and (@player.platform.container.isclass.ship or @player.platform.container.isclass.station)</replace>
Long time no see. How's your big project coming along?
[MOD] Station Engineers
Moderators: Moderators for English X Forum, Scripting / Modding Moderators
@w.evans
Place these few strings in your NPC_engineer.xml diff, land at the station administration, call a engineer on your ship and enjoy the cutscene.
works for me since 29.12.'13 (file signature on my NPC_engineer)
regards
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<diff>
<replace sel="//do_if[@value='@player.platform.container.isplayerowned and @player.platform.container.isclass.ship']/@value">@player.platform.container.isplayerowned</replace>
</diff>
works for me since 29.12.'13 (file signature on my NPC_engineer)
regards
Hi eMYNOCK,
You're right. is redundant because there aren't any other valid container classes. Changing the code, and including in the next update. Thanks!
edit: wait, since 2013? Have you had a mod that does what this does since 2013?
You're right.
Code: Select all
@player.platform.container.isplayerowned and (@player.platform.container.isclass.ship or @player.platform.container.isclass.station)
edit: wait, since 2013? Have you had a mod that does what this does since 2013?
Hi Saquavin,
Glad you like it!
I haven't uploaded it to the Steam Workshop because, well, it isn't really much of a mod. That first code block in the OP really is the entire thing. Was more of a "wonder if this'll work... wtf!" which I thought I'd share in case anyone else wants the same functionality in their game.
I don't anticipate it needing much by way of maintenance or updates since it's so simple unless EgoSoft changes engineer.ai.xml such that the xpaths change. And in case I do update, I always announce it here in another post, so you should get a notification if you're watching the thread.
About oos combat, are you running the beta? OOS combat seems a lot more sensible in 3.50 beta 1. I also have a mod over here that has a couple of tweaks for OOS combat that might be of interest.
Glad you like it!
I haven't uploaded it to the Steam Workshop because, well, it isn't really much of a mod. That first code block in the OP really is the entire thing. Was more of a "wonder if this'll work... wtf!" which I thought I'd share in case anyone else wants the same functionality in their game.
I don't anticipate it needing much by way of maintenance or updates since it's so simple unless EgoSoft changes engineer.ai.xml such that the xpaths change. And in case I do update, I always announce it here in another post, so you should get a notification if you're watching the thread.
About oos combat, are you running the beta? OOS combat seems a lot more sensible in 3.50 beta 1. I also have a mod over here that has a couple of tweaks for OOS combat that might be of interest.
I confirm it works, and yes, I'm running 3.50 B1.
I have assigned one engineer for each of my 4 stations, for about 1 hour now.
- My 2 engineers on young stations were on "analysing components" => fine, stations are newly built and have not been damaged.
- My 2 engineers on old stations were successfully repairing components like "bulk tube" or "zoltek appartment" => omfg I love you
For now, I'm still testing the beta vanilla oos combat system, maybe I will go on your other mod if oos is still annoying me.
I will keep an eye on your thread, but for now, engineer station state is perfect in 3.50 B1.
I have assigned one engineer for each of my 4 stations, for about 1 hour now.
- My 2 engineers on young stations were on "analysing components" => fine, stations are newly built and have not been damaged.
- My 2 engineers on old stations were successfully repairing components like "bulk tube" or "zoltek appartment" => omfg I love you

For now, I'm still testing the beta vanilla oos combat system, maybe I will go on your other mod if oos is still annoying me.
I will keep an eye on your thread, but for now, engineer station state is perfect in 3.50 B1.
-
- Posts: 309
- Joined: Sun, 14. Feb 10, 18:47
Thanks swatti. I'm inclined not to though, mostly because mods on Steam are updated without user intervention, so I can't expect anyone who's using it to know about what changed if it gets updated. Not that I can expect everyone to read the description at the Nexus, but at least everyone has to go through it to get at the files, so I hope there's a better chance that they will!
-
- Posts: 3197
- Joined: Thu, 16. Jul 09, 12:24
curious if there would be a conflict between this and this mod/fix http://forum.egosoft.com/viewtopic.php?t=378809 or are there plans in place w.evens to include it if it isn't compatible?