====================================
ENHANCED ROMANCE - IMAGE FOLDER
====================================

This folder contains images that will be displayed during various events in the mod.
Images are opened using Windows Photo Viewer (or your default image viewer).

IMAGE NAMING CONVENTIONS:
-------------------------

1. SOLO RAPE SCENES:
   - Prefix: "solo_"
   - Example: solo_1.png, solo_2.png, solo_scene1.png
   - Used when player commits solo rape against female prisoners

2. GANG RAPE SCENES:
   - Prefix: "gang_"
   - Example: gang_1.png, gang_2.png, gang_scene1.png
   - Used when player commits gang rape with soldiers

3. GENERAL ROMANCE SCENES:
   - Any other name without prefix
   - Example: romance_1.png, intimate_1.png

SUPPORTED FORMATS:
------------------
- PNG files (.png)
- Must be placed directly in this folder (not in subfolders)

HOW IT WORKS:
-------------
1. The mod scans this folder on game startup
2. When an event occurs, the mod selects a random image matching the prefix
3. The image is opened with Windows Photo Viewer (Process.Start)
4. You can name images however you like, as long as they have the correct prefix

EXAMPLE FILE STRUCTURE:
-----------------------
Images/
  solo_1.png
  solo_2.png
  solo_3.png
  gang_1.png
  gang_2.png
  gang_scene_tavern.png
  romance_1.png

TROUBLESHOOTING:
----------------
- If images don't open: Check MCM settings (Show Rape Images must be enabled)
- If wrong images appear: Check your file prefixes
- Check game logs for: "[Enhanced Romance] Romance Images: X loaded"
- Make sure files are PNG format
- Make sure file names don't have special characters

====================================
