Skip to content

Hackathon: Optimized Assets, New Manifests & LOD Support#14

Closed
lalalune wants to merge 11 commits intomainfrom
hackathon
Closed

Hackathon: Optimized Assets, New Manifests & LOD Support#14
lalalune wants to merge 11 commits intomainfrom
hackathon

Conversation

@lalalune
Copy link
Contributor

Summary

  • Added optimized VRM avatars for better performance
  • New manifest files for armor, LOD settings, world config
  • Added crafting/fletching/runecrafting/tanning recipes
  • LOD variants for models (bank-chest, trees, rocks, cooking-range)
  • Root motion baked emotes for smoother animations
  • Texture optimizations (WebP format)
  • Removed deprecated KTX2 texture files

New Files

Optimized Avatars

  • avatar-female-01_optimized.vrm
  • avatar-female-02_optimized.vrm
  • avatar-male-01_optimized.vrm
  • avatar-male-02_optimized.vrm

New Manifests

  • manifests/items/armor.json
  • manifests/lod-bundles.json
  • manifests/lod-settings.json
  • manifests/world-config.json
  • manifests/imposter-registry.json
  • manifests/recipes/crafting.json
  • manifests/recipes/fletching.json
  • manifests/recipes/runecrafting.json
  • manifests/recipes/tanning.json

New Emote

  • emotes/emote-wave.glb

Changes

  • 393 files changed
  • 7,571 insertions, 2,263 deletions
  • Uploaded 233 LFS objects (251 MB)

Test Plan

  • Verify avatars load correctly in character select
  • Verify LOD models render at appropriate distances
  • Verify new recipes work in crafting systems
  • Verify emotes play correctly

🤖 Generated with Claude Code

lalalune and others added 11 commits February 18, 2026 04:25
## New Assets
- Optimized VRM avatars (avatar-*_optimized.vrm)
- New emote: emote-wave.glb
- LOD variants for models (bank-chest, basic-tree, etc.)

## New Manifests
- armor.json - Armor item definitions
- lod-bundles.json - Level-of-detail bundle configuration
- lod-settings.json - LOD rendering settings
- world-config.json - Global world configuration
- imposter-registry.json - Imposter registration
- crafting.json, fletching.json, runecrafting.json, tanning.json - New recipes

## Updated Manifests
- biomes.json, npcs.json, prayers.json, skill-unlocks.json
- stores.json, stations.json, world-areas.json
- All gathering and item manifests

## Model Updates
- Updated emotes with root motion baking
- Model bounds updates
- Texture optimizations (WebP format)
- Removed deprecated KTX2 sprite files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@lalalune lalalune closed this Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant