One-line: UEFN experience featuring a 90s Combat → 30s Cooldown loop and dramatic low-gravity (×0.25g).
- Demo (1080p60): https://www.youtube.com/watch?v=lNIBPgbk-9M
- Island Code: 5766-9907-2639
- Website: https://unzaunza.jp/
- Shorts playlist: https://youtube.com/shorts/pSHGT71xmQs?feature=share
- TikTok: https://vt.tiktok.com/ZSDrDoamy/
/verse-snippets/ ├─ gravity_cycle_device.verse # Gravity 0.25 + 90/30 cycle └─ intro_effects_device.verse # Red screen tint + thunder SFX on phase change
gravity_cycle_device.verse— sets world gravity to 0.25 and runs Combat 90s → Cooldown 30s → loop.
Optional editable refs:LowGZone,NoFireZone,HudShift,HudCombat,HudCooldown.intro_effects_device.verse— applies a red tint and plays thunder SFX whenever the phase changes.
Optional editable refs:RedTint(PostProcess/VFX),ThunderSFX(Audio/Speaker).
- Place two Verse Devices and assign each of the files above.
- (Optional) Place helper devices (Mutator Zones / HUD Message / Audio / PostProcess) and assign them in the Verse Device Details panel.
- Press Play: intro → Gravity 0.25 → Combat 90s → Cooldown 30s → loop.
CombatTime = 90,CooldownTime = 30,GravityScale = 0.25- HUD/Audio lines can be safely commented out if devices are unassigned.
- Code: MIT License (see
LICENSE).