Dale McCoy

Results 22 comments of Dale McCoy

I can't figure out what Eradicator's doing either. I believe I found an issue with YAFC's handling of `pcall(require, ...)`, but that isn't the only problem here. Until someone smarter...

I agree we shouldn't assume everyone has a 4k screen, but I'm not sure what you're doing here. With a slightly different set of mods, I see this on my...

I think this PR gets the wrong answer in a few cases. With this change, YAFC decides the natural-gas-extractor-mk0#, oil-derrick-mk0#, and tar-extractor-mk0# entities are accessible. I've never gotten more than...

## Dependencies My interpretation of "empty dependency list", in the context of the current numal-reef problems, is "You must have access to at least one of these zero items in...

Unfortunately, it looks to me like this is going to be difficult to handle in YAFC, but I created [a PR](https://github.com/kirazy/reskins-bobs/pull/43) to fix it in Artisanal Reskins: Bob's Mods. Until...

If I'm seeing the same error you're seeing, you can put [this file](https://raw.githubusercontent.com/ShadowTheAge/yafc/c9e787d91ba9f2f5e1af5e30290bca861f777f54/YAFC/Data/Mod-fixes/textplates.textplates.lua) in your Data\Mod-fixes folder, and the error goes away. Make sure you keep the name `textplates.textplates.lua`; Chrome...

If you use the "Recent projects" button to select a previously opened file, YAFC will automatically select the mod folder that was used the last time that file was opened.

Does this look like the sort of output you'd need? Exported json ``` json [ { "recipe": "generator.electricity", "building": "steam-engine", "buildingCount": 51.999992, "modules": [] }, { "recipe": "boiler.boiler.steam", "building": "boiler",...

I pushed a [branch](https://github.com/DaleStan/yafc/tree/json-export) to my fork; if you're able to compile it, will you check it out and see if it does what you want, please? Export the calculations...

I'm not convinced exactly matching the Share feature is the correct behavior. Is it easy to decode YAFC's shared strings in a mod? If it is, I can match Share...