forked from ValveSoftware/halflife
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7148216
commit 4f1ceea
Showing
1 changed file
with
19 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
Half Life Bunnymod | ||
====================== | ||
### Description: | ||
Very simple alternative to Bunnymod Pro | ||
|
||
### Motivation: | ||
Bunnymod Pro contains some features, which is incompatible with speedrunning philosophy. Specifically it's changes game mechanics. For example, you can charge your weapons during loading section, which is not a feature of any version of half-life. This version holds more conservative point of view. | ||
|
||
|
||
### Features: | ||
- Uncapped bunny hop speed. Reverted how it was before 2011 year | ||
- Speedometer. Also displays speed of last jump | ||
- Health can be displayed above 255 | ||
- Steam version supported | ||
- Windows and Linux supported | ||
|
||
#### Chvars: | ||
- hud_speedometer <</0|1> - toggle speedometer | ||
|
||
Half Life 1 SDK LICENSE | ||
====================== | ||
|
||
|
@@ -17,41 +36,3 @@ LIMITATION OF LIABILITY. IN NO EVENT SHALL VALVE OR ITS SUPPLIERS BE LIABLE FOR | |
|
||
|
||
If you would like to use the SDK for a commercial purpose, please contact Valve at [email protected]. | ||
|
||
|
||
Half-Life 1 | ||
====================== | ||
|
||
This is the README for the Half-Life 1 engine and its associated games. | ||
|
||
Please use this repository to report bugs and feature requests for Half-Life 1 related products. | ||
|
||
Reporting Issues | ||
---------------- | ||
|
||
If you encounter an issue while using Half-Life 1 games, first search the [issue list](https://github.com/ValveSoftware/halflife/issues) to see if it has already been reported. Include closed issues in your search. | ||
|
||
If it has not been reported, create a new issue with at least the following information: | ||
|
||
- a short, descriptive title; | ||
- a detailed description of the issue, including any output from the command line; | ||
- steps for reproducing the issue; | ||
- your system information.\*; and | ||
- the `version` output from the in‐game console. | ||
|
||
Please place logs either in a code block (press `M` in your browser for a GFM cheat sheet) or a [gist](https://gist.github.com). | ||
|
||
\* The preferred and easiest way to get this information is from Steam's Hardware Information viewer from the menu (`Help -> System Information`). Once your information appears: right-click within the dialog, choose `Select All`, right-click again, and then choose `Copy`. Paste this information into your report, preferably in a code block. | ||
|
||
Conduct | ||
------- | ||
|
||
|
||
There are basic rules of conduct that should be followed at all times by everyone participating in the discussions. While this is generally a relaxed environment, please remember the following: | ||
|
||
- Do not insult, harass, or demean anyone. | ||
- Do not intentionally multi-post an issue. | ||
- Do not use ALL CAPS when creating an issue report. | ||
- Do not repeatedly update an open issue remarking that the issue persists. | ||
|
||
Remember: Just because the issue you reported was reported here does not mean that it is an issue with Half-Life. As well, should your issue not be resolved immediately, it does not mean that a resolution is not being researched or tested. Patience is always appreciated. |