Skip to content

Commit 2f11092

Browse files
committed
v8.1 pre-alpha (#4)
1 parent f73b841 commit 2f11092

File tree

3 files changed

+62
-6
lines changed

3 files changed

+62
-6
lines changed

src/blog/2024-09-19/index.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
title: Pre-Alpha v8.1 Release Note
2+
summary: Release note for Neotokyo; Rebuild Pre-Alpha v8.1
3+
author: nullsystem
4+
5+
# Pre-Alpha v8.1 Release Note
6+
2024-09-19 nullsystem (Proof-read by brysondev)
7+
8+
* [Download v8.1-prealpha build](https://github.com/NeotokyoRebuild/neo/releases/tag/v8.1-prealpha)
9+
* [Install NT;RE (client)](/guide/install/)
10+
* [GitHub Issues (Bug reports and feature requests)](https://github.com/NeotokyoRebuild/neo/issues)
11+
12+
This release is primarily bug fixes, but a few new features went in.
13+
14+
## New features
15+
16+
### First person muzzle flashes
17+
18+
Muzzle flashes now shown in first-persons and tracers are disabled.
19+
20+
### Ghost cap prevention
21+
22+
Ghost cap prevention awards XPs to oppositing team if a player tries to prevent a ghost cap.
23+
Enabled by default using the server-side convar `neo_sv_suicide_prevent_cap_punish 1`.
24+
It will attempt to deal with multiple of scenarios:
25+
26+
* Last-person suicide (`kill` command, grenade, or by environment)
27+
* Last-person disconnect/timeout then reconnect
28+
* Posthumous teamkill: Throw a grenade at your teammate then suicide, final-kill attribute to teammate
29+
30+
## Bug Fixes
31+
32+
* Fixed issue where spread would be halved
33+
* Main menu changes
34+
* Changed normal font from Neuropol2 to Green Mountain for readability
35+
* Settings confirmation popup now has a "Cancel" button
36+
* Workaround old console keybind blocking new console keybind
37+
* Keybinding behavior now clears duplicates before applying
38+
* Linux-only fixes
39+
* Fixed shader caching bug causing visions to randomly not work
40+
* Make `-neopath` parameter work on Linux
41+
* Supa7 changes
42+
* Use Slugs with no primary ammo
43+
* Increase slug damage x2.5
44+
* Crash fixes
45+
* Fix crash at Neo menu constructors
46+
* Add extra guards against segfault
47+
* Sprinting fixes
48+
* Sprinting in water, crouch sprinting, speeds touchup
49+
* Recon aux regen rate halved when sprinting
50+
* Spawning in fixes
51+
* Force spawning at the start of the round - fixes when dying after round end causes non-spawning
52+
* SRS Spawns with a round in the chamber
53+
* Revert "replace weapon_switch with ClientCommand"
54+
* Fixed grenades falling through the floor when dropping
55+
* Fixed team/class/weapon menu font at higher resolutions (EX: 1440p) being too bright
56+

src/guide/install/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Guide - Install NT;RE (Client)
22

33
# Guide - Install NT;RE (Client)
4-
Last Updated: 2024-09-14
4+
Last Updated: 2024-09-19
55

66
## Operating System Requirement
77

@@ -25,11 +25,11 @@ Install [Source SDK Base 2013 (MP) Multiplayer](steam://rungameid/243750) (AppID
2525

2626
## Downloading NT;RE
2727

28-
For Pre-alpha v8.0, click on the following links to download the zip files:
28+
For Pre-alpha v8.1, click on the following links to download the zip files:
2929

30-
* Windows and Linux: [neo-20240914-b2291c5-resources.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.0-prealpha/neo-20240914-b2291c5-resources.zip)
31-
* Windows-only: [neo-20240914-b2291c5-libraries-Windows-Release.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.0-prealpha/neo-20240914-b2291c5-libraries-Windows-Release.zip)
32-
* Linux-only: [neo-20240914-b2291c5-libraries-Linux-Release.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.0-prealpha/neo-20240914-b2291c5-libraries-Linux-Release.zip)
30+
* Windows and Linux: [neo-20240919-9e83cc3-resources.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.1-prealpha/neo-20240919-9e83cc3-resources.zip)
31+
* Windows-only: [neo-20240919-9e83cc3-libraries-Windows-Release.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.1-prealpha/neo-20240919-9e83cc3-libraries-Windows-Release.zip)
32+
* Linux-only: [neo-20240919-9e83cc3-libraries-Linux-Release.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.1-prealpha/neo-20240919-9e83cc3-libraries-Linux-Release.zip)
3333

3434
For other versions, go to the [GitHub release](https://github.com/NeotokyoRebuild/neo/releases/) page and find the
3535
version you want and expand the "Assets" section. You only need to install a zip file that ends with

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Home
33
# Neotokyo; Rebuild
44
Neotokyo; Rebuild is a work in progress Source SDK 2013 mod of
55
[NEOTOKYO](https://store.steampowered.com/app/244630/NEOTOKYO/).
6-
Builds are available for Windows and Linux on GitHub, the latest release is [Pre-Alpha v8.0](https://github.com/NeotokyoRebuild/neo/releases/tag/v8.0-prealpha).
6+
Builds are available for Windows and Linux on GitHub, the latest release is [Pre-Alpha v8.1](https://github.com/NeotokyoRebuild/neo/releases/tag/v8.1-prealpha).
77

88
* [Install NT;RE (client)](/guide/install/)
99
* [Git Repository on GitHub](https://github.com/NeotokyoRebuild/neo)

0 commit comments

Comments
 (0)