Skip to content

Fix vpe genes #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 1.5/Mods/VPE/defs/genedefs/Attempts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Attempt 1: Fail
1 change: 0 additions & 1 deletion 1.5/Mods/VPE/defs/genedefs/possible issues.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
not working; ideas:

1. I'm subscribed to the original mod, which has the same ID's
2. an issue in the Load Order folder
5 changes: 4 additions & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ Credit where Credit is due:
8. Ludeon for the game RimWorld

- and all the people who I should have put here but forgot

<!-- images
Branding image
Preview image
-->
</description>
<modDependencies>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ text2</text>

notes:
1. if multiple updates in same day, end with an "_x", where "x" is the number of releases it is from that day (so if there are 3 releases, it will be "date_1", "date_2", and "date_3"
2. if multiple lines in single text, to /n
2. if multiple lines in single text, to /n
-->

<!-- version 1.0.0 -->
Expand Down
2 changes: 1 addition & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li IfModActive="aelanna.endling">1.5/Mods/Endling</li>
<li IfModActive="torann.arimworldofmagic">1.5/Mods/RoM/</li>
<li IfModActive="chtech.opthings.pack">1.5/Mods/OpThingAMajing</li>
<li IfModActive="vanillaexpanded.vpsycastse">1.5/Mods/VPE/defs/genedefs</li>
<li IfModActive="vanillaexpanded.vpsycastse">1.5/Mods/VPE/</li>

<!-- future content adding mods

Expand Down