Report - Current Bugs and Issues

A forum for chatting about in-development game features.
Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Report - Current Bugs and Issues

Postby Chasm » Fri Nov 03, 2017 10:14 pm

Game 5428 dev version
Denebola III colony (gremak) was starved out.
Gremak space station stayed in orbit after colony was starved out.
Upon recolonization, the space station is now still occupying that orbital slot, and cannot be scrapped or refitted.

Re Shipyard: need to put a note then that only 1 shipyard bonus will apply, since by old rules 2 shipyards had their bonuses stack.

akkamaddi
Posts: 147
Joined: Tue Sep 26, 2017 5:11 am

Re: Report - Current Bugs and Issues

Postby akkamaddi » Sat Nov 04, 2017 2:40 pm

Hi,
Small one, but... From RACES.lua:

Code: Select all

  ['hover tanks'] = {
    singular = 'hover tank',
  }
 
}


At the end of the section where you define singulars and plurals, you don't have a comma after the last entry. This is only a problem if you are trying to add things at the end of the file:

Code: Select all

  ['hover tanks'] = {
    singular = 'hover tank',
  }, -- <- Make sure there is a comma here!!! <- 
 
  -- #ADDITIONS, and make sure there is a comma after the hover tanks entry above.
 
  Abbizi = { plural = "Abbizi" },
  ['Tacheed Tacheed'] = { plural = 'Tacheed Tacheed', },
  ['Bound Spectrals'] = { singular = 'Bound Spectral', },
  Tzidpah = { plural = "Tzidpahot" },
  Bobaoshi = { plural = "Bobaoshi" },
 
}


Thanks. :)

nweismuller
Posts: 424
Joined: Wed Apr 29, 2015 2:33 am

Re: Report - Current Bugs and Issues

Postby nweismuller » Sun Nov 05, 2017 6:42 pm

Probable bug: refitting a station with loaded space habitats to another design (with the same number of habitats) causes existing population on the old station to disappear. Probably not intended that overhauling the power core to allow science stations and replacing the armor should get rid of the existing inhabitants.

User avatar
Arioch
Posts: 1403
Joined: Sun Feb 01, 2015 12:56 am
Location: San Jose, California
Contact:

Re: Report - Current Bugs and Issues

Postby Arioch » Sun Nov 05, 2017 7:41 pm

nweismuller wrote:Probable bug: refitting a station with loaded space habitats to another design (with the same number of habitats) causes existing population on the old station to disappear. Probably not intended that overhauling the power core to allow science stations and replacing the armor should get rid of the existing inhabitants.

Well, when refitting a station I think it would make sense that you'd want to disembark the inhabitants first (replacing the armor presumably means breaching the hull), but I agree that having them simply disappear is not ideal behavior.

zolobolo
Posts: 1544
Joined: Fri Nov 25, 2016 3:49 pm

Re: Report - Current Bugs and Issues

Postby zolobolo » Tue Nov 07, 2017 5:14 pm

When deploying a Mobile Base to an otherwise unconscionable planet, the status of the planet shows as if it were colonizable but is not

Either tha planet needs to be displayed as non-colonizable as before, or it needs to be colonizable so that it is not misleading to players and it becomes visible when the planet is actually ready for colonization due to advances in research
Attachments
Colonisation.JPG
Colonisation.JPG (31.46 KiB) Viewed 16688 times

Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Report - Current Bugs and Issues

Postby Chasm » Thu Nov 09, 2017 4:41 pm

Even when tinker population is captured by gremak marauders, that population is never taken back as slaves, nor is it sold. Working as intended, or bug? In fact, it seems tinkers are immune to having a colonies population totally removed ( see game 5491, world Aurelon I) World has a full fleet of 13 transports loaded with marauders over it, no defenses, and still has a population of 1. Marauder fleet is also bugged because of it (it wont return to base).

akkamaddi
Posts: 147
Joined: Tue Sep 26, 2017 5:11 am

