Installation & Setup

Files and folders created by GearMaster Visual

Installation & Setup

What Installation Creates

When you install and first run GearMaster Visual, the application creates a set of files and folders to store your projects, settings, and temporary data.

Folder Structure

GearMaster Visual creates the following directory structure:

GearMaster/
├── GM_Visual/                    # Main application folder
│   ├── help/                     # This help documentation
│   ├── src/                      # Application source code
│   ├── examples/                 # Example projects and workflows
│   ├── tests/                    # Test files
│   └── docs/                     # Additional documentation
│
└── User Data (varies by OS)
    └── GearMaster/
        ├── projects/             # Your saved projects
        ├── config/               # Configuration files
        ├── cache/                # Temporary cache files
        └── logs/                 # Application logs
    

Important Files & Folders

Application Folder

User Data Folder

Project Files

File Type: .gmv (GearMaster Visual)

Your workflows are saved as .gmv project files. These files contain:

Note: Keep your projects folder backed up to avoid losing your work. The application saves changes automatically.

System Requirements

Important: Do not manually edit or delete files in the cache or config folders unless you know what you're doing. This may cause the application to malfunction.

First Run

On the first run, GearMaster Visual will:

  1. Create the user data directories
  2. Initialize default configuration files
  3. Load the help system
  4. Prepare the node library

After this setup is complete, you're ready to start creating workflows!