|
| 1 | +title: Alpha v13.0 Release Note |
| 2 | +summary: Release note for Neotokyo; Rebuild Alpha v13.0 |
| 3 | +author: brysondev |
| 4 | + |
| 5 | +# Alpha v13.0 Release Note |
| 6 | +2025-03-06 brysondev |
| 7 | + |
| 8 | +* [Download v13.0-alpha build](https://github.com/NeotokyoRebuild/neo/releases/tag/v13.0-alpha) |
| 9 | +* [Install NT;RE (client)](/guide/install/) |
| 10 | +* [GitHub Issues (Bug reports and feature requests)](https://github.com/NeotokyoRebuild/neo/issues) |
| 11 | + |
| 12 | +## New features |
| 13 | + |
| 14 | +### Tutorial Maps |
| 15 | + |
| 16 | +Players now have the option to launch tutorial maps from the main menu. They include various |
| 17 | +instructions on how to play NEOTOKYO°, including a new dummy NPC and custom tutorial hints. |
| 18 | + |
| 19 | +Please be aware that these maps are still a work-in-progress, please let us know of any issues |
| 20 | +you come across while trying it out. |
| 21 | + |
| 22 | +### VScript Support |
| 23 | + |
| 24 | +Neotokyo; Rebuild now has [VScript](https://developer.valvesoftware.com/wiki/VScript) support using the [Squirrel](https://developer.valvesoftware.com/wiki/Squirrel) scripting language. |
| 25 | + |
| 26 | +## UI changes |
| 27 | + |
| 28 | +* Original voice icon for push-to-talk has been restored |
| 29 | +* Various HUD improvements |
| 30 | + * `squad_hud_original` is enabled by default |
| 31 | + * Display round info even when squad_hud_original is enabled |
| 32 | + * Add `squad_hud_original` to the settings menu as 'Classic squad list' |
| 33 | + * Show non-squad members in smaller text below squad members |
| 34 | + * Change `squad_hud` cvar prefixes from `neo_cl` to `cl_neo` |
| 35 | + * Add smaller and large HudOCR font used by the round info and classic squad list |
| 36 | + * Make rounded corners match OGNT, and configurable in `HudLayout.res` |
| 37 | + * Change 'AUX' to 'AUX POWER' |
| 38 | +* Button on main menu to launch new tutorial map |
| 39 | + |
| 40 | +## General fixes/changes |
| 41 | + |
| 42 | +* Normalization of line endings after TF2-SDK port |
| 43 | +* Consolidated the player colision commands into a single command (`sv_neo_player_collisions`) |
| 44 | +* Detpack fixes |
| 45 | + * No longer inherit owner's velocity |
| 46 | + * Viewmodel corrected while sprinting |
| 47 | + * Detpacks no longer float in the air when placed on occasion |
| 48 | +* Ghost markers and beeps now present in spectator |
| 49 | +* Ghost pickup sound audible for all players |
| 50 | +* Fixed line endings for new server browser UI (Windows) |
| 51 | +* Movement and weapon scaling is now parity |
0 commit comments