Difference between revisions of "Snoopers"
m (Snoopers - The galactic news network) |
m |
||
Line 1: | Line 1: | ||
− | [[Image:Snoopers_Snoopers.png|right| |
+ | [[Image:Snoopers_Snoopers.png|right|Snoopers.gal - Independent]] |
===STORY=== |
===STORY=== |
||
---- |
---- |
||
Line 8: | Line 8: | ||
trying to grab the biggest part of this new market - like in ancient days of the 'goldrush'. Only a handful news agencies survived this 'War of Informations' and the market has stabilized for years now. |
trying to grab the biggest part of this new market - like in ancient days of the 'goldrush'. Only a handful news agencies survived this 'War of Informations' and the market has stabilized for years now. |
||
<br><br> |
<br><br> |
||
− | [[Image:Snoopers_GNN.png|right]] |
+ | [[Image:Snoopers_GNN.png|right|GNN - Official GalCoop Network]] |
And Snoopers brings them to you. Directly on your screen. |
And Snoopers brings them to you. Directly on your screen. |
||
<br><br> |
<br><br> |
||
Line 16: | Line 16: | ||
by all established news agencies. News can be accessed via the SYSTEM DATA SCREEN (F7), when any important |
by all established news agencies. News can be accessed via the SYSTEM DATA SCREEN (F7), when any important |
||
news are available. |
news are available. |
||
− | [[Image:Snoopers_Rooters.png|right]] |
+ | [[Image:Snoopers_Rooters.png|right|Rooters - Independent]] |
* Four established news agencies |
* Four established news agencies |
||
* Sound and Music |
* Sound and Music |
||
Line 22: | Line 22: | ||
* 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+) |
||
− | [[Image:Snoopers_TC.png|right]] |
+ | [[Image:Snoopers_TC.png|right|The Tionisla Chronicle - THE network]] |
<br> |
<br> |
||
===OXPConfig2=== |
===OXPConfig2=== |
||
---- |
---- |
||
Snoopers can be adjusted via the following properties... |
Snoopers can be adjusted via the following properties... |
||
− | [[Image:OXPConfig_logo.png| |
+ | [[Image:OXPConfig_logo.png|80px|right|thumb|OXPConfig]] |
− | {| border="0" style="text-align:left" |
+ | {| border="0" style="text-align:left; width:60%" |
|- |
|- |
||
! this.logging |
! this.logging |
||
− | | |
+ | | Boolean || Internal logging |
|- |
|- |
||
! this.audio |
! this.audio |
||
− | | |
+ | | Boolean || Music on missionscreens and sound for commsMessage |
|- |
|- |
||
! this.extraA |
! this.extraA |
||
− | | |
+ | | Boolean || Background pic and rotating logo |
|- |
|- |
||
! this.sliderA |
! this.sliderA |
||
− | | INT || Chance factor for a newsflash |
+ | | INT || Chance factor for a newsflash |
|- |
|- |
||
! this.sliderB |
! this.sliderB |
||
− | | INT || Max pause in days between newsflashes |
+ | | INT || Max pause in days between newsflashes |
|- |
|- |
||
! this.sliderC |
! this.sliderC |
||
− | | INT || Adjusts the brightness of the rotating logo |
+ | | INT || Adjusts the brightness of the rotating logo |
|} |
|} |
||
<br> |
<br> |
||
Line 53: | Line 53: | ||
and to integrate own stories. The standard syntax is: |
and to integrate own stories. The standard syntax is: |
||
− | worldScripts.snoopers.insertNews( this.name , message ); |
+ | 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. |
||
− | Both parameters are required. More infos can be found in the Readme. |
+ | Both parameters are required. More infos about usage and returned values can be found in the Readme. |
<br><br> |
<br><br> |
||
===REQUIREMENTS=== |
===REQUIREMENTS=== |
||
Line 67: | Line 67: | ||
---- |
---- |
||
version, link, filesize and datestamp |
version, link, filesize and datestamp |
||
+ | |||
+ | <!-- categories |
||
+ | Category:Oolite_expansion_packs |
||
+ | Category:OXPConfig-compatible_OXPs |
||
+ | Template:Infobox_OXP |
||
+ | Template:Unclassified-OXP |
||
+ | --> |
Revision as of 20:16, 14 October 2009
STORY
3130 MGMT - GalCop begins a programme of retrofitting some out of date space faring equipment to older vessels. At the same time, satellite and comms buoys are upgrade.
- source: Encyclopedia Galactica
And communication companies popped up like mushrooms - offering dubious and sometimes very expensive services,
trying to grab the biggest part of this new market - like in ancient days of the 'goldrush'. Only a handful news agencies survived this 'War of Informations' and the market has stabilized for years now.
And Snoopers brings them to you. Directly on your screen.
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...
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.
REQUIREMENTS
Oolite v1.73 - To get the full fun play in fullshader mode, reduced details off.
DOWNLOAD
version, link, filesize and datestamp