diff --git a/README.md b/README.md index ccdc09f..5729697 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ 3 Points is a map for it. 3 points has 3 islands, 3 players, and and a whole lot of water. + + + + +# Reference + + - [0 A.D. Modding Guide](https://trac.wildfiregames.com/wiki/Modding_Guide#Howtoinstallmods) + - [Guide for publishing mods on mod.io - Game Modification - Wildfire Games Community Forums](https://wildfiregames.com/forum/topic/24333-guide-for-publishing-mods-on-modio/) + +# Links + + +- [0ad-matters/0ad-maps: Unofficial @0ad maps that focus on placing teammates more closely together](https://github.com/0ad-matters/0ad-maps) \ No newline at end of file diff --git a/screenshots/Player1.jpg b/art/textures/ui/session/icons/mappreview/Player1.jpg similarity index 100% rename from screenshots/Player1.jpg rename to art/textures/ui/session/icons/mappreview/Player1.jpg diff --git a/screenshots/Player2.jpg b/art/textures/ui/session/icons/mappreview/Player2.jpg similarity index 100% rename from screenshots/Player2.jpg rename to art/textures/ui/session/icons/mappreview/Player2.jpg diff --git a/screenshots/Player3.jpg b/art/textures/ui/session/icons/mappreview/Player3.jpg similarity index 100% rename from screenshots/Player3.jpg rename to art/textures/ui/session/icons/mappreview/Player3.jpg diff --git a/screenshots/landscape.jpg b/art/textures/ui/session/icons/mappreview/landscape.jpg similarity index 100% rename from screenshots/landscape.jpg rename to art/textures/ui/session/icons/mappreview/landscape.jpg diff --git a/3 Points.pmp b/maps/skirmishes/3 Points.pmp similarity index 100% rename from 3 Points.pmp rename to maps/skirmishes/3 Points.pmp diff --git a/3 Points.xml b/maps/skirmishes/3 Points.xml similarity index 100% rename from 3 Points.xml rename to maps/skirmishes/3 Points.xml diff --git a/mod.json b/mod.json new file mode 100644 index 0000000..8cc7213 --- /dev/null +++ b/mod.json @@ -0,0 +1,9 @@ +{ + "name": "3-points", + "version": "1.0.0", + "label": "0 A.D. 3 Points Map", + "url": "https://git.eurobytes.eu/imri/3_points", + "description": "3 Points is a map. 3 points has 3 islands, 3 players, and a whole lot of water.", + "dependencies": ["0ad>=0.0.26"], + "type": "maps" +} \ No newline at end of file