Script & Mod Requests
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 12
- Joined: Sat, 22. Dec 07, 06:07
-
- Posts: 309
- Joined: Sun, 14. Feb 10, 17:47
-
- Posts: 30
- Joined: Tue, 13. May 14, 01:29
-
- Posts: 488
- Joined: Sun, 5. Feb 06, 17:15
Request :
- change station window textures to use GIF images instead where you would see people passing by, discussing together, waving at you, ....
This would add a bit of life to the stations when you happen to be either docked or looking at it directly.
- change station window textures to use GIF images instead where you would see people passing by, discussing together, waving at you, ....
This would add a bit of life to the stations when you happen to be either docked or looking at it directly.
Ubuntu 24.04 playing with ProtonDB
Intel I7-12700K
32Gb Memory
Nvgidia RTX-3060
Intel I7-12700K
32Gb Memory
Nvgidia RTX-3060
-
- Posts: 1896
- Joined: Fri, 18. Jul 14, 05:28
-
- Posts: 144
- Joined: Thu, 30. Dec 04, 15:26
-
- Posts: 83
- Joined: Sun, 1. Dec 13, 00:58
-
- Moderator (Script&Mod)
- Posts: 14571
- Joined: Sun, 20. Nov 05, 22:45
Isn't it already working this way? Well its supposed to work like this, but if it doesn't that would be something for the testing forumBryl wrote:Request: Display what the engineer is repairing on the main ship Info screen. If not repairing then it should state Analyzing Components
if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help

-
- Posts: 83
- Joined: Sun, 1. Dec 13, 00:58
Currently (lastest beta release (4.0 RC1 Hotfix 1)) if you select a ship and click the Details button you have an overview of the ship including the personnel aboard.UniTrader wrote:Isn't it already working this way? Well its supposed to work like this, but if it doesn't that would be something for the testing forumBryl wrote:Request: Display what the engineer is repairing on the main ship Info screen. If not repairing then it should state Analyzing Components
If the Engineer is repairing something then it just shows Repair, rather than what is being repaired.
To find out what is being repaired you have to highlight the Engineer line and then select Details again.
As far as I remember it has always been this way, I did not see anything in the patch notes to indicate that this is supposed to have been changed.[/i]
-
- Posts: 83
- Joined: Sun, 1. Dec 13, 00:58
Request: Nav Beacons act as Jump Beacons
Request: Mod Nav Beacons to act as Jump Beacons.
I started building in an Empty Zone several zones away from a highway. Would be useful for my ships to be able to jump to the zone I am building in.
I started building in an Empty Zone several zones away from a highway. Would be useful for my ships to be able to jump to the zone I am building in.
-
- Moderator (Script&Mod)
- Posts: 14571
- Joined: Sun, 20. Nov 05, 22:45
Re: Request: Nav Beacons act as Jump Beacons
if it hasnt been fixed since i checked it this requires a bit more work sine the get_closest_jump_beacon command recognizes only one beacon per sector, not necesarily the closest. i think its the first the game encounters in the sectorBryl wrote:Request: Mod Nav Beacons to act as Jump Beacons.
I started building in an Empty Zone several zones away from a highway. Would be useful for my ships to be able to jump to the zone I am building in.
if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help

