[MOD 0.12.11+] Blueprint String
Re: [MOD 0.12] Blueprint String
i made an account just to ask this holy fuck i cannot find the exported blueprint strings at all i even did a windows search 2 times, i need to know where the export puts them since the instructions are wrong for me apparently
Re: [MOD 0.12] Blueprint String
I assume you installed Factorio using the exe.
Go to C:\Users\655fdv\AppData\Roaming\Factorio.
Create a new folder called script-output if it doesn't exist.
Then try to export again.
Go to C:\Users\655fdv\AppData\Roaming\Factorio.
Create a new folder called script-output if it doesn't exist.
Then try to export again.
-
- Burner Inserter
- Posts: 7
- Joined: Thu May 21, 2015 7:29 pm
- Contact:
Re: [MOD 0.12] Blueprint String
sent you the save
Re: [MOD 0.12] Blueprint String
YES thank you i found it, thanks for the reply
Re: [MOD 0.12] Blueprint String
Thanks, there was an import bug and an unrelated export bug. Both are fixed in version 2.0.4.DeamonEngineer wrote:sent you the save
Re: [MOD 0.12] Blueprint String
Reporting a little bug. It seems as though as exported blueprints containing Concrete and the Stone Brick-paths does not work. The strings turn out very small, and importing them does not work.
Re: [MOD 0.12] Blueprint String
Why is there only a save all button? I can't save an individual blueprint (the one I have selected) and give it a custom file name?
Re: [MOD 0.12] Blueprint String
Thanks, it is fixed in version 2.1.0.Zec wrote:Reporting a little bug. It seems as though as exported blueprints containing Concrete and the Stone Brick-paths does not work. The strings turn out very small, and importing them does not work.
Re: [MOD 0.12] Blueprint String
Good idea, I added a "Save As..." button in version 2.1.0.Zeblote wrote:Why is there only a save all button? I can't save an individual blueprint (the one I have selected) and give it a custom file name?
Re: [MOD 0.12] Blueprint String
Can you also add a "Load..." button that shows a list of saved blueprints and let's me chose one? Then it is perfect.DaveMcW wrote:Good idea, I added a "Save As..." button in version 2.1.0.Zeblote wrote:Why is there only a save all button? I can't save an individual blueprint (the one I have selected) and give it a custom file name?
Re: [MOD 0.12] Blueprint String
Sorry, that is not possible with my .txt file design.Zeblote wrote:Can you also add a "Load..." button that shows a list of saved blueprints and let's me chose one? Then it is perfect.
You can try this mod instead: https://forums.factorio.com/forum/vie ... hp?t=14243
Re: [MOD 0.12] Blueprint String
That doesn't work in multiplayer, though. Why is it not possible?DaveMcW wrote:Sorry, that is not possible with my .txt file design.Zeblote wrote:Can you also add a "Load..." button that shows a list of saved blueprints and let's me chose one? Then it is perfect.
You can try this mod instead: https://forums.factorio.com/forum/vie ... hp?t=14243
Re: [MOD 0.12] Blueprint String
Mods are not allowed to read anything in script-output. The only files they are allowed to read will break multiplayer if you edit them.
Re: [MOD 0.12] Blueprint String
I'm sorry... what the nonsense? A script can write a file but not read it later?DaveMcW wrote:Mods are not allowed to read anything in script-output. The only files they are allowed to read will break multiplayer if you edit them.
That sounds like it is 1) a design fail or 2) an oversight.
Does that mean there is no way at all for a script to write data somewhere and read it later, regardless of whether the game was restarted or a new save loaded?
Re: [MOD 0.12] Blueprint String
Chrome is blocking the download of the zip attachment, with no option to override.
"blueprint-string_2.1.0....zip may harm your browsing experience, so Chrome has blocked it" with a "Dismiss" button and a "Learn More" option that just gives a web page "explaining" why it was blocked.
Any idea what's up with that? I was able to get a copy from a friend, but it's still obnoxious and I'd like to know why it thinks there's something malicious about this Factorio mod.
"blueprint-string_2.1.0....zip may harm your browsing experience, so Chrome has blocked it" with a "Dismiss" button and a "Learn More" option that just gives a web page "explaining" why it was blocked.
Any idea what's up with that? I was able to get a copy from a friend, but it's still obnoxious and I'd like to know why it thinks there's something malicious about this Factorio mod.
Re: [MOD 0.12] Blueprint String
I have no issues downloading it in Chrome 45.0.2454.101 m
You can try temporarily disabling protection. http://www.techgainer.com/disable-chrom ... -warnings/
You can try temporarily disabling protection. http://www.techgainer.com/disable-chrom ... -warnings/
Re: [MOD 0.12] Blueprint String
Good morning,
It seems like i found a little gap on your error checking
Trying to use the "Save As.." Button on this blueprint gives me an error. Other blueprints are working fine :/
Good luck with the bug hunt
Blueprint
http://imgur.com/etUFOTN
Error
http://imgur.com/MZe6uJT
It seems like i found a little gap on your error checking
Trying to use the "Save As.." Button on this blueprint gives me an error. Other blueprints are working fine :/
Good luck with the bug hunt
Blueprint
http://imgur.com/etUFOTN
Error
http://imgur.com/MZe6uJT
Re: [MOD 0.12] Blueprint String
Thanks, that was a major bug in the compression library. I'm surprised no one caught it earlier.
Fixed in version 2.1.1.
Fixed in version 2.1.1.
-
- Burner Inserter
- Posts: 14
- Joined: Fri Aug 28, 2015 7:53 pm
- Contact:
Re: [MOD 0.12] Blueprint String
Getting this error on world load, using 2.1.1 in Factorio 0.12.11:
Code: Select all
__blueprint-string__/control.lua:16: attempt to index global 'game' (a nil value)
Re: [MOD 0.12] Blueprint String
Had the same error, go into the control.lua and search for game.on_ and replace all with script.on_ should fix itItsTheKais wrote:Getting this error on world load, using 2.1.1 in Factorio 0.12.11:
Code: Select all
__blueprint-string__/control.lua:16: attempt to index global 'game' (a nil value)