Skip to content

Commit

Permalink
Revision 27/08/2022B - Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzuerio committed Aug 29, 2022
1 parent c2adcd8 commit f7da6d0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ with some extra changes and several new features such as:
- And many other stuff!

### Change Logs
To see what things are changed, see `CHANGES.MD`
To see what things are changed, see [`CHANGES.MD`](/CHANGES.MD)

### Download
**Via Steam Workshop**
Expand Down Expand Up @@ -74,13 +74,24 @@ https://github.com/Exho1/eChat (Exho1)
- May require of use of an additional game contents for specific maps & server-customized gamemodes.

### Contributors
See `CONTRIBUTORS.TXT`
See [`CONTRIBUTORS.TXT`](/CONTRIBUTORS.TXT)

### License & Rules

**Rules**
- This gamemode **Will No Longer support Single Player** because it's becoming useless. The reason is that there were some function that are made available only for Multiplayer Games.
If you want to use this to test with your Prop Hunt Map, consider creating a multiplayer server and use `sv_lan 1` in there.
- **Please keep the `cl_credits.lua` and `Contributors` table as original as possible.** Except if you want to add yourself as contributors.
- Any changes or modification you have made publicly available on Steam Workshop must include the license below and a link back to: https://gmodgameservers.com/prophuntx/rules or Prop Hunt: X's Repository Git Page
in your 'credits' page (e.g. Workshop Description, About, etc...)
_This does not apply if you modify the gamemode without submitting to the workshop, meaning that modification is solely for personal or "server side" use only._

**License**

```
You are free to use, modify, contribute, or distribute the Prop Hunt: X, "SOFTWARE" and making it only exclusively for Garry's Mod.
Any changes or modification you have made publicly on Steam Workshop must include this license and a link back to this page in your credits page.
You are, however, not permitted to use for: (but not limitted to)
You are free to use, modify, contribute, or distribute the Prop Hunt: X ("SOFTWARE") as long as it stated exclusively for Garry's Mod.
Any changes or modification you have made publicly on Steam Workshop must include this license and a link back to this page in your credits page.
You are, however, not permitted to use for:
- Commercial Purposes, including selling the codes.
- Using, copying, alter (porting) the code OUTSIDE from "Garry's Mod" Game WITHOUT Permission.
Expand Down
13 changes: 13 additions & 0 deletions addons/phx_integrity_checker/lua/autorun/sh_phx_integrity.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
--[=[
You are free to use, modify, contribute, or distribute the Prop Hunt: X ("SOFTWARE") as long as it stated exclusively for Garry's Mod.
Any changes or modification you have made publicly on Steam Workshop must include this license and a link back to this page in your credits page.
You are, however, not permitted to use for:
- Commercial Purposes, including selling the source code.
- Using, copying, alter (porting) the source code OUTSIDE of "Garry's Mod" Game WITHOUT Permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
]=]

if engine.ActiveGamemode() ~= "prop_hunt" then return end

local Errors = 0
Expand Down
15 changes: 15 additions & 0 deletions gamemodes/prop_hunt/gamemode/sh_init.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
--[[
( This License Applies to all files writen in "fretta and prop_hunt" gamemode directories )
You are free to use, modify, contribute, or distribute the Prop Hunt: X ("SOFTWARE") as long as it stated exclusively for Garry's Mod.
Any changes or modification you have made publicly on Steam Workshop must include this license and a link back to this page in your credits page.
You are, however, not permitted to use for:
- Commercial Purposes, including selling the source code.
- Using, copying, alter (porting) the source code OUTSIDE of "Garry's Mod" Game WITHOUT Permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
]]--

PHX = PHX or {}

TEAM_HUNTERS = 1
Expand Down

0 comments on commit f7da6d0

Please sign in to comment.