
Simple Mod Creation Tool for Counter-Strike: Global Offensive
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is my app to create simple mods for Counter-Strike: Global Offensive if you want to request any new features, you can comment on feature request issue after checking if its already on to-do list.
-Built-in mod loader
-Option to export for MIGI
Let's get started..
You need:
- .Net Framework 4.7.2
- Download the latest release.
- Make sure that smctool.exe is in the correct directory containing data,addons,pak01 folders and some other files.
- Execute smctool.exe with admin rights (Admin rights are needed to create symbolic links between files)
- You have installed successfully.
- Download the source code
- Open the .sln file
- Wait for the project to fully load.
- Click build-> build smctool
- Download data.zip from releases and extract the files to the same directory as smctool.exe
It's usage is pretty straight forward:
For example if you want to make deagle full auto , you can select deagle and check "is full auto" checkbox then hit apply to save the selected weapon attributes in the app.Then hit File->Save to save all weapons to a file. After that, you can click "Load Mod" button to start csgo automatically with your mod.
-This button saves the current changes in the app
*Note that this doesn't save your changes to a file so if you close your app , the changes you have done will be lost. So make sure to click File->Save to save to a file
-This button reads "items_game_smcmod.txt" and creates all the neccessary files and launches csgo with your mod. You should use it after you have saved your mod via File->Save.
-This button loads the default variables for your current selected weapon.
-It works %100. It is not a rickroll. I promise.
-Loads the selected file.
-Saves all weapons as items_game_smcmod.txt to the same directory as smctool.exe
-Saves all weapons to a custom location with a custom name
*(If you are going to use the mod loader in this application use File->Save instead)
-Export your mod for MIGI (You need to save it first)
*(Make sure you have MIGI installed before using this option)
- Creating scoped weapons
- Replacing models
- Custom Attributes
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/epicfeature
) - Commit your Changes (
git commit -m 'Removed rickroll'
) - Push to the Branch (
git push origin feature/epicfeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Mii Fanboy - @miifanboy - Email: [email protected]
Project Link: https://github.com/miifanboy/SMC-Tool
- shravan2x/Gameloop.Vdf - Vdf Parser Library
- Best-README-Template - Readme Template
- Fody/Costura - Library to include other assemblies with the executable
- leocb/MaterialSkin - Modern UI for C# Winforms