STEAM GROUP
Notarged 2 ntrgd2
STEAM GROUP
Notarged 2 ntrgd2
0
IN-GAME
1
ONLINE
Founded
May 29, 2018
Language
English
ABOUT Notarged 2

Notarged 2 | A Survival Source & Underhell Game

English/English
Notarged 2 is a survival version of Underhell from Lox Game Studio.
We do use some assets from other modifications. This modification will be completely free, there are no commercial purposes.

This modification will have its own game launcher. So because of this, you will be able to play this modification directly, you don't need to download any of SDK Base.

Lox Game Launcher will be completely customizable. This launcher won't only for Notarged 2 because you will be able to play other Source modifications with this launcher aswell. Additionally to that Lox Direct Play will let you to inject Notarged 2 shaders to another modifications.

We will not be able to change this modification too much, because we have no control over of codebase. We will try our best.

Deutsch/German
Notarged 2 ist eine survival version von dem Spiel Underhell und geschrieben von Lox Game Studio. Wir benutzen Assets von anderen Mods und dieser Mod ist komplett kostenlos. Es gibt keine kommerzielen Absichten.

Dieser Mod besitzt einen eigenen Game Launcher. Deswegen ist man in der Lage, dass Spiel sofort zu starten ohne "SDK Base" herunterladen zu müssen.

Der Lox Game Launcher wird komplett anpassbar sein. Dieser Launcher wird zudem nicht nur für Notarged 2 sein, da es möglich sein wird auch andere Source Mods damit zu spielen. Zudem wird Lox Direct Play es ermöglichen Notarged 2 Shaders auf andere Mods übertragen zu können.

Türkçe/Turkish
Notarged 2, Lox Game Studio'dan Underhell'in hayatta kalma sürümüdür.
Bazı içerikleri diğer değişikliklerden kullanıyoruz. Bu değişiklik tamamen ücretsiz olacak, ticari amaçlı değildir.

Bu değişikliğin kendi oyun başlatıcısı olacak. Bu nedenle, bu değişikliği doğrudan oynayabileceksiniz, herhangi bir SDK Tabanı'nı indirmeniz gerekmez.

Lox Game Launcher tamamen özelleştirilebilir olacak. Ve bu başlatıcı sadece Notarged 2 için değil. Diğer Source modifikasyonlarını oynayabileceksiniz. Ayrıca, Lox Direct Play, Notarged 2 içeriklerini başka bir modifikasyona da enjekte etmenizi sağlar.

Bu değişikliği çok fazla değiştiremeyiz, çünkü kod tabanı üzerinde kontrolümüz yoktur. Elimizden gelenin en iyisini yapmak için uğraşıyoruz.

ModDB
Website[ntrgd2.lgamestudio.com]
Discord Group[discord.gg]
POPULAR DISCUSSIONS
VIEW ALL (2)
RECENT ANNOUNCEMENTS
Lox Map Compiler 2 project design is ready
We offer a comprehensive compiler system
The project is fully modular and can be modified by a person. We will share some parts of the project as open source, to let everyone change it like how they want.

How it works?
The design of the project lets you compile multiple maps at the same time. We call that "Buildslaves". Everything will be much easier because you don't need to wait to finish the compile, you can continue doing your work while compiling the map.
The software offers a project system, every map will be a project in the software when you add. Therefore, you will be able to share your project with others and can share your compiler settings in order to let others compile maps for your modification.
Every project will have its own options for the compilers. And there will be suboptions in the compilers. You will be able to type code in suboptions, pre-build and post-build system.

For now, it's all that we can say about it.
See you soon with Lox Game Launcher.

Lox Game Studio Team.

