-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
477 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE categories | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd"> | ||
<categories> | ||
<category id="wrs" name="Writerside documentation" order="1"/> | ||
</categories> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
|
||
<variables></variables> | ||
<build-profile instance="in"> | ||
<variables> | ||
<noindex-content>true</noindex-content> | ||
</variables> | ||
</build-profile> | ||
|
||
</buildprofiles> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE instance-profile | ||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd"> | ||
|
||
<instance-profile id="in" | ||
name="The Map Maker's Handbook" start-page="HANDBOOK.md"> | ||
|
||
<toc-element topic="README.md"/> | ||
<toc-element topic="HANDBOOK.md"/> | ||
<toc-element topic="ITEMSTRING.md"/> | ||
</instance-profile> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# CTF Commonly Used Itemstring List | ||
*** | ||
Commonly used indestructible barriers/nodes: | ||
|
||
| Node Name | Itemstring | | ||
|:----------|:-----------| | ||
| Indestructible Barrier Glass | `ctf_map:ind_glass` | | ||
| Indestructible Red Barrier Glass | `ctf_map:ind_glass_red` | | ||
| Indestructible Red Barrier Stone | `ctf_map:ind_stone_red` | | ||
| Indestructible Lava Barrier Stone | `ctf_map:ind_lava` | | ||
| Indestructible Water Barrier Glass | `ctf_map:ind_water` | | ||
| Indestructible Stone | `ctf_map:stone` | | ||
|
||
You can find a list of the nodes from the Minetest game [here](https://wiki.minetest.net/Games/Minetest_Game/Nodes). Click into each node to view its itemstring. | ||
|
||
To see the itemstring of a node when hovering over it inside your inventory, you can go to settings, search for "append", and enable Append item name. | ||
|
||
![image](https://github.com/CTF-handbooks/map-maker-handbook/assets/88883098/3100415b-4cbf-4308-bffe-44b02c3b2cb2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# About | ||
<p align="center"> | ||
<img src="header.png"/> | ||
</p> | ||
|
||
<h1 align="center">The Map Maker's Handbook</h1> | ||
|
||
This is a detailed guide on the process of making a map for the Minetest Capture the Flag game. This is still a work in progress. | ||
|
||
* [`HANDBOOK.md`](https://github.com/CTF-handbooks/map-maker-handbook/blob/main/HANDBOOK.md#the-map-makers-handbook): The guide on how to setup your game and world for map making. Start reading here! | ||
* [`ITEMSTRING.md`](https://github.com/CTF-handbooks/map-maker-handbook/blob/main/ITEMSTRING.md#a-list-of-the-itemstring-for-the-indestructible-nodes-ctf-provides): A list of itemstring of the indestructible nodes CTF provides. | ||
## Licenses | ||
- [`CTF Header`](https://github.com/CTF-Handbooks/map-maker-handbook/blob/main/images/header.png): CC-BY-3.0 by [SuddenSFD](https://github.com/SuddenSFD) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd"> | ||
<vars> | ||
<var name="product" value="Writerside"/> | ||
</vars> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd"> | ||
|
||
<ihp version="2.0"> | ||
<topics dir="topics" web-path="topics"/> | ||
<images dir="images" web-path="images"/> | ||
<instance src="in.tree"/> | ||
</ihp> |