Search found 4 matches
- Fri Sep 22, 2023 5:43 pm
- Forum: Minor issues
- Topic: [1.1.91] Floating point precision loss with some Blueprint string fields
- Replies: 3
- Views: 1021
[1.1.91] Floating point precision loss with some Blueprint string fields
I'm writing a JSON-schema compliant description of the Blueprint string format. To be thorough, I'm testing the numeric limits of each attribute to determine their underlying datatype (or, at least their acceptable range of values). Both `entity_number` and `version` (when set outside their allowed ...
- Tue Mar 14, 2023 3:30 pm
- Forum: Ideas and Suggestions
- Topic: Command line flag (dump-defines) to dump prototype defines
- Replies: 1
- Views: 727
Command line flag (dump-defines) to dump prototype defines
What? 1.1.77's patch notes add several data-extraction oriented command line options: Added a command line flag (dump-data) to dump data-raw to the script output folder as json. Added a command line flag (dump-icon-sprites) to dump prototype icons to the script output folder. Added a command line f...
- Fri May 27, 2022 4:32 pm
- Forum: General discussion
- Topic: Alt-F4 #61 - Draftsman: A Python module for creating blueprints
- Replies: 8
- Views: 4260
Re: Alt-F4 #61 - Draftsman: A Python module for creating blueprints
I was just considering making my own tool like that for my combinator computer that is used to control a self-expanding factory... :D I would have preferred JavaScript though. Any chance you will make DraftsmanJS as well? ;) If node counts, you could take a look at factorio-blueprint , which is act...
- Sat Jan 30, 2021 6:53 pm
- Forum: Combinator Creations
- Topic: Multisignal Memory Unit with individual signal manipulation
- Replies: 0
- Views: 1479
Multisignal Memory Unit with individual signal manipulation
Recently I have decided to embark on creating a programming interface with combinators, and the need for memory became naturally apparent. I originally was using this design here , but the unit would reset every signal whenever the set signal was on, meaning that if you only wanted to change one sig...