Notarged 2 ModDB Page - Cascading Style Sheets
Preview
/*Copyright © 2012 - 2018, Lox Game Studio. All rights reserved.*/ /*You are not allowed to use without letting us know. Just let us know that you will use it.*/ /*Default link styles & others*/ a { color: #ccc; -webkit-transition: text-shadow 0.5s, color 0.5s ease; -moz-transition: text-shadow 0.5s, color 0.5s ease; -o-transition: text-shadow 0.5s, color 0.5s ease; transition: text-shadow 0.5s, color 0.5s ease; } a:hover { color: red !important; text-shadow: 0px 0px 8px red; } a:visited { color: #ccc; } a:active { color: #FFFFFF; } div.progressbar { background: rgb(35,35,35); color: #ccc; border-color: rgba(15,15,15, 0.5) !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; box-shadow: 1px 1px 3px rgba(15,15,15,0.8); } textarea.text, textarea { border: 1px solid rgba(55,55,55,0.3) !important; background-color: rgba(45,45,45,0.9); color: #ccc; -webkit-box-shadow: inset 1px 0px 4px 1px rgba(0,0,0,0.42); -moz-box-shadow: inset 1px 0px 4px 1px rgba(0,0,0,0.42); box-shadow: inset 1px 0px 4px 1px rgba(0,0,0,0.42); border-radius: 3px; font-size: 1em; padding: 2px; -webkit-transition: border-color 0.5s, box-shadow 0.5s ease; -moz-transition: border-color 0.5s, box-shadow 0.5s ease; -o-transition: border-color 0.5s, box-shadow 0.5s ease; transition: border-color 0.5s, box-shadow 0.5s ease; } textarea:focus, input:focus { outline: none; } input[type="file"] { margin-top: 5px; background-color: rgba(255,69,0,0.9); -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75); } ::-webkit-file-upload-button, input[type="button"] { background: rgba(45,45,45,1); -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15); color: #ccc; border: 1px solid rgba(25,25,25,0.3); -webkit-transition: text-shadow 0.5s ease; -moz-transition: text-shadow 0.5s ease; -o-transition: text-shadow 0.5s ease; transition: text-shadow 0.5s ease; } ::-webkit-file-upload-button:hover, input[type="button"]:hover { text-shadow: 0px 0px 5px rgba(255, 255, 255, 1); } div.supporter { background-color: rgba(25,25,25,0.7) !important; } div.tooltip { background-color: transparent !important; padding: 0px !important; } /*OTHER SELECTS*/ select { border: 1px solid rgba(55,55,55,0.3) !important; background-color: rgba(45,45,45,0.9); color: #ccc; -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.6); -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.6); box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5); border-radius: 3px; font-size: 1em; padding: 2px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; padding-right: 15px; } select option { background-color: rgb(55, 55, 55); } select::-ms-expand { display: none; } /*END OTHER SELECTS*/ ::-webkit-scrollbar { width: 1em; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb { background-color: rgba(55,55,55,0.7); outline: 1px solid rgb(20,20,20); } ::-webkit-scrollbar-thumb:hover { background-color: rgba(33,33,33,1); } ::-webkit-scrollbar-thumb:active { background-color:rgba(27,27,27,0.9) } ::-webkit-scrollbar-button { background-color: rgba(25,25,25,0.8); color: gray; border: none; } ::-webkit-scrollbar-button:hover { background-color:rgba(20,20,20,0.9); color: white; } ::-webkit-scrollbar-button:active { background-color: rgba(18,18,18,1); color:gray; } ::-webkit-scrollbar-corner { background-color: rgba(50,50,50,0.7); } /*END DEFAULT*/ div.normalbox div.table div.row:nth-of-type(2n-1) { background-color: transparent; } div.headernormalbox.normalbox { margin-top: -25px !important; } div.headernormalbox.normalbox div.inner div.body.clear { background: none; } div#searchbox { float:right; background-image: none; opacity: 1; background-color: rgba(20,20,20,0.9); -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.90); -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.90); box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.90); border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; } div.inner div.body.clear form.filter { background-color: transparent; } div#searchbox span.member a, div#searchbox span.guest a { color:rgba(255, 255, 255, 0.9) !important; -webkit-transition: text-shadow 0.5s ease; -moz-transition: text-shadow 0.5s ease; -o-transition: text-shadow 0.5s ease; transition: text-shadow 0.5s ease; padding-left: 5px; } div#searchbox span.member a:hover, div#searchbox span.guest a:hover { color: white !important; text-shadow: 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1); } div.tooltip.errortooltip.clear { color: red; text-shadow: 0px 0px 8px red; } div.tooltip.errortooltip.clear p a { color: rgba(255,0,0,0.7); text-shadow: 0px 0px 3px red; -webkit-transition: text-shadow 0.5s, color 0.5s ease; -moz-transition: text-shadow 0.5s, color 0.5s ease; -o-transition: text-shadow 0.5s, color 0.5s ease; transition: text-shadow 0.5s, color 0.5s ease; } div.tooltip.errortooltip.clear p a:hover { color: red; text-shadow: 0px 0px 8px red; } div.rowerror.clear { background-color: rgba(25,25,25,0.6); border-left-color: rgba(255,0,0,1) !important; border-left-width: 3px !important; } div.ratingbar { border: 1px solid rgba(10,10,10,0.9) !important; } a#downloadmirrorstoggle.thickbox { margin-right: -100px; background-repeat: no-repeat; opacity: 0.6; background-size: 32px 32px; -webkit-transition: filter 0.5s, opacity 0.5s ease; -moz-transition: filter 0.5s, opacity 0.5s ease; -o-transition: filter 0.5s, opacity 0.5s ease; transition: filter 0.5s, opacity 0.5s ease; } a#downloadmirrorstoggle.thickbox:hover { opacity: 1; filter: contrast(2); }

Click here[drive.google.com] to see all code.

VIEW ALL (17)
GROUP MEMBERS
Administrators
Moderators
Members
0
IN-GAME
1
ONLINE
0 IN CHAT
Enter chat room
Founded
May 29, 2018
Language
English