Avyukt More

Results 8 comments of Avyukt More

> see https://github.com/MT-CTF/capturetheflag/blob/master/mods/ctf/ctf_stats/init.lua line 210 > > ```lua > return stats.score >= 10000 and kd >= 1.5 > ``` >just remove the "and kd >= 1.5". We can't call that...

```lua function ctf_stats.is_pro(name) local stats = ctf_stats.player(name) local kd = stats.kills / (stats.deaths == 0 and 1 or stats.deaths) local ca = stats.captures / stats.attempts return (stats.score >= 10000 and...

Now, Capture are pro requirements. But yet, if players make 10 captures and then just going for k/d is also a problem.

### Experience People who played the game for a long time and know the game, would be eligible for pro section. As @Anthony-De said, a certain amount of score per...

The map seems to be too plain according to @ksandronline's screenshot. Flat and plain maps are too boring these days...

@ClobberXD Skiing can be done in MT, for that, you need to create a mod using LUA. Even if you create it, its optional to add it in CTF. If...

Cool Map with nice skyboxes and ores and with proper amount of gravity and speed, I am here itself approving it because Authors can't approve their Pull Request manually. As...

> This PR seem to be editing a lot more files than it probably should edit No Changes Needed... These are just the same files which were changed by others....