Skip to content

ciizerr/wh-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ WH Mods Hub

License Repo Size Windhawk Version

A curated collection of desktop enhancements, assets, and configurations for the Windhawk platform.

Explore ModsInstallationReport BugRequest Feature


📖 Overview

WH Mods Hub is a centralized repository dedicated to custom Windhawk mods and configs. where I store all my mods and configs for Windhawk.


🛠️ Repository Structure

Understanding the layout for seamless navigation:

.
├── assets/             # Raw media, sprites, and audio files
├── Config/             # Exported mod configuration presets (YAML/JSON)
├── mods/               # Production-ready Windhawk source files (.wh.cpp)
├── previews/           # Previews and visual documentation
└── install-config.ps1  # Automated configuration installer (PowerShell)

⚙️ Configuration

All mod settings and visual presets are managed in the Config/ directory. For detailed information on each preset and required process inclusions (like SecHealthUI.exe), please refer to the Configuration README.

🤖 Automated Setup

A PowerShell script is provided to automate the application of all configuration presets via GitHub:

⚡ One-Liner Installation (Recommended)

Copy and paste this into an Administrator PowerShell terminal:

iwr -useb https://raw.githubusercontent.com/ciizerr/wh-mods/main/install-config.ps1 | iex

📦 Manual Run

  1. Right-click install-config.ps1.
  2. Select Run with PowerShell (Administrator privileges are required).
  3. The script will parse the YAML files from the repository and apply them directly to your Windhawk environment.

Caution

The automated installer modifies the Windows Registry to update mod settings. Ensure you review the configuration files before running the script.


🖼️ Preview

🐱 Neko Desktop Pet

neko


🚀 Mod Installation Guide

Important

Ensure you have Windhawk installed and running before proceeding.

Standard Setup

  1. Navigate to the mods/ directory.
  2. Open the source file you wish to install (e.g., neko-cat.wh.cpp).
  3. Copy the entire content of the file.
  4. Open Windhawk → Click the Arrow next to the "Mods" tab → Select "Create New Mod".
  5. Paste the code into the editor, then click "Save and Compile".

Tip

If the mod requires assets, it will automatically attempt to fetch them from this repository. Ensure you have an active internet connection during the first initialization.


🧩 Featured Mods

🐱 Neko Cat (Virtual Pet)

A modern port of the classic "Neko" desktop pet, optimized for modern Windows environments via Windhawk.

  • Dynamic Behaviors: Pathfinding, interactive scratching, and autonomous sleeping.
  • Customization: Toggle sound effects, adjust movement speed, and customize trigger zones.
  • Low Footprint: Written in clean C++ to ensure zero impact on system performance.

🛡️ Asset Integrity & Safety

Security and transparency are prioritized in this repository.

Caution

External Assets: Most mods fetch assets from this branch. While this ensures a small installation size, it requires a network connection.

Offline Support: To use these mods without internet access, you must manually download the assets/ folder and update the asset URLs in the source code to point to your local storage.

  • Hash Verification: Every asset is served directly from GitHub using HTTPS.
  • Zero Third-Party Dependencies: No opaque binaries or external trackers are included.

💬 Connect & Support

Need assistance or want to share your feedback?


Made with ⚡ by ciizerr

Licensed under the MIT License.
Windhawk is a registered project of its respective owners.

About

My Windhawk Mods Collection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors