Skip to content

Commit

Permalink
CTF: Change gameplay to be more consistent with the original mod
Browse files Browse the repository at this point in the history
Changes:
- The enemy flag can only be captured if your team's flag is on your base
- Now team's flag can be returned
- Flag drop cooldown is now 0.5 seconds
- Defending the flag will give one bonus point.
- One bonus point for every player of the team for capturing the flag.
- Killing flag stealer gives one bonus point.
- Added capture limit (default: 10)
  • Loading branch information
rtxa committed Aug 6, 2024
1 parent 8b1f0ee commit 90fba9b
Show file tree
Hide file tree
Showing 11 changed files with 398 additions and 143 deletions.
35 changes: 26 additions & 9 deletions valve/addons/amxmodx/data/lang/agmodx_ctf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ CTF_FLAGBACK = Your flag has RETURNED!
CTF_EFLAGBACK = The ENEMY flag has RETURNED!
CTF_LOSTFLAG = Your team lost the ENEMY flag!
CTF_ELOSTFLAG = The ENEMY lost your FLAG!
!CTF_YOUCAP = vox/endgame you(e80) captured(e90) the(s15 e80) (e100) enemy flag
!CTF_TEAMCAP = vox/endgame Your(e90) team(e80) captured(e90) the(s15 e80) flag
!CTF_THEYCAP = vox/endgame the enemy team captured(e90) the(s15 e80) flag
!CTF_YOUGOTFLAG = vox/buzwarn you(e80) have(e90) the(s15 e80) enemy flag
!CTF_GOTFLAG = vox/buzwarn Your team has the(s15 e80) enemy flag
!CTF_EGOTFLAG = vox/buzwarn The enemy has(s5) your flag
!CTF_FLAGBACK = vox/deeoo Your(e80) flag(e80) has(s10) returned
!CTF_EFLAGBACK = vox/dadeda The enemy flag(e80) has(s5) returned

CTF_YOUHAVEBLUEFLAG = %n got the BLUE flag!
CTF_YOUHAVEREDFLAG = %n got the RED flag!
CTF_BLUEFLAGRETURNED = %n returned the BLUE flag!
CTF_REDFLAGRETURNED = %n returned the RED flag!
CTF_BLUEFLAGCAPTURED = %n captured the BLUE flag!
CTF_REDFLAGCAPTURED = %n captured the RED flag!
CTF_BLUEFLAGLOST = %n lost the BLUE flag!
CTF_REDFLAGLOST = %n lost the RED flag!
!CTF_YOUHAVEFLAG = ctf/youhaveflag
!CTF_TEAMHAVEFLAG = ctf/teamhaveflag
!CTF_ENEMYHAVEFLAG = ctf/enemyhaveflag
!CTF_BLUEFLAGSTOLEN = ctf/blueflagstolen
!CTF_REDFLAGSTOLEN = ctf/redflagstolen
!CTF_BLUESCORES = ctf/bluescores
!CTF_REDSCORES = ctf/redscores

[es]
CTF_NOTCTFMAP = Mapa no compatible con el modo CTF
Expand All @@ -30,4 +38,13 @@ CTF_EGOTFLAG = Han tomado tu BANDERA
CTF_FLAGBACK = Tu BANDERA ha sido DEVUELTA.
CTF_EFLAGBACK = La bandera ENEMIGA ha sido DEVUELTA.
CTF_LOSTFLAG = Tu equipo ha perdido la bandera ENEMIGA.
CTF_ELOSTFLAG = El ENEMIGO ha perdido tu BANDERA.
CTF_ELOSTFLAG = El ENEMIGO ha perdido tu BANDERA.

CTF_YOUHAVEBLUEFLAG = %n tiene la bandera AZUL!
CTF_YOUHAVEREDFLAG = %n tiene la bandera ROJA!
CTF_BLUEFLAGRETURNED = %n devolvio la bandera AZUL!
CTF_REDFLAGRETURNED = %n devolvio la bandera ROJA!
CTF_BLUEFLAGCAPTURED = %n capturo la bandera AZUL!
CTF_REDFLAGCAPTURED = %n capturo la bandera ROJA!
CTF_BLUEFLAGLOST = %n perdio la bandera AZUL!
CTF_REDFLAGLOST = %n perdio la bandera ROJA!
Loading

0 comments on commit 90fba9b

Please sign in to comment.