Repository that contains XML files for Mods Studio 2
Simple, step-by-step guide for contributors using Visual Studio Code (VS Code).
- a free GitHub account
- VS Code installed: https://code.visualstudio.com
Sign up or sign in at https://github.com.
Create your own copy of the repo. 🔽🔽🔽

- Open https://github.com/WerewolfCustoms/ModsStudio2XML/ in your browser.
- Click Fork → Create fork.
You now have your own version at:
https://github.com/YOUR_GITHUB_USERNAME/ModsStudio2XML
- Open VS Code
- Press
F1→ typeGit: Clone→ Enter - Paste your fork URL:
https://github.com/YOUR_GITHUB_USERNAME/ModsStudio2XML.git - Choose a local folder
- When asked, click Open to open the cloned folder
Create a local branch where you can work on your changes. 🔽🔽🔽

- Click the branch name in the blue status bar (bottom-left)
- Click Create new branch
- Name it clearly, e.g.
fix-typo-in-truck-xmloradd-new-trailer
Make your changes.
- Open the XML file from the Explorer panel
- Keep formatting consistent
- Make small, focused changes per branch
- Save with
Ctrl+S
Save a snapshot of your work. 🔽🔽🔽

- Click the Source Control icon (left sidebar)
- Enter a short message, e.g.
Fix wheel size in vehicle.xml - Click Commit (✓)
Send your branch to GitHub.
- In the Source Control view, click Publish Branch or Push
- If prompted, sign in to GitHub
Your branch appears at:
https://github.com/YOUR_GITHUB_USERNAME/ModsStudio2XML/tree/BRANCH_NAME
Ask to merge your changes into the main repo.
-
Go to your fork on GitHub
-
Click Compare & pull request
-
Target the WerewolfCustoms/ModsStudio2XML repository’s
mainbranch -
Write a clear title and short description
-
Click Create pull request
