Jump to content

Recommended Posts

I´m trying to make my first mode ever, (I don't even know how to code) using the program apotheosis. I'm trying to change the endgame sliders of Aloth. The thing is, I think the easier way to do it would be making him have more resposibilty points than absolve ones in my existing save. But I can't find that line of code aywhere.
Help?

  • Like 1
Link to comment
Share on other sites

If you are ok with using console commands for this save (will disable achievements for your current save), you can enter this command to increase his responsibility points:

IncrementGlobalValue n_aloth_p2_responsible 999

(You have to enter IRoll20s first if you haven't already.)

 

If you want to do it the modding way, here's the following instructions for Apotheosis:

Select Conversations, search for 'endgameslides' and double click that option.
Next search for 'Aloth' in the left-bottom search box in the conversation tab and press Enter.
You should now be centered on the "Bank Node" which defines all of Aloth's ending slides.

Now for every child node in this Bank Node (#146), the easies solution would be to press the Conditionals button (it has a Key icon) and replace all the text with either AlwaysFalse() or AlwaysTrue() depending on whether you want that particular slide to show up or not.

NaXVU6n.png

 

Happy modding :)

Edited by Noqn
  • Like 1
Link to comment
Share on other sites

14 minutes ago, Noqn said:

If you are ok with using console commands for this save (will disable achievements for your current save), you can enter this command to increase his responsibility points:

IncrementGlobalValue n_aloth_p2_responsible 999

(You have to enter IRoll20s first if you haven't already.)

 

If you want to do it the modding way, here's the following instructions for Apotheosis:

Select Conversations, search for 'endgameslides' and double click that option.
Next search for 'Aloth' in the left-bottom search box in the conversation tab and press Enter.
You should now be centered on the "Bank Node" which defines all of Aloth's ending slides.

Now for every child node in this Bank Node (#146), the easies solution would be to press the Conditionals button (it has a Key icon) and replace all the text with either AlwaysFalse() or AlwaysTrue() depending on whether you want that particular slide to show up or not.

NaXVU6n.png

 

Happy modding :)

Thank you so so much! For now I'll just use the console command, but I may try the modding way after I finished the game. Is a learning opportunity. I can't tell you the number of hours that I spend trying to make this change 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...