Skip to content

Commit

Permalink
v8.1 pre-alpha (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullsystem committed Sep 19, 2024
1 parent f73b841 commit 4d24122
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 6 deletions.
56 changes: 56 additions & 0 deletions src/blog/2024-09-19/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
title: Pre-Alpha v8.1 Release Note
summary: Release note for Neotokyo; Rebuild Pre-Alpha v8.1
author: nullsystem

# Pre-Alpha v8.1 Release Note
2024-09-19 nullsystem

* [Download v8.1-prealpha build](https://github.com/NeotokyoRebuild/neo/releases/tag/v8.1-prealpha)
* [Install NT;RE (client)](/guide/install/)
* [GitHub Issues (Bug reports and feature requests)](https://github.com/NeotokyoRebuild/neo/issues)

This release is primarily bug fixes, but a few new features went in.

## New features

### First person muzzle flashes

Muzzle flashes now shown in first-persons and tracers are disabled.

### Ghost cap prevention

Ghost cap prevention awards XPs to oppositing team if a player tries to prevent a ghost cap.
Enabled by default using the server-side convar `neo_sv_suicide_prevent_cap_punish 1`.
It will attempt to deal with multiple of scenarios:

* Last-person suicide (`kill` command, grenade, or by environment)
* Last-person disconnect/timeout then reconnect
* Posthumous teamkill: Throw a grenade at your teammate then suicide, final-kill attribute to teammate

## Bug Fixes

* Fixed issue where spread would be halved
* Main menu changes
* Changed normal font from Neuropol2 to Green Mountain for readability
* Settings confirmation popup now has a "Cancel" button
* Workaround old console keybind blocking new console keybind
* Keybinding behavior now clears duplicates before applying
* Linux-only fixes
* Fixed shader caching bug causing visions to randomly not work
* Make `-neopath` parameter work on Linux
* Supa7 changes
* Use Slugs with no primary ammo
* Increase slug damage x2.5
* Crash fixes
* Fix crash at Neo menu constructors
* Add extra guards against segfault
* Sprinting fixes
* Sprinting in water, crouch sprinting, speeds touchup
* Recon aux regen rate halved when sprinting
* Spawning in fixes
* Force spawning at the start of the round - fixes when dying after round end causes non-spawning
* SRS Spawns with a round in the chamber
* Revert "replace weapon_switch with ClientCommand"
* Fixed grenades falling through the floor when dropping
* Fixed team/class/weapon menu font at higher resolutions (EX: 1440p) being too bright

10 changes: 5 additions & 5 deletions src/guide/install/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Guide - Install NT;RE (Client)

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

## Operating System Requirement

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

## Downloading NT;RE

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

* Windows and Linux: [neo-20240914-b2291c5-resources.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.0-prealpha/neo-20240914-b2291c5-resources.zip)
* 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)
* 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)
* Windows and Linux: [neo-20240919-9e83cc3-resources.zip](https://github.com/NeotokyoRebuild/neo/releases/download/v8.1-prealpha/neo-20240919-9e83cc3-resources.zip)
* 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)
* 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)

For other versions, go to the [GitHub release](https://github.com/NeotokyoRebuild/neo/releases/) page and find the
version you want and expand the "Assets" section. You only need to install a zip file that ends with
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Home
# Neotokyo; Rebuild
Neotokyo; Rebuild is a work in progress Source SDK 2013 mod of
[NEOTOKYO](https://store.steampowered.com/app/244630/NEOTOKYO/).
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).
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).

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

0 comments on commit 4d24122

Please sign in to comment.