[abregado][0.17.0] Tutorial does not detect gun turret when built

This subforum contains all the issues which we already resolved.
Post Reply
wahming
Fast Inserter
Fast Inserter
Posts: 190
Joined: Sun May 17, 2015 8:30 pm
Contact:

[abregado][0.17.0] Tutorial does not detect gun turret when built

Post by wahming »

Factorio Bug 1.jpg
Factorio Bug 1.jpg (329.83 KiB) Viewed 2531 times

fochristo
Inserter
Inserter
Posts: 27
Joined: Fri Dec 02, 2016 12:40 pm
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by fochristo »

Same in 0.17.4

NullPointer
Manual Inserter
Manual Inserter
Posts: 3
Joined: Thu Nov 17, 2016 6:57 am
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by NullPointer »

Me too on 0.17.4
Attachments
y u no turret detect.png
y u no turret detect.png (3.22 MiB) Viewed 2486 times
Introduction.zip
(2.4 MiB) Downloaded 77 times

tbelaire
Burner Inserter
Burner Inserter
Posts: 9
Joined: Tue May 16, 2017 10:10 pm
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by tbelaire »

I have the same problem with 0.17.05

Linux zip distribution

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2249
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by boskid »

Using @NullPointer save, indeed script wont detect turrets.

But using /editor there is area "defend-1" within which turret should be built. Actual area is little larger as turret can be build outside defend-1 area but within chunk that overlaps with defend-1 area.

-- edit1:

Or maybe condition is not based upon "defend-1" area but "east-expansion". Then you are still 1 chunk outside of this area

-- edit2:

story-condition.lua:

Code: Select all

conditions['entrench'] = function(event)
  // ...
  local loaded = check.number_of_loaded_turrets_in_areas({'east-expansion'},1)
  // ...
  return researched and loaded and stockpile
end
npe-east-expansion-area.png
npe-east-expansion-area.png (5.4 MiB) Viewed 2452 times

Kingdud
Long Handed Inserter
Long Handed Inserter
Posts: 76
Joined: Sat Dec 16, 2017 3:23 am
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by Kingdud »

Confirming this problem still exists in 0.17.7

terz42
Burner Inserter
Burner Inserter
Posts: 7
Joined: Wed Mar 06, 2019 7:15 pm
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by terz42 »

Area in which it detects the turret got bigger but in my case it did not detect the already placed turrets [0.17.8]

NullPointer
Manual Inserter
Manual Inserter
Posts: 3
Joined: Thu Nov 17, 2016 6:57 am
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by NullPointer »

Yep, confirmed. I built the turret closer to the rest of the base and it detected correctly.

This locations just seemed like the most effective choke point.

abregado
Former Staff
Former Staff
Posts: 282
Joined: Sat Aug 30, 2014 9:43 am
Contact:

Re: [0.17.0] Tutorial does not detect gun turret when built

Post by abregado »

yes, the quest only detects turrets placed in the 'east-expansion' area.

During focus testing, new players didnt tend to build so far to the left. While i refuse to add any invisible "no-build" zones, I will come up with another solution for this.

Also, where you have built, the biters in the final wave will spawn behind your turrets.

Post Reply

Return to “Resolved Problems and Bugs”