Difference between revisions of "HPL2/TDD/Modding"
Jump to navigation
Jump to search
(Created) |
m |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | == Advice == | + | ==Advice== |
− | * [[Making a Mod - Best Practices]] | + | |
− | * [[Online Presence]] | + | *[[Making a Mod - Best Practices]] |
− | * [[Efficient Teamwork]] | + | *[[Online Presence]] |
+ | *[[Efficient Teamwork]] | ||
*[[Mod Content Usage|Custom Content Usage]] | *[[Mod Content Usage|Custom Content Usage]] | ||
==Getting started== | ==Getting started== | ||
+ | |||
+ | *Get the tools from the section below | ||
+ | *Set up a [[HPL2/Development Environment|development environment]] | ||
*Read about mod types in [[HPL2/Glossary|the glossary]] | *Read about mod types in [[HPL2/Glossary|the glossary]] | ||
− | *Set up a [[ | + | *Set up a [[HPL2/TDD/Creating a Custom Story|Custom Story]] or a [[HPL2/TDD/Full Conversion Mod|Full Conversion]] |
− | *If you are making an FC, reading about the [[ | + | *If you are making an FC, reading about the [[HPL2/TDD/Config Files|config files]] will give you an idea about what can be done with the engine. |
*[[Setting up an Online Repository|Set up an Online Repository]] | *[[Setting up an Online Repository|Set up an Online Repository]] | ||
*Read the rest of the docs. They will give you a good idea what can be done and what will require fighting against the engine. | *Read the rest of the docs. They will give you a good idea what can be done and what will require fighting against the engine. | ||
+ | *Check the advice section before starting your first serious project | ||
==Tools== | ==Tools== | ||
+ | |||
*[[HPL2/Tools|Development Tools]] | *[[HPL2/Tools|Development Tools]] | ||
*[[HPL2/Third party tools|Third party tools]] | *[[HPL2/Third party tools|Third party tools]] | ||
− | == Community == | + | ==Community== |
− | * [https://discord.com/invite/frictionalgames Discord Server] | + | |
− | * [https://moddb.com ModDB Homepage] | + | *[https://discord.com/invite/frictionalgames Discord Server] |
− | * [[ | + | *[https://moddb.com ModDB Homepage] |
− | * [https://www.frictionalgames.com/forum/index.php The forums] - a lot of resources and FAQ answers can be found there. | + | *[[HPL2/Community Resources|Community-made resources]] |
+ | *[https://www.frictionalgames.com/forum/index.php The forums] - a lot of resources and FAQ answers can be found there. | ||
+ | |||
+ | ==Releasing== | ||
− | + | *[[Pre-publication Evaluation]] | |
− | * [[Pre-publication Evaluation]] | + | *[[Mod Distribution]] |
− | * [[Mod Distribution]] |
Latest revision as of 21:29, 15 August 2020
Advice
Getting started
- Get the tools from the section below
- Set up a development environment
- Read about mod types in the glossary
- Set up a Custom Story or a Full Conversion
- If you are making an FC, reading about the config files will give you an idea about what can be done with the engine.
- Set up an Online Repository
- Read the rest of the docs. They will give you a good idea what can be done and what will require fighting against the engine.
- Check the advice section before starting your first serious project
Tools
Community
- Discord Server
- ModDB Homepage
- Community-made resources
- The forums - a lot of resources and FAQ answers can be found there.