From 8c9fcf389cb2e40bb236f0a7e1672399388f0517 Mon Sep 17 00:00:00 2001 From: kassibuss <81193965+kassibuss@users.noreply.github.com> Date: Sat, 21 Mar 2026 20:55:34 +0200 Subject: [PATCH 1/4] 28.3 notes --- src/blog/2026-03-21/index.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/blog/2026-03-21/index.md diff --git a/src/blog/2026-03-21/index.md b/src/blog/2026-03-21/index.md new file mode 100644 index 0000000..5ced36d --- /dev/null +++ b/src/blog/2026-03-21/index.md @@ -0,0 +1,34 @@ +title: Alpha v28.3 Release Notes +summary: Release notes for NEOTOKYO;REBUILD v28.9 and v28.3 +author(s): kinoko + + +# Alpha v28.2 to Alpha v28.3 Release Notes +2026-03-21 kinoko + +* [Download v28.3-alpha build](https://github.com/NeotokyoRebuild/neo/releases/tag/v28.3-alpha) +* [Install NT;RE (client)](/guide/install/) +* [GitHub Issues (Bug reports and feature requests)](https://github.com/NeotokyoRebuild/neo/issues) + +## Gameplay fixes/changes/additions + * Fixed penetration related issues + * Fixed suicides not giving assists if the player who killed themselves was previously damaged by another player + * Added new commands `cl_neo_grenade_show_path` and `sv_neo_grenade_show_path` + * When `cl_neo_grenade_show_path` is enabled, spectators will be able to see trails which follow a grenade's path + * When `sv_neo_grenade_show_path` is enabled, all players are be able to see trails which follow a grenade's path. This command requires sv_cheats to be enabled. + +## Mapping related fixes/changes/additions +* Fixed env_sun being hidden when under the centre of view + +## HUD fixes/changes/additions +* Fixed texture sizes not updating immediately when changing the values for `cl_neo_squad_hud_avatar_size` + * Same fix also applies for `cl_neo_hud_centre_size`, `cl_neo_hud_center_ghost_cap_size`, and `cl_neo_hud_center_ghost_marker_size` + +## UI fixes/changes/additions +* Slightly adjusted the UI for spectators +* Fixed the demoui smoother buttons being unreactive + +## General fixes/changes/additions +* Added a new server convar: `sv_neo_server_autorecord` - when enabled, a SourceTV demo will be recorded from the moment a round starts to when the event game_end is triggered +* Fixed spec_next/prev not skipping dead players in demos +* Various changes for a smoother demo watching experience \ No newline at end of file From 187100028f197d666f45d07269b48ca71c7c61cb Mon Sep 17 00:00:00 2001 From: kassibuss <81193965+kassibuss@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:28:14 +0200 Subject: [PATCH 2/4] fix wrong version number --- src/blog/2026-03-21/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blog/2026-03-21/index.md b/src/blog/2026-03-21/index.md index 5ced36d..19f40cc 100644 --- a/src/blog/2026-03-21/index.md +++ b/src/blog/2026-03-21/index.md @@ -1,5 +1,5 @@ title: Alpha v28.3 Release Notes -summary: Release notes for NEOTOKYO;REBUILD v28.9 and v28.3 +summary: Release notes from NEOTOKYO;REBUILD Alpha v28.2 to Alpha v28.3 author(s): kinoko @@ -18,7 +18,7 @@ author(s): kinoko * When `sv_neo_grenade_show_path` is enabled, all players are be able to see trails which follow a grenade's path. This command requires sv_cheats to be enabled. ## Mapping related fixes/changes/additions -* Fixed env_sun being hidden when under the centre of view +* Fixed env_sun being hidden when under the center of view ## HUD fixes/changes/additions * Fixed texture sizes not updating immediately when changing the values for `cl_neo_squad_hud_avatar_size` @@ -31,4 +31,4 @@ author(s): kinoko ## General fixes/changes/additions * Added a new server convar: `sv_neo_server_autorecord` - when enabled, a SourceTV demo will be recorded from the moment a round starts to when the event game_end is triggered * Fixed spec_next/prev not skipping dead players in demos -* Various changes for a smoother demo watching experience \ No newline at end of file +* Various changes for a smoother demo watching experience From 69342a5d36b869ba0c120e91d78dd03dd423dfad Mon Sep 17 00:00:00 2001 From: kassibuss <81193965+kassibuss@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:57:07 +0200 Subject: [PATCH 3/4] british spelling --- src/blog/2026-03-21/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2026-03-21/index.md b/src/blog/2026-03-21/index.md index 19f40cc..26c8926 100644 --- a/src/blog/2026-03-21/index.md +++ b/src/blog/2026-03-21/index.md @@ -22,7 +22,7 @@ author(s): kinoko ## HUD fixes/changes/additions * Fixed texture sizes not updating immediately when changing the values for `cl_neo_squad_hud_avatar_size` - * Same fix also applies for `cl_neo_hud_centre_size`, `cl_neo_hud_center_ghost_cap_size`, and `cl_neo_hud_center_ghost_marker_size` + * Same fix also applies for `cl_neo_hud_centre_size`, `cl_neo_hud_centre_ghost_cap_size`, and `cl_neo_hud_centre_ghost_marker_size` ## UI fixes/changes/additions * Slightly adjusted the UI for spectators From 1b93dc357c7a8398485f7192545cd62ee50e4575 Mon Sep 17 00:00:00 2001 From: kassibuss <81193965+kassibuss@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:11:27 +0200 Subject: [PATCH 4/4] 28.4 notes --- src/blog/2026-03-21/index.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/blog/2026-03-21/index.md b/src/blog/2026-03-21/index.md index 26c8926..cd89d68 100644 --- a/src/blog/2026-03-21/index.md +++ b/src/blog/2026-03-21/index.md @@ -1,17 +1,18 @@ -title: Alpha v28.3 Release Notes -summary: Release notes from NEOTOKYO;REBUILD Alpha v28.2 to Alpha v28.3 +title: Alpha v28.4 Release Notes +summary: Release notes from NEOTOKYO;REBUILD Alpha v28.2 to Alpha v28.4 author(s): kinoko -# Alpha v28.2 to Alpha v28.3 Release Notes -2026-03-21 kinoko +# Alpha v28.2 to Alpha v28.4 Release Notes +2026-03-27 kinoko -* [Download v28.3-alpha build](https://github.com/NeotokyoRebuild/neo/releases/tag/v28.3-alpha) +* [Download v28.4-alpha build](https://github.com/NeotokyoRebuild/neo/releases/tag/v28.4-alpha) * [Install NT;RE (client)](/guide/install/) * [GitHub Issues (Bug reports and feature requests)](https://github.com/NeotokyoRebuild/neo/issues) ## Gameplay fixes/changes/additions * Fixed penetration related issues + * Fixed a bug where the server would crash if a player holding the ghost would die near a retreival zone * Fixed suicides not giving assists if the player who killed themselves was previously damaged by another player * Added new commands `cl_neo_grenade_show_path` and `sv_neo_grenade_show_path` * When `cl_neo_grenade_show_path` is enabled, spectators will be able to see trails which follow a grenade's path @@ -22,13 +23,15 @@ author(s): kinoko ## HUD fixes/changes/additions * Fixed texture sizes not updating immediately when changing the values for `cl_neo_squad_hud_avatar_size` - * Same fix also applies for `cl_neo_hud_centre_size`, `cl_neo_hud_centre_ghost_cap_size`, and `cl_neo_hud_centre_ghost_marker_size` + * Same fix also applies for `cl_neo_hud_centre_size`, `cl_neo_hud_centre_ghost_cap_size`, and `cl_neo_hud_centre_ghost_marker_size` +* Fixed spectators seeing different crosshairs from the player's actual crosshair ## UI fixes/changes/additions * Slightly adjusted the UI for spectators * Fixed the demoui smoother buttons being unreactive ## General fixes/changes/additions -* Added a new server convar: `sv_neo_server_autorecord` - when enabled, a SourceTV demo will be recorded from the moment a round starts to when the event game_end is triggered +* Added a new server convar: `sv_neo_server_autorecord` - when enabled, a SourceTV demo will be recorded from the moment a round starts to when the event game_end is triggered +* Fixed server-side auto recording causing servers to crash * Fixed spec_next/prev not skipping dead players in demos * Various changes for a smoother demo watching experience