The Assassins Guild OXP (Non-Functional 2007 Version)

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6672
Joined: Wed Feb 28, 2007 7:54 am

Re: The Assassins Guild OXP (Final Updated Version)

Post by another_commander »

What you want to do is:

Code: Select all

System.infoForSystem(6,73).description="Test"
Note the capital S in System.
User avatar
LittleBear
---- E L I T E ----
---- E L I T E ----
Posts: 2880
Joined: Tue Apr 04, 2006 7:02 pm
Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.

Re: The Assassins Guild OXP (Final Updated Version)

Post by LittleBear »

Thanks. Worked perfectly. I've been parked up at Orramaor for a while testing the script with Orbits, System Redux and Strangers World to come up with a method that means regardless of the OXZs installed the assassins planets, moons, stations and ships are always in the same place. Got that working. Done so far is: Set Up for all system descriptions in their starting states; Added the planet, the Soin Family Burrow (with custom defenders) and mine sweepers to protect it. I'll need to fly round the 9 other assassins systems and add their features. Then do the code to implement the missions. Each Planet and Moon gets a new texture and the old stations are replaced with modern ones (Globe Station for Orramoar).

Script so far:

Code: Select all

"use strict";
this.name = "AssassinsRebooted";
this.author = "LittleBear";
this.copyright = "This script is hereby placed in the public domain.";
this.description = "Assassins Guild OXZ - Rebooted Version 2.0 - 07/06/24";
this.version = "2.0";
this.licence = "CC BY-NC-SA 4.0";

