Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New outfit tutorial #34

Merged
merged 11 commits into from
Dec 20, 2024
6 changes: 3 additions & 3 deletions docs/modding/suitmodding/addingparts.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Paste the following info into it. If GlacierKit asks for permission to access yo
"name": "Absolution Suit with Glasses",
"description": "Makes the Absolution Suit much cooler.",
"authors": ["My Name"],
"frameworkVersion": "2.33.18",
"frameworkVersion": "2.33.22",
"version": "1.0.0",
"contentFolders": ["content"]
}
Expand All @@ -105,7 +105,7 @@ If you edit the manifest with GlacierKit or Visual Studio Code, they will use th

:::

`frameworkVersion` is the version of the framework you are currently using. At the time of writing, the latest version is 2.33.18.
`frameworkVersion` is the version of the framework you are currently using. At the time of writing, the latest version is 2.33.22.

`contentFolders` in the manifest tells Simple Mod Framework what folders will be used for mod content.

Expand Down Expand Up @@ -147,7 +147,7 @@ And one final note on `PRIM` files: any body parts that you put into your outfit
"name": "Absolution Suit with Glasses",
"description": "Makes the Absolution Suit much cooler.",
"authors": ["My Name"],
"frameworkVersion": "2.33.4",
"frameworkVersion": "2.33.22",
"version": "1.0.0",
"contentFolders": ["content"],
"dependencies": ["0049F083DC18CC1F", "00087BEFE0EFFF66"] // <----- Right here!
Expand Down
4 changes: 2 additions & 2 deletions docs/modding/suitmodding/basicretexture.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Paste the following info into it. If GlacierKit asks for permission to access yo
"name": "My Cool Shirt",
"description": "Makes the Casual Suit totally rad.",
"authors": ["My Name"],
"frameworkVersion": "2.33.18",
"frameworkVersion": "2.33.22",
"version": "1.0.0",
"contentFolders": ["content"]
}
Expand All @@ -239,7 +239,7 @@ If you edit the manifest with GlacierKit or Visual Studio Code, they will use th

:::

`frameworkVersion` is the version of the framework you are currently using. At the time of writing, the latest version is 2.33.18.
`frameworkVersion` is the version of the framework you are currently using. At the time of writing, the latest version is 2.33.22.

`contentFolders` in the manifest tells Simple Mod Framework what folders will be used for mod content.

Expand Down
674 changes: 674 additions & 0 deletions docs/modding/suitmodding/newoutfit.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/beanie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/clean_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/copy_entity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
354 changes: 354 additions & 0 deletions static/img/suitmodding/newoutfit/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/finding_line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/finished_01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/finished_02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/lerp_albedo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/lerp_bumpmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/locr_search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/suitmodding/newoutfit/outfit_paths.png
Binary file added static/img/suitmodding/newoutfit/tops.png
Binary file added static/img/suitmodding/newoutfit/wet_01.jpg
Binary file added static/img/suitmodding/newoutfit/wet_02.jpg
Binary file added static/img/suitmodding/newoutfit/wet_logic.png
Loading