default mod (pchote: squashed + amended)
This commit is contained in:
BIN
mods/default/bogus.tem
Normal file
BIN
mods/default/bogus.tem
Normal file
Binary file not shown.
35
mods/default/chrome.xml
Normal file
35
mods/default/chrome.xml
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
<chrome>
|
||||||
|
<collection name="dialog2" src="dialog.png">
|
||||||
|
<image name="background" x="513" y="1" width="126" height="126" />
|
||||||
|
<image name="border-r" x="639" y="1" width="1" height="126" />
|
||||||
|
<image name="border-l" x="512" y="1" width="1" height="126" />
|
||||||
|
<image name="border-b" x="513" y="127" width="126" height="1" />
|
||||||
|
<image name="border-t" x="513" y="0" width="126" height="1" />
|
||||||
|
<image name="corner-tl" x="512" y="0" width="1" height="1" />
|
||||||
|
<image name="corner-tr" x="594" y="0" width="1" height="1" />
|
||||||
|
<image name="corner-bl" x="512" y="82" width="1" height="1" />
|
||||||
|
<image name="corner-br" x="594" y="82" width="1" height="1" />
|
||||||
|
</collection>
|
||||||
|
<collection name="dialog3" src="dialog.png">
|
||||||
|
<image name="background" x="641" y="1" width="126" height="126" />
|
||||||
|
<image name="border-r" x="767" y="1" width="1" height="126" />
|
||||||
|
<image name="border-l" x="640" y="1" width="1" height="126" />
|
||||||
|
<image name="border-b" x="641" y="127" width="126" height="1" />
|
||||||
|
<image name="border-t" x="641" y="0" width="126" height="1" />
|
||||||
|
<image name="corner-tl" x="640" y="0" width="1" height="1" />
|
||||||
|
<image name="corner-tr" x="722" y="0" width="1" height="1" />
|
||||||
|
<image name="corner-bl" x="640" y="82" width="1" height="1" />
|
||||||
|
<image name="corner-br" x="722" y="82" width="1" height="1" />
|
||||||
|
</collection>
|
||||||
|
<collection name="dialog" src="dialog.png">
|
||||||
|
<image name="background" x="0" y="0" width="480" height="480" />
|
||||||
|
<image name="border-r" x="489" y="0" width="9" height="192" />
|
||||||
|
<image name="border-l" x="480" y="0" width="9" height="192" />
|
||||||
|
<image name="border-b" x="0" y="489" width="191" height="9" />
|
||||||
|
<image name="border-t" x="0" y="480" width="191" height="9" />
|
||||||
|
<image name="corner-tl" x="191" y="480" width="9" height="9" />
|
||||||
|
<image name="corner-tr" x="200" y="480" width="9" height="9" />
|
||||||
|
<image name="corner-bl" x="191" y="489" width="9" height="9" />
|
||||||
|
<image name="corner-br" x="200" y="489" width="9" height="9" />
|
||||||
|
</collection>
|
||||||
|
</chrome>
|
||||||
BIN
mods/default/dialog.png
Normal file
BIN
mods/default/dialog.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
mods/default/maps/shellmap/map.bin
Normal file
BIN
mods/default/maps/shellmap/map.bin
Normal file
Binary file not shown.
1
mods/default/maps/shellmap/map.uid
Normal file
1
mods/default/maps/shellmap/map.uid
Normal file
@@ -0,0 +1 @@
|
|||||||
|
95c34889e85a903d7dbb41f13d6c373b44a8b62e
|
||||||
15
mods/default/maps/shellmap/map.yaml
Normal file
15
mods/default/maps/shellmap/map.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Selectable: False
|
||||||
|
MapFormat: 2
|
||||||
|
Title: Default Shellmap
|
||||||
|
Description: A default empty map to use when no custom shellmap is wanted
|
||||||
|
Author: alzeih
|
||||||
|
PlayerCount: 0
|
||||||
|
Tileset: DUMMY
|
||||||
|
MapSize: 128,128
|
||||||
|
TopLeft: 16,16
|
||||||
|
BottomRight: 112,112
|
||||||
|
Players:
|
||||||
|
Actors:
|
||||||
|
Waypoints:
|
||||||
|
Smudges:
|
||||||
|
Rules:
|
||||||
BIN
mods/default/maps/shellmap/preview.png
Normal file
BIN
mods/default/maps/shellmap/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 971 B |
18
mods/default/menus.yaml
Normal file
18
mods/default/menus.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
Container:
|
||||||
|
ClickThrough:true
|
||||||
|
Children:
|
||||||
|
Background@MAINMENU_BG:
|
||||||
|
Id:MAINMENU_BG
|
||||||
|
X:(WINDOW_RIGHT - WIDTH)/2
|
||||||
|
Y:(WINDOW_BOTTOM - HEIGHT)/2
|
||||||
|
Width:250
|
||||||
|
Height:65
|
||||||
|
Delegate:MainMenuButtonsDelegate
|
||||||
|
Children:
|
||||||
|
Button@MAINMENU_BUTTON_QUIT:
|
||||||
|
Id:MAINMENU_BUTTON_QUIT
|
||||||
|
X:45
|
||||||
|
Y:20
|
||||||
|
Width:160
|
||||||
|
Height:25
|
||||||
|
Text:Quit
|
||||||
31
mods/default/mod.yaml
Normal file
31
mods/default/mod.yaml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# Default Game Mod
|
||||||
|
|
||||||
|
Folders:
|
||||||
|
./mods/default
|
||||||
|
./
|
||||||
|
|
||||||
|
Packages:
|
||||||
|
|
||||||
|
Rules:
|
||||||
|
mods/default/system.yaml
|
||||||
|
|
||||||
|
Sequences:
|
||||||
|
mods/default/sequences.xml
|
||||||
|
Assemblies:
|
||||||
|
mods/ra/OpenRA.Mods.RA.dll
|
||||||
|
Weapons:
|
||||||
|
|
||||||
|
Voices:
|
||||||
|
|
||||||
|
Music:
|
||||||
|
|
||||||
|
TileSets:
|
||||||
|
mods/default/tileset-dummy.yaml
|
||||||
|
|
||||||
|
Chrome:
|
||||||
|
mods/default/chrome.xml:
|
||||||
|
|
||||||
|
ChromeLayout:
|
||||||
|
mods/default/menus.yaml:
|
||||||
|
|
||||||
|
ShellmapUid: 95c34889e85a903d7dbb41f13d6c373b44a8b62e
|
||||||
BIN
mods/default/mouse.shp
Normal file
BIN
mods/default/mouse.shp
Normal file
Binary file not shown.
6
mods/default/sequences.xml
Normal file
6
mods/default/sequences.xml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<sequences>
|
||||||
|
<cursor src="mouse">
|
||||||
|
<sequence name="default" start="0" />
|
||||||
|
</cursor>
|
||||||
|
</sequences>
|
||||||
9
mods/default/system.yaml
Normal file
9
mods/default/system.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
World:
|
||||||
|
PaletteFromFile@chrome:
|
||||||
|
Name: chrome
|
||||||
|
Filename: temperat.pal
|
||||||
|
PaletteFromFile@cursor:
|
||||||
|
Name: cursor
|
||||||
|
Filename: temperat.pal
|
||||||
|
SpatialBins:
|
||||||
|
UnitInfluence:
|
||||||
BIN
mods/default/temperat.pal
Normal file
BIN
mods/default/temperat.pal
Normal file
Binary file not shown.
15
mods/default/tileset-dummy.yaml
Normal file
15
mods/default/tileset-dummy.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
General:
|
||||||
|
Name: Dummy
|
||||||
|
Id: DUMMY
|
||||||
|
Extensions: .shp, .tem
|
||||||
|
Palette: temperat.pal
|
||||||
|
Terrain:
|
||||||
|
TerrainType@Blank:
|
||||||
|
Type: Blank
|
||||||
|
Templates:
|
||||||
|
Template@255:
|
||||||
|
Id: 255
|
||||||
|
Image: bogus
|
||||||
|
Size: 1,1
|
||||||
|
Tiles:
|
||||||
|
0: Blank
|
||||||
Reference in New Issue
Block a user