A GitHub Pages site for displaying RICS mod purchase lists.
- Fork this repository
- Enable GitHub Pages in your repository settings (Settings → Pages → Source: Deploy from branch → main branch)
- Upload your RICS JSON files to the
data/folder from%AppData%\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\CAP_ChatInteractive:StoreItems.jsonEvents.jsonTraits.jsonRacessetting.jsonWeather.json
- Your price list will be available at
https://yourusername.github.io/rics-pricelist/
- Edit
index.htmlto change the title or layout - Modify
assets/css/rics-store.cssto change colors and styling - Update the JSON files whenever your RICS mod generates new ones
index.html- Main pageassets/css/rics-store.css- Stylesassets/js/rics-store.js- Functionalitydata/- Your RICS JSON files go here
- Go to your fork
- Click "Sync fork" (top of repo)
- Click "Update branch"
- Resolve any conflicts if prompted
git pull upstream main
git push origin main
- Data files must be in
data/folder at root level - Case sensitivity matters:
StoreItems.jsonnotstoreitems.json - Check browser console (F12) for loading errors
- GitHub Pages takes 1-5 minutes to deploy after pushing