# SPTClientModExamples **Repository Path**: aliendog/SPTClientModExamples ## Basic Information - **Project Name**: SPTClientModExamples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-25 - **Last Updated**: 2026-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SPTClientModExamples Use this template to create your own client mods! 1. Click the green **Use this template** > **Create a new repository** button at the top right of this page 2. Use something like GitBash to clone your new repo into a folder on your computer (https://git-scm.com/downloads) or download it manually with **Code > Download ZIP** * Make sure you are cloning **YOUR** new repo, not the example repo itself 3. Rename the following from _SPTClientModExamples_ to your new mod name: * Folder the project is in * **.csproj** file * **.sln** file 4. Open the **.sln** file with a text editor, CTRL+F for _SPTClientModExamples_ and replace it with your new mod name 5. Open the **.csproj** file with a text editor, CTRL+F for _SPTClientModExamples_ and replace it with your new mod name 6. Open your solution by double clicking your **.sln** file, double click **Plugin.cs** 7. Press CTRL + Shift + F, click Replace in Files * make sure **Look in** is set to **Entire solution** * in Find field, enter: _SPTClientModExamples_ * in Replace field, enter your new mod name * click Replace All in bottom right, click yes if prompted