Difference between revisions of "Snoopers"

From Elite Wiki
m (CHANNELS)
m (new version)
Line 1: Line 1:
===STORY===
+
=== Story ===
 
----
 
----
 
''3130 MGMT - GalCop begins a programme of retrofitting out-of-date communications equipment on older vessels. At the same time, satellite and comms buoys are upgraded.''<br>
 
''3130 MGMT - GalCop begins a programme of retrofitting out-of-date communications equipment on older vessels. At the same time, satellite and comms buoys are upgraded.''<br>
Line 7: Line 7:
 
each trying to grab the biggest slice of this new market, swept up by a goldrush fever. Only a handful of news agencies survived the ensuing 'War of Information' - an orgy of mergers, acquisitions, lawsuits and the occasional little bit of terrorism and sabotage - to create today's stable news market that we know and love.
 
each trying to grab the biggest slice of this new market, swept up by a goldrush fever. Only a handful of news agencies survived the ensuing 'War of Information' - an orgy of mergers, acquisitions, lawsuits and the occasional little bit of terrorism and sabotage - to create today's stable news market that we know and love.
 
<br><br>
 
<br><br>
 
 
And Snoopers brings them to you. Directly onto your screen, through your eyeballs and into your brain.
 
And Snoopers brings them to you. Directly onto your screen, through your eyeballs and into your brain.
 
<br><br>
 
<br><br>
 
+
=== Channels ===
===CHANNELS===
+
----
 
 
 
'''Snoopers.gal'''
 
'''Snoopers.gal'''
 
[[Image:Snoopers_Snoopers.png|right|Snoopers.gal - Independent]]
 
[[Image:Snoopers_Snoopers.png|right|Snoopers.gal - Independent]]
Line 40: Line 38:
  
 
The Chronicle operates from its base at Tionisla, transmitting from the Chronicle Array, on wideband channel 385.2.
 
The Chronicle operates from its base at Tionisla, transmitting from the Chronicle Array, on wideband channel 385.2.
 
+
<br><br>
===FEATURES===
+
=== Features ===
 
----
 
----
 
Snoopers gives players some nice and well-thought screens to learn a bit more about the Ooniverse brought to you
 
Snoopers gives players some nice and well-thought screens to learn a bit more about the Ooniverse brought to you
Line 51: Line 49:
 
* Useable for other oxps
 
* Useable for other oxps
 
* Configurable (by editing or [[OXPConfig|OXPConfig2]]) and selfconfiguring (v1.74+)
 
* Configurable (by editing or [[OXPConfig|OXPConfig2]]) and selfconfiguring (v1.74+)
 
 
<br>
 
<br>
===OXPConfig2===
+
=== OXPConfig2 ===
 
----
 
----
 
Snoopers can be adjusted via the following properties...
 
Snoopers can be adjusted via the following properties...
Line 78: Line 75:
 
|}
 
|}
 
<br>
 
<br>
USAGE FOR OTHER [[OXP|OXPS]]:
+
=== Usage for other [[OXP|OXPS]] ===
 
Snoopers has a inbuilt feature to implement news. This gives other worldScripts a platform to add even more flavour
 
Snoopers has a inbuilt feature to implement news. This gives other worldScripts a platform to add even more flavour
 
and to integrate own stories. The standard syntax is:
 
and to integrate own stories. The standard syntax is:
Line 84: Line 81:
 
   worldScripts.snoopers.insertNews( this.name , message : String);
 
   worldScripts.snoopers.insertNews( this.name , message : String);
  
'''''this.name''''' is the name property of the calling script (e.g. 'ups_container'). Snoopers stores a checksum to scatter the messages a bit more on every start.<br>
+
''this.name'' is the name property of the calling script (e.g. 'ups_container'). Snoopers stores a checksum to scatter the messages a bit more on every start.<br>
'''''message''''' is a string (text) to be implemented in Snoopers buffer. This message can be a simple string or a keyname pointing to descriptions.plist or missiontext.plist.
+
''message'' is a string (text) to be implemented in Snoopers buffer. This message can be a simple string or a keyname pointing to descriptions.plist or missiontext.plist.<br>
 +
Both parameters are required. More infos about usage and returned values can be found in the Readme. Additionally a commented version can be requested via BB.<br>
  
Both parameters are required. More infos about usage and returned values can be found in the Readme. Additionally a commented version can be requested via BB.
+
'''''Please note:'''''
<br><br>
+
Starting from Snoopers2.0 the mechanism has been changed to more flexibility. The standard syntax is:
===REQUIREMENTS===
+
 
 +
  worldScripts.snoopers.insertNews(object);
 +
 
 +
The passed object can hold a couple of properties.<br><br>
 +
Required:<br>
 +
''ID:(string)'' Name property of the calling script. Snoopers stores a checksum (CRC) to scatter the messages on every start and inbetween.<br>
 +
''Message:(string)'' Message can be a string or keynames pointing to descriptions.plist or missiontext.plist. Mixtures are allowed, overall length limit is 700 chars.
 +
 
 +
Optional:<br>
 +
''Agency: (integer)'' - Defines 1=GNN, 2=Rooters, 3=Snoopers. If used Snoopers disables custom pics and models.<br>
 +
''Priority: (integer)'' - Used to sort the inserted news on next docking, if not declared defaults to 3.<br>
 +
''Pic: (string)'' - Background image, used as overlay, use tranparent areas if model should be used!!! Fileextension is required. If Agency and Pic not declared default setting choosen.<br>
 +
''Music: (string)'' - Music for Newsflash. Fileextension is required. If not declared, default setting choosen.<br>
 +
''Model: (string)'' - Model for Newsflash, if used Pos must be passed, else disabled.<br>
 +
''Pos: (object)'' - Array of 3 valid numbers, ignored if Model not declared.<br>
 +
<br>
 +
=== Requirements ===
 
----
 
----
 
<!-- Template:Infobox_OXP -->
 
<!-- Template:Infobox_OXP -->
Oolite v1.73 - To get the full fun play in fullshader mode, reduced details off.
+
Latest version needs Oolite v1.74 - To get the full fun play in fullshader mode, reduced details off.
 
<br><br>
 
<br><br>
===DOWNLOAD===
+
=== Download ===
 
----
 
