Skip to content

Commit

Permalink
Update example mod for compatibility with recent update
Browse files Browse the repository at this point in the history
  • Loading branch information
suzicurran committed Oct 8, 2022
1 parent 2733bc6 commit b5d7a2c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Binary file removed ModGoesHere/AGentleGift/exomod_manifest.json
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
diff --git a/./temp/Stories/intro.exo b/./temp/ModStories/intro.exo
index 92eb9b4..df3329c 100644
index b1c36f7..4b47f20 100644
--- a/./temp/Stories/intro.exo
+++ b/./temp/ModStories/intro.exo
@@ -724,8 +724,16 @@
~set right = hidden
@@ -725,8 +725,16 @@

Your earliest memories are of your fourth birthday. There's a big cake with a neat holo effect that _looks_ like fire, but when you reach out to touch it all you get is a handful of icing. Yummy!
+

- Your favorite present is:
-
+ // modded content
+ -
+ ~set card = whiteFlower
+ Your mom also gives you a beautiful flower as a gift. It was dried and pressed flat to preserve it during the long journey.
+ Your mom also gives you a beautiful flower as a gift. It was dried and pressed flat so it could be preserved during the long journey.
+ You haven't seen flowers outside of picture books, and it's really pretty!
+ Later, when you're older, you'll look at the flower and think about how carefully and gently your mom must have folded down each soft petal.

- Your favorite present is:
+
+ -
+ Your other favorite present is:
+
** Your mom's gardening trowel
~set mem_work_farm + 5
~set skill_biology + 5
Binary file added ModGoesHere/ASmallGIftExomod/exomod_manifest.json
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Download the latest version from [Releases](https://github.com/suzicurran/Exomod

2. Verify your game files are up to date. You can do this by right-clicking the game in your Steam library, selecting Properties, navigating to "Local Files" and then selecting "Verify integrity of game files..." Note: If you previously had exomods installed, this will remove them.

3. In the ExomodLoader folder, place the exomod you'd like to use in "ModGoesHere" folder. (See help.txt for more.) If you don't have an exomod to apply and/or just want to test if ExomodLoader if working for you, the "AGentleGift" exomod has been provided for you. Its changees should be quickly visible when starting any "normal" run after the first.
3. In the ExomodLoader folder, place the exomod you'd like to use in "ModGoesHere" folder. (See help.txt for more.) If you don't have an exomod to apply and/or just want to test if ExomodLoader if working for you, the "ASmallGift" exomod has been provided for you. Its changees should be quickly visible when starting any "normal" run after the first.

4. Inside the ExomodLoader folder, double-click `ExomodLoader.bat` to launch the loader. Note: you may see a prompt from Microsoft Defender about the risks of running an app from an unknown publisher. These risks are valid! Definately check out the source code and have some idea what's inside. If you feel comfortable continuing, you can do so by clicking "More Info" and then "Run Anyway."

Expand Down

0 comments on commit b5d7a2c

Please sign in to comment.