Skip to content

Commit

Permalink
build gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Dec 15, 2023
0 parents commit 147bf18
Show file tree
Hide file tree
Showing 1,171 changed files with 26,954 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/sc4pac-tools
Empty file added .nojekyll
Empty file.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[sc4pac-tools-readme](https://raw.githubusercontent.com/memo33/sc4pac-tools/main/README.md ':include')

<!-- [sc4pac-tools-readme](README-sc4pac-tools.md ':include') -->

---
Next up: [CLI](cli)
2 changes: 2 additions & 0 deletions _navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* [Home](/)
* [Channel](channel/ ':target=_self')
9 changes: 9 additions & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Guide
* [Getting started](/)
* [CLI](cli.md)
* [API](api.md)
* [Adding metadata](metadata.md)
* [About](about.md)
- Packages
* [Highlights](packages.md)
* [Channel](channel/ ':target=_self')
16 changes: 16 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# About

*Sc4pac* is an open-source cross-platform package manager for SimCity 4 plugins.

- Package metadata repository: https://github.com/memo33/sc4pac

- Program source code: https://github.com/memo33/sc4pac-tools

Files are downloaded directly from file exchange sites
such as [Simtropolis](https://simtropolis.com/)
and [SC4Evermore](https://www.sc4evermore.com/).

There is also a [discussion thread](https://community.simtropolis.com/forums/topic/762677-sc4pac-lets-write-our-own-package-manager/) at Simtropolis.

---
Next up: [Highlights](packages.md)
8 changes: 8 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
?> This documentation page is for developers. Skip to the next page: [Adding metadata](metadata.md).

[sc4pac-tools-api](https://raw.githubusercontent.com/memo33/sc4pac-tools/main/api.md ':include')

<!-- [sc4pac-tools-api](sc4pac-tools-api.md ':include') -->

---
Next up: [Adding metadata](metadata.md)
22 changes: 22 additions & 0 deletions channel/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Sc4pac Channel</title>
</head>
<body>
<nav class="app-nav">
<ul>
<li>
<a href="../#/" title="Home">Home</a>
</li>
<li>
<a href="." target="_self" title="Channel" class="active">Channel</a>
</li>
</ul>
</nav>
<script type="text/javascript" src="main.js"></script>
</body>
</html>
1,674 changes: 1,674 additions & 0 deletions channel/main.js

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions channel/metadata/andisart/sc2013-inspired-homes/1.0/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$type": "Package",
"group": "andisart",
"name": "sc2013-inspired-homes",
"version": "1.0",
"subfolder": "200-residential",
"info": {
"summary": "Low-density residential homes inspired by SC2013",
"author": "AndisArt",
"website": "https://community.simtropolis.com/files/file/29329-sc2013-inspired-homes-pack/"
},
"variants": [
{
"variant": {
"nightmode": "standard"
},
"assets": [
{
"assetId": "andisart-sc13-style-homes-maxisnite"
}
]
},
{
"variant": {
"nightmode": "dark"
},
"dependencies": [
{
"group": "simfox",
"name": "day-and-nite-mod",
"version": "latest.release"
}
],
"assets": [
{
"assetId": "andisart-sc13-style-homes-darknite"
}
]
}
],
"metadataSource": [
"andisart/sc2013-inspired-homes.yaml"
]
}
1 change: 1 addition & 0 deletions channel/metadata/andisart/sc2013-inspired-homes/latest
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"$type": "Package",
"group": "blunder",
"name": "pacific-northwest-tree-controller",
"version": "1.01",
"subfolder": "180-flora",
"info": {
"summary": "God-mode flora brush with seasonal trees from the Pacific Northwest",
"warning": "This is a seasonal tree controller. Seasonal trees must be planted on September 1st. When switching to another tree controller, always remove any and all trees planted with your previous tree controller *before* uninstalling your old tree controller.",
"conflicts": "Only compatible with terrain mods that include the Seasonal Flora Patch. Incompatible with all other tree controllers – only one tree controller may be installed at a time.",
"description": "This is a seasonal tree controller designed to give trees generated by your god-mode flora brush the appearance of flora from the Pacific Northwest. The lower elevation features maples intersperced among large conifers, the middle elevation transitions from large to small conifers, and the upper elevation consists of shrubby meadows and small firs. It also includes MMPs for each of the brushes used by the God-Mode tool.\nTree controllers are advanced mods, so be sure to read the documentation carefully. Never install more than 1 tree controller at a time. When switching to another tree controller, always remove any and all trees planted with your previous tree controller *before* uninstalling your old tree controller.\n",
"author": "blunder",
"website": "https://community.simtropolis.com/files/file/28296-pacific-northwest-tree-controller/"
},
"variants": [
{
"variant": {},
"dependencies": [
{
"group": "bsc",
"name": "mega-props-cp-vol01",
"version": "latest.release"
},
{
"group": "bsc",
"name": "mega-props-cp-vol02",
"version": "latest.release"
},
{
"group": "cycledogg",
"name": "tree-models-part-one-and-two",
"version": "latest.release"
},
{
"group": "girafe",
"name": "parasol-pines",
"version": "latest.release"
},
{
"group": "girafe",
"name": "norway-maples",
"version": "latest.release"
},
{
"group": "girafe",
"name": "subalpine-firs",
"version": "latest.release"
},
{
"group": "girafe",
"name": "bushes",
"version": "latest.release"
},
{
"group": "lowkee33",
"name": "seasonal-flora-patch-maxis",
"version": "latest.release"
}
],
"assets": [
{
"assetId": "blunder-pacific-northwest-tree-controller"
}
]
}
],
"metadataSource": [
"blunder/pacific-northwest-tree-controller.yaml"
]
}
26 changes: 26 additions & 0 deletions channel/metadata/bsc/bat-props-d66-vol10/1-1/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$type": "Package",
"group": "bsc",
"name": "bat-props-d66-vol10",
"version": "1-1",
"subfolder": "100-props-textures",
"info": {
"summary": "Superseded by bsc:mega-props-d66-vol03",
"website": "https://www.sc4evermore.com/index.php/downloads/download/3-sc4d-lex-legacy-bsc-common-dependencies-pack"
},
"variants": [
{
"variant": {},
"dependencies": [
{
"group": "bsc",
"name": "mega-props-d66-vol03",
"version": "latest.release"
}
]
}
],
"metadataSource": [
"bsc/common-dependencies.yaml"
]
}
1 change: 1 addition & 0 deletions channel/metadata/bsc/bat-props-d66-vol10/latest
26 changes: 26 additions & 0 deletions channel/metadata/bsc/bat-props-d66-vol11/1-1/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$type": "Package",
"group": "bsc",
"name": "bat-props-d66-vol11",
"version": "1-1",
"subfolder": "100-props-textures",
"info": {
"summary": "Superseded by bsc:mega-props-d66-vol03",
"website": "https://www.sc4evermore.com/index.php/downloads/download/3-sc4d-lex-legacy-bsc-common-dependencies-pack"
},
"variants": [
{
"variant": {},
"dependencies": [
{
"group": "bsc",
"name": "mega-props-d66-vol03",
"version": "latest.release"
}
]
}
],
"metadataSource": [
"bsc/common-dependencies.yaml"
]
}
1 change: 1 addition & 0 deletions channel/metadata/bsc/bat-props-d66-vol11/latest
27 changes: 27 additions & 0 deletions channel/metadata/bsc/bat-props-jenx-tree-props-vol01/1/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$type": "Package",
"group": "bsc",
"name": "bat-props-jenx-tree-props-vol01",
"version": "1",
"subfolder": "100-props-textures",
"info": {
"summary": "BSC Prop Pack JENX Tree Props Vol01 by xannepan",
"website": "https://www.sc4evermore.com/index.php/downloads/download/3-sc4d-lex-legacy-bsc-common-dependencies-pack"
},
"variants": [
{
"variant": {},
"assets": [
{
"assetId": "sc4d-lex-legacy-bsc-common-dependencies-pack",
"include": [
"/BSC Prop Pack - JENX Tree Props Vol01.dat"
]
}
]
}
],
"metadataSource": [
"bsc/common-dependencies.yaml"
]
}
27 changes: 27 additions & 0 deletions channel/metadata/bsc/bat-props-jenx-tree-props-vol02/1-1/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$type": "Package",
"group": "bsc",
"name": "bat-props-jenx-tree-props-vol02",
"version": "1-1",
"subfolder": "100-props-textures",
"info": {
"summary": "BSC BATProps JENX Tree Props Vol02 (SD) by xannepan",
"website": "https://www.sc4evermore.com/index.php/downloads/download/3-sc4d-lex-legacy-bsc-common-dependencies-pack"
},
"variants": [
{
"variant": {},
"assets": [
{
"assetId": "sc4d-lex-legacy-bsc-common-dependencies-pack",
"include": [
"/BSC Prop Pack - JENX Tree Props Vol02 \\(SD\\).dat"
]
}
]
}
],
"metadataSource": [
"bsc/common-dependencies.yaml"
]
}
27 changes: 27 additions & 0 deletions channel/metadata/bsc/bat-props-jenx-tree-props-vol03/1-1/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$type": "Package",
"group": "bsc",
"name": "bat-props-jenx-tree-props-vol03",
"version": "1-1",
"subfolder": "100-props-textures",
"info": {
"summary": "BSC BATProps JENX Tree Props Vol03 (HD) by xannepan",
"website": "https://www.sc4evermore.com/index.php/downloads/download/3-sc4d-lex-legacy-bsc-common-dependencies-pack"
},
"variants": [
{
"variant": {},
"assets": [
{
"assetId": "sc4d-lex-legacy-bsc-common-dependencies-pack",
"include": [
"/BSC Prop Pack - JENX Tree Props Vol03 \\(HD\\).dat"
]
}
]
}
],
"metadataSource": [
"bsc/common-dependencies.yaml"
]
}
26 changes: 26 additions & 0 deletions channel/metadata/bsc/bat-props-jenx-vol02/1-1/pkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$type": "Package",
"group": "bsc",
"name": "bat-props-jenx-vol02",
"version": "1-1",
"subfolder": "100-props-textures",
"info": {
"summary": "Superseded by bsc:mega-props-jenx-vol04",
"website": "https://www.sc4evermore.com/index.php/downloads/download/3-sc4d-lex-legacy-bsc-common-dependencies-pack"
},
"variants": [
{
"variant": {},
"dependencies": [
{
"group": "bsc",
"name": "mega-props-jenx-vol04",
"version": "latest.release"
}
]
}
],
"metadataSource": [
"bsc/common-dependencies.yaml"
]
}
1 change: 1 addition & 0 deletions channel/metadata/bsc/bat-props-jenx-vol02/latest
Loading

0 comments on commit 147bf18

Please sign in to comment.