Via console you can only access functions/variables defined in your mod via remote.call. Every mod has his own local/global functions/namespace. I think the console acts as a kind of mod in that sense.
Have you found this already: https://wiki.factorio.com/index.php?title=Lua/Data_Lifecycle ? I ...
Search found 5 matches
- Tue Mar 15, 2016 10:58 pm
- Forum: Modding help
- Topic: More questions about scopes of variables and GUI elements
- Replies: 2
- Views: 1348
- Tue Mar 15, 2016 6:45 pm
- Forum: Modding help
- Topic: More questions about scopes of variables and GUI elements
- Replies: 2
- Views: 1348
More questions about scopes of variables and GUI elements
Yo.
I'm just starting out in the modding community and LUA programming in general, and I have a couple of problems, that make my modding life miserable.
I do have a PHP, C++, JS, HTML background (in diminishing order), so I do understand the basics. I'm just not familiar with Factorios game ...
I'm just starting out in the modding community and LUA programming in general, and I have a couple of problems, that make my modding life miserable.
I do have a PHP, C++, JS, HTML background (in diminishing order), so I do understand the basics. I'm just not familiar with Factorios game ...
- Sun Jan 18, 2015 9:04 am
- Forum: Resolved Problems and Bugs
- Topic: [0.11.12] Crash on placing wagon, crash on hovering wagon
- Replies: 26
- Views: 11039
Re: [0.11.12] Crash on placing wagon in tight spot
try throwing all the trains into a box, than place them one at a time, so no other stays in your hand when the first one is placed ... i suspect just the hover to be the problem ...WhiteFusion wrote:Demonstration.
- Sun Jan 18, 2015 8:54 am
- Forum: Releases
- Topic: Version 0.11.12
- Replies: 58
- Views: 63284
Re: Version 0.11.12
It's not about placing the storage wagon, it's hovering it over an existing one, before you place it.
If you have more than one wagon in you inventory, the first one gets placed, then the second one hover over the placed one... and you have your crash (endless loop)
As long as you have only one ...
If you have more than one wagon in you inventory, the first one gets placed, then the second one hover over the placed one... and you have your crash (endless loop)
As long as you have only one ...
- Sun Jan 18, 2015 7:22 am
- Forum: Releases
- Topic: Version 0.11.12
- Replies: 58
- Views: 63284
Re: Version 0.11.12
I had the same problem with Win7 SP1 not installing ...
After a bit of googling I found the "System Update Readiness Tool for Windows 7 for x64-based Systems (KB947821)"
You find it directly at the microsoft download center. After this tool installs (it's 500mb+) it should allow all other updates to ...
After a bit of googling I found the "System Update Readiness Tool for Windows 7 for x64-based Systems (KB947821)"
You find it directly at the microsoft download center. After this tool installs (it's 500mb+) it should allow all other updates to ...