capturetheflag/mods/ctf
ANAND cbee83a2ac Improve directory structure of maps
- Each map will have its own sub-dir, containing
  - `map.conf` (used to be `<map_name>.conf`)
  - `map.mts` (used to be `<map_name>.mts`)
  - `screenshot.png` (used to be `<map_name>.png`)
  - `skybox_<n>.png` (used to be `<map_name>_skybox_<n>.png`)
- The `ctf_map` post-processing actions for maps has been moved into a dedicated shell script `setup_maps.sh`. This script appropriately renames all the textures to while copying them over to the mod's textures/ sub-dir. e.g.
  - `cool_map/screenshot.png` ---> `cool_map.png`
  - `awesome_map/skybox_2.png` ---> `awesome_map_skybox_2.png`
2019-11-10 17:20:38 +05:30
..
ctf ctf/core.lua: Fix incorrect indentation 2019-11-09 12:25:45 +05:30
ctf_alloc Remove leftover debug messages from 2653a09 2019-11-08 08:00:46 +05:30
ctf_bandages Fix depends.txt present in mods from ctf_pvp_engine 2019-08-31 11:40:46 +05:30
ctf_bounties Improve log messages (#422) 2019-10-18 11:22:18 +05:30
ctf_chat ctf_chat: Add colored PMs (#449) 2019-09-18 02:28:17 +08:00
ctf_colors Fix depends.txt present in mods from ctf_pvp_engine 2019-08-31 11:40:46 +05:30
ctf_crafting Fixing documentation for reinforced cobble (#482) 2019-10-28 19:03:48 +01:00
ctf_events Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
ctf_flag Fix depends.txt present in mods from ctf_pvp_engine 2019-08-31 11:40:46 +05:30
ctf_inventory Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
ctf_map Improve directory structure of maps 2019-11-10 17:20:38 +05:30
ctf_marker Improve log messages (#422) 2019-10-18 11:22:18 +05:30
ctf_match Improve log messages (#422) 2019-10-18 11:22:18 +05:30
ctf_metrics Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
ctf_playertag Improve log messages (#422) 2019-10-18 11:22:18 +05:30
ctf_respawn_immunity Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
ctf_stats Improve log messages (#422) 2019-10-18 11:22:18 +05:30
ctf_traps Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
ctf_treasure ctf_treasure/init.lua: Align lines using whitespaces for improved readability 2019-10-29 12:39:50 +05:30
ctf_userlimit Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
modpack.conf Use "modpack.conf" instead of "modpack.txt" (#441) 2019-08-20 13:06:41 +08:00