Skip to content

Commit

Permalink
Merge pull request #68 from momentum-mod/replay_wip
Browse files Browse the repository at this point in the history
Replay files, mapfinished panel, comparisons, accurate timer
  • Loading branch information
tuxxi authored Jun 19, 2016
2 parents 69b2190 + 445f733 commit 65e437f
Show file tree
Hide file tree
Showing 206 changed files with 8,231 additions and 3,170 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ ipch
*.vcxproj.filters
*.pdb
*.lib
*.VC.db
*.VC.VC.opendb

# OSX/Linux build products
*.mak
Expand Down Expand Up @@ -78,4 +80,6 @@ voice_ban.dt
*.prt
*.vmx
*.lin
*.vdf
*.vdf
*.pch.ib_tag
*.ib_pdb_index
15 changes: 10 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# About contributing
Contributing to the mod is very easy. Just fork the repo, make your desired changes
# About Contributing
Contributing to this project is very easy. Just fork the repo, make your desired changes
and then send us a pull request and we'll happily revise it.

Note: We use Hungarian Notation (Systems), spaces instead of tabs, and ClangFormat for any custom file added to the project.

When writing the Pull Request comment, don't forget to ask to get listed in the contributors section of the web by providing a name/alias that will be displayed in the credits section of the mod. If you don't provide a name, we'll use your GitHub username
If your work is to be used in our project, we will credit you with a Contributor role on [our credits page.](http://momentum-mod.org/about) If you wish to have a certain name in this credit, make sure to mention it in the comments of your Pull Request, otherwise, we'll just use your GitHub username.

**Every help we can get is welcomed**
If we like your work enough, we may invite you to be on the team!

If you have any other concerns, feel free to [contact us!](http://momentum-mod.org/contact)

**All the help we can get is very welcome!**


Also, *as this is a Source mod*, VALVe's contributing conditions apply here as well:
Expand All @@ -26,4 +31,4 @@ provide your Contribution "as is" without warranties.*
creation, you may submit it to Valve separate from any Contribution,
explicitly identifying it as sourced from a third party, stating the details
of its origin, and informing Valve of any license or other restriction of
which you are personally aware.*
which you are personally aware.*
18 changes: 8 additions & 10 deletions README.md
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>
204 changes: 0 additions & 204 deletions TODO.md

This file was deleted.

5 changes: 2 additions & 3 deletions mp/game/momentum/cfg/config_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ bind "CTRL" "+duck"
bind "e" "+use"
bind "c" "impulse 50"
bind "r" "+reload"
bind "ALT" "+walk"
bind "SHIFT" "+speed"
bind "SHIFT" "+walk"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "f" "impulse 100"
Expand All @@ -39,7 +38,7 @@ bind "g" "phys_swap"
bind "y" "messagemode"
bind "u" "messagemode2"
bind "k" "+voicerecord"
//Momentum releated
//Momentum related
bind "F5" "mom_restart"
bind "F6" "mom_reset"
bind "z" "showCPmenu"
Expand Down
7 changes: 2 additions & 5 deletions mp/game/momentum/cfg/valve.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ exec autoexec.cfg
stuffcmds
sv_unlockedchapters 99 //Random background selection
startupmenu
//THESE FIX DEMO PLAYBACK BUG, DO NOT REMOVE
sv_client_min_interp_ratio 0
sv_client_max_interp_ratio 0
cl_interp 0
cl_interp_ratio 0
//"fix" for demo playback stutter bug. MOM_TODO: fix this for realzies
demo_interpolateview 0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-03.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-05.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-06.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-07.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-08.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-09.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_gray-21.vmt
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.
4 changes: 4 additions & 0 deletions mp/game/momentum/materials/dev_nyro/dev_red_a-01.vmt
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_blue_b-02"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_blue_b-05"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_gray-03"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_gray-05"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_gray-07"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_gray-09"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"vertexlitgeneric"
{
"$model" "1"
"$basetexture" "dev_nyro\dev_gray-10"
}
Loading

0 comments on commit 65e437f

Please sign in to comment.