(more) Fixed that sync-mods-with-save would download the latest mod version regardless of the mod's base dependency. (more)ModdingAdded ResourceEntityPrototype::cliff_removal_probability defaulting to 1.1.1.91Date: 13.09.2023 BugfixesFixed that updating a mod would re-download all of its ...
FluidWagonPrototype 'fluid-wagon' A fluid wagon. FlyingRobotPrototypechanged abstract Abstract base for construction/logistics and combat robots. FontPrototype 'font' Fonts are used in all GUIs in the game. FuelCategorychanged 'fuel-category' Each item which has a fuel_value must have a fuel cat...
machine base productivity, new productivity researches, maximum recipe productivity, and more - Added the ability to set custom productivity boni for relevant recipes - Added a right-click context menu to all buttons with complex interactions to make them more easily accessible (#61) - Added indica...
A blueprint string is a JSON representation of the blueprint, compressed with zlib deflate using compression level 9 and then encoded using base64 with a version byte in front of the encoded string. The version byte is currently 0 (for all Factorio versions through 1.1). So to get the JSO...
Foxhole is a massively multiplayer game where you will work with hundreds of players to shape the outcome of a persistent online war. Players ARE the content in this sandbox war game. Every individual soldier is a player that contributes to the war effort through logistics, base building, reco...
def fetch_recipes(base_directory): data = [] for file in glob.glob(path.join(base_directory, 'prototypes', 'recipe', '*.lua')): with open(file) as f: text = f.read() entry = decode_lua_data(text) assert isinstance(entry, list) data += entry json.dump(data, open('temp.json...
Changed "Fluid wagon base size" and "Storage tank base size" from "Bob's logistics mod" default to 50. Forced "Add conversion recipes" from "Bob's Metals, Chemicals and Intermediates mod" to "false" and hid it. Changed "New accumulators", "Burner electric generator", "Fluid burning gene...
A modder can mark a mod as deprecated, which indicates they are no longer updating or maintaining it. The typical case is a mod will add something relevant for the current version of the game (E.G, a mod to scan the players starting area), and then an update to the base game makes...
The text string itself is a base64 encoded, compressed JSON string which contains all the information of the blueprint. It is therefore possible to decode/decompress the text string, change attributes of the blueprint in the JSON text and finally re-encode/compress it back to the known text...
2"> * amplitude_corrected_multioctave_noise * aquilo_min_elevation * aquilo_simple_billows * aquilo_spot_noise * asymmetric_ramps * decorative_mix_noise * elevation_nauvis_function * enemy_autoplace_base * expression_in_range_base * finish_elevation * gleba_pos_peak * gleba_select * gleba_...