Main Page: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
(38 intermediate revisions by 16 users not shown)
Line 1: Line 1:
== [[:Category:Tutorials|Tutorials]] ==
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.   


* [[Installing on Windows with WSL]]
*[[Create custom item decals]]
*[[Design PointTemplate with hammer map editor]]


== [[:Category:Popfile Additions|Popfile additions]] ==
== 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://drive.google.com/file/d/1rwcsiZJtKLcbfSBR3o-seQIxq_tTjzPJ/view?usp=sharing Madness vs Machines Expert Mission Making Guide]
*[https://steamcommunity.com/sharedfiles/filedetails/?id=1911160067 Advanced Popfile Tricks]
 
== [[:Category:Tutorials|Modded Tutorials]] ==
 
* [[Create custom item decals]]
*[https://steamcommunity.com/sharedfiles/filedetails/?id=2289315026 Introduction to Point Template Spawners]
* [https://sigwiki.potato.tf/index.php/Design_PointTemplate_with_hammer_map_editor Designing your Point Templates in Hammer]
* [[Reverse MvM Beginners Guide]]
* [https://sigwiki.potato.tf/index.php/Installing_on_Windows_with_WSL Installing Sigmod on Windows with WSL]
 
 
== [[:Category:Templates|Templates]] ==
 
* [[Spider Tank]]
* [[Modular Gatebots]]
* [[Vaccinator Tank]]
* [[Small Turret Tanks|Small Turret Tank]]
*[[Timers]]<br />
== [[:Category:Popfile Additions|Custom popfile additions]] ==


* [[WaveSchedule]]
* [[WaveSchedule]]
Line 11: Line 30:
* [[WaveSpawn]]
* [[WaveSpawn]]
* [[TFBot]]
* [[TFBot]]


== [[:Category:Misc Additions|Miscellaneous additions]] ==
== [[:Category:Misc Additions|Miscellaneous additions]] ==


* [[Entity Additions]]
* [[Entity Additions]]
*[[Sound Additions]]
*[[Entity Modules]]
*[[List of custom attributes]]
* [[Custom Entities]]
 
* [[Sound Additions]]
* [[List of custom attributes]]
*[[List of modifications to vanilla attributes]]
*[[Expressions]]
*[[Lua|Lua Scripting]]
== [[:Category:References|References]] ==
== [[:Category:References|References]] ==


* [https://testing.potato.tf/mvm_bigrock_sigdemo.pop Demonstrative SigMod mission]
* [[List of item definitions]]
* [[List of item definitions]]
*[https://wiki.teamfortress.com/wiki/List_of_item_attributes List of item attributes]
* [https://wiki.teamfortress.com/wiki/List_of_item_attributes List of vanilla item attributes]
*[https://wiki.teamfortress.com/wiki/Cheats#addcond List of AddCond values]
* [https://wiki.teamfortress.com/wiki/Cheats#addcond List of AddCond values]
*[https://gist.github.com/sigsegv-mvm/9ce39744fde2aa4c6156 Documentation of all vanilla popfile keyvalues]
* [https://gist.github.com/sigsegv-mvm/9ce39744fde2aa4c6156 Documentation of all vanilla popfile keyvalues]
*[[Unusual effect IDs]]
* [[Unusual effect IDs]]
*[[Attribute information|Extra attribute information]]
* [[Attribute information|Misc. documentation on certain attributes]]
*[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]]
 
 
== Misc Resources ==
 
* [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://www.dropbox.com/s/5nbo8jc5kih5fd8/popfile.tmLanguage.json?dl=1 Sigmod Syntax Highlighter for VSCode]
* [https://cdn.discordapp.com/attachments/480416823695638578/945446119842938880/Pop_File_Highlighter.xml Vanilla + Sigmod Syntax Highlighter for Notepad++ (slightly outdated)]
* [https://cdn.discordapp.com/attachments/480416823695638578/933769904778264686/bettericons.zip Fixed valve icons]
* [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 15:48, 21 May 2022

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

Modded Tutorials


Templates

Custom popfile additions


Miscellaneous additions

References


Misc Resources