This script only works on Windows!
It is best you atleast know something about modding (or rather replacing other peoples mods, like I do :p) in fallout 4 before attempting to do this. If not, Google is always nice.


USAGE:
- Put the pages of your comic into the directory "comic" (in alphabetical or numerical order)
- Run the script.exe (it is a Python script that edits images)
- When asked for a path, fill in wherever you will be placing the textures. If you don't understand, look at the generated DESC file after completing the script for reference
- Put the generated textures on the desired location
- Create a BOOK entry using FO4Edit (I suggest using "Copy as new record" for ease)
- Apply the ExportImportTexts script to the BOOK entry
- Replace the DESC file from the export with the generated DESC file from your comic
- Import to the BOOK using ExportImportTexts script
- The textures for the cover have already been made, you can (optionally) make a MSWP entry and make the corresponding BGSM file (using Material Editor)
- Add the comic to RCR_RegularLList or RCR_FurryLList
- Done

DON'T REMOVE, RENAME OR RESIZE THE BACK.DDS OR COVER_D.DDS FILES!
you can change it if you want

DON'T REMOVE THE MAGICK FOLDER!

You can remove the source folder and its contents if you want, it is there for if you want to take a look at the script.

!! FAQ !!
Q: My antivirus detected script.exe as malicious (a trojan)
A: It is made using Pyinstaller, which apparently is often used to create malware, so antiviruses just detect everything that is made using Pyinstaller as a virus. If you don't trust me you can also install Python and Python Wand and run script.py in the source folder directly (the idea being you read the code before executing it).