Multiple Docking Ports on 1 station?
Moderators: winston, another_commander
Multiple Docking Ports on 1 station?
Is it possible for a station to have more than 1 docking port, like Nuit Station was supposed to have?
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
This is one thing on my scripting "to play with" list (which I haven't had time to do anything on in ages).
I was wondering what would happen if by script you moved the docking bay sub-entity between two positions rapidly (say every 0.25s by script). I would set up two bays, one the real one and the other an identical-looking fake one (just the model, without the docking bay keys) and swap their position over by script.
Then for the player docking it may appear that you are capable to dock in either (unless you are flying very quickly) as during the docking process the ship would be in the docking radius of the dock sub-entity at least half of the time.
Not tested the idea yet, and the downsides I can see would be if the player is using the docking computer via the "long" way, and also what NPCs under dockingAI.plist would do.
Could generate some interesting collisions and crazy ships if nothing else
I was wondering what would happen if by script you moved the docking bay sub-entity between two positions rapidly (say every 0.25s by script). I would set up two bays, one the real one and the other an identical-looking fake one (just the model, without the docking bay keys) and swap their position over by script.
Then for the player docking it may appear that you are capable to dock in either (unless you are flying very quickly) as during the docking process the ship would be in the docking radius of the dock sub-entity at least half of the time.
Not tested the idea yet, and the downsides I can see would be if the player is using the docking computer via the "long" way, and also what NPCs under dockingAI.plist would do.
Could generate some interesting collisions and crazy ships if nothing else
My OXPs via Boxspace or from my Wiki pages .
Thargoid TV
Dropbox Referral Link
Thargoid TV
Dropbox Referral Link
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Try changing the docking bay sub-entity to one of the "arms" only if the player's ship is very near that "arm" then?
Or...
My other thought would be to make the bottom "arm" the real docking bay sub-entity and removing the docking bay slot up top. That could probably be done in such a way so that huge ships could dock but the station would not show them docked nor would it tie up the bay.
Maybe with scripting the side arms could be shown as "occupied" after 2 big ships dock?
...Going even further, could the station be made to either only accept big ships or only 3 ships total, and be a huge docking fee to reduce/prevent unwelcome visitors? Sort of a dictator's private station and/or heavy trader only center. This would mean the station should get no regular NPC traffic of course.
Or...
My other thought would be to make the bottom "arm" the real docking bay sub-entity and removing the docking bay slot up top. That could probably be done in such a way so that huge ships could dock but the station would not show them docked nor would it tie up the bay.
Maybe with scripting the side arms could be shown as "occupied" after 2 big ships dock?
...Going even further, could the station be made to either only accept big ships or only 3 ships total, and be a huge docking fee to reduce/prevent unwelcome visitors? Sort of a dictator's private station and/or heavy trader only center. This would mean the station should get no regular NPC traffic of course.
Interesting idea, I might have to revisit BSG at some point.Thargoid wrote:This is one thing on my scripting "to play with" list (which I haven't had time to do anything on in ages).
I was wondering what would happen if by script you moved the docking bay sub-entity between two positions rapidly (say every 0.25s by script). I would set up two bays, one the real one and the other an identical-looking fake one (just the model, without the docking bay keys) and swap their position over by script.
Then for the player docking it may appear that you are capable to dock in either (unless you are flying very quickly) as during the docking process the ship would be in the docking radius of the dock sub-entity at least half of the time.
Not tested the idea yet, and the downsides I can see would be if the player is using the docking computer via the "long" way, and also what NPCs under dockingAI.plist would do.
Could generate some interesting collisions and crazy ships if nothing else
Download Fighter HUD, Stingray and System Redux from the EliteWiki