Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tuned LDR and HDR env settings for included maps #4

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ config.cfg

# shader files
*.tmp

*.lib
.vs
Debug*/
Release*/
*.vcxproj.*
*.vpc.sentinel
*.pdb
661 changes: 661 additions & 0 deletions mp/LICENSE

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions mp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# hl2sb-2013

## Team Sandbox
Andrew McWatters
Matthias Moninger
Jacob Robbins
Henry Tran

## Description
Half-Life 2: Sandbox is an open-source sandbox modification of the Source Engine
which provides Lua as a scripting platform for developers to quickly prototype
game ideas. The minimalistic game includes a sandbox gamemode for playing with
the many aspects of the Source Engine.

## Proudly powered by
[![ARGG](https://media.moddb.com/images/downloads/1/6/5011/profile.jpg "ARGG")](https://web.archive.org/web/20150222194420/http://skew.telefragged.com/mods/hl2/ARGG/)

**Adnan's Rotational Gravity Gun**
Adnan Zafar
adnan.f.zafar AT gmail DOT com
https://web.archive.org/web/20150222194420/http://skew.telefragged.com/mods/hl2/ARGG//

ARGG is used by Half-Life 2: Sandbox to implement rotational functionality for
the physics manipulator.

## License
GNU Affero General Public License v3.0
Binary file added mp/game/hl2sb/maps/graphs/sb_field.ain
Binary file not shown.
Binary file added mp/game/hl2sb/maps/graphs/sb_field_night.ain
Binary file not shown.
Binary file added mp/game/hl2sb/maps/graphs/sb_wasteland.ain
Binary file not shown.
Binary file added mp/game/hl2sb/maps/sb_field.bsp
Binary file not shown.
Binary file added mp/game/hl2sb/maps/sb_field_night.bsp
Binary file not shown.
Binary file added mp/game/hl2sb/maps/sb_wasteland.bsp
Binary file not shown.
Loading
Loading