Skip to content

flameSla/bp_from_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

209 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bp_from_json

"bp_from_json" is a Python module for creating and editing blueprints for the game Factorio. This is a simple wrapper for easier work with json.

  • Script "bps_into_folders.py" creates separate files from the "bp.txt" in the "bps_folder" directory. The contents of the directory are BEING DELETED!

bps_into_folders.py:

options:
  -h, --help            show this help message and exit
  -d DIRECTORY, --directory DIRECTORY
                        (OUT) The directory for the result. The contents of the directory will be DESTROYED! Default = "working_directory/bps_folder"
  -b BLUEPRINT, --blueprint BLUEPRINT
                        (IN) Blueprint file. Default = "bp.txt"
  • Script "bps_from_folders.py" from the directory "bps_folder" creates a "bp_out.txt".

bps_from_folders.py:

options:
  -h, --help            show this help message and exit
  -d DIRECTORY, --directory DIRECTORY
                        (IN) Directory with blueprints. Default = "working_directory/bps_folder"
  -b BLUEPRINT, --blueprint BLUEPRINT
                        (OUT) Blueprint file. Default = "bp_out.txt"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors