Skip to content

Commit 2b34fd8

Browse files
committed
doc improvements
1 parent 5ec4712 commit 2b34fd8

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

.github/PULL_REQUEST_TEMPLATE/docs_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ assignees:
1515

1616
### Checklist
1717
<!-- You do not have to answer "yes" to all of these to open a pull request -->
18-
- [ ] This PR targets the `changes` branch.
18+
- [ ] This PR targets the `changes` or `base` branch.
1919
- [ ] This idea has been filed as an issue.
2020
- [ ] No other PRs implement this idea.
2121

.github/PULL_REQUEST_TEMPLATE/feature_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assignees:
2424
- [ ] I certify that this PR is my own entirely original work, or I have permission from and have attributed the relevant authors.
2525
- [ ] I have agreed to and signed this project's [Contributor License Agreement](https://cla-assistant.io/mastercomfig/team-comtress-2).
2626
- [ ] This PR only contains changes to the engine and/or core game framework
27-
- [ ] This PR targets the `changes` branch.
27+
- [ ] This PR targets the `changes` or `base` branch.
2828

2929
<!-- You do NOT have to answer "yes" to the following, but please mark them if relevant -->
3030
<!-- To tick a checkbox, place an 'x' in it, like so: [x] -->

.github/PULL_REQUEST_TEMPLATE/tc2_bug_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assignees:
2424
- [ ] I certify that this PR is my own entirely original work, or I have permission from and have attributed the relevant authors.
2525
- [ ] I have agreed to and signed this project's [Contributor License Agreement](https://cla-assistant.io/mastercomfig/team-comtress-2).
2626
- [ ] This PR only contains changes to the engine and/or core game framework
27-
- [ ] This PR targets the `changes` branch.
27+
- [ ] This PR targets the `changes` or `base` branch.
2828

2929
<!-- You do NOT have to answer "yes" to the following, but please mark them if relevant -->
3030
<!-- To tick a checkbox, place an 'x' in it, like so: [x] -->

.github/PULL_REQUEST_TEMPLATE/tf2_bug_pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assignees:
2424
- [ ] I certify that this PR is my own entirely original work, or I have permission from and have attributed the relevant authors.
2525
- [ ] I have agreed to and signed this project's [Contributor License Agreement](https://cla-assistant.io/mastercomfig/team-comtress-2).
2626
- [ ] This PR only contains changes to the engine and/or core game framework
27-
- [ ] This PR targets the `changes` branch.
27+
- [ ] This PR targets the `changes` or `base` branch.
2828

2929
<!-- You do NOT have to answer "yes" to the following, but please mark them if relevant -->
3030
<!-- To tick a checkbox, place an 'x' in it, like so: [x] -->

.github/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,15 @@
1010
* [Community video benchmark 1](https://youtu.be/Jj4IjW0EQ6Q)
1111
* [Community video benchmark 2](https://youtu.be/VRMWTYv5Fmc)
1212

13+
Come play with us! `connect tc2.mastercomfig.com`
14+
1315
# Welcome to Team Comtress 2!
1416

1517
### What *is* TC2?
1618

1719
Team Comtress 2 is a set of modifications on top of an older version of Team Fortress 2, with a community development team fixing bugs, improving performance, and adding quality of life features, with the goal of having those changes pulled upstream by Valve to the modern game.
1820

19-
### What is TC2 *not*?
20-
21-
**TC2 is *not* an alternative, more stable game experience**
22-
23-
TC2 is based on the 2017 TF2 source code leak, which contained an in-development version of Jungle Inferno. This build is rife with issues and incomplete features, and ***is not compatible*** with the modern game client.
24-
25-
### Does TC2 include other community patches?
26-
27-
Not at the moment, we are focusing on our own patches to send to Valve.
21+
TC2 is mostly about the changes made _on top_ of a mid-Jungle Inferno development build of the game, so please keep in mind that it isn't a fully polished experience.
2822

2923
## How can I help?
3024

@@ -41,7 +35,7 @@ Not at the moment, we are focusing on our own patches to send to Valve.
4135
New users should follow this approach.
4236

4337
1. Copy your current `Team Fortress 2` installation to a new folder.
44-
2. In your copied TF2 folder, delete the `tf/custom` and `tf/addons` folders if you have them, as well as `tf/cfg/autoexec.cfg`, `tf/cfg/config.cfg`, and any class configs (such as `heavyweapons.cfg` or `spy.cfg`).
38+
2. In your copied TF2 folder, delete the `tf/custom` and `tf/addons` folders if you have them, as well as `tf/cfg/autoexec.cfg`, `tf/cfg/config.cfg`, and any class configs (such as `heavyweapons.cfg` or `spy.cfg`). One of the points of the changes we are making is to remove the need for graphical or networking configs. Do not have mastercomfig installed.
4539
* Do *not* delete the entire `tf/cfg` folder!
4640
3. [Download](https://github.com/mastercomfig/tf2-patches/releases/latest) `game_dist.zip` from the latest release.
4741
4. ![Unblock ZIP](https://kb.corel.com/Attachments/kcs-180590/unblock3.png) <br> Right click on the ZIP, open Properties, and then Unblock it to speed up extraction and prevent conflicts with anti-virus software triggering false positives.

0 commit comments

Comments
 (0)