// When first installed, delete all the variables from the old versions of Assassins and set up the systems modified by Assassins to their starting states.
this.startUp = function() {
if (!missionVariables.assassins_rebooted_stage) {
// Clean Up the Save File by Deleted all old variables when the OXZ is first installed.
delete missionVariables.assassins;
delete missionVariables.assassins_basedeath;
delete missionVariables.assassins_bugattack;
delete missionVariables.assassins_card;
delete missionVariables.assassins_gotscan;
delete missionVariables.assassins_jumpcount;
delete missionVariables.assassins_killcount;
delete missionVariables.assassins_navybots;
delete missionVariables.assassins_robotescape;
delete missionVariables.assassins_robottimer;
delete missionVariables.assassins_trumble;
delete missionVariables.assassins_unlocked;
delete missionVariables.assassins_war;
// Set Up the Assassins Systems in their default starting states.
// These changes are made once, the first time the game starts up after installing the OXZ, at start up regardless of the player's location. 
// The rest of the Script is bracketed off so that it is only checked in Galaxy 7 and only when the Assassins missions are running.
// Set Up Orramaor.
System.infoForSystem(6,73).description = "Orramaor is noted for the resort world of Apollodorus, where many of the locals spend their holidays. It is reasonably well known as the corporate headquarters of Soin Classic Shipyards Ltd. In recent years, Soin Classic Shipyards have specialised in the development of greatly improved versions of Serpent Class ships.";
System.infoForSystem(6,73).techlevel = 14;
System.infoForSystem(6,73).government = 6;
System.infoForSystem(6,73).economy = 0;
System.infoForSystem(6,73).inhabitants = "Small Rodent Scientists";
System.infoForSystem(6,73).productivity = 53489;
System.infoForSystem(6,73).population = 83;
// Set Up Esrire
System.infoForSystem(6,107).description = "Esrire is famous for its large gas giant, Cerberus. The system is however plagued by high levels of criminal activity, even by the standards of an anarchy system. GalCop Special Branch suspects that many criminal organizations make their home in this system, but have thus far found no living witnesses to corroborate their theories.";
System.infoForSystem(6,107).inhabitants = "Sinister Yellow Frogs";
System.infoForSystem(6,107).productivity = 97252;
// Set Up Tiared
System.infoForSystem(6,194).description = "Tiared is well known for its large volcanic companion, Diomedes. The inhabitants have a passion for the sport of Zero-G Hockey, hosting the last five Galactic Cup competitions. The Galactic Zero-G Hockey Association have their headquarters on the northern continent of the planet.";
System.infoForSystem(6,194).inhabitants = "Hockey Obsessed Lizards";
// Set Up Beatle
System.infoForSystem(6,203).description = "Beatle is well known for its moon, Augeas. The Augeaian Orbital Repair Facility is famous for the affordable servicing facilities provided by its industrious work crews. The Augeaian Security Force maintains a strong presence of both Micro and Interceptor Kraits in the vicinity. Customers can rest assured that their powered down craft will remain secure whilst undergoing servicing.";
System.infoForSystem(6,203).techlevel = 14;
System.infoForSystem(6,203).government = 7;
System.infoForSystem(6,203).economy = 0;
System.infoForSystem(6,203).inhabitants = "Feline Engineers";
System.infoForSystem(6,203).productivity = 39902;
// Set Up Ateslete
System.infoForSystem(6,39).description = "The Ateslete System is reasonably noted for the ice-world, Stymphal. The well known robotics company, Griff Research Ltd, operates factories over most of the planet and maintains an orbital research station near Stymphal.";
System.infoForSystem(6,39).techlevel = 14;
System.infoForSystem(6,39).government = 7;
System.infoForSystem(6,39).economy = 0;
System.infoForSystem(6,39).inhabitants = "Mostly Robots";
System.infoForSystem(6,39).productivity = 78824;
System.infoForSystem(6,39).population = 72;
// Set Up Quandixe
System.infoForSystem(6,53).description = "Quandixe is well known for its tropical moon Hesperides, the climate of which is perfectly suited to the cultivation of Megaweed. Dark rumors circulate that the Quandixeian Corporation is in reality a front for a Mafia narcotics syndicate.";
System.infoForSystem(6,53).inhabitants = "Legitimate Businessmen";
System.infoForSystem(6,53).economy = 5;
System.infoForSystem(6,53).productivity = 84296;
// Set Up Geteve
System.infoForSystem(6,18).description = "Geteve is reasonably well known for its large moon, Hercules. GalCop Special Branch maintains a well armed base in orbit around Hercules. The main offices of the Galactic Prosecution Service are based on the moon's surface.";
System.infoForSystem(6,18).inhabitants = "Law Abiding Humans";
System.infoForSystem(6,18).government = 6;
System.infoForSystem(6,18).economy = 0;
System.infoForSystem(6,18).productivity = 58132;
// Set Up Zarausxe (No missions are scripted here, but the player will be pursued by angry sports fans from this system, so the description and inhabitants are tweaked.)
System.infoForSystem(6,184).description = "This planet is notable for its great tropical forests, but is famous for its inhabitants passion for the sport of Zero-G Hockey.";
System.infoForSystem(6,184).inhabitants = "Hockey Obsessed Humans";
// Set Up Ataneris
System.infoForSystem(6,81).description = "Ataneris is famous for its forest covered companion, Hippolyte, but has a sinister reputation as traditional place of bloodshed. In dark corners of disreputable space bars it is whispered that, from time to time, duels between pilots of great skill take place by the Witchspace Beacon. Two ships enter the circle. One ship leaves.";
// Set Up Esreates (No missions are scripted here, but the player will be pursued by Triads from this system, so the description and inhabitants are tweaked.)
System.infoForSystem(6,100).description = "Formally a GalCop penal colony, a successful rebellion by the prisoners placed the system in the hands of felons. At present the system is run by the Yankisona Triad gang. In criminal circles, it is well known that relations with the Quandixeian Mafia are less than cordial. Many fear that all out gang warfare is imminent.";
System.infoForSystem(6,100).inhabitants = "Criminals of Many Species";
System.infoForSystem(6,100).productivity = 29127;
// Set Up Orreedon (No missions are scripted here, but a fellow assissin will make a hit involving a dealy goat, so the description is tweaked.)
System.infoForSystem(6,118).description = "The planet Orreedon is famous for its strange mountains, but cursed by deadly goats. In criminal circles, it is said that an illegal trade in the export of Orreedonian deadly goats flourishes on the northern continent. Once domesticated, the deadly goat can be trained as a vicious attack beast.";
// Set Up Estiri
System.infoForSystem(6,82).description = "Estiri is noted for its large ocean covered moon, Nemean, and famous as the location of the Galactic Supreme Court. The Galactic Navy operates from a well armed base orbiting the moon.";
System.infoForSystem(6,82).government = 6;
System.infoForSystem(6,82).productivity = 27654;
// Set Up Sobeer (No missions are scripted here, but mention is made of someone being sent a spotted cod as a mafi warning, so the description is tweaked.)
System.infoForSystem(6,19).description = "Sobeer is famous for the delicious nature of its native marine life, particularly the exquisite Sobeerian spotted cod. Beings of a more sensitive nature decline however to partake in this delicacy, knowing its use in certain sinister Mafia rituals.";
// Set Up Eszausve
System.infoForSystem(6,13).description = "Eszausve is famous for its rocky moon and the twin gas giants Hades and Lernean, but cursed by one of the most oppressive governments in the Galaxy. Although the People's Popular Front bravely resists the oppressive regime of Governor Tarkin, thus far they have made little progress in restoring freedom to the planet.";
System.infoForSystem(6,13).productivity = 98764;
System.infoForSystem(6,13).inhabitants = "Oppressed Harmless Fat Birds";
System.infoForSystem(6,13).techlevel = 14;
// Define all the variables used by Assassins Rebooted to their starting values.
// The Set Up code above is only run when the Stage variable is undefined. Once it is defined, the set up code is not run again therefore.
missionVariables.assassins_rebooted_stage = 0;
missionVariables.assassins_rebooted_jumpcounter = 0;
missionVariables.assassins_rebooted_soin_clan_station_death = 0;

//HERE!
}
// Closing Bracket for StartUp
}