Re: Report - Current Bugs and Issues

Postby akkamaddi » Fri Nov 10, 2017 12:41 am

@Chasm, I don't think there are assets for a slave tinker, and in RACES.lua, they don't have the enslave-able flag.

While it would be a good idea (the classic Star Wars "restraining bolt"), another more Gremak-y idea...

Tinkers are made of metal.

Like their ships.

And Gremak lack empathy.

Just saying.

User avatar
Arioch
Posts: 1403
Joined: Sun Feb 01, 2015 12:56 am
Location: San Jose, California
Contact:

Re: Report - Current Bugs and Issues

Postby Arioch » Fri Nov 10, 2017 2:43 am

Harmonized population can't be enslaved. The two states are mutually exclusive, and since Tinkers can't be de-Harmonized, that also means they can never be enslaved.

Slavery is the coercion of individuals by threats of violence. Harmonized individuals' emotions are firmly under control, and so they have no fear; they can't be coerced.

Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Report - Current Bugs and Issues

Postby Chasm » Fri Nov 10, 2017 3:03 am

In that case shouldn't the marauders be just wiping the planets out? Or as a tinker, are you immune to marauder raids? Because this is the effect the AI tinkers are having happen.

Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Report - Current Bugs and Issues

Postby Chasm » Fri Nov 10, 2017 4:00 am

Star harpy invaders still do not give research points if they are 1st star harpies killed (in spite of patch notes).

akkamaddi
Posts: 147
Joined: Tue Sep 26, 2017 5:11 am

Re: Report - Current Bugs and Issues

Postby akkamaddi » Fri Nov 10, 2017 5:43 am

Arioch wrote:Slavery is the coercion of individuals by threats of violence. Harmonized individuals' emotions are firmly under control, and so they have no fear; they can't be coerced.


Not to push the point, but I think Chasm has a valid question. The Marauders are slavers. Also, the Marauders would take the Tinkers from harmonized worlds to their own bases, so there would be no Machine Altars to help them commune with the collective voice of Dzibix.

My restraining bolt comment would also apply. If a de-harmonized Tinker still cannot be coerced, is that because of the machinery? Could the machinery then be hacked? Because that would be a slave. Depending on your view of slavery, it could be "hacked" or "droned", but the effect would be the same, owning a sentient and bending its will to servitude.

zolobolo
Posts: 1544
Joined: Fri Nov 25, 2016 3:49 pm

Re: Report - Current Bugs and Issues

Postby zolobolo » Fri Nov 10, 2017 2:43 pm

Chasm wrote:In that case shouldn't the marauders be just wiping the planets out? Or as a tinker, are you immune to marauder raids? Because this is the effect the AI tinkers are having happen.

I was wondering the same thing

I guess it is ok for Marauders to still invade Tinkers so nothing needs to be changed with the reasoning that they are not after slaves in this case, but are kinda just looting the colonies for valuables. It would be messy to script when they should attack and when not otherwise.

Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Report - Current Bugs and Issues

Postby Chasm » Fri Nov 10, 2017 4:57 pm

They aren't invading either, just waving hello from space ;)

Chasm
Posts: 568
Joined: Sat Feb 06, 2016 9:14 pm

Re: Report - Current Bugs and Issues

Postby Chasm » Fri Nov 10, 2017 8:06 pm

Shipyards still will only work if place in the second orbital slot and there is nothing placed in the 3rd.
If something is placed in the 3rd slot, and then destroyed, then the bonus returns.

User avatar
Captainspire
Posts: 153
Joined: Mon Mar 30, 2015 8:30 pm

Re: Report - Current Bugs and Issues

Postby Captainspire » Sat Nov 11, 2017 8:35 pm

Minor graphical issue:
One direct prerequisite for Bio domes is Fusion, but there is no branch from fusion to them.
Image


Return to “Testing”

Who is online

Users browsing this forum: No registered users and 66 guests

cron