Factorio Gridlines
Enhance your building layouts with a powerful and flexible grid system! Gridlines adds customizable grids to your world, allowing for precise and efficient designs across multiple layers.
Mod Portal · Changelog · Report Bug · Request Feature
Trying to develop a Factorio mod using TypeScript, with the grid system inspired by the implementation of ChunkyChunks - Configurable Gridlines.
This project relies on two powerful open-source projects: TypeScriptToLua and Typed Factorio.
This mod is entirely written in TypeScript, featuring complete type definitions and debugging capabilities. Additionally, the i18n generation scheme has been optimized to comply with the i18next standard.
✨ Features
- 🧇 Flexible Grid System: Provides three grid layers that support flexible configuration, allowing adjustments for color, size, thickness, and offset.
- 🖍️ Map and Personal Settings: Setting the grid on the map enables all online players to share the same grid system, while also allowing individual settings to override it.
- 🌐 Internationalization: Comprehensive i18n translation supporting 17 languages.
- ⌨️ Hotkeys: Supports button and
F6
hotkey toggling.
Map Settings | Player Settings |
---|---|
⌨️ Local Development
You can use Github Codespaces for online development:
Or clone it for local development:
$ git clone https://github.com/canisminor1990/factorio-gridlines.git
$ cd factorio-gridlines
$ bun install
$ bun dev
🤝 Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.
🔗 Credits
- ChunkyChunks - Configurable Gridlines - https://mods.factorio.com/mod/ChunkyChunks
- TypescriptToLua - https://github.com/TypeScriptToLua/TypeScriptToLua
- Typed Factorio - https://github.com/GlassBricks/typed-factorio
- Factoriomod Debug - https://www.npmjs.com/package/factoriomod-debug
📝 License
Copyright © 2024 canisminor1990.
This project is GPL-3.0 licensed.