If you're using other mods, please check the WRM readme for information on bugs and conflicts that can break WRM, such as certain toybox toys that can interfere. The majority of "bug reports" I get here are not WRM itself being broken, but various aspects of toybox breaking it. As I am not a toybox developer, I can't fix these problems, and in fact I don't even keep up with the development of it, so they may not all be listed in the readme. If you have toybox and WRM doesn't work right, please try fiddling with the toybox settings. Usually, toys that relate to predicting, altering, or controlling the display of dialogue or etudes are the ones responsible for breaking things.
You can check if WRM is properly installed and working by looking for the dialog option to tell Woljif you were worried.
May I ask you, please, which programs does someone need to create a mod like yours? Is it very difficult to do programming-wise? Are there any tutorials? I really want to have a romance with Regill, but it seems that my only option is to learn how to create mods myself for that : - )
hello! i'm not the author of the mod, or a modder at all, but they've basically explained in the other comments, that the code for this mod is on the github (https://github.com/littlefiredragon/WOTR_WoljifRomanceMod) and everything in there is commented! so, like, you can use the framework, and fill everything needed for yourself!
couldn't go pass this comment because i've searched for Regill romance mod and got very sad that there wasn't any, so good luck! :)
Thank you very much for the information and the link to the code!
I am happy to meet another fan of Regill : - ) He is the best companion, I agree it is very sad that he is not one of the romance options in game, and there are not even any mods to romance him.
omg I didn't expect I can meet someone have that thought aswell here when I'm checking my mods' error🥺🥺🥺PLLLLLS tell me if you really made it, I would be very very appreciate and can't wait to have a try🥺🥺thx and waiting!
Thank you very much for the words of encouragement! I am happy to hear that other people love Regill too : - ) I am not a programmer at all, unfortunately, but the source code of this mod was a precious and generous gift, indeed. I am grateful to the author of this mod for sharing it, showing how a romance mod should work in the way, that even a novice like me can understand. So I will keep learning and keep trying my best to be able to make at least some romance content for Regill eventually. Since no professional programmer seems to be interested in adding the romance path for him, learning how to make mods myself is the only thing that I can do : - ) Regill deserves a happy ending, in which love can cure his bleaching : - )
For some reason, my game will not load if I have this mod installed. Everything used to work fine several months ago. I booted it up for the first time in months today (game version 2.7.0w) but the game gets stuck loading before the main menu with this installed. I went one by one and uninstalled all my mods and narrowed down the issue to this one. Game gets to main menu without it; with it, game doesn't get to the main menu. Unfortunately, I can't load my save because I used to have this mod installed. Without the mod, the game tries to load the save, but then just takes me back to the main menu. Nothing on the nexus mod page about this, but from digging into the Github page, there's a note that this mod "creates save dependencies". I recommend adding that to the nexus page and clearly spelling out that means "if you try to remove this mod after saving, your save will be unplayable." Is there any way to "clean" my save to uninstall / remove this mod, or am I just going to need to start a new save? I'm not sure if Paladingineer is still maintaining the mod to investigate. Screenshot of my mod list:
I am happy to report re-downloading and re-installing fixed whatever was wrong and now the game loads with Woljif Romance Mod installed! I'm not sure how the old mod files got messed up, but I'm so glad a re-download and re-install saved my saves! <3
If I wanted to change only a line or two of this mod, what steps would I have to do to go about it? I thought about entering the .zip, going to WOTR_WoljifRomanceMod\UserSettings\enGB.json and change it in there before installing the mod. However when I boot the game up it replaces that file back to its original version, undoing the changes.
However changing the info.json DisplayName sticks around (I just added a Test at the end).
I do have a little problem with this one. When Woljif comes to see me to go to the tavern, it appears the options of the event right before this one. I don't know if it is because of the language (I play with the Spanish version) but it seems like I cannot continue either with the romance or the game itself. As If i click on those options, it doesn't do anything.
Is there anyone who might provide me with a solution?
You have enabled at least one of the preview dialogue result options in toybox. Disable all options from Bag of Tricks-> Preview, then try again. It is generally inadvisable to play this mod with those enabled (see stickied post from the author).
I've never had those options enabled and the scene still doesn't work. Previous event dialogue options remain on screen and I cannot progress.
Edit: fixed. The comment above was missing an option (look at the info in the DOCS tab here), which I did have enabled. I liked the option which makes previously used dialogue smaller and wonder why it breaks things like this mod. Still, I can live without it.
I love this mod as dearly as the game itself. If there's anything I can do to push a mod update that works with the Citadel-esque DLC then let met know because Woljif is a perfect romance target
Hello all, I'm hoping someone can help me out here. I'm not sure if it is a bug yet or even related to this mod but in combat I have very limited control over just Woljif. It only happens when I play with a controller and only during combat on Woljif's turn. I can only move him and attack since the action bar will not move. The pointer also seems stuck as I can only move the camera around and try to "center it" on an enemy. I realize fully that this doesn't make sense but the only other mods I have installed are toybox and combat relief. I don't have any settings ticked in toybox and haven't messed with Woljif's flags or etudes at all and since it only happens with Woljif I thought maybe someone here as seen something similar or could offer advice. Also it works perfectly fine on keyboard but I have a preference to playing on controller.
Hello everyone. I would try this mod but I don't know how to install it. I'm not good at theese things. I tried to follow the instructions but I really dont' know how it works. Can someone,tell me step-by-step what to do?
Install the Mod You have two options to install the mod: Option 1: Using Unity Mod Manager
Open Unity Mod Manager and select the game you want to mod (e.g., Pathfinder: Second Adventure).
Click on the "Mods" tab and then select "Install Mod."
Choose the mod file you downloaded and install it.
Option 2: Manual Installation
Extract the mod's archive to your game’s mod folder. For example:C:\Steam\steamapps\common\Pathfinder Second Adventure\Mods Make sure to place the extracted files directly into the "Mods" folder.
Launch the Game
After installation, launch the game to check if the mod is working.
I've already created a basic framework for making story mods as part of this project, and I neatly separated all the building blocks from the mod-specific content, so you don't have to start from scratch like I did. The code for this mod is on github; it should be fairly easy to make use of if you're at all familiar with programming in C# or really any C-type language. Just delete the stuff in the modcontent folder and write your own stuff in there. https://github.com/littlefiredragon/WOTR_WoljifRomanceMod It's all fully commented to explain how it all works, and you can probably get a sense of the rest of it by looking at the WRM code to see how this mod works under the hood.
Other than that, it's mostly just careful planning and writing. I recommend making dialog flowcharts.
275 comments
The majority of "bug reports" I get here are not WRM itself being broken, but various aspects of toybox breaking it. As I am not a toybox developer, I can't fix these problems, and in fact I don't even keep up with the development of it, so they may not all be listed in the readme.
If you have toybox and WRM doesn't work right, please try fiddling with the toybox settings. Usually, toys that relate to predicting, altering, or controlling the display of dialogue or etudes are the ones responsible for breaking things.
You can check if WRM is properly installed and working by looking for the dialog option to tell Woljif you were worried.
I really want to have a romance with Regill, but it seems that my only option is to learn how to create mods myself for that : - )
couldn't go pass this comment because i've searched for Regill romance mod and got very sad that there wasn't any, so good luck! :)
I am happy to meet another fan of Regill : - ) He is the best companion, I agree it is very sad that he is not one of the romance options in game, and there are not even any mods to romance him.
I am not a programmer at all, unfortunately, but the source code of this mod was a precious and generous gift, indeed. I am grateful to the author of this mod for sharing it, showing how a romance mod should work in the way, that even a novice like me can understand. So I will keep learning and keep trying my best to be able to make at least some romance content for Regill eventually. Since no professional programmer seems to be interested in adding the romance path for him, learning how to make mods myself is the only thing that I can do : - ) Regill deserves a happy ending, in which love can cure his bleaching : - )
Unfortunately, I can't load my save because I used to have this mod installed. Without the mod, the game tries to load the save, but then just takes me back to the main menu. Nothing on the nexus mod page about this, but from digging into the Github page, there's a note that this mod "creates save dependencies". I recommend adding that to the nexus page and clearly spelling out that means "if you try to remove this mod after saving, your save will be unplayable."
Is there any way to "clean" my save to uninstall / remove this mod, or am I just going to need to start a new save? I'm not sure if Paladingineer is still maintaining the mod to investigate.
Screenshot of my mod list:
I thought about entering the .zip, going to WOTR_WoljifRomanceMod\UserSettings\enGB.json and change it in there before installing the mod.
However when I boot the game up it replaces that file back to its original version, undoing the changes.
However changing the info.json DisplayName sticks around (I just added a Test at the end).
What obvious step am I missing?
Is there anyone who might provide me with a solution?
I've never had those options enabled and the scene still doesn't work. Previous event dialogue options remain on screen and I cannot progress.
Edit: fixed. The comment above was missing an option (look at the info in the DOCS tab here), which I did have enabled. I liked the option which makes previously used dialogue smaller and wonder why it breaks things like this mod. Still, I can live without it.
I would try this mod but I don't know how to install it. I'm not good at theese things.
I tried to follow the instructions but I really dont' know how it works.
Can someone,tell me step-by-step what to do?
Thank you!
You have two options to install the mod:
Option 1: Using Unity Mod Manager
- Open Unity Mod Manager and select the game you want to mod (e.g., Pathfinder: Second Adventure).
- Click on the "Mods" tab and then select "Install Mod."
- Choose the mod file you downloaded and install it.
Option 2: Manual InstallationFor example:
C:\Steam\steamapps\common\Pathfinder Second Adventure\Mods
Make sure to place the extracted files directly into the "Mods" folder.https://github.com/littlefiredragon/WOTR_WoljifRomanceMod
It's all fully commented to explain how it all works, and you can probably get a sense of the rest of it by looking at the WRM code to see how this mod works under the hood.
Other than that, it's mostly just careful planning and writing. I recommend making dialog flowcharts.