# HG changeset patch # User Glitchvid # Date 1577938870 25200 # Node ID c1d19a9b477cf66996cc7ef12cf27e3c856996d0 - Initial diff -r 000000000000 -r c1d19a9b477c .hgignore diff -r 000000000000 -r c1d19a9b477c site/about.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/about.html Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,41 @@ + + + + + + + + + + + + +
+ + + +
+

Nobody here but us chickens!

+

Contact:

+

admin@source2.info

+
+ + + +
+ + + + diff -r 000000000000 -r c1d19a9b477c site/features.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/features.html Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,108 @@ + + + + + + + + + + + + +
+ + + +
+

Source 2 Engine Features

+

+ The Next-Gen S2 Engine is a significant departure to the legacy Source engine, running DX11 and Vulkan natively on their respective platforms. +

+
+ +

Tools

+

+ Source 2 comes with an integrated development enviornment (IDE), consisting of: +
+ Asset Browser, Level Editor, Material Editor, Model Editor, Particle Editor, and Film Maker. +
+ +

+ +
+

- Asset Browser

+

+ The Asset Browser allows quick searching, previewing, grouping, and managing assets. +
+ It also serves as the hub for development, launching the other tools either by their icon, or by double clicking an asset. +
+ Assets inside the browser can also be dragged into other tools (such as Hammer). +
+

+ +
+

+
+ +
+

- Hammer Editor

+

+ The Source 2 Level Editor (Hammer) is a revolutionary leap above even contemporary level editors. +
+ On top of the expected brush-based manipulation, you can edit individual faces, edges, and even verticies, making it a full model editor. +
+
+ The new primitive in S2 is the Mesh, a vertex-based system, allowing concave, and complex geometry to be authored by the level designer. +

+

+
+

+ + + + +
+

+
+ +

H1

+

H2

+

H3

+

H4

+
+ + + +
+ + + + diff -r 000000000000 -r c1d19a9b477c site/features/tools/asset_browser_demo.webm Binary file site/features/tools/asset_browser_demo.webm has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/asset_browser_lg.png Binary file site/features/tools/asset_browser_lg.png has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/asset_browser_sm.png Binary file site/features/tools/asset_browser_sm.png has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/convexmesh.webm Binary file site/features/tools/hammer/convexmesh.webm has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/editbasics.webm Binary file site/features/tools/hammer/editbasics.webm has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/editor_window.png Binary file site/features/tools/hammer/editor_window.png has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/edittimelapse.webm Binary file site/features/tools/hammer/edittimelapse.webm has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/faceremoval.webm Binary file site/features/tools/hammer/faceremoval.webm has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/hammer.png Binary file site/features/tools/hammer/hammer.png has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/hammer/hammer_sm.png Binary file site/features/tools/hammer/hammer_sm.png has changed diff -r 000000000000 -r c1d19a9b477c site/features/tools/toolsbar.png Binary file site/features/tools/toolsbar.png has changed diff -r 000000000000 -r c1d19a9b477c site/home.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/home.html Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,63 @@ + + + + + + + + + + + + +
+ + + +
+

Welcome to the Source 2 Documentation Project!

+

This site is dedicated to documents, tutorials, and resources for the Source 2 engine.

+
+

News:

+

- Hello World (2020-01-01)

+

+ The S2DP was created in anticipation of the release of Half-Life: Alyx. Our purpose is to be a central location for Source 2 information.
+ As part of this, we'll be launching a Wiki, meant to be a cleaner and updated version of the old Valve Developer Wiki, without mixing Source and Source 2 information. +

+ Currently only this home page exists, but eventually we'll have a MediaWiki, a Source 2 Features page, and ancilliary resources. +

+ +
+ + + +
+ + + + diff -r 000000000000 -r c1d19a9b477c site/s2favicon.png Binary file site/s2favicon.png has changed diff -r 000000000000 -r c1d19a9b477c site/source2_new.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/source2_new.svg Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 000000000000 -r c1d19a9b477c site/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/style.css Wed Jan 01 21:21:10 2020 -0700 @@ -0,0 +1,140 @@ +body { + background-color:#202020; +} + +div.main { + width:1280px; + margin-right: auto; + margin-left: auto; + max-width: 100%; +} + +/* Header Styles */ +img.headerlogo { + width: 293px; + height: 96px; + display:block; + margin:auto; +} +ul.buttons { + color:#fafafa; + padding: 0px; + margin: 0px; + border-bottom-color: #373737; + border-bottom-width: 1px; + border-bottom-style: solid; +} +ul.buttons li { + font-family: 'Arimo', sans-serif; + font-size: 18px; + font-weight: 400; + list-style-type: none; + text-transform: uppercase; + display: inline-block; + padding: .25em; + padding-left: .25em; + padding-right: .25em; +} +ul.buttons li:hover { + background-color: #484848; +} +li.active{ + border-bottom-color: #f79a10; + border-bottom-width: 1px; + border-bottom-style: solid; + background-color: #484848; +} +ul.buttons a { + color:#FAFAFA; + text-decoration: none; +} + + +/* Text Styles */ +div.content { + font-family: 'Lato', sans-serif; + color:#fafafa; + margin: 1em; + margin-right: 4em; + word-wrap: break-word; + overflow-wrap: break-word; +} +div.content h1 { + margin-bottom: .25em; +} +div.content h3 { + margin-top: .25em; + margin-bottom: .25em; +} +div.content h4 { + margin-top: .25em; + margin-bottom: .25em; + +} +div.content p { + margin: 1em; + margin-top: .25em; + margin-bottom: .25em; + font-size: 0.875em; +} + + +/* Footer Styles */ +div.footer { + color:#fafafa; + border-top-color: #373737; + border-top-width: 1px; + border-top-style: solid; +} +div.footer p{ + font-family: "Arial", sans-serif; + text-align: right; + font-size: 12px; + margin-top: 16px; + margin-right: 2em; +} + + +/* Main Body Content Styles */ +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-style: none; + border-width: 0px; + border-bottom-color: #373737; + border-bottom-style: solid; + border-bottom-width: 1px; + } + +div.contentSection { + border-color: #282828; + border-style: solid; + border-width: 1px; + border-radius: 3px; + padding: 0.25em; + /* width: max-content; */ + background-color: #1e1e1e; + margin-bottom: 0.5em; +} +div.contentSection a { + color:#fafafa; + text-decoration: none; +} + +/* Media Styles */ +div.mediaContainer { + margin-left: auto; + margin-right: auto; + width: max-content; + max-width: 100%; +} +video { + max-width: 100%; +} + +/* External Fonts */ +@import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap'); +@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap'); \ No newline at end of file