Built Tonotopy with 5.6 Sol.
Pste a song and watch an evidence-constrained 3D brain respond in real time.
Informed by open brain anatomy and real fMRI + EEG research. A population-level estimate
@freudix_@OpenAI Completely honest - expected something more after the welcome screen, but keep it up! One thing that i loved, the sounds. Are these also made by GPT?
@Judexuhs@thsottiaux Did Exactly the same for me - Reset usage then back to where i was. I checked Codex Usage on web and it also went back to 20% from 100%
@Herborus Unzipped mod is treated as development mod - it ignores critical errors and just doesn't load some stuff. Packed zip will not load if errors are there. Make sure to check logs what's failing
@jxnlco Theres also an inspection tool which lets you slice compiled prefabs into 2d ascii cross sections, run quality checks -floating blocks, bad support, lighting gaps so you can debug spatial issues without loading the game. It also gives the model better spatial awareness for detail
@jxnlco No demo but prefab builder for hytale - It takes existing buildings as reference and create buildings based on natural language instruction. Still far from perfect but looking quite decent already. It has an area lookup tool so can detail small elements etc.
@jxnlco Codex Basically writes a JavaScript build script using geometric primitives (walls, roofs, fills) and block placements, which a Node.js compiler executes to produce a Hytale .prefab.json file - validated against placement rules. Then get's validation feedback and fixes errors.