this.systemWillPopulate = function() {
// The whole of the Assassins Script for adding planets, moons, stations and ships is bracketed off to only be checked in Galaxy 7.
if (galaxyNumber === 6) {
// Second Check that we are in not only in Galaxy 7 but we are also at one of the ten systems where assassins is adding stuff to the system.
if (system.ID === 73 ||  system.ID === 107 || system.ID === 194 || system.ID === 203 || system.ID === 39 || system.ID === 53 || system.ID === 18 || 
system.ID === 81 || system.ID === 82 || system.ID === 13) {
// Wait until OXZs such as Strangers World and Orbits have finished moving planets around before we add anything to the system.
// This makes sure that the Assassins objects are always added at the exact co-ordinates set in planetinfo.
// Without this check Strangers World / Orbits will move the objects from their co-ordinates so neither the planets moons, stations or mission ships will be where the should be.
{ this.scriptDelay_assassins_populator = new Timer(this, this.assassins_populator, 0.19); } // Run the Populator Function.
// Closing Bracket for populating Assassins Systems.
}

// Closing Backet for code only run in Galaxy 7.
}
// Closing Bracket for this system will populate
}

//Function to Populate all Assassins Systems with planets, moons, ships and stations
this.assassins_populator = function assassins_populator() {
// Populate Orramaor 
if (system.ID === 73) {
// The Companion Planet Appollodrus is always added regardless of whether any missions are running or not.
system.addMoon("assassins_rebooted_Apollodorus"); 
// Likewise, the Soin Family Burrow is always present at least until the Guild destroy it!
if (missionVariables.assassins_rebooted_soin_clan_station_death === 0) {
system.legacy_addShipsAt("assassins_rebooted_soin_clan_station", 1, "pwm", [-100000, -500000, 305000]);
system.legacy_addShipsAt("assassins_rebooted_minesweeper", 1, "pwm", [-100000, -500000, 315000]);
system.legacy_addShipsAt("assassins_rebooted_minesweeper", 1, "pwm", [-100000, -500000, 295000]);
}



// Closing Bracket for Orramaor.
}

return;	
//Closing Bracket for the whole populator function.
}

OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
User avatar
LittleBear
---- E L I T E ----
---- E L I T E ----
Posts: 2880
Joined: Tue Apr 04, 2006 7:02 pm
Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.

Re: The Assassins Guild OXP (Final Updated Version)

Post by LittleBear »

