Skip to content

Releases: scottcandy34/DramaticShapeVoxelMod-latest

1.8.5

Choose a tag to compare

@github-actions github-actions released this 17 Aug 14:23
23923a8

Download the .zip and install it from the game: MODS > Import mod .zip.

Changes

  • Added persistent BODY mesh cache for voxel geometry.
    • Expensive terrain meshes are generated once, versioned + fingerprinted, and stored in the mod’s persistence directory.
    • Cached neighboring maps load progressively instead of regenerating while the player is walking.
    • Loading and GPU uploads are chunked so generation hitches are not simply replaced by upload hitches.
    • Stale or corrupt cache entries fall back to a rebuild.
    • Tested on device with current Gen1Recomp: after the initial cache build, walking and route/city transitions are smooth and multi-second freezes from synchronous generation are gone.
    • Addresses the Android performance side of the old issue #10.

1.8.4

Choose a tag to compare

@github-actions github-actions released this 15 Aug 04:50
dc645da

Download the .zip and install it from the game: MODS > Import mod .zip.

Changes

  • Fix Stadium ROM import under mod sandbox (drop, directory auto-load, persistent packs)

1.8.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 20:54
5fcad73

Download the .zip and install it from the game: MODS > Import mod .zip.

Changes

  • Release 1.8.3: gen1recomp sandbox fixes, unified diagnostic log, StadiumBattleFX arena provider
  • fix: trigger release workflow on dev instead of master
  • Add StadiumBattleFX voxel arena provider
  • feat: unified mod.storage diagnostic log (gen2 sites + legacy prints)
  • chore: point github/contact at scottcandy34 fork
  • fix: sandbox-safe love.system/filesystem and Game mouse wraps
  • Introduce automated release workflow and project setup

1.8.2

Choose a tag to compare

@scottcandy34 scottcandy34 released this 10 Aug 14:37

Download the .zip and install it from the game: MODS > Import mod .zip.

Changes

Fixed wall textures appearing on top of back walls in the following locations:

  • All houses
  • Pokemon Center
  • Rocket lift
  • Red's bedroom
  • Red's house ground floor

Additional updates:

  • Fixed statues in Lance's Room.
  • Fixed Indigo Plateau statues.