Skip to content

Commit 67e2a7a

Browse files
committedFeb 4, 2024
wifi
1 parent 6847891 commit 67e2a7a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎_portfolio/000_shaders.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ Here's a few shaders that I like to use, what they could be used for, and where
2020
| Original Name | Location | Description |
2121
| ----------| ----------| ----------|
2222
| Standard Shaders |
23+
| ShaderfxShader219 | far_ground_set, Northern Cave | A simple emissive shader for background elements that don't need shadows |
24+
| DK_WaterFall_a_tree02 | bg_set, Kongo Falls | An emissive shader with alpha testing. Used for fake objects in the background like trees |
25+
| SFX_shadow_maru | dyr_bg_village_set, Town and City | An emissive shader that supports alpha, used for shadows or lights |
2326
| sfx_naturereal00 | dyr_bg_village_set, Town and City | The most bare bones stage shader. A diffuse channel that supports vertex colors, but doesn't support shadows |
2427
| SFX_cliff_edge01 | dyr_ring_village_set, Town and City | A bare bones shader that supports alpha testing, great for static plants and leaves. Pro tip: disable culling on tree leaves that are close to the camera. |
2528
| guest_rcc_b | dys_guest_rcc_set, Town and City | A shader that only has a diffuse channel. No vertex colors, but supports shadows |
2629
| SFX_ring_citymetal | dyr_ring_village_set, Town and City | A simple shader that supports PRM. This unique PRM shader doesn't require a baked lighting map, but still supports shadows |
2730

2831
| Specialized Standard Shaders || |
2932
| ----------| ----------| ----------|
33+
| sfx_NOOK__jp | dyr_bg_village_set, Town and City | Has a col channel and a AO channel, but does not support shadows. Great for background detail |
3034
| sfx_39_moss_bl | s65_base, Distant Planet | Has a diffuse and baked AO channel, and supports shadows. You can use defaultwhite on the baked AO channel if you don't have any AO |
3135
| a_ring_ironaC | dyr_ring_set, Norfair | A simple shader that supports PRM and shadows. This does require a baked GAO channel that the default white texture can be used to ignore it |
3236
| HouseWall | skyloft, Skyloft | Has a diffuse and a baked lighting channel. This material somehow keeps the performance steady despite Skyloft's 100k+ polygons! |

‎_portfolio/000_wifi.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Wifi Safety
3+
subtitle:
4+
image: "https://cdn4.iconfinder.com/data/icons/vecico-connectivity/288/wifi_Symbol-512.png"
5+
alt:
6+
7+
caption:
8+
title: Wifi Safety
9+
subtitle:
10+
thumbnail: "https://cdn4.iconfinder.com/data/icons/vecico-connectivity/288/wifi_Symbol-512.png"
11+
---
12+
13+
Wifi-Safety usually refers to being able to run a mod online while playing with people that are on vanilla. Movesets and collision edits are obviously not wifi-safe, but some random changes to stage elements can cause desyncs. I've found that this often occurs when you use a blank `numatb` or `numdlb` with an object that has materials animated in a motion folder (ie Animal Crossing villagers). There's also several other random instances, like the ufo and pelican on Smashville can't be replaced with different models for whatever reason, and certain effects (like the Town and City bubbles) have their effect locator removed might also cause desyncs. We can never know for sure what causes desyncs, but if you need to "remove" an object, and it has an animation, use a blank `numshb` instead.

0 commit comments

Comments
 (0)