From 72dbadedc7cb747298c366e3b437e476ec37f3d5 Mon Sep 17 00:00:00 2001 From: s20 Date: Sun, 21 Jul 2024 12:40:09 +0530 Subject: [PATCH] Rename image names to fit general pattern --- ...ble-low-ram-mode.png => enable_low_ram_mode.png} | Bin ...ranch-example.png => pr_fork_branch_example.png} | Bin ...-example.png => pr_forked_repo_code_example.png} | Bin ..._section_example.png => prs_section_example.png} | Bin .../topics/Making-a-Map-for-Capture-the-Flag.md | 2 +- .../topics/Testing-a-Map-for-Capture-the-Flag.md | 8 ++++---- Writerside/topics/Troubleshooting.md | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) rename Writerside/images/{enable-low-ram-mode.png => enable_low_ram_mode.png} (100%) rename Writerside/images/{pr-fork-branch-example.png => pr_fork_branch_example.png} (100%) rename Writerside/images/{pr-forked-repo-code-example.png => pr_forked_repo_code_example.png} (100%) rename Writerside/images/{pr-s_section_example.png => prs_section_example.png} (100%) diff --git a/Writerside/images/enable-low-ram-mode.png b/Writerside/images/enable_low_ram_mode.png similarity index 100% rename from Writerside/images/enable-low-ram-mode.png rename to Writerside/images/enable_low_ram_mode.png diff --git a/Writerside/images/pr-fork-branch-example.png b/Writerside/images/pr_fork_branch_example.png similarity index 100% rename from Writerside/images/pr-fork-branch-example.png rename to Writerside/images/pr_fork_branch_example.png diff --git a/Writerside/images/pr-forked-repo-code-example.png b/Writerside/images/pr_forked_repo_code_example.png similarity index 100% rename from Writerside/images/pr-forked-repo-code-example.png rename to Writerside/images/pr_forked_repo_code_example.png diff --git a/Writerside/images/pr-s_section_example.png b/Writerside/images/prs_section_example.png similarity index 100% rename from Writerside/images/pr-s_section_example.png rename to Writerside/images/prs_section_example.png diff --git a/Writerside/topics/Making-a-Map-for-Capture-the-Flag.md b/Writerside/topics/Making-a-Map-for-Capture-the-Flag.md index f5029f9..c88dfdc 100644 --- a/Writerside/topics/Making-a-Map-for-Capture-the-Flag.md +++ b/Writerside/topics/Making-a-Map-for-Capture-the-Flag.md @@ -35,7 +35,7 @@ ## 3. Creating the world * After opening Minetest, go to settings and under Capture the Flag, enable `Low RAM mode`. Enable this setting to prevent the game from crashing due to [memory related crashes](Troubleshooting.md#low-ram-mode). - ![enable-low-ram-mode.png](enable-low-ram-mode.png) + ![enable-low-ram-mode.png](enable_low_ram_mode.png) * Return back and make sure you are in the `Start Game` tab. Then, select the `Capture the Flag` game. ![Game Icon](game_icon.png) diff --git a/Writerside/topics/Testing-a-Map-for-Capture-the-Flag.md b/Writerside/topics/Testing-a-Map-for-Capture-the-Flag.md index 1539a5b..e6ed2f2 100644 --- a/Writerside/topics/Testing-a-Map-for-Capture-the-Flag.md +++ b/Writerside/topics/Testing-a-Map-for-Capture-the-Flag.md @@ -68,7 +68,7 @@ Pull Request (PR) - Go to the [CTF maps repository](https://github.com/mt-CTF/maps) using the web browser of your choice. - Click `Pull Requests`: -![PR button](pr-s_section_example.png) +![PR button](prs_section_example.png) - You will be directed to a webpage listing PRs with their respective labels. Clicking on a particular PR will take you to it. - There will be a series of tabs that will help you navigate through the things related to a specific PR. (An example image is shown below.) @@ -84,11 +84,11 @@ The Map PRs have labels that indicate their current development stage and give i - Go to the `Pull Requests` tab and select the PR you want to review. - Click on the blue text indicating the `:`, like: -![PR Fork/Branch Example](pr-fork-branch-example.png) +![PR Fork/Branch Example](pr_fork_branch_example.png) - After doing so, press the `Download ZIP` button: -![Getting the files Example](pr-forked-repo-code-example.png) +![Getting the files Example](pr_forked_repo_code_example.png) - Extract the ZIP file. - From the extracted folder, select the map folder that the PR author has added. In the example PR mentioned, the folder is `sewer_village`. @@ -123,7 +123,7 @@ The configuration values and fields for the map are in the `/map.con ### 2. Making the world - Open your Minetest client and go to settings. Under Capture the Flag, enable `Low RAM mode`. Enable this setting to prevent the game from crashing due to [memory related crashes](Troubleshooting.md#low-ram-mode). - ![enable-low-ram-mode.png](enable-low-ram-mode.png) + ![enable-low-ram-mode.png](enable_low_ram_mode.png) - Return back and make sure you are in the `Start Game` tab. - Click the Capture the Flag game icon: diff --git a/Writerside/topics/Troubleshooting.md b/Writerside/topics/Troubleshooting.md index 40430d6..aea389f 100644 --- a/Writerside/topics/Troubleshooting.md +++ b/Writerside/topics/Troubleshooting.md @@ -20,7 +20,7 @@ ### Low RAM Mode > CTF can sometimes reduce CPU usage by calculating things once and putting them in the RAM. Turn on low ram mode if you're getting crashes related to RAM/Memory usage. - ![Low RAM Mode](enable-low-ram-mode.png){width=433} + ![Low RAM Mode](enable_low_ram_mode.png){width=433} ## Game Freezes on Map Load