Updated COB Map structure, and some other things

This commit is contained in:
2023-03-08 00:39:01 +01:00
parent bade4276c5
commit 2594df8e32
4 changed files with 33 additions and 3 deletions
+3 -3
View File
@@ -32,9 +32,9 @@
</Postproc> </Postproc>
</Environment> </Environment>
<Camera> <Camera>
<Position x="642.395" y="350.672" z="1497.38"/> <Position x="228.216" y="598.402" z="932.475"/>
<Rotation angle="2.70864"/> <Rotation angle="1.75129"/>
<Declination angle="0.610865"/> <Declination angle="0.610866"/>
</Camera> </Camera>
<ScriptSettings><![CDATA[ <ScriptSettings><![CDATA[
{ {
+21
View File
@@ -5,3 +5,24 @@
4 Players, one Gaia. Work together, or die alone 4 Players, one Gaia. Work together, or die alone
# Screenshots
| Player 1 | Player 2 | Player 3 |
| ----- | ----- | ----- |
| ![Player1](https://git.eurobytes.eu/imri/Circle_Of_Bosses/raw/branch/main/art/textures/ui/session/icons/mappreview/Player1.jpg) | ![Player2](https://git.eurobytes.eu/imri/Circle_Of_Bosses/raw/branch/main/art/textures/ui/session/icons/mappreview/Player2.jpg) | ![Player3](https://git.eurobytes.eu/imri/Circle_Of_Bosses/raw/branch/main/art/textures/ui/session/icons/mappreview/Player3.jpg) |
| ![landscape](https://git.eurobytes.eu/imri/Circle_Of_Bosses/raw/branch/main/art/textures/ui/session/icons/mappreview/landscape.jpg) |
|:--:|
| *landscape* |
# 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)

Before

Width:  |  Height:  |  Size: 6.3 MiB

After

Width:  |  Height:  |  Size: 6.3 MiB

+9
View File
@@ -0,0 +1,9 @@
{
"name": "circle-of-bosses",
"version": "1.0.0",
"label": "0 A.D. C.O.B. map",
"url": "https://git.eurobytes.eu/imri/Circle_Of_Bosses",
"description": "A Circle of bosses against nature",
"dependencies": ["0ad>=0.0.26"],
"type": "maps"
}