From a5771d818f904737027c04e92994d9a6c2f614a0 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Thu, 24 Nov 2022 10:55:07 -0600 Subject: [PATCH] Updated for Mapbase v7.1 --- MAPBASE_CONTENT_USAGE.txt | 11 +++++++++-- README.txt | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/MAPBASE_CONTENT_USAGE.txt b/MAPBASE_CONTENT_USAGE.txt index c79d4ae..5d4ed22 100644 --- a/MAPBASE_CONTENT_USAGE.txt +++ b/MAPBASE_CONTENT_USAGE.txt @@ -1,6 +1,6 @@ ============================================================== Mapbase Content Usage -Updated as of v7.0 +Updated as of v7.1 ============================================================== Mapbase is an open-source project and its contents can be distributed and used at the discretion of its users. However, this project represents many parts of the Source modding community packaged into a whole, so credit is taken very seriously. @@ -84,9 +84,13 @@ Direct contributions: - https://github.com/mapbase-source/source-sdk-2013/pull/116 (vgui_movie_display mute keyvalue from Alivebyte/rzkid) - https://github.com/mapbase-source/source-sdk-2013/pull/140 (logic_substring entity and icon created by moofemp) - https://github.com/mapbase-source/source-sdk-2013/pull/143 (Propper features for VBSP from Matty-64) +- https://github.com/mapbase-source/source-sdk-2013/pull/174 (Fix for multiply defined symbols in later toolsets from und) +- https://github.com/mapbase-source/source-sdk-2013/issues/201 (env_projectedtexture shadow filter keyvalue from celisej567) +- https://github.com/mapbase-source/source-sdk-2013/pull/193 (RTB:R info_particle_system_coordinate by arbabf and Iridium77) +- https://github.com/mapbase-source/source-sdk-2013/pull/193 (Infinite prop_interactable cooldown by arbabf) - Demo autorecord code provided by Klems - cc_emit crash fix provided by 1upD -- Custom HL2 ammo crate models created by Rara (Textures created by Blixibon; This is asset-based and, aside from the SLAM crate, not reflected in the code) +- Custom HL2 ammo crate models created by Rykah (Textures created by Blixibon; This is asset-based and, aside from the SLAM crate, not reflected in the code) - Combine lock hardware on door01_left.mdl created by Kralich (This is asset-based and not reflected in the code) - npc_vehicledriver fixes provided by CrAzY - npc_combine cover behavior patches provided by iohnnyboy @@ -102,9 +106,12 @@ Direct contributions: =-- https://github.com/mapbase-source/source-sdk-2013/pull/148 (Minor fixup) =-- https://github.com/mapbase-source/source-sdk-2013/pull/167 (Security fixes) =-- https://github.com/mapbase-source/source-sdk-2013/pull/168 (Squirrel update) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/169 (VScript VGUI) =-- https://github.com/mapbase-source/source-sdk-2013/pull/171 (VScript documentation sorting) =-- https://github.com/mapbase-source/source-sdk-2013/pull/173 (VScript fixes and optimizations) =-- https://github.com/mapbase-source/source-sdk-2013/pull/192 (VScript hook manager and fixes) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/206 (Fix CScriptNetMsgHelper::WriteEntity()) +=-- https://github.com/mapbase-source/source-sdk-2013/pull/213 (VScript HUD visibility control, optimizations for 3D skybox angles/fake worldportals) == Contributions from z33ky: =-- https://github.com/mapbase-source/source-sdk-2013/pull/21 (Various GCC/Linux compilation fixes) diff --git a/README.txt b/README.txt index c6d8abc..0991627 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ ============================================================== Mapbase Release Build -v7.0 +v7.1 ============================================================== "Installing" Mapbase is basically just like any other Source mod, except there's three folders instead of one. To install Mapbase, follow these instructions: