Difference between revisions of "Modding"
Jump to navigation
Jump to search
MoltonMontro (talk | contribs) |
(Removed dead asset links) |
||
(31 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Documentation}} |
+ | |||
+ | {{Stub}} | ||
+ | |||
+ | The '''Unturned II Dev Kit''' is a modified version of the Unreal Engine 4 development kit, and is the central '''modding''' tool. | ||
+ | |||
+ | == Getting started == | ||
+ | |||
+ | * [[/Coding standard|Coding standard]] / [[/Naming conventions|Naming conventions]] | ||
+ | |||
+ | === Recommended programs === | ||
+ | |||
+ | * Unreal Engine 4 | ||
+ | ** Particle effects are made in the Niagara Editor. | ||
+ | * Autodesk Maya | ||
+ | |||
+ | === Optional programs === | ||
+ | |||
+ | * Blender | ||
+ | |||
+ | === Public assets === | ||
+ | |||
+ | * U4-Maya plugin: https://github.com/SmartlyDressedGames/U4-Maya | ||
+ | |||
+ | == Documentation == | ||
Nelson's 4.0 modding info page :) | Nelson's 4.0 modding info page :) | ||
Line 8: | Line 32: | ||
Sorry for the mess Molton hehe | Sorry for the mess Molton hehe | ||
− | + | * [[/Rail systems|Rail systems]] | |
− | + | * Creating meshes + animations: [[/Denizen setup|Denizen setup]] | |
− | Creating meshes + animations: [[/Denizen | + | * [[/Wearables|Wearables]] |
+ | * [[/Inventory|Inventory]] <small>([[/Inventory/Item menu builders|Item menu builders]])</small> | ||
+ | * [[/Interaction|Interaction]] | ||
+ | * [[/Props|Props]] | ||
− | + | == Notes == | |
− | + | * All static meshes should be inside blueprints, even if they do not require additional data. | |
− | + | * Normal maps are not currently being used. | |
+ | * Animating meshes inside of Unreal Engine is acceptable. | ||
+ | * Public access to the car mesh, alongside proper car documentation, will be released sometime soon. | ||
+ | * Building LODs are being created manually. For anything else, if the results are good enough with Unreal's automatic LOD generation then that is suitable. | ||
+ | * All mods should have a top-level folder for its content similar to how ''Unturned II'''s content is stored in a top-level folder named "UE4". | ||
+ | * Roads and tunnels are built using splines. Static meshes are used for road intersections. | ||
+ | * Most objects should only need two LODs. | ||
+ | * ''Unturned II'' will have no visually openable containers except for a few specific static props. | ||
+ | * Destructible props are planned. | ||
− | + | {{Navbox tutorials (U4)}} |
Latest revision as of 21:38, June 14, 2020
![]() |
This page provides official documentation. | |
---|---|---|
This page is officially maintained by Smartly Dressed Games, and serves as documentation to walk you through a specific task or feature. |
S | This is an article stub. | |
---|---|---|
This article is lacking in information. You can assist by expanding it. |
The Unturned II Dev Kit is a modified version of the Unreal Engine 4 development kit, and is the central modding tool.
Getting started[edit]
Recommended programs[edit]
- Unreal Engine 4
- Particle effects are made in the Niagara Editor.
- Autodesk Maya
Optional programs[edit]
- Blender
Public assets[edit]
- U4-Maya plugin: https://github.com/SmartlyDressedGames/U4-Maya
Documentation[edit]
Nelson's 4.0 modding info page :)
Designing this for personal reference as well as modder reference, so it will be consistently up-to-date. This is not done
Sorry for the mess Molton hehe
- Rail systems
- Creating meshes + animations: Denizen setup
- Wearables
- Inventory (Item menu builders)
- Interaction
- Props
Notes[edit]
- All static meshes should be inside blueprints, even if they do not require additional data.
- Normal maps are not currently being used.
- Animating meshes inside of Unreal Engine is acceptable.
- Public access to the car mesh, alongside proper car documentation, will be released sometime soon.
- Building LODs are being created manually. For anything else, if the results are good enough with Unreal's automatic LOD generation then that is suitable.
- All mods should have a top-level folder for its content similar to how Unturned II's content is stored in a top-level folder named "UE4".
- Roads and tunnels are built using splines. Static meshes are used for road intersections.
- Most objects should only need two LODs.
- Unturned II will have no visually openable containers except for a few specific static props.
- Destructible props are planned.