Main Page: Difference between revisions
Jump to navigation
Jump to search
(main page UI overhaul) |
Tag: Undo |
||
Line 2: | Line 2: | ||
== Vanilla Tutorials == | |||
* [https://www.youtube.com/watch?v=Z98ei5JLS_g&t=253s Basic Tutorial on how to make popfiles] | * [https://www.youtube.com/watch?v=Z98ei5JLS_g&t=253s Basic Tutorial on how to make popfiles] | ||
*[https://drive.google.com/file/d/1N-DBsZiKiqjD4OSQH2bRLsYq1Sq4gHhA/view?usp=sharing Titanium Tank Mission Making Guide] | *[https://drive.google.com/file/d/1N-DBsZiKiqjD4OSQH2bRLsYq1Sq4gHhA/view?usp=sharing Titanium Tank Mission Making Guide] | ||
Line 19: | Line 9: | ||
*[https://steamcommunity.com/sharedfiles/filedetails/?id=1911160067 Advanced Popfile Tricks] | *[https://steamcommunity.com/sharedfiles/filedetails/?id=1911160067 Advanced Popfile Tricks] | ||
*[[Attribute information|Misc. documentation on certain attributes]] | *[[Attribute information|Misc. documentation on certain attributes]] | ||
== [[:Category:Tutorials|Modded Tutorials]] == | |||
* [[Create custom item decals]] | * [[Create custom item decals]] | ||
*[https://steamcommunity.com/sharedfiles/filedetails/?id=2289315026 Introduction to Point Template Spawners] | *[https://steamcommunity.com/sharedfiles/filedetails/?id=2289315026 Introduction to Point Template Spawners] | ||
Line 25: | Line 17: | ||
* [[Reverse MvM Beginners Guide]] | * [[Reverse MvM Beginners Guide]] | ||
* [https://sigwiki.potato.tf/index.php/Installing_on_Windows_with_WSL Installing Sigmod on Windows with WSL] | * [https://sigwiki.potato.tf/index.php/Installing_on_Windows_with_WSL Installing Sigmod on Windows with WSL] | ||
== [[:Category:Templates|Templates]] == | |||
* [[Spider Tank]] | * [[Spider Tank]] | ||
* [[Modular Gatebots]] | * [[Modular Gatebots]] | ||
* [[Vaccinator Tank]] | * [[Vaccinator Tank]] | ||
* [[Small Turret Tanks|Small Turret Tank]] | * [[Small Turret Tanks|Small Turret Tank]] | ||
* [[Rotating Shield]] | *[[Rotating Shield]] | ||
* [[Timers]] | *[[Timers]]<br /> | ||
| | == [[:Category:Popfile Additions|Custom popfile additions]] == | ||
* [[WaveSchedule]] | * [[WaveSchedule]] | ||
* [[Wave]] | * [[Wave]] | ||
* [[WaveSpawn]] | * [[WaveSpawn]] | ||
* [[TFBot]] | * [[TFBot]] | ||
== [[:Category:Misc Additions|Miscellaneous additions]] == | |||
* [[Entity Additions]] | * [[Entity Additions]] | ||
*[[Entity Modules]] | *[[Entity Modules]] | ||
Line 59: | Line 45: | ||
*[[Expressions]] | *[[Expressions]] | ||
*[[Lua|Lua Scripting]] | *[[Lua|Lua Scripting]] | ||
== [[:Category:References|References]] == | |||
* [https://testing.potato.tf/mvm_bigrock_sigdemo.pop Demonstrative SigMod mission] | * [https://testing.potato.tf/mvm_bigrock_sigdemo.pop Demonstrative SigMod mission] | ||
* [[List of item definitions]] | * [[List of item definitions]] | ||
Line 68: | Line 55: | ||
* [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]] | ||
== Misc Resources == | |||
* [https://testing.potato.tf/icons.html Wavebar Icon Repository] | * [https://testing.potato.tf/icons.html Wavebar Icon Repository] | ||
* [https://marketplace.visualstudio.com/items?itemName=PotatoMvM.popfile-language-support Vanilla Popfile Syntax Highligher for VSCode] | * [https://marketplace.visualstudio.com/items?itemName=PotatoMvM.popfile-language-support Vanilla Popfile Syntax Highligher for VSCode] | ||
Line 76: | Line 66: | ||
* [https://github.com/Mince64/Popfile-Modifier/tree/main Wavebar Generator] | * [https://github.com/Mince64/Popfile-Modifier/tree/main Wavebar Generator] | ||
* [https://github.com/NPsim/P3/releases/tag/2.1.0 Standalone Popfile Parser] | * [https://github.com/NPsim/P3/releases/tag/2.1.0 Standalone Popfile Parser] | ||
Revision as of 06:22, 17 September 2023
Welcome to Potato's Custom MvM Wiki. Here you can find information about how to make your own MvM missions, as well as information on how to use our custom server mods.
Vanilla Tutorials
- Basic Tutorial on how to make popfiles
- Titanium Tank Mission Making Guide
- Canteen Crasher Mission Making Guide
- Madness vs Machines Expert Mission Making Guide
- Advanced Popfile Tricks
- Misc. documentation on certain attributes
Modded Tutorials
- Create custom item decals
- Introduction to Point Template Spawners
- Designing your Point Templates in Hammer
- Reverse MvM Beginners Guide
- Installing Sigmod on Windows with WSL
Templates
Custom popfile additions
Miscellaneous additions
- Entity Additions
- Entity Modules
- Custom Entities
- Sound Additions
- List of custom attributes
- List of modifications to vanilla attributes
- Expressions
- Lua Scripting
References
- Demonstrative SigMod mission
- List of item definitions
- List of vanilla item attributes
- List of AddCond values
- Documentation of all vanilla popfile keyvalues
- Unusual effect IDs
- Population files used by Valve missions
- Entity Properties