Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
== [[:Category:Vanilla Tutorials|Vanilla Tutorials]] == | == [[:Category:Vanilla Tutorials|Vanilla Tutorials]] == | ||
* [https://drive.google.com/file/d/1N-DBsZiKiqjD4OSQH2bRLsYq1Sq4gHhA/view?usp=sharing Titanium Tank Mission Making Guide] | |||
* [https://steamcommunity.com/sharedfiles/filedetails/?id=1451627628 Canteen Crasher Mission Making Guide] | |||
* [https://github.com/sigsegv-mvm/population Valve Population Files] | |||
* [https://drive.google.com/file/d/1rwcsiZJtKLcbfSBR3o-seQIxq_tTjzPJ/view?usp=sharing Expert Mission Making Guide] | |||
*[https://gist.github.com/sigsegv-mvm/f72e3047c58dc2674493 set_weapon_mode documentation] (aka the "lunchbox adds minicrits" attribute) | |||
* | |||
== [[:Category:Templates|Templates]] == | == [[:Category:Templates|Templates]] == | ||
Line 42: | Line 48: | ||
*[https://github.com/sigsegv-mvm/population Population files used by Valve missions] | *[https://github.com/sigsegv-mvm/population Population files used by Valve missions] | ||
*[[Entity Properties]] | *[[Entity Properties]] | ||
* [https://cdn.discordapp.com/attachments/893020634517499905/919414209631125504/unknown.png "override projectile type" Documentation] | |||
* [https://github.com/Mince64/Popfile-Modifier/tree/main Wavebar Generator] | |||
* [https://github.com/NPsim/P3/releases/tag/2.1.0 standalone popfile parser] |
Revision as of 04:41, 21 February 2022
Welcome to SigMod wiki.
Tutorials
- Installing on Windows with WSL
- Create custom item decals
- Design PointTemplate with hammer map editor
- Reverse MvM Beginners Guide
Vanilla Tutorials
- Titanium Tank Mission Making Guide
- Canteen Crasher Mission Making Guide
- Valve Population Files
- Expert Mission Making Guide
- set_weapon_mode documentation (aka the "lunchbox adds minicrits" attribute)
Templates
Popfile additions
Miscellaneous additions
References
- Demonstrative SigMod mission
- List of item definitions
- List of item attributes
- List of AddCond values
- Documentation of all vanilla popfile keyvalues
- Unusual effect IDs
- Extra attribute information
- Population files used by Valve missions
- Entity Properties
- "override projectile type" Documentation
- Wavebar Generator
- standalone popfile parser