Author Topic: Ruin Mechanics (We need you steve!)  (Read 2070 times)

0 Members and 1 Guest are viewing this topic.

Offline SpaceMarine (OP)

  • Bug Moderators
  • Rear Admiral
  • ***
  • Posts: 904
  • Thanked: 877 times
Ruin Mechanics (We need you steve!)
« on: January 30, 2021, 11:38:34 AM »
In C# there have been changes to ruins that have been logged and put into the changelog but we do not have a post that fully details ruins themselves and any and all changes, such as are advanced weapons gone, how dead civilisations work, the chances for each type of a ruin to appear when a world has generated a ruin and more.

This is a great deal of confusion so I am making this post on behalf of myself and others to ask steve to write a post detailing what the mechanics for ruins are specifically so it is easier to then disperse this information to the wider populace, it would be a great help if you could do this steve thank you!
 

Offline nuclearslurpee

  • Admiral of the Fleet
  • ***********
  • Posts: 2981
  • Thanked: 2242 times
  • Radioactive frozen beverage.
Re: Ruin Mechanics (We need you steve!)
« Reply #1 on: January 30, 2021, 11:45:54 AM »
It might be easier to instead compile what we know and the ask Steve to correct or clarify specific things. his way we do not distract him from releasing 1.13 soon.  ;)

I'm afraid I don't know much besides "Use XEN to decipher the language, then use CON to excavate the loot", unfortunately. Well, that and the fact that ruins usually spawn Precursors, I know that too.
 

Offline Zap0

  • Captain
  • **********
  • Posts: 404
  • Thanked: 503 times
Re: Ruin Mechanics (We need you steve!)
« Reply #2 on: January 30, 2021, 12:29:49 PM »
In absence of other notes about changes, I guess most of the old VB6 rules are still in use? Wiki Entry

But who knows what details have changed with the new implementation or ancillary changes. A changed loot table including the altered facilities and different spawn chances in light of the planet and habitability changes come to mind.
 

Offline Droll

  • Vice Admiral
  • **********
  • D
  • Posts: 1704
  • Thanked: 599 times
Re: Ruin Mechanics (We need you steve!)
« Reply #3 on: January 30, 2021, 12:54:03 PM »
From what I've seen on the DB each ruin type has a weight that determines the chance that a certain ruin is of a certain type - this is why intact cities are rarer.
Every ruin type also has a base no. of installations and a randomness factor that determines the range of amounts they appear in. The same also applies to the DST count.
Larger ruin types are also more likely to contain tech data as opposed to smaller ruins which are likely to just have installations

They also have detailed information on what amount and type of precursor presence is there
On the ground there are values that determine STO and GU count separately.
In space you have factors like defense/offense base amount, patrol amount, stationed fleet amount (these ships don't move around the system and just protect the planet unlike patrols)
There is also a value for squadrons which is some sort of fleet for precursors but don't know what special behavior they have.


Mind you this is the DB so if there are fields that aren't implemented in the code only Steve can answer

Edit: Censored the spoiler part
 

Offline brondi00

  • Warrant Officer, Class 1
  • *****
  • b
  • Posts: 88
  • Thanked: 30 times
Re: Ruin Mechanics (We need you steve!)
« Reply #4 on: January 30, 2021, 07:59:01 PM »
Also, the advanced weapons are still in the database.  I don't know if you can still get them from the ruins but only the compressed fuel tanks actually function in game.

The advanced weapons, even if you got the tech, can't be used in component design.

I'm sure this will be added back at some point.
 

Offline Droll

  • Vice Admiral
  • **********
  • D
  • Posts: 1704
  • Thanked: 599 times
Re: Ruin Mechanics (We need you steve!)
« Reply #5 on: January 30, 2021, 08:32:02 PM »
Also, the advanced weapons are still in the database.  I don't know if you can still get them from the ruins but only the compressed fuel tanks actually function in game.

The advanced weapons, even if you got the tech, can't be used in component design.

I'm sure this will be added back at some point.

I got them working by setting their type equal to their parent type in the DB - this works perfectly for anything that's not a railgun (adv railguns you also have to go into their component and set them to fire 5 and not 4 shots).
So you can set adv lasers to be a "laser" and their tech will appear in component design next to the standard laser options.

Of course disclaimers relating to DB editing still stands but I've been using stuff like railgun turrets, adv particle lances, adv railguns and even "heavy" railgun variants with absolutely no issues in combat.
 

Offline Namuras

  • Able Ordinary Rate
  • N
  • Posts: 2
Re: Ruin Mechanics (We need you steve!)
« Reply #6 on: February 01, 2021, 01:21:19 AM »
Quote from: Droll link=topic=12404. msg148091#msg148091 date=1612060322
Quote from: brondi00 link=topic=12404. msg148089#msg148089 date=1612058341
Also, the advanced weapons are still in the database.   I don't know if you can still get them from the ruins but only the compressed fuel tanks actually function in game.

The advanced weapons, even if you got the tech, can't be used in component design.

I'm sure this will be added back at some point.

I got them working by setting their type equal to their parent type in the DB - this works perfectly for anything that's not a railgun (adv railguns you also have to go into their component and set them to fire 5 and not 4 shots).

So you can set adv lasers to be a "laser" and their tech will appear in component design next to the standard laser options.

Of course disclaimers relating to DB editing still stands but I've been using stuff like railgun turrets, adv particle lances, adv railguns and even "heavy" railgun variants with absolutely no issues in combat.

I am curious how one would go about doing that. . .  b/c when i tried i could design e. g.  advanced lasers, but they would behave just like normal lasers would statwise. 
 

Offline Droll

  • Vice Admiral
  • **********
  • D
  • Posts: 1704
  • Thanked: 599 times
Re: Ruin Mechanics (We need you steve!)
« Reply #7 on: February 01, 2021, 03:17:35 AM »
Quote from: Droll link=topic=12404. msg148091#msg148091 date=1612060322
Quote from: brondi00 link=topic=12404. msg148089#msg148089 date=1612058341
Also, the advanced weapons are still in the database.   I don't know if you can still get them from the ruins but only the compressed fuel tanks actually function in game.

The advanced weapons, even if you got the tech, can't be used in component design.

I'm sure this will be added back at some point.

I got them working by setting their type equal to their parent type in the DB - this works perfectly for anything that's not a railgun (adv railguns you also have to go into their component and set them to fire 5 and not 4 shots).

So you can set adv lasers to be a "laser" and their tech will appear in component design next to the standard laser options.

Of course disclaimers relating to DB editing still stands but I've been using stuff like railgun turrets, adv particle lances, adv railguns and even "heavy" railgun variants with absolutely no issues in combat.

I am curious how one would go about doing that. . .  b/c when i tried i could design e. g.  advanced lasers, but they would behave just like normal lasers would statwise.

From what I understand advanced lasers behave the same way as normal lasers but just do slightly more damage - which the game is able to handle quite well
 

Offline Namuras

  • Able Ordinary Rate
  • N
  • Posts: 2
Re: Ruin Mechanics (We need you steve!)
« Reply #8 on: February 01, 2021, 06:36:38 AM »
That is how i remember them. . .  but when i add them via DB editing they are a carboncopy of normal lasers in range / damage / costs. . .  vOv