Skip to content

ashifolfi/source-sdk-2013

 
 

Repository files navigation

//=========================================================================================================================

           Mapbase v7.1 - Source 2013
https://github.com/mapbase-source/source-sdk-2013
	https://www.moddb.com/mods/mapbase

//=========================================================================================================================

This repository contains code from Mapbase, a modification of the Source 2013 SDK which serves as a combined package of general-purpose improvements, fixes, and utility features for mods.

Mapbase's main content in this repository may include:

  • 80+ custom entities (new logic entities, filters, etc.)
  • Hundreds of Inputs/Outputs/KeyValues additions and modifications
  • Custom SDK_ shaders with improvements adapted from Alien Swarm SDK code, including projected texture fixes and radial fog
  • Custom VScript implementation based on public Squirrel API and Alien Swarm SDK interfaces/descriptions
  • Additional gameplay control for Half-Life 2 mods, including grenade features for more NPCs and singleplayer respawning
  • More map-specific capabilities for maps unable to branch into their own mods, e.g. MP mods or map compilations
  • View rendering changes for drawing 3D skyboxes and RT-based entities
  • Countless other fixes and improvements

For more information, view this page: https://github.com/mapbase-source/source-sdk-2013/wiki/Introduction-to-Mapbase

//=========================================================================================================================

Mapbase is an open-source project and its contents can be distributed and used at the discretion of its users. However, this project contains content from a vast number of different sources which have their own licensing or attribution requirements. We try to handle most of that ourselves, but users who plan on distributing Mapbase content are expected to comply with certain rules.

Up-to-date information about Mapbase content usage and credit are addressed in this article on Mapbase's wiki:
	https://github.com/mapbase-source/source-sdk-2013/wiki/Using-Mapbase-Content

//=========================================================================================================================

EXTERNAL CONTENT USED IN MAPBASE <<<<<<<<

The Mapbase project is a combination of original code from its creators, code contributed by other Source modders, and code borrowed from open-source articles and repositories (especially ones which are specifically published as free source code). One of Mapbase's goals is to make the most popular fixes and the most obscure or complicated code changes accessible and easy to use for level designers and other kinds of Source modders who would otherwise have no idea how to implement them.

*** DISCLAIMER: Mapbase has a strict no-leak-content policy and only allows content created directly by contributors or content originating from open-source repositories. If you believe any content in Mapbase originates from any leak or unauthorized source (Valve or otherwise), please contact Blixibon immediately. Mapbase is intended to be usable by everyone, including licensed Source projects and Steam mods. ***

Mapbase uses content from the following non-Source SDK 2013 Valve games or SDKs:

