A tool for creating blueprint-style images by overlaying your inventory item images onto a blueprint template. Perfect for crafting recipes that require blueprints.
# Basic usage - creates blueprint_lockpick.png
node create-blueprint.js lockpick
# Custom output name - creates schematic_thermite.png
node create-blueprint.js thermite schematic_thermite
# Use a different template
node create-blueprint.js armour --bg 2
# Apply a blue tint to the item
node create-blueprint.js pistol --tint #3b82f6
node batch-create.js <items-folder> [options]
# Create blueprints for all items in a folder
node batch-create.js C:/server/resources/ox_inventory/web/images
# Only process weapon images
node batch-create.js C:/server/resources/ox_inventory/web/images --filter "weapon_"
# Process a specific list of items
node batch-create.js --list lockpick.png thermite.png radio.png