|
hpl3:tutorials:mod-creation [2015/09/25 16:40] luis created |
hpl3:tutorials:mod-creation [2015/09/28 10:20] (current) luis |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| To set the mod up as an add-on, in addition to what has been explained above, we need to configure our entry.hpc file as follows: | To set the mod up as an add-on, in addition to what has been explained above, we need to configure our entry.hpc file as follows: | ||
| + | <code xml> | ||
| <Content Type="AddOn" ResourcesCfg="path_to_resource_config_file" LanguageFolder="" /> | <Content Type="AddOn" ResourcesCfg="path_to_resource_config_file" LanguageFolder="" /> | ||
| + | </code> | ||
| Creating and setting up a Stand-alone mod: | Creating and setting up a Stand-alone mod: | ||