-- Alien Swarm SDK (Used to backport features and code from newer branches of Source into a Source 2013/Half-Life 2 environment) -- Source SDK 2007 Code (Used to implement some of Tony Sergi's code changes)

-- Alien Swarm (Used to port assets from the aforementioned SDK code features, e.g. game instructor icons) -- Left 4 Dead (Used to port certain animations as well as assets from the aforementioned SDK code features, e.g. particle rain) -- Half-Life: Source (Used to port friction tool textures)

Valve allows assets from these titles to be distributed for modding purposes. Note that ported assets are only used in the release build, not the code repository.

Mapbase may also contain new third-party software distributed under specific licensing. Please see the bottom of thirdpartylegalnotices.txt for more information.

Here's a list of Mapbase's other external code sources:

sources used in this fork:

//-------------------------------------------------------------------------------------------------------------------------

Valve Developer Community (VDC) sources:

//-------------------------------------------------------------------------------------------------------------------------

Direct contributions:

  • mapbase-source#3 ("playvideo" command playback fix from Avanate)
  • mapbase-source#5 (Custom VScript implementation by ReDucTor; was placed into feature branch before being merged in a subsequent PR)
  • mapbase-source#60 (Adjustment by RoyaleNoir to one of Saul's VDC changes)
  • mapbase-source#84 (CS:S viewmodel chirality from 1upD)
  • mapbase-source#116 (vgui_movie_display mute keyvalue from Alivebyte/rzkid)
  • mapbase-source#140 (logic_substring entity and icon created by moofemp)
  • mapbase-source#143 (Propper features for VBSP from Matty-64)
  • mapbase-source#174 (Fix for multiply defined symbols in later toolsets from und)
  • mapbase-source#201 (env_projectedtexture shadow filter keyvalue from celisej567)
  • mapbase-source#193 (RTB:R info_particle_system_coordinate by arbabf and Iridium77)
  • mapbase-source#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 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
  • logic_playmovie icon created by URAKOLOUY5 (This is asset-based and not reflected in the code)
  • Dropship APC save/load fix provided by Cvoxulary

== Contributions from samisalreadytaken: =-- mapbase-source#47 (VScript utility/consistency changes) =-- mapbase-source#59 (New VScript functions and singletons based on API documentation in later Source/Source 2 games) =-- mapbase-source#80 (More VScript changes, including support for extremely flexible client/server messaging) =-- mapbase-source#105 (VScript fixes and optimizations, Vector class extensions, custom convars/commands) =-- mapbase-source#114 (VScript fixes and extensions) =-- mapbase-source#122 (Minor VScript-related adjustments) =-- mapbase-source#148 (Minor fixup) =-- mapbase-source#167 (Security fixes) =-- mapbase-source#168 (Squirrel update) =-- mapbase-source#169 (VScript VGUI) =-- mapbase-source#171 (VScript documentation sorting) =-- mapbase-source#173 (VScript fixes and optimizations) =-- mapbase-source#192 (VScript hook manager and fixes) =-- mapbase-source#206 (Fix CScriptNetMsgHelper::WriteEntity()) =-- mapbase-source#213 (VScript HUD visibility control, optimizations for 3D skybox angles/fake worldportals)

== Contributions from z33ky: =-- mapbase-source#21 (Various GCC/Linux compilation fixes) =-- mapbase-source#95 (Additional GCC/Linux compilation fixes) =-- mapbase-source#117 (Additional GCC/Linux compilation fixes) =-- mapbase-source#124 (Memory error fixes) =-- mapbase-source#130 (Memory error fixes) =-- mapbase-source#131 (env_projectedtexture target shadows fix) =-- mapbase-source#132 (Console error fix) =-- mapbase-source#152 (Additional GCC/Linux compilation fixes) =-- mapbase-source#159 (Additional GCC/Linux compilation fixes) =-- mapbase-source#162 (VS2019 exception specification fix) =-- mapbase-source#170 (HL2 non-Episodic build fix)

== Contributions from Petercov: =-- mapbase-source#182 (NPCs load dynamic interactions from all animation MDLs) =-- mapbase-source#184 (Projected texture horizontal FOV shadow fix) =-- mapbase-source#185 (Fix enemyfinders becoming visible when they wake) =-- mapbase-source#186 (Fix for brightly glowing teeth)

//-------------------------------------------------------------------------------------------------------------------------

Other sources:

//-------------------------------------------------------------------------------------------------------------------------

If there is anything missing from this list, please contact Blixibon.

//=========================================================================================================================

Aside from the content list above, Mapbase has more descriptive and up-to-date credits on this wiki article: https://github.com/mapbase-source/source-sdk-2013/wiki/Mapbase-Credits

Other relevant articles:

//-------------------------------------------------------------------------------------------------------------------------

In memory of Holly Liberatore (moofemp)

//=========================================================================================================================

Please see the Source SDK 2013 license below:

           SOURCE 1 SDK LICENSE

Source SDK Copyright(c) Valve Corp.

THIS DOCUMENT DESCRIBES A CONTRACT BETWEEN YOU AND VALVE CORPORATION ("Valve"). PLEASE READ IT BEFORE DOWNLOADING OR USING THE SOURCE ENGINE SDK ("SDK"). BY DOWNLOADING AND/OR USING THE SOURCE ENGINE SDK YOU ACCEPT THIS LICENSE. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE PLEASE DON�T DOWNLOAD OR USE THE SDK.

You may, free of charge, download and use the SDK to develop a modified Valve game running on the Source engine. You may distribute your modified Valve game in source and object code form, but only for free. Terms of use for Valve games are found in the Steam Subscriber Agreement located here: http://store.steampowered.com/subscriber_agreement/

You may copy, modify, and distribute the SDK and any modifications you make to the SDK in source and object code form, but only for free. Any distribution of this SDK must include this LICENSE file and thirdpartylegalnotices.txt.

Any distribution of the SDK or a substantial portion of the SDK must include the above copyright notice and the following:

DISCLAIMER OF WARRANTIES.  THE SOURCE SDK AND ANY 
OTHER MATERIAL DOWNLOADED BY LICENSEE IS PROVIDED 
"AS IS".  VALVE AND ITS SUPPLIERS DISCLAIM ALL 
WARRANTIES WITH RESPECT TO THE SDK, EITHER EXPRESS 
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED 
WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, 
TITLE AND FITNESS FOR A PARTICULAR PURPOSE.  

LIMITATION OF LIABILITY.  IN NO EVENT SHALL VALVE OR 
ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, 
INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER 
(INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF 
BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF 
BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) 
ARISING OUT OF THE USE OF OR INABILITY TO USE THE 
ENGINE AND/OR THE SDK, EVEN IF VALVE HAS BEEN 
ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  

If you would like to use the SDK for a commercial purpose, please contact Valve at [email protected].

About

catch-all for my public source 2013 shenanigans

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 95.7%
  • C 3.6%
  • GLSL 0.3%
  • Perl 0.2%
  • ReScript 0.1%
  • Makefile 0.1%