 |
View previous topic :: View next topic |
 |
|
|
|
|
Author |
Message |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

 |
Posted: Mon, 9. Jul 12, 09:24 Post subject: [AP][Script - AL] Logain Industries Drone Defence Network (DDN) - Beta 00 |
|
|
Logain Industries Drone Defence Network (DDN) Beta 00
Introduction:
Logain Industries DDN provides automated Drone response to acts of aggression against player owned stations and provides security to Sectors of importance.
Gate Network Integration :
Advancements in teleportation technology pioneered by Logain Industries have enabled direct integration with the Gate network.
Quantum Virtual Storage:
Logain Industries have made ground-breaking advancements in the principle of Ethereal Quantum State Storage and Solid-State Quantum-Memory Matrixes to indefinitely hold the propertied of object in virtual storage.
The marriage of the two Technologies enables DDN to centralise drone storage, provide centralised command and control and rapid Drone response to all stations with Teleportation technology across the known Gate network
Previously known as SSDN, DDN is the AP replacement of SSDN
X3 Version and Issues:
DDN is for X3:AP only
This will not work with SSDN
There could be issues with other scrips that use Advance Satellites
When DDN is disabled on an Advance Satellite, either individually or Sector wide the Advance Satellite(s) is destroyed and replaced. This ensures a clean transition and clear down of any tasks or stored settings
Required Utilities :
DDN requires Community Plugin Configuration by Cycrow.
Download Link:
Technical Info:
Script uses file 9911-L044 for text strings
Script uses file 09911 for Log File
Install of script files:
Manually install files from the script.zip. This link contains a guide for installing script files manually.
Great guide also by Cycrow link
Turn on AL Plugin:
Great guide by LV shows how to turn on an AL Plug-in link
_________________ Freight Distribution Network|Strategic Sector Defence Network|Production Modules|Capital Ship Energy Cell Generator
Last edited by Logain Abler on Mon, 9. Jul 12, 19:24; edited 8 times in total |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

 |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

 |
Posted: Mon, 9. Jul 12, 09:24 Post subject: |
|
|
[User Guide]:
Welcome and thank you for choosing Logain Industries DDN
DDN is enabled on a player owned Dock to provide a centralised command and control network to respond to acts of aggression against player owned stations and Sector of interest monitored by Advance Satellites
Control Centre (DC):
The Control Centre is the heart of your Drone Defence Distribution Network and act as a centralised command and control centre monitoring player owned stations and sectors. It uses locally stored drones to provide rapid response
There is only one Control Centre
Menu Header :
The menu header is a dynamic list of the Drones in storage, deployed and lost in combat recorded by the CC
Station List :
This menu lists all the Stations monitored by DDN and display the number of currently deployed drones
All Stations and Orbital Weapons Platforms will be listed and DDN can be enabled/disabled by selected the appropriate entry
Sector List :
This menu lists selected Sectors and Advance Satellites within the Sector and displasy the number of the currently deployed drones.
Sectors can be added & removed from the list
DDN can be enabled/disabled on any Advance Satellites deployed in a monitored Sector
Configuration Menu:
Add/Change Control Centre – This is used to specify which Dock will act as the CC, this can be change at any time
Global options on/off:
Auto Add Stations – If on DDN will automatically add new Stations to the network
Auto Add Advance Satellites – If on DDN will automatically enable DDN monitoring on all Advance Satellites in selected Sector
Dynamic Menus on/off:
Command Centre Deatils - Drone details
Station menu - Count of Drones deployed to defend the Station
Advance Satellite menu - Count of Drone deployed to engage enemy contacts
Debug on/off:
Drone logic
AL Plugin settings:
The AL plugin when disabled cannot be re-enabled until a clean-up script has completed, when trying to re-enable during this period you will receive a Cool Down warning. Simply allow a short period for the clean-up script to complete
If you wish to completely remove disable the AL Plugin and allow a few minutes to run before saving and removing the script files
[FAQ]:
_________________ Freight Distribution Network|Strategic Sector Defence Network|Production Modules|Capital Ship Energy Cell Generator
Last edited by Logain Abler on Tue, 10. Jul 12, 09:22; edited 8 times in total |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
TonyEvans
Joined: 15 Jan 2012
|
Posted: Mon, 9. Jul 12, 11:38 Post subject: |
|
|
I already love the idea.
could it be implemented to defend a certain ship, or respond to threats against ships owned by the station?
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

