demipixel / factorio-generators

Generators for blueprints like outposts in factorio, used by autotorio.com
50 stars 14 forks source link

Can't use it with AAI industry (Error: Error loading blueprint) #51

Closed IIPoliII closed 5 years ago

IIPoliII commented 5 years ago

Hello, I am trying to use this generator for my modded game but everytime i load my blue print an error is thrown out saying

Error: Error loading blueprint: concrete_wall does not exist! You can add it by putting it into entityData.

Here is my BP

0eNqNj0EKwjAQRe/y1yk06aKSq4hIrYMMpNOSpGopubtJ3AgiuPzDmzfzd1zcSotnibA7eJwlwB53BL7J4MosbgvBgiNNUJBhKilzo6dIzWNwDkmB5UpPWJ1OCiSRI9NbVMN2lnW6kM/AD4XCMoe8NUu5mU0mkxtsY3RK6ktj/tU0xlRP0eTXagv7UVrhTj5Uvu9a3etOt+0hpRdzM1zJ

And as you can see on this pics the walls exsists image

gigajum commented 5 years ago

The vanilla entity is called stone-wall. Modded entites are not supported at this time, so you need to use the vanilla entity in the blueprint.

IIPoliII commented 5 years ago

Yes but any ideas how I could avoid that with a mod? I mean if I remove the mod now all my walls will be removed

gigajum commented 5 years ago

You can use a site like https://factorio.tmin10.ru/ and replace the string for the entity manually, which is a bit annoying.

IIPoliII commented 5 years ago

I will try that thanks for your help