|
|
(16 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| Welcome to a collection of helpful FS22 modding topics/tutorials. This page is made to make it easier to find the information you are looking for, often searching for modding information on google is not that easy. So having everything collected here will hopefully make it easier for everyone to use. | | __NOTOC__ |
| | | = Welcome to the Community Farming Simulator Modding Wiki = |
| | | == Your one-stop resource for all things related to modding in Farming Simulator! == |
| == Practical Information == | | Whether you're a seasoned modder or just starting out, this wiki is designed to provide you with a comprehensive set of tutorials, tips, and tricks to enhance your modding skills. Dive into our detailed guides, expand your knowledge, and start creating with confidence. |
| * Blender tutorials (FS related) will be shown using [https://gdn.giants-software.com/downloads.php Giants I3D Exporter]
| | == Main Categories == |
| * Bellow there is a few main categories that will branch out in more categories | | Explore the various aspects of modding by diving into our categorized tutorials and guides. |
| | | * [[Modelling|Modelling]] |
| | | * Learn the basics of 3D modeling and how to create models for Farming Simulator using Blender. |
| {| border="0" cellpadding="10" cellspacing="10" width="100%"
| | * [[Textures and Materials|Textures and Materials]] |
| |-valign="top"
| | * Discover how to create and implement textures and materials in your mods. |
| | bgcolor="#F6F6F6" width="33%"| [[Image:tools_icon.png|left|80px]] '''[[:Category:Useful_Tools_and_Resources|Useful Tools & Resources]]'''
| | * [[Scripting & Markup|Scripting & Markup]] |
| | bgcolor="#F6F6F6" width="33%"| [[File:Blender logo no text.svg|Blender logo no text|left|80px]] '''[[:Category:Blender|Blender]]'''
| | * Find out how to use XML and LUA to add functionality to your mods. |
| | bgcolor="#F6F6F6" width="33%"| [[File:Ge logo.png|left|80px]] '''[[:Category:Giants_Editor|Giants Editor]]'''
| | * [[Giants Editor|Giants Editor]] |
| |-valign="top"
| | * Master the official Giants Editor to bring your mods to life in the game. |
| | bgcolor="#F6F6F6" width="33%"| [[File:Text-xml.svg|Text-xml|left|80px]] '''[[:Category:XML_and_Scripting|XML & Scripting]]'''
| | * [[Shaders Overview|Shaders Overview]] |
| | bgcolor="#F6F6F6" width="33%"| [[File:ModHubLogo.png|left|80px]] '''[[:Category:Farming_Simulator_Modding|Farming Simulator Modding]]'''
| | * Understand and apply the various shaders available in Farming Simulator. |
| | bgcolor="#F6F6F6" width="33%"| [[File:Simpleicons Interface gear-black-shape.svg|Simpleicons_Interface_gear-black-shape|left|80px]] '''[[:Category:Miscellaneous|Miscellaneous]]'''
| | * [[Animation|Animation]] |
| |}
| | * Animate your models with our guides on creating and implementing animations. |
| | | * [[Sound|Sound]] |
| | | * Add audio to your mods with our sound creation and implementation tutorials. |
| | | * [[Testing and Debugging|Testing and Debugging]] |
| | | * Ensure your mods are ready for release with our testing and debugging guides. |
| == Categories ==
| | * [[Publishing|Publishing]] |
| ; Useful Tools & Resources
| | * Learn the steps to prepare and publish your mods for the community. |
| : [[Official_modding_tools | Official modding tools]]
| | * [[Community and Support|Community and Support]] |
| : [[Third-party_tools | Third-party tools]]
| | * Engage with the modding community and find the support you need. |
| : [[External_resources | External resources]]
| | * [[Advanced Topics|Advanced Topics]] |
| | | * Dive into more complex modding topics to further enhance your mods. |
| <div>
| | * [[Appendices|Appendices]] |
| <div id="audiences" class="mainpage_row">
| | * Access a glossary of terms, additional resources, and updates to tutorials. |
| <div class="mainpage_box">
| |
| <h3>
| |
| <span>
| |
| [[Useful tools & pages]]
| |
| </span>
| |
| </h3>
| |
| <div id="mainpage-admins" class="items">
| |
| <ul>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| </ul>
| |
| </div>
| |
| </div>
| |
| <div class="mainpage_box">
| |
| <h3>
| |
| <span>
| |
| [[Blender]]
| |
| </span>
| |
| </h3>
| |
| <div id="mainpage-admins" class="items">
| |
| <ul>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| </ul>
| |
| </div>
| |
| </div>
| |
| <div class="mainpage_box">
| |
| <h3>
| |
| <span>
| |
| [[Giants Editor]]
| |
| </span>
| |
| </h3>
| |
| <div id="mainpage-admins" class="items">
| |
| <ul>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| </ul>
| |
| </div>
| |
| </div>
| |
| <div class="mainpage_box">
| |
| <h3>
| |
| <span>
| |
| [[Miscellaneous]]
| |
| </span>
| |
| </h3>
| |
| <div id="mainpage-admins" class="items">
| |
| <ul>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| <li>'''[[Hey]]'''</li>
| |
| </ul>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </div>
| |
| | |
| {{#css:.mainpage_row {
| |
| display: flex;
| |
| flex-direction: row;
| |
| flex-flow: row wrap;
| |
| justify-content: space-between;
| |
| padding: 0;
| |
| margin: 0 -1px 0 -1px;
| |
| }
| |
| .mainpage_box {
| |
| flex: 1;
| |
| margin: 5px;
| |
| min-width: 210px;
| |
| border: 2px solid #CCC;
| |
| padding: 0 10px 10px 10px;
| |
| box-shadow: 0 2px 2px rgba(0,0,0,0.1);
| |
| }
| |
| .mainpage_box h3 {
| |
| /* Reset padding so is equal across skins */
| |
| padding-right: 0;
| |
| padding-top: 0;
| |
| padding-bottom: 0;
| |
| /* Padding left gets overridden by headanchor gadget */
| |
| margin: 0.5em 0;
| |
| }
| |
| /* Set padding left only if headanchor gadget is not enabled */
| |
| .mainpage_box h3:not(.tpl-vheadanchor-heading) {
| |
| padding-left: 0;
| |
| }
| |
| .mainpage_box h3 .header_icon {
| |
| float: left;
| |
| margin-right: 5px;
| |
| }
| |
| .mainpage_box .items {
| |
| border-top: 1px solid #CCC;
| |
| padding-top: 0.5em;
| |
| }
| |
| .mainpage_box p:last-child {
| |
| margin-bottom: 0;
| |
| }
| |
| .mainpage_boxcontents_small {
| |
| font-size: 95%;
| |
| }
| |
| | |
| /* Style the "other languages" box the same way as other boxes on the main page */
| |
| .mw-pt-languages {
| |
| display: block;
| |
| background: none;
| |
| border: 1px solid #CCC;
| |
| box-shadow: 0 2px 2px rgba(0,0,0,0.1);
| |
| width: auto;
| |
| }
| |
| .mw-pt-languages-label {
| |
| background: none;
| |
| border-right: none;
| |
| }
| |
| | |
| @media screen and (max-width: 719px) {
| |
| .thumb {
| |
| float: none;
| |
| }
| |
| .thumb, .thumbinner {
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| }
| |
| }}
| |
Your one-stop resource for all things related to modding in Farming Simulator!
Whether you're a seasoned modder or just starting out, this wiki is designed to provide you with a comprehensive set of tutorials, tips, and tricks to enhance your modding skills. Dive into our detailed guides, expand your knowledge, and start creating with confidence.
Main Categories
Explore the various aspects of modding by diving into our categorized tutorials and guides.
* Learn the basics of 3D modeling and how to create models for Farming Simulator using Blender.
* Discover how to create and implement textures and materials in your mods.
* Find out how to use XML and LUA to add functionality to your mods.
* Master the official Giants Editor to bring your mods to life in the game.
* Understand and apply the various shaders available in Farming Simulator.
* Animate your models with our guides on creating and implementing animations.
* Add audio to your mods with our sound creation and implementation tutorials.
* Ensure your mods are ready for release with our testing and debugging guides.
* Learn the steps to prepare and publish your mods for the community.
* Engage with the modding community and find the support you need.
* Dive into more complex modding topics to further enhance your mods.
* Access a glossary of terms, additional resources, and updates to tutorials.