This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cw4:custom_maps [2021/08/27 20:55] – Mysterymaster | cw4:custom_maps [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | = Un | ||
- | |||
{{page> | {{page> | ||
+ | |||
====== Custom maps ====== | ====== Custom maps ====== | ||
+ | ===== Guidelines for Submitting Maps ===== | ||
+ | |||
+ | * Make a fun map that **you** enjoy playing, then share it with the community. | ||
+ | * No explicit images or concepts. Violating this rule will result in a ban on future map uploads. | ||
+ | * No content that is offensive, contains offensive symbolism((historically charged symbols, often associated with divisive ideologies; contentious periods; or drug use references)), | ||
+ | * No maps that are intended purely for obtaining an achievement, | ||
+ | |||
+ | ===== Getting Started ===== | ||
Custom maps can range from simple to very complex. The map maker can change or create the terrain, Choose specific map textures, overlay terrain with images and more. Additionally, | Custom maps can range from simple to very complex. The map maker can change or create the terrain, Choose specific map textures, overlay terrain with images and more. Additionally, | ||
Line 52: | Line 59: | ||
<tabbox Terrain> | <tabbox Terrain> | ||
+ | |||
+ | Specifies features of the terrain, including height, appearance, (Anti-)Creeper deposits, Special terrain types and Eco (ecology) settings. | ||
{{youtube> | {{youtube> | ||
<tabbox Units> | <tabbox Units> | ||
+ | |||
+ | Built-in units can be placed on the map from here. | ||
{{mission_editor_units.png}} | {{mission_editor_units.png}} | ||
<tabbox Game> | <tabbox Game> | ||
+ | |||
+ | Defines Mission objectives, sets global game properties, etc. | ||
{{mission_editor_game.png}} | {{mission_editor_game.png}} | ||
<tabbox Theme> | <tabbox Theme> | ||
+ | |||
+ | Specifies the [[Map Background|map background]]. Through the use of the [[Theme Editor]] also allows for editing terrain textures, normals, cliff textures, setting an image to overlay all of the map's terrain, or setting custom terrain textures. | ||
{{mission_editor_theme.png}} | {{mission_editor_theme.png}} | ||
<tabbox Text> | <tabbox Text> | ||
+ | |||
+ | Sets a map title, a brief description that will display when the map is viewed in the game and use the [[a.d.a syntax syntax guide|A.D.A. Message editor]]. | ||
{{mission_editor_text.png}} | {{mission_editor_text.png}} | ||
Line 73: | Line 90: | ||
<tabbox Mods> | <tabbox Mods> | ||
- | See [[cw4: | + | Custom units and scripts are done from here. Learn the basics in the [[scripting | Scripting and Making Custom Maps]] |
+ | |||
+ | See [[cw4: | ||
</ | </ | ||
- | |||
- | For more information, | ||
- | |||
- | |||
- | * | ||
- | |||
- | | ||
- | |||
- | |||
- | * | ||
- | |||
- | Units - built-in units can be placed on the map from here. | ||
- | |||
- | |||
- | * | ||
- | |||
- | Theme - Specifies [[map background]], | ||
- | |||
- | [[Theme Editor]] | ||
- | |||
- | . | ||
- | |||
- | |||
- | * | ||
- | |||
- | Game - defines Mission objectives, sets global game values, etc. | ||
- | |||
- | |||
- | * | ||
- | |||
- | Text - sets a map title, a brief description that will display when the map is viewed in the game and use the | ||
- | |||
- | [[a.d.a syntax syntax guide|A.D.A. Message editor]] | ||
- | |||
- | . | ||
- | |||
- | |||
- | * | ||
- | |||
- | Mods - custom units and scripts are done from here. Detailed treatment in | ||
- | |||
- | [[scripting| Scripting and Making Custom Maps]] | ||
- | |||
- | . | ||
==== Editor keys ==== | ==== Editor keys ==== | ||
Line 136: | Line 111: | ||
===== Image guidelines ===== | ===== Image guidelines ===== | ||
+ | |||
+ | <WRAP round warning> | ||
+ | Note that importing or using images, 3D models, or decals may involve entities that are large in size. Most maps come in around 1MB in size with some larger maps reaching up to 4-5MB. Maps exceeding 10MB in size cannot be uploaded to the Knuckle Cracker website. | ||
+ | </ | ||
All decisions regarding maps, images and associated content is solely the decision of Knuckle Cracker LLC. No decision creates a precedent for subsequent decisions and any decision is made based on circumstances at the time such a decision is made. | All decisions regarding maps, images and associated content is solely the decision of Knuckle Cracker LLC. No decision creates a precedent for subsequent decisions and any decision is made based on circumstances at the time such a decision is made. | ||
Line 159: | Line 138: | ||
Giuseppe Portelli wrote a series of articles about coordinate systems comparison between Autodesk 3ds Max, Unity 3D and Unreal Engine. If you are familiar with any of those other systems, then this may be the comparison you need. | Giuseppe Portelli wrote a series of articles about coordinate systems comparison between Autodesk 3ds Max, Unity 3D and Unreal Engine. If you are familiar with any of those other systems, then this may be the comparison you need. | ||
- | + | | |
- | | + | * [[http:// |
- | + | * [[http:// | |
- | [[http:// | + | * [[http:// |
- | + | ||
- | + | ||
- | * | + | |
- | + | ||
- | [[http:// | + | |
- | + | ||
- | + | ||
- | * | + | |
- | + | ||
- | [[http:// | + | |
- | + | ||
- | + | ||
- | * | + | |
- | + | ||
- | [[http:// | + | |
===== Movement and Rotation ===== | ===== Movement and Rotation ===== | ||
Line 195: | Line 159: | ||
Local coordinates are relative to a different (parental) unit and is used to integrate unit movement. Using the airplane example again, should the body of the plane move, the rotational component for the propeller should be in local coordinates so that it tracks and is always relative to the direction the body of the airplane points in . | Local coordinates are relative to a different (parental) unit and is used to integrate unit movement. Using the airplane example again, should the body of the plane move, the rotational component for the propeller should be in local coordinates so that it tracks and is always relative to the direction the body of the airplane points in . | ||
+ | ====== See also ====== | ||
+ | * [[Map Background|Map Background (Planet Theme)]] | ||
+ | * [[Theme Editor]] | ||
+ | * [[a.d.a syntax syntax guide|A.D.A. Message editor]] | ||
+ | * [[scripting| Scripting and Making Custom Maps]] | ||
+ | * [[cw4: | ||
+ | * [[4RPL: |