<aside>
π
Navigation
Basic Tutorial
FQA
</aside>
<aside>
βοΈ
Mods
Modern Concrete
The Three Tribes
Hajime-Mashite Tribes
WoodBorn Tribes
</aside>
π If you are new to the modding system or the CustomCosmetics skins, Check this tutorial first
π https://www.notion.so/thirdeyesmod777/Basic-Tutorial-3071e14c47dd802b91efc88d31186188
πβπ¨ Q) I downloaded the mods, but they aren't showing up
-
π’ A.1) If Mod is Custom Cosmetics Skin : You donβt need to add in Server ModList or Activate Mod β Just Download and go to β Check Custom Cosmetics Tab

- But if you are in Official or UnOfficial Server and mod not showing in CustomCosmetics Tab
- Some Custom Cosmetics may not be available on Official or Unofficial servers (PVE or PVP) if they haven't been approved for the Whitelist.
- If a skin is visible in Single Player but not on a server, it means the skin is not Whitelisted and cannot be used.
- (Whitelist approval is decided by WC after reviewing various factors, so it is not something modders can control)
-
π’A.2) If Mod is General Mod : If mod is not a Skin (Custom cosmetics skin), you need to active(SinglePlay & Non-Dedicated) or add in Server(UnOfficial) ModList
- Usually General Mod is not available in Official Server
πβπ¨ Q) The mod icon is visible, but the skin is not being applied to the target structures
- π’ A) Applicable structures may vary depending on the skin item. You can find the list of compatible structures in the item tooltip or the guide provided by the modder
- If a skin does not apply despite being listed in the tooltip, or if a previously working skin stops functioning, please contact the modder.
- However, before reaching out, please verify if other structure skins are also failing to work. Including this information is crucial, as it helps me determine if the issue is specific to this mod or a broader system error, saving significant troubleshooting time
πβπ¨ Q) The textures are not loading properly (they look blurry)
- π’ A) Since ASA is built on Unreal Engine 5, it utilizes advanced texture memory management techniques by default
- Therefore, the available VRAM space may vary depending on your environment, and when this free space is not enough, the system automatically begins optimizing by making blurring textures. (We call this as Mipmap)
- Because my mods use lightweight resources, they are among the first to appear blurry when Mip-mapping is in triggered.
- If you are running low on VRAM but certain mods' textures do not become blurry at all, it may be because those mods use unoptimized resources that lack Mip-mapping technology
- There are very limited ways to manually override these optimization priorities. Therefore, if an area contains too many different creatures, diverse colored structures, or an excessive number of mods, VRAM may run low. In such cases, some textures will automatically appear blurry to maintain performance.
- This is not a bug and rather, it is a signal that you should double-check the file sizes of the other mods you are using.