Ultimate Customizations! [PREVIEW RELEASE]
by AlexTool
NOT A FILE MOD Overview: This mod allows you to equip any garment in Scrap Mechanic, with support for layering multiple items at once. All vanilla garments are available, now with proper icons and optimized behavior. The mod also introduces advanced API functionality, enabling real-time editing and customization of items. New: * Custom categories * Custom colors(partionaly supported) Flaws: * You can't unequip default garments — the mod uses `character:addRenderable` to draw garments on the player. Features: * Equip any vanilla garment with full layering support. * All vanilla garments now have icons. * Split-items: vanilla garments are divided into multiple components (e.g., hat, glasses, mask), each working as a fully independent clothing item. * Optimized performance and bug fixes. * API returns the created object for real-time modifications. * Supports custom items (examples coming soon). API Usage Example: The API allows you to add new items and track what the player is wearing: sm.at2sm.api.addCustomizationItem("example category", { male = "path/to/male.rend", female = "path/to/female.rend", icon_male = "path/to/male_icon.png", icon_female = "path/to/female_icon.png", locked = true/false }) sm.at2sm.api.createCategory("example category name", { data = { title = "example title", subtitle = "example subtitle", hiden = true\false }, index = { <contains category resources> } }) Technical Details: * sm.at2sm.api.addCustomizationItem(category, object) — Adds a new customization item to the given category. * Returns the added object for further real-time manipulation. * sm.at2sm.api.createCategory(category, object) — Adds a new category to database. * you can modify any content in sm.customization. For a better effect, you can use a partially invisible skin: * Open mod folder and copy the file "character" * Paste and replace this file in %appdata%/Axolot Games/Scrap Mechanic/user_<steamid>/ * Now your character has no face, gloves and shoes To Do: * Item Unlock System * More Split-Items * Examples * First Person support (possible) * Animations support (possible) * Accessories
Comments
0 total- No comments yet. Be first.