|
Posted: Tue, 10. Jul 12, 09:42 Post subject: |
|
|
| TonyEvans wrote: |
I already love the idea.
could it be implemented to defend a certain ship, or respond to threats against ships owned by the station? |
Thanks
I can think of only two options to accomplish ship monitoring:
First is to use the games signal_attacked to generate an event when the ship is attacked:
Pros – As an inbuilt signal it should be efficient
Cons – The ship will have already been hit by fire and may already be dead, especially smaller ships
The second option would be to monitor if the ship is targeted, DrBullwinkle created an custom signal for such a requirement called signal_targeted:
Pros – It will scan all contacts within sensor range to see if the ship is targeted, this should give some warning before the bullets start to fly
Cons – If used on a large number of ships it could have a performance impact on the game
There could be other options which I have thought of.
_________________ Freight Distribution Network|Strategic Sector Defence Network|Production Modules|Capital Ship Energy Cell Generator |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
TonyEvans
Joined: 15 Jan 2012
|
Posted: Tue, 10. Jul 12, 10:20 Post subject: |
|
|
| Logain Abler wrote: |
| TonyEvans wrote: |
I already love the idea.
could it be implemented to defend a certain ship, or respond to threats against ships owned by the station? |
Thanks
I can think of only two options to accomplish ship monitoring:
First is to use the games signal_attacked to generate an event when the ship is attacked:
Pros – As an inbuilt signal it should be efficient
Cons – The ship will have already been hit by fire and may already be dead, especially smaller ships
The second option would be to monitor if the ship is targeted, DrBullwinkle created an custom signal for such a requirement called signal_targeted:
Pros – It will scan all contacts within sensor range to see if the ship is targeted, this should give some warning before the bullets start to fly
Cons – If used on a large number of ships it could have a performance impact on the game
There could be other options which I have thought of. |
Regarding the cons... what if it was used to bring assistance to a capital ship. Personally, I wouldn't be applying the "watch this ship" thing to my battleships, but my lighter-armed carriers whose fighters might be out-of-system would definately need extra support, and just might be able to stay alive long enough to get it.
Could it be made that the drones are launched in an enemy ship/hostile ship enters within 20km, or is present in the system? I reckon it might be somewhat more effecient if the station didn't wait until the ship in question was shooting flames out the cockpit to launch support drones.
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

|
Posted: Tue, 10. Jul 12, 10:53 Post subject: |
|
|
| TonyEvans wrote: |
| Logain Abler wrote: |
| TonyEvans wrote: |
I already love the idea.
could it be implemented to defend a certain ship, or respond to threats against ships owned by the station? |
Thanks
I can think of only two options to accomplish ship monitoring:
First is to use the games signal_attacked to generate an event when the ship is attacked:
Pros – As an inbuilt signal it should be efficient
Cons – The ship will have already been hit by fire and may already be dead, especially smaller ships
The second option would be to monitor if the ship is targeted, DrBullwinkle created an custom signal for such a requirement called signal_targeted:
Pros – It will scan all contacts within sensor range to see if the ship is targeted, this should give some warning before the bullets start to fly
Cons – If used on a large number of ships it could have a performance impact on the game
There could be other options which I have thought of. |
Regarding the cons... what if it was used to bring assistance to a capital ship. Personally, I wouldn't be applying the "watch this ship" thing to my battleships, but my lighter-armed carriers whose fighters might be out-of-system would definately need extra support, and just might be able to stay alive long enough to get it.
Could it be made that the drones are launched in an enemy ship/hostile ship enters within 20km, or is present in the system? I reckon it might be somewhat more effecient if the station didn't wait until the ship in question was shooting flames out the cockpit to launch support drones. |
If you’re looking for a mobile version/option have a look at DCS
Ship monitoring and response is not a route I’ll be taking with DDN, it’s been built to defend my fixed assets and Sectors of importance. This leaves what fleet assets I have free for offensive duties rather than baby-sitting.
LA
_________________ Freight Distribution Network|Strategic Sector Defence Network|Production Modules|Capital Ship Energy Cell Generator |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Ocede
Joined: 23 Sep 2011
|
Posted: Tue, 10. Jul 12, 14:56 Post subject: |
|
|
Except DCS allows my M7 to clean out a sector of hostiles with its never ending supply of drones while LSDC/ DDN is more 'realistic' with a finite supply.
|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
wwdragon
Joined: 01 Oct 2007 Posts: 248 on topic

|
Posted: Thu, 12. Jul 12, 00:49 Post subject: |
|
|
Ah ha! You got er out.
I was going to jump right in and stress test it... but AP only?!?
_________________ Editing posts like a madman since long before I remember. |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
stealthhammer
Joined: 12 Sep 2008
Location: USA
|
Posted: Thu, 12. Jul 12, 01:47 Post subject: |
|
|
I might be able to "stress Test" it out... I'm at war with the Paranids at the moment...
Sorry LA, I haven't been around much. I've been busy with RL. (Paying for a wedding and such)
_________________ "The more we, as a human race, becomes more advanced, the more we, as a human race, lose our humanity and common sense." - Sean Patrick Feeney
"Technological progress is like an axe in the hands of a pathological criminal." - Albert Einstine |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
Logain Abler
Joined: 31 Oct 2005 Posts: 2195 on topic Location: Norwich, UK

|
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
wwdragon
Joined: 01 Oct 2007 Posts: 248 on topic

|
Posted: Fri, 13. Jul 12, 15:04 Post subject: |
|
|
Not buying AP! 
_________________ Editing posts like a madman since long before I remember. |
|
|
|
|
|
|
Back to top |
|
|
|
 |
|
|
|
|
|
|
|