-
- Posts: 181
- Joined: Sat, 6. Jun 15, 12:12
A big giant cat, which shoots lasers from it's eyes and flips every nearby Sul class ship into an oblivion. A stationary cat in a distance should purr and when approached it would start an aggressive meowing.
"it doesn't matter what is the truth, but what people believe is a true" -Unknown Dictator
"Good Artists Copy; Great Artists Steal" -Picasso
Planning how to plan.
"Good Artists Copy; Great Artists Steal" -Picasso
Planning how to plan.
-
- Posts: 3616
- Joined: Sun, 8. Apr 12, 09:40
Re: Request: Nav Beacons act as Jump Beacons
http://forum.egosoft.com/viewtopic.php? ... 80#4570880Bryl wrote:Request: Mod Nav Beacons to act as Jump Beacons.
My Defence-Plattform delivery Service has already the ability to place objects too, so i simply extends them with an Jump Beacon option
The Jump Beacon will be used in my tests, but under what conditions, you need to try for yourself
-
- Posts: 24
- Joined: Mon, 6. Oct 08, 16:55
-
- Posts: 83
- Joined: Sun, 1. Dec 13, 00:58
Re: Request: Nav Beacons act as Jump Beacons
The Jump Beacon works fine for the Skunk but trade ships don't use it. Probably due to the issue UniTrader mentioned in his post above.Marvin Martian wrote:http://forum.egosoft.com/viewtopic.php? ... 80#4570880Bryl wrote:Request: Mod Nav Beacons to act as Jump Beacons.
My Defence-Plattform delivery Service has already the ability to place objects too, so i simply extends them with an Jump Beacon option
The Jump Beacon will be used in my tests, but under what conditions, you need to try for yourself
Thanks for adding it to your mod though.
-
- Moderator (Script&Mod)
- Posts: 14571
- Joined: Sun, 20. Nov 05, 22:45
already a step ahead here - i have integrated this behavior in my nav Scripts - in fact for months now. But currently not actively Scripting since beginning of this Year, so its not tested with the Latest Version..
@Marvin feel free to copy from here or use this Script as is:
https://github.com/UniTrader/UTCommandA ... e.jump.xml
(Interesting for this are Lines 134 to 196, which get the JB closest to the Destination, or a random one in an Enemy-free Zone if just passing through)
note that there are some additional Tricks in there, like using a random (big) object as JB (i call it pirate Jump) or avoiding Zones with Enemies and using a JB farther away instead - may not be entirely compatible for inclusion in the Vanilla Script since this was written from scratch.
@Marvin feel free to copy from here or use this Script as is:
https://github.com/UniTrader/UTCommandA ... e.jump.xml
(Interesting for this are Lines 134 to 196, which get the JB closest to the Destination, or a random one in an Enemy-free Zone if just passing through)
note that there are some additional Tricks in there, like using a random (big) object as JB (i call it pirate Jump) or avoiding Zones with Enemies and using a JB farther away instead - may not be entirely compatible for inclusion in the Vanilla Script since this was written from scratch.
if not stated otherwise everything i post is licensed under WTFPL
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter
I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help
Ich mache keine S&M-Auftragsarbeiten, aber wenn es fragen gibt wie man etwas umsetzen kann helfe ich gerne weiter

I wont do Script&Mod Request work, but if there are questions how to do something i will GLaDly help

-
- Posts: 21
- Joined: Thu, 20. May 10, 22:25
Removal of SETA/Jumpdrive cooldown
I personally find them annoying that not only does the SETA not reach x10(they have an ingame reason but i prefer x10 personally) but also, that you need to wait like 20 min or more for it to recharge after a period of time. Which is the worst part, SETA is there to allow you to speed up time so your empire can be built up faster without waiting for weeks at your computer for stuff to be built. But the timer is a killer. Can anyone make a mod that removes that cooldown/recharge timer at all? I would love it and it would improve the gameplay quite a bit imho.
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
I think you are confusing using the Playership Jumpdrive without coolant (has a long cooldown period otherwise) with the SETA (no recharge time but restrictions on how it can be used*).
* For example, not hen menus are open and not when near he gravity well of an object like a ship, station or asteroid.
* For example, not hen menus are open and not when near he gravity well of an object like a ship, station or asteroid.
-
- Posts: 1278
- Joined: Sun, 7. Dec 03, 12:03
-
- Moderator (English)
- Posts: 8074
- Joined: Tue, 30. Mar 04, 12:28
lolswatti wrote:Is there a mod to auto-repair the skunk?
DISCLAIMER: All suggestions saying this has something to do with the Xenon P are invalid. Move along.
This will help, although it isn't directly what you ask for:
http://steamcommunity.com/sharedfiles/f ... =557444658
Maybe this but I can't read German:
http://forum.egosoft.com/viewtopic.php?t=384519