Compare commits

..
7 Commits
Author SHA1 Message Date
david ef7def0790 Merge remote-tracking branch 'origin/dev' into dev 2026-08-24 17:14:28 +02:00
david e5c35b9941 chore: typo 2026-08-24 17:14:17 +02:00
david 50fb0c1410 feat: icon image #7 2026-08-24 16:39:24 +02:00
david 4bd6862b46 feat: preview image #7 2026-08-24 16:29:30 +02:00
david 3e6d700200 feat: add description #7 2026-08-24 16:29:02 +02:00
david 900b97583b chore: update README.me 2026-08-24 15:30:20 +02:00
david 9389a13d2e fix: asset loader breaks when reloading mod 2026-08-23 23:06:01 +02:00
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ namespace IngameReveries
}
_reveriesBundle = AssetBundle.GetAllLoadedAssetBundles()
.FirstOrDefault(b => b.name == "logosteal" || b.mainAsset != null);
.FirstOrDefault(b => b.name == "bundle" || b.mainAsset != null);
if (_reveriesBundle == null)
{
+4 -3
View File
@@ -1,3 +1,4 @@
[h1]Hello World![/h1]
This description will be shown on the mod manager, and be uploaded to Steam Workshop.
Note some tags like tables, links and images are not supported in the in-game mod manager and will be either omitted / shown as plain-text.
[h1]Ingame Reveries[/h1]
Displays the daily reveries from the title screen in the ingame pause menu.
[h2]Note[/h2]
Current progress won't be displayed until you go back to the title screen and save the game.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 269 KiB

+4
View File
@@ -2,6 +2,10 @@
joa coole mod die in einem run ermöglicht, daily quests (Reveries) anzuschauen.
## Current Behaiviour
Progress lässt sich erst nach dem Rausgehen eines Spiels aktuallisieren. Reroll und claim gehen denoch.
## Links
- [Shape of Dreams Docs](https://github.com/LizardSmoothie/ShapeOfDreamsModDocs)