-
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added replays and spectating Revamped mapfinished panel Revamped credits (fixed bugs; right clicking makes them go faster) Added hud comparisons Added Source Shader Editor by [Biohazard90](https://github.com/Biohazard90) Fixed various bugs (though more will probably pop up)
- Loading branch information
Showing
605 changed files
with
97,581 additions
and
3,966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
# Momentum Mod | ||
![Build Status](https://ci.appveyor.com/api/projects/status/9hpr4p9suvlge305?svg=true) | ||
|
||
Momentum Mod is a free stand-alone Source mod with Counter-Strike: Source physics | ||
dedicated to bhop and surfing while trying to improve them and simultaneously making | ||
it easier to access and play (offline and online) as well as being cheaper | ||
Momentum Mod is a free, stand-alone Source Engine mod, based on Counter-Strike: Source movement physics. | ||
This project is dedicated to bhop and surfing, while not only trying to replicate them, but also trying to improve them. | ||
Our goal is to make it easier to access and play (offline and online) as well as being cheaper (did we mention it's free?) | ||
than any other Source game you'd have to buy to play either of these game modes. | ||
|
||
## Contributing | ||
|
||
You can read about how to contribute to the development of the mod | ||
at the [contributing](CONTRIBUTING.md) section | ||
at the [contributing](CONTRIBUTING.md) section. | ||
|
||
You can find a (code focused) TO DO at [TODO.md](TODO.md), where you can see what we | ||
plan to do next or what we have in mind (But, as it is a development list, we may skip some | ||
of the ideas for whatever reason) | ||
You can find a general TO-DO for the project over [at our Trello board](https://trello.com/momentum_mod). Feel free to tackle something if it tickles your fancy! Just note that if members are assigned to a feature, it is most likely already being worked on! | ||
|
||
|
||
## Contact | ||
You can contact us [at our website](http://momentum-mod.org/contact) | ||
|
||
<sub><sub>The licenses and legal notices can be found at [SDK LICENSE](LICENSE) and [THIRD PARTY LEGAL NOTICES](thirdpartylegalnotices.txt)</sub></sub> | ||
You can [contact us at our website](http://momentum-mod.org/contact)! | ||
|
||
## License | ||
<sub><sub>The licenses and legal notices can be found at [SDK LICENSE](LICENSE) and [THIRD PARTY LEGAL NOTICES](thirdpartylegalnotices.txt)</sub></sub> |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
"EDITOR_SHADER" | ||
{ | ||
"$SHADERNAME" "detail_prop_shader" | ||
|
||
"$basetexture" "detail/grass_sprites" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
"EDITOR_SHADER" | ||
{ | ||
"$SHADERNAME" "detail_prop_shader" | ||
|
||
"$basetexture" "detail/grass_lawn_cut" | ||
//"$grass_spec_color" "[0.367906 0.44 0.1914]" | ||
"$grass_spec_color" "[0.8 1.0 0.3]" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
"EDITOR_SHADER" | ||
{ | ||
"$SHADERNAME" "detail_prop_shader" | ||
|
||
"$basetexture" "detail/grass_lawn_cut_dark" | ||
"$grass_spec_color" "[0.7 0.6 0.5]" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
"EDITOR_SHADER" | ||
{ | ||
"$SHADERNAME" "detail_prop_shader" | ||
|
||
"$basetexture" "detail/grass_lawn_cut_lite" | ||
"$grass_spec_color" "[0.7 0.6 0.4]" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-03" | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-05" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-06" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-07" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-08" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-09" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_gray-21" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"LightmappedGeneric" | ||
{ | ||
"$basetexture" "dev_nyro\dev_red_a-01" | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.