----
[http://www.box.net/shared/f67k7jj0qj Snoopers1.0.1.zip] (2.4MB) Updated 19/10/2009
+
For Oolite v1.73 [http://www.box.net/shared/f67k7jj0qj Snoopers1.0.1.zip] (2.4MB) Updated 19/10/2009
 +
<br>
 +
For Oolite v1.74 [http://www.box.net/shared/htb41qhh8x Snoopers2.0.zip] (2.4MB) Updated 05/02/2010
  
 
[[Category:Oolite_expansion_packs]] [[Category:OXPConfig-compatible_OXPs]]
 
[[Category:Oolite_expansion_packs]] [[Category:OXPConfig-compatible_OXPs]]
 
{{Template:Unclassified-OXP}}
 
{{Template:Unclassified-OXP}}
 
<br>
 
<br>

Revision as of 23:46, 5 February 2010

Story


3130 MGMT - GalCop begins a programme of retrofitting out-of-date communications equipment on older vessels. At the same time, satellite and comms buoys are upgraded.


And communications companies popped up like mushrooms, offering dubious and sometimes very expensive services, each trying to grab the biggest slice of this new market, swept up by a goldrush fever. Only a handful of news agencies survived the ensuing 'War of Information' - an orgy of mergers, acquisitions, lawsuits and the occasional little bit of terrorism and sabotage - to create today's stable news market that we know and love.

And Snoopers brings them to you. Directly onto your screen, through your eyeballs and into your brain.

Channels


Snoopers.gal

Snoopers.gal - Independent

We snoop, it's what we do best. Every rumour, every unbelievable tale from every corner of every chart. We collect, collate, dismiss as guff or reveal as unimaginable truth. If you haven't yet heard the one about Raxxla, then visit our pages: ooo.snoopers.gal

Heard a rumour: rumour@snoopers.gal

Got a question: whatisseventimessix@snoopers.gal


Galactic News Network

GNN - Official GalCoop Network

Up to the minute live commentary on the issues that matter across all eight charts. Voted best Serious News Channel for three consecutive cycles. Unparalleled access to the upper echelons of The Galactic Cooperative and the Galactic Navy. We don't start rumours, we don't report rumours, just the news, the truth, without spin or compromise.


Rooters

Rooters - Independent

Didn't 'vape that embarrassing nano-storage crystal properly? Is that fly on the wall really just a fly? Here at Rooters we rely on the fact that corrupt people surround themselves with other like-minded people. Like-minded people who are usually less well paid/bribed than their superiors and not above taking a tongue loosening bung from one of our highly unscrupulous reporters. We're here to reveal the truth and we're not above paying for it, stealing it or intercepting it before it goes to the trash compactor. No matter how well buried you think the truth is, we will dig it up.


The Tionisla Chronicle

The Tionisla Chronicle - THE network

Affectionately known as the 'Chronic', and considered by many to inhabit the trashy end of the news market, nevertheless the Tionisla Chronicle is one of the most widely read news feeds broadcasting around the galaxy with advertising revenues in excess of five million credits per year. Its blend of populist articles, local news, hyperbole and scant regard for complete factual accuracy, aimed squarely at the impecunious yet entreprenurial small-time trader, endears it to many.

It is one of the longest-running news networks, with an unbroken line of editors stretching back to 2781. The current editor-in-chief, Anna Mereso, worked her way up through the ranks as a reporter, finally clinching the top job by being in the right place at the right time to cover the 'Lave Blockade' of 3125 as featured in the closing chapters of Status Quo. The origin of its famous catchphrase, "Truth is, we don't know!", has unfortunately been lost in the mists of time.

The Chronicle operates from its base at Tionisla, transmitting from the Chronicle Array, on wideband channel 385.2.

Features


Snoopers gives players some nice and well-thought screens to learn a bit more about the Ooniverse brought to you by all established news agencies. News can be accessed via the SYSTEM DATA SCREEN (F7), when any important news are available.

  • Four established news agencies
  • Sound and Music
  • Designed screens
  • Useable for other oxps
  • Configurable (by editing or OXPConfig2) and selfconfiguring (v1.74+)


OXPConfig2


Snoopers can be adjusted via the following properties...

OXPConfig
this.logging Boolean Internal logging
this.audio Boolean Music on missionscreens and sound for commsMessage
this.extraA Boolean Background pic and rotating logo
this.sliderA INT Chance factor for a newsflash
this.sliderB INT Max pause in days between newsflashes
this.sliderC INT Adjusts the brightness of the rotating logo


Usage for other OXPS

Snoopers has a inbuilt feature to implement news. This gives other worldScripts a platform to add even more flavour and to integrate own stories. The standard syntax is:

 worldScripts.snoopers.insertNews( this.name , message : String);

this.name is the name property of the calling script (e.g. 'ups_container'). Snoopers stores a checksum to scatter the messages a bit more on every start.
message is a string (text) to be implemented in Snoopers buffer. This message can be a simple string or a keyname pointing to descriptions.plist or missiontext.plist.
Both parameters are required. More infos about usage and returned values can be found in the Readme. Additionally a commented version can be requested via BB.

Please note: Starting from Snoopers2.0 the mechanism has been changed to more flexibility. The standard syntax is:

 worldScripts.snoopers.insertNews(object);

The passed object can hold a couple of properties.

Required:
ID:(string) Name property of the calling script. Snoopers stores a checksum (CRC) to scatter the messages on every start and inbetween.
Message:(string) Message can be a string or keynames pointing to descriptions.plist or missiontext.plist. Mixtures are allowed, overall length limit is 700 chars.

Optional:
Agency: (integer) - Defines 1=GNN, 2=Rooters, 3=Snoopers. If used Snoopers disables custom pics and models.
Priority: (integer) - Used to sort the inserted news on next docking, if not declared defaults to 3.
Pic: (string) - Background image, used as overlay, use tranparent areas if model should be used!!! Fileextension is required. If Agency and Pic not declared default setting choosen.
Music: (string) - Music for Newsflash. Fileextension is required. If not declared, default setting choosen.
Model: (string) - Model for Newsflash, if used Pos must be passed, else disabled.
Pos: (object) - Array of 3 valid numbers, ignored if Model not declared.

Requirements


Latest version needs Oolite v1.74 - To get the full fun play in fullshader mode, reduced details off.

Download


For Oolite v1.73 Snoopers1.0.1.zip (2.4MB) Updated 19/10/2009
For Oolite v1.74 Snoopers2.0.zip (2.4MB) Updated 05/02/2010