Skip to content

Commit

Permalink
Merge branch 'fo-skins' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
drzel committed Aug 14, 2024
2 parents 0feaf5d + 0556818 commit cbce603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ sound files are found in `fortress/sound/hitaudio/` and `fortress/sound/announc
* `localinfo fo_matchrated 2` whether match is rated / affects trueskill. 2 is false for 1v1 and 2v2 only.
* `localinfo backend_address <uri>` to specify backend API endpoint. Default: https://www.fortressone.org/
* All-time attack and all-time defence team options.
* `setinfo team1color <hexcode>` to set the top and bottom colours for team 1.
* `setinfo team2color <hexcode>` to set the top and bottom colours for team 2.
* `setinfo team3color <hexcode>` to set the top and bottom colours for team 3.
* `setinfo team4color <hexcode>` to set the top and bottom colours for team 4.
* `setinfo team<n>color <color>` sets player skins colours for team <n>, where <color> is quake palette 0-15 or hex code beginning with 0x. E.g. `setinfo team1colour 0` makes all team 1 players white, `setinfo team2color 0xFF8800` makes all team 2 players orange. `setinfo team<n>color ""` to restore defaults.
* `setinfo precise_grenades on/off` to enable precise timing when throwing grenades. This removes a random, up to, 100ms input delay. (default on)
* `localinfo forcereload 0/1` Option to prevent forced reloads.
* `+grenade1` and `+grenade2` grenade buttons (more reliable than impulses), push to prime, again to throw.
Expand Down
1 change: 1 addition & 0 deletions csqc/main.qc
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ static void UpdateTeamColorCrosshair() {
break;
case 4:
crosshair_color = "0x00ff00";
break;
}
localcmd("crosshaircolor ", crosshair_color, "\n");
crosshair_team_no = team_no;
Expand Down

0 comments on commit cbce603

Please sign in to comment.