User Tools

Site Tools


arma3:config:mod.cpp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
arma3:config:mod.cpp [2017/03/13 21:36] – created mod.cpp initial page. snakemanarma3:config:mod.cpp [2024/08/02 15:02] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 3 Mod.cpp ====== ====== ArmA 3 Mod.cpp ======
 +
 +[[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]]
  
 Mod.cpp is file in your addon root directory, not <MyAddon>\Addons\ but in the <MyAddon>\ root dir. This file sets up how your mod is shown in-game ArmA 3. Mod.cpp is file in your addon root directory, not <MyAddon>\Addons\ but in the <MyAddon>\ root dir. This file sets up how your mod is shown in-game ArmA 3.
Line 6: Line 8:
 <code cpp> <code cpp>
 /// Name of your mod /// Name of your mod
-name = "PMC ";+name = "PMC";
 /// Picture displayed from the expansions menu/ Optimal size is 2048x1024, other sizes work too /// Picture displayed from the expansions menu/ Optimal size is 2048x1024, other sizes work too
 picture = "picture.paa"; picture = "picture.paa";
Line 16: Line 18:
 logoOver = "logoOver.paa"; logoOver = "logoOver.paa";
 /// Website URL, that can accessed from the expansions menu /// Website URL, that can accessed from the expansions menu
-action = "http://www.pmctactical.org";+action = "https://www.pmctactical.org";
 // name of the action button // name of the action button
 actionName = "PMC Home"; actionName = "PMC Home";
Line 30: Line 32:
 }; };
 /// Overview text, displayed from the extension menu /// Overview text, displayed from the extension menu
-overview = "Visit <a href='http://www.pmctactical.org'>PMC Tactical</a> official homepage.<br/><br/>Also <a href='http://pmc.editing.wiki'>PMC Editing Wiki</a>.";+overview = "Visit <a href='https://www.pmctactical.org'>PMC Tactical</a> official homepage.<br/><br/>Also <a href='https://pmc.editing.wiki'>PMC Editing Wiki</a>.";
 /// Hide the extension name /// Hide the extension name
 hideName = 0; hideName = 0;
Line 41: Line 43:
 After unpacking your addon the first thing user sees is contents of in-game menu and if you have bad or even missing mod.cpp it gives very unprofessional look to your addon. After unpacking your addon the first thing user sees is contents of in-game menu and if you have bad or even missing mod.cpp it gives very unprofessional look to your addon.
  
-Mod.cpp display name length is 30 characters for expansions menu. It can be longer, but the text is cutoff at least in this menu. If its longer it doesn't seem to cause any harm.+Display name length is 30 characters for expansions menu. It can be longer, but the text is cutoff at least in this menu. If its longer it doesn't seem to cause any harm
 + 
 +Overview string length is about 360 characters what you see below, however note that the html stuff does not count as character in arma3, you must subtract those or in case of <br/> it turns into line feed obviously.
  
 You could also use class CfgMods to setup your mod in-game look or "mod presentation" as bis calls it, however that requires the user to keep your original addon directory name, if not then cfgmods breaks. Easiest solution is to use mod.cpp as it will always work. You could also use class CfgMods to setup your mod in-game look or "mod presentation" as bis calls it, however that requires the user to keep your original addon directory name, if not then cfgmods breaks. Easiest solution is to use mod.cpp as it will always work.
  
 The images defined in the mod.cpp can be stored in the mod directory or in the addon pbo file. The images defined in the mod.cpp can be stored in the mod directory or in the addon pbo file.
 +
 +Recommended sizes
 +  * Logo: 128x128
 +  * LogoOver: 128x128
 +  * LogoSmall: 64x64
 +  * Picture: 2048x1024
 +
 +**2020-01-01**
 +
 +Old Man DLC was distributed in addon pbo format, mod.cpp included:
 +<code cpp>
 +dir="Oldman";
 +nameShort="Old Man";
 +</code>
 +
arma3/config/mod.cpp.1489440977.txt.gz · Last modified: 2017/03/13 21:36 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.