Made quite a bit of progress with this (6 systems now set up with stations ships and planets). I'm a bit stuck though on understanding setting up a ship group. The AIs of the ships all have messageMother "ATTACKED" if they are attacked.I have this code in the script file for the Mafia Waystation under this ship spawned:

Code: Select all

pos = this.ship.position;
mafiaStation = this.ship;
var mafiaGroup = system.addGroup("assassins_rebooted_mafia_base_drugship",2,pos,10000);
mafiaGroup.addShip(mafiaStation);
mafiaGroup.leader = mafiaStation;
var mafiaSidewinders = system.addShips("assassins_rebooted_mafia_sidewinder_local_fighter",1,pos,15000);
mafiaGroup.addShip(mafiaSidewinders);
This works (kinda). The drugs ships are added and together with the station they form one group. If I shoot one of the drugs ships all of the drugs ships and the station attack. So the mafiaGroup.addShip(mafiaStation); worked to add the station to the group. With the sidewinders though (its 1 ship with 2 escorts - the drugships also have 2 escorts) they are being spawned but they are not added to the group and the log gives the error:

[script.javaScript.exception.ooliteDefined]: ***** JavaScript exception (assassins_rebooted_mafia_waystation_station.js 1.0): Error: ShipGroup.addShip: Invalid arguments ([[Ship "Mafia Sidewinder" position: (-102728, 280418, 525299) scanClass: CLASS_NEUTRAL status: STATUS_IN_FLIGHT]]) -- expected ship.

I also tried this:

this.mafiaGroup = system.addGroup("assassins_rebooted_mafia_base_drugship",2,pos,10000);
this.mafiaGroup.leader = this.ship;
var mafiaSidewinders = system.addShips("assassins_rebooted_mafia_sidewinder_local_fighter",1,pos,15000);
this.mafiaGroup.addShip(mafiaSidewinders);

This works in adding the station and drugs ships, but it gives the same error in relation to the sidewinders.

How do I phrase it to add multiple ships of different types into the same group?

Edit:-

Adding a [0] caused it to run without errors. So this worked:


this.mafiaGroup = system.addGroup("assassins_rebooted_mafia_base_drugship",2,pos,10000);
this.mafiaGroup.leader = this.ship;
this.mafiaGroup.addShip(this.ship);
var mafiaSidewinders = system.addShips("assassins_rebooted_mafia_sidewinder_local_fighter",1,pos,15000);
this.mafiaGroup.addShip(mafiaSidewinders[0]);

However, neither the station or the sidewinders are being added to the group. If I shoot either of the drugs ships the other drug ship and all their escorts will attack. However the drugships don't react to attacking the station or the sidewinders even though they are meant to be in the group. All the ships are running the same AI so I'm pretty sure its that the group only consists of the two drugships.
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
User avatar
Cholmondely
Archivist
Archivist
Posts: 5351
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: The Assassins Guild OXP (Final Updated Version)

Post by Cholmondely »

LittleBear wrote: Fri Jun 28, 2024 11:43 pm
Made quite a bit of progress with this (6 systems now set up with stations ships and planets).
Have you added anything which might belong here (Famous Structures)?
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
LittleBear
---- E L I T E ----
---- E L I T E ----
Posts: 2880
Joined: Tue Apr 04, 2006 7:02 pm
Location: On a survey mission for GalCop. Ship: Cobra Corvette: Hidden Dragon Rated: Deadly.

Re: The Assassins Guild OXP (Non-Functional 2007 Version)

Post by LittleBear »

All of the Assassins systems on the Powers and Organisations wiki page would qualify in the rebooted version. All have unique stations in orbit around the planets added and the OXZ adds unique traffic and ships to each system. For example, a drone company will be testing experimental drones in the vicinity of a base orbiting an outer planet. In a resort system, tourists fly yachts around the system and land on the resort world. Some systems are independent of GalCop completely and operate their own prisons, police forces and navy. All the stations added by the OXZ have their own markets and custom flavour arrival reports. Ships and stations are given alignments (essentially Lawful, Neutral and Chaotic), but additionally have factional memberships and loyalties. As events happen (civil wars breaking out, thargoid attacks, new ships being developed), systems change and react to each other and the behaviour of ships and stations changes

I've so far done all the system modifications to the 15 systems featured in the OXZ and the code to run most of the missions and news broadcasts. I still have the last 4 missions of the OXZ to do, but I think I'll get it released by the end of this year. If you are looking for info for the wiki, the code below shows the systems in their starting states and the changes that are made as things happen in the galaxy (up to the outbreak of the civil war as I've haven't done that bit yet. Caution - Contains spoilers if you read through all the changes from the starting states.

Code: Select all

// Modifing the Assassins systems is run on loading a game.
// Set Up the Assassins Systems in their default starting states.
// Set Up Orramaor.
System.infoForSystem(6,73).description = "Orramaor is noted for the resort world of Apollodorus, where many of the residents of the nearby Sunset Retirement Home spend their days. It is reasonably well known as the corporate headquarters of Soin Classic Shipyards Ltd. In recent years, Soin Classic Shipyards have specialised in the development of improved versions of Serpent Class ships.";
System.infoForSystem(6,73).techlevel = 14;
System.infoForSystem(6,73).government = 6;
System.infoForSystem(6,73).economy = 0;
System.infoForSystem(6,73).inhabitants = "Small Rodent Scientists";
System.infoForSystem(6,73).productivity = 53489;
System.infoForSystem(6,73).population = 97;
System.infoForSystem(6,73).station = "assassins_rebooted_standard_dodecahedron_station";
// Set Up Esrire
System.infoForSystem(6,107).description = "Esrire is famous for its large gas giant, Cerberus. The system is however plagued by high levels of criminal activity, even by the standards of an anarchy system. GalCop Special Branch suspects that many criminal organizations make their home in this system but have thus far found no living witnesses to corroborate their theories.";
System.infoForSystem(6,107).economy = 5;
System.infoForSystem(6,107).techlevel = 9;
System.infoForSystem(6,107).population = 32;
System.infoForSystem(6,107).inhabitants = "Sinister Yellow Frogs";
System.infoForSystem(6,107).productivity = 97252;
// Set Up Tiared
System.infoForSystem(6,194).description = "Tiared is well known for the desert world Diomedes and its orbital stadium. The inhabitants have a passion for the sport of Zero-G Hockey, hosting the last five annual Galactic Cup competitions. The Galactic Zero-G Hockey Association have their headquarters on the northern continent of the planet.";
System.infoForSystem(6,194).inhabitants = "Hockey Obsessed Lizards";
System.infoForSystem(6,194).techlevel = 9;
// Set Up Beatle
System.infoForSystem(6,203).description = "Beatle is well known for its moon, Augeas. The Augeaian Orbital Repair Facility is famous for the affordable servicing facilities provided by its industrious work crews, although docking is only permitted by prior written appointment. The Augeaian Security Force maintains a strong presence of Phantom Interceptors and Minesweeper Satellites in the vicinity. Customers can rest assured that their craft will remain secure whilst in parking orbit.";
System.infoForSystem(6,203).techlevel = 14;
System.infoForSystem(6,203).government = 7;
System.infoForSystem(6,203).economy = 0;
System.infoForSystem(6,203).population = 52;
System.infoForSystem(6,203).inhabitants = "Feline Engineers";
System.infoForSystem(6,203).productivity = 39902;
System.infoForSystem(6,203).station = "assassins_rebooted_standard_icosahedron_station";
// Set Up Ateslete
System.infoForSystem(6,39).description = "The Ateslete System is reasonably noted for the ice-world, Stymphal. The well known robotics company, Griff Research Ltd, operates factories over most of the planet and maintains an orbital research station near Stymphal.";
System.infoForSystem(6,39).techlevel = 14;
System.infoForSystem(6,39).government = 7;
System.infoForSystem(6,39).economy = 0;
System.infoForSystem(6,39).inhabitants = "Mostly Robots";
System.infoForSystem(6,39).productivity = 78824;
System.infoForSystem(6,39).population = 72;
// Set Up Quandixe
System.infoForSystem(6,53).description = "Quandixe is well known for its tropical moon Hesperides, the climate of which is perfectly suited to the cultivation of Megaweed. Fleets of Anacondas move cargo continuously from the Darkside Waystation orbiting Hesperides across the system. Rumours circulate that the Quandixeian Corporation is in reality a front for a Mafia narcotics syndicate.";
System.infoForSystem(6,53).inhabitants = "Legitimate Businessmen";
System.infoForSystem(6,53).economy = 5;
System.infoForSystem(6,53).productivity = 84296;
System.infoForSystem(6,53).station = "assassins_rebooted_standard_icosahedron_station";
// Set Up Geteve
System.infoForSystem(6,18).description = "Geteve is reasonably well known for its large habitable moon, Hercules. GalCop Special Branch operates from a small outpost in orbit around Hercules. The main offices of the Galactic Prosecution Service are based on the moon's surface.";
System.infoForSystem(6,18).inhabitants = "Law Abiding Humans";
System.infoForSystem(6,18).government = 6;
System.infoForSystem(6,18).economy = 0;
System.infoForSystem(6,18).productivity = 58132;
System.infoForSystem(6,18).station = "assassins_rebooted_standard_dodecahedron_station";
// Set Up Zarausxe (No missions are scripted here, but the player will be pursued by angry sports fans from this system, so the description and inhabitants are tweaked.)
System.infoForSystem(6,184).description = "This planet is notable for its great tropical forests but is famous for its inhabitants passion for the sport of Zero-G Hockey.";
System.infoForSystem(6,184).inhabitants = "Hockey Obsessed Humans";
// Set Up Ataneris
System.infoForSystem(6,81).description = "Ataneris is famous for the forest world of Hippolyte but has a sinister reputation as a traditional place of bloodshed. In dark corners of disreputable space bars, it is whispered that, from time to time, duels between pilots of great skill take place near the asteroid fields of Hippolyte. Two ships enter the circle, one ship leaves.";
System.infoForSystem(6,81).inhabitants = "Bloodthirsty Furry Felines";
// Set Up Esreates (No missions are scripted here, but the player will be pursued by Triads from this system, so the description and inhabitants are tweaked.)
System.infoForSystem(6,100).description = "Formally a GalCop penal colony, a successful rebellion by the prisoners placed the system in the hands of felons. At present the system is run by the Yankisona Triad gang. In criminal circles, it is well known that relations with the Quandixeian Mafia are less than cordial. Many fear that all out gang warfare is imminent.";
System.infoForSystem(6,100).inhabitants = "Criminals of Many Species";
System.infoForSystem(6,100).productivity = 29127;
// Set Up Orreedon (No missions are scripted here, but a fellow assissin will make a hit involving a trained dealy goat, so the description is tweaked.)
System.infoForSystem(6,118).description = "The planet Orreedon is famous for its strange mountains but cursed by deadly goats. In criminal circles, it is said that an illegal trade in the export of Orreedonian deadly goats flourishes on the northern continent. Once domesticated, the deadly goat can be trained as a vicious attack beast.";
System.infoForSystem(6,118).inhabitants = "Nervous Human Colonials";
// Set Up Estiri
System.infoForSystem(6,82).description = "Estiri is noted for its large ocean covered moon, Nemean, and famous as the location of the Galactic Supreme Court. The Galactic Navy operates from a well defended base orbiting the moon. Law abiding civilians are normally welcome to visit the naval facility, but at times of heightened security the navy enforce a lockdown and ships approaching the base without the correct clearance codes will be fired upon.";
System.infoForSystem(6,82).inhabitants = "Impartial Furry Felines";
System.infoForSystem(6,82).government = 6;
System.infoForSystem(6,82).productivity = 27654;
System.infoForSystem(6,82).station = "assassins_rebooted_standard_dodecahedron_station";
// Set Up Sobeer (No missions are scripted here, but mention is made of someone being sent a spotted cod as a mafi warning, so the description is tweaked.)
System.infoForSystem(6,19).description = "Sobeer is famous for the delicious nature of its native marine life, particularly the exquisite Sobeerian spotted cod. Beings of a more sensitive nature decline however to partake in this delicacy, knowing its use in certain sinister Mafia rituals.";
System.infoForSystem(6,19).inhabitants = "Nautical Bony Felines";
// Set Up Eszausve
System.infoForSystem(6,13).description = "Eszausve is famous for its rocky moon and the twin gas giants Hades and Lernean but cursed by one of the most oppressive governments in the Galaxy. Although the People's Popular Front bravely resists the oppressive regime of Governor Tarkin, thus far they have made little progress in restoring freedom to the planet.";
System.infoForSystem(6,13).productivity = 98764;
System.infoForSystem(6,13).inhabitants = "Oppressed Harmless Fat Birds";
System.infoForSystem(6,13).population = 71;
System.infoForSystem(6,13).techlevel = 11;
System.infoForSystem(6,13).station = "assassins_rebooted_eszausve_station_imperial_control";
// Set Up Angeriri
System.infoForSystem(6,71).description = "The red lizards of Angeriri are fiercely democratic. Hatchlings are fitted with brain implants upon emerging from the egg permitting citizens to telepathically vote on all government decisions in real time. Whilst this takes up a considerable amount of their free time, it is rumoured that they also provide covert support to the People's Popular Front of Eszausve.";
System.infoForSystem(6,71).inhabitants = "Cybernetic Red Lizards";
// Set Up Encezais (No missions are scripted here, but Ramon Security Ltd re-enforce the Eszausve Dictatorship, so this nearby system is modified to be the home system of Ramon Security Ltd).
System.infoForSystem(6,120).description = "The high technology world of Encezais is well known for the large shipbuilding factories of Ramon Security Ltd situated on the eastern continent. Whilst a major contributor to the wealth of the system, the company has been the subject of criticism due to its policy of selling military grade vessels and arms to the Eszausveian dictatorship.";
System.infoForSystem(6,120).inhabitants = "Amoral Fat Felines";
System.infoForSystem(6,120).government = 7;
System.infoForSystem(6,120).economy = 0;
System.infoForSystem(6,120).productivity = 63942;
System.infoForSystem(6,120).population = 63;
System.infoForSystem(6,120).techlevel = 13;
System.infoForSystem(6,120).station = "assassins_rebooted_standard_icosahedron_station";

// Changes from default states depending on where the player is in the story.
// Orramaor changes after the Guild destroys the Soin Clan family burrow.
if (missionVariables.assassins_rebooted_stage > 8 || missionVariables.assassins_rebooted_stage === "Complete") {
System.infoForSystem(6,73).description = "Orramaor is noted for the resort world of Apollodorus, where many of the residents of the nearby Sunset Retirement Home spend their days.  Formerly the corporate headquarters of Soin Classic Shipyards Ltd, the Planet Orramaor is now famous for a large crater on the southern continent.";
System.infoForSystem(6,73).productivity = 38535;
}

// Changes to Geteve when the Thargoid Invasion starts.
if (missionVariables.assassins_rebooted_thargoid_invasion === 1) {
System.infoForSystem(6,18).description = "Geteve is reasonably well known for its large moon, Hercules. GalCop Special Branch maintains a well armed base in orbit around Hercules. The main offices of the Galactic Prosecution Service are based on the moon's surface. A Thargoid invasion of the system is underway. Bugs commonly attack the Stations, but Special Branch Asps engaged in defence of the system have so far prevented any landings.";
System.infoForSystem(6,18).productivity = 49479;
}

// Changes to Ateslete when the Malfunctioning BattleBots escape.
if (missionVariables.assassins_rebooted_stage === 23 || missionVariables.assassins_rebooted_stage === 24 || missionVariables.assassins_rebooted_stage === 25) {
System.infoForSystem(6,39).description = "The Ateslete System is reasonably noted for the ice-world, Stymphal. The well known robotics company, Griff Research Ltd, operates factories over most of the planet and maintains an orbital research station near Stymphal. Although normally one of the safer systems in the Galaxy, pirates currently plague the main space lanes.";
}

// Changes to Ateslete when the Player destroys the Malfunctioning Control Drone
if (missionVariables.assassins_rebooted_stage > 25 && missionVariables.assassins_rebooted_stage < 33) {
System.infoForSystem(6,39).description = "The Ateslete System is reasonably noted for the ice-world, Stymphal. The well known robotics company, Griff Research Ltd, operates factories over most of the planet and maintains an orbital research station near Stymphal. The System was recently been beset by pirate activity. Rumors circulate of a mysterious Commander, flying a ship marked with the Red Hand, who destroyed all the pirate vessels and then vanished.";
}

// Changes to Ateslete when the govenment deploys its robotic police force.
if (missionVariables.assassins_rebooted_stage > 32 || missionVariables.assassins_rebooted_stage === "Complete") {
System.infoForSystem(6,39).description = "The Ateslete System is reasonably noted for the ice-world, Stymphal. The well known robotics company, Griff Research Ltd, operates factories over most of the planet and maintains an orbital research station near Stymphal. Crime in the system has fallen since the introduction of an entirely robotic police force, but members of the Butlerian Order now refuse to visit the system.";
}

// Changes to the 6 systems within 7 light years of Ateslete as the Malfunctioning BattleBots escape and spread out.
// The Qudior system.
if (missionVariables.assassins_rebooted_battlebot_escape_level > 1 || missionVariables.assassins_rebooted_battlebot_escape_level === "Complete") {
System.infoForSystem(6,181).description = "This planet is beset by deadly earthquakes. Many Commanders have reported being attacked by groups of strange, wasp-like ships in this system.";
}
// The Erdiares system.
if (missionVariables.assassins_rebooted_battlebot_escape_level > 2 || missionVariables.assassins_rebooted_battlebot_escape_level === "Complete") {
System.infoForSystem(6,20).description = "This world is most fabled for Erdiaresian evil juice but cursed by dreadful solar activity. In addition to the ever present threat from pirates, Commanders travelling to this system often claim to have been attacked by tiny ships.";
}
// The Cemaer system.
if (missionVariables.assassins_rebooted_battlebot_escape_level > 3 || missionVariables.assassins_rebooted_battlebot_escape_level === "Complete") {
System.infoForSystem(6,171).description = "The planet Cemaer is mildly notable for Cemaerian Arusno water. Traders brave enough to enter this system often complain that the local pirates are assisted by swarms of small Thargon-like ships.";
}
// The Onarmala system.
if (missionVariables.assassins_rebooted_battlebot_escape_level > 4 || missionVariables.assassins_rebooted_battlebot_escape_level === "Complete") {
System.infoForSystem(6,185).description = "Whilst Onarmala is an unremarkable dump, swarms of aggressive tiny ships tend to provide some excitement for Commanders entering the System.";
}
// The Gegeso system.
if (missionVariables.assassins_rebooted_battlebot_escape_level > 5 || missionVariables.assassins_rebooted_battlebot_escape_level === "Complete") {
System.infoForSystem(6,65).description = "The world Gegeso is reasonably noted for its fabulous goat burgers and the Gegesoian evil poet. Whilst visitors to the system would be wise to exercise caution against the threat posed by evil poets, swarms of tiny ships lurking in the spacelanes are more perilous.";
}
// The Esleve system.
if (missionVariables.assassins_rebooted_battlebot_escape_level === "Complete") {
System.infoForSystem(6,44).description = "This world is most fabled for its inhabitants' ingrained silliness but scourged by deadly civil war. Groups of small wasp-like ships have been seen in this system.";
}

// The Description and productivity of Esreates changes as the Triad's fortunes fall following the Assassination by the player of their leader.
if (missionVariables.assassins_rebooted_stage > 36 && missionVariables.assassins_rebooted_stage < 40) {
System.infoForSystem(6,100).description = "Formally a GalCop penal colony, a successful rebellion by the prisoners placed the system in the hands of felons. At present the system is run by the Yankisona Triad gang. Opinion in the criminal fraternity is divided on the future of the Triads, following the assassination of Boss Yankisona. Some feel that the Triads are finished. Others think that the promotion of henchman, Ni Katona, to gang leader, will ensure their reign of terror continues.";
System.infoForSystem(6,100).productivity = 27093;
}
OXPS : The Assassins Guild, Asteroid Storm, The Bank of the Black Monks, Random Hits, The Galactic Almanac, Renegade Pirates can be downloaded from the Elite Wiki here.
Post Reply