From 7bfec78a51e60b20ad3c192ad89460e03d93eb12 Mon Sep 17 00:00:00 2001 From: Imri Paloja Date: Tue, 7 Mar 2023 23:31:35 +0100 Subject: [PATCH] Updated the folder structure --- README.md | 13 +++++++++++++ .../ui/session/icons/mappreview}/Player1.jpg | Bin .../ui/session/icons/mappreview}/Player2.jpg | Bin .../ui/session/icons/mappreview}/Player3.jpg | Bin .../ui/session/icons/mappreview}/landscape.jpg | Bin 3 Points.pmp => maps/skirmishes/3 Points.pmp | Bin 3 Points.xml => maps/skirmishes/3 Points.xml | 0 mod.json | 9 +++++++++ 8 files changed, 22 insertions(+) rename {screenshots => art/textures/ui/session/icons/mappreview}/Player1.jpg (100%) rename {screenshots => art/textures/ui/session/icons/mappreview}/Player2.jpg (100%) rename {screenshots => art/textures/ui/session/icons/mappreview}/Player3.jpg (100%) rename {screenshots => art/textures/ui/session/icons/mappreview}/landscape.jpg (100%) rename 3 Points.pmp => maps/skirmishes/3 Points.pmp (100%) rename 3 Points.xml => maps/skirmishes/3 Points.xml (100%) create mode 100644 mod.json 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