Add missing setting details
This commit is contained in:
parent
87b345580a
commit
89c1c20b88
@ -7,7 +7,6 @@ ctf.register_on_init(function()
|
|||||||
ctf._set("flag.waypoints", true)
|
ctf._set("flag.waypoints", true)
|
||||||
ctf._set("flag.protect_distance", 25)
|
ctf._set("flag.protect_distance", 25)
|
||||||
ctf._set("flag.nobuild_radius", 3)
|
ctf._set("flag.nobuild_radius", 3)
|
||||||
ctf._set("flag.capture_mode", true)
|
|
||||||
ctf._set("flag.drop_time", 7*60)
|
ctf._set("flag.drop_time", 7*60)
|
||||||
ctf._set("flag.drop_warn_time", 60)
|
ctf._set("flag.drop_warn_time", 60)
|
||||||
ctf._set("flag.alerts", true)
|
ctf._set("flag.alerts", true)
|
||||||
|
@ -40,14 +40,13 @@
|
|||||||
| flag.alerts | true | prompts like "X has captured your flag" |
|
| flag.alerts | true | prompts like "X has captured your flag" |
|
||||||
| flag.alerts.neutral_alert | true | show prompt in neutral state, ie: "attack and defend!" |
|
| flag.alerts.neutral_alert | true | show prompt in neutral state, ie: "attack and defend!" |
|
||||||
| flag.allow_multiple | true | teams can have multiple flags |
|
| flag.allow_multiple | true | teams can have multiple flags |
|
||||||
| flag.capture_mode | true | whether a player needs to return flag to base to capture |
|
| flag.capture_take | false | whether a player needs to return flag to base to capture |
|
||||||
| flag.capture_take | false |
|
| flag.drop_time | 420 | time in seconds before a player drops the flag they're holding |
|
||||||
| flag.drop_time | 420 |
|
| flag.drop_warn_time | 60 | warning time before drop |
|
||||||
| flag.drop_warn_time | 60 |
|
| flag.nobuild_radius | 3 | area around flag where you can't build |
|
||||||
| flag.nobuild_radius | 3 |
|
| flag.names | true | enable naming flags |
|
||||||
| flag.names | true |
|
| flag.protect_distance | 25 | area protection distance |
|
||||||
| flag.protect_distance | 25 |
|
| flag.waypoints | true | enable waypoints to flags |
|
||||||
| flag.waypoints | true |
|
|
||||||
| gui.tab.flags | true | Show flags tab |
|
| gui.tab.flags | true | Show flags tab |
|
||||||
| gui.team.teleport_to_flag | true | Enable teleport to flag button in flags tab |
|
| gui.team.teleport_to_flag | true | Enable teleport to flag button in flags tab |
|
||||||
| gui.team.teleport_to_spawn | false | Enable teleport to spawn button in flags tab |
|
| gui.team.teleport_to_spawn | false | Enable teleport to spawn button in flags tab |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user