Jump to content

Recommended Posts

Hi everyone!

 

For my WIP character, I have changed Maxwell's intros so they would fit with the background of my character. That was not very difficult (@MycoLogical thanks to William J. Danninghar).

But I would like to go further and change Maxwell's final speech as well, but this one is trickier than normal intros. I have no idea how to do this. Can someone help me with that please?

Thank you in advance.

I suppose the easiest way to go about it is to change the strings directly when your character gets loaded: Warning! Spoilers below!

STRINGS.    MAXWELL_ADVENTUREINTROS.LEVEL_6 =
        {
            ONE = "Well, this is it.",
            TWO = "You found me. Now, what are you going to do?",
            TELEPORTFAIL = "Don't you think I've tried that?",
            TELEPORTFAIL2 = "This is the end of the line. We have no escape.",
            COMBATFAIL =
            {
                "Where would be the sport in that?",
                "Who do you think allowed you to make that?",
            },
            CONVERSATION =
            {
                "Is this what you were expecting?",
                "Forgive me if I don't get up.",
                "You've been an interesting plaything, but I've grown tired of this game.",
                "Or maybe They've grown tired of me.",
                "Heh. Took them long enough.",
                "They'll show you terrible, beautiful things.",
                "It will change you, like it did me.",
                "It's best not to fight it.",
                "There wasn't much here when I showed up.",
                "Just dust. And the void. And Them.",
                "I've learned so much since then. I've built so much.",
                "But even a King is bound to the board.",                
                "You can't change the rules of the game.",
                "I don't know what they want. They... they just watch.",
                "Unless you get too close. Then...",
                "Well, there's a reason I stay so dapper.",
                "What year is it out there? Time moves differently here.",
                "Go on, stay a while. Keep us company.",
                "Or put the key in the box. It's your decision.",
                "Either way, you're just delaying the inevitable.",
                "Reality is like that, sometimes.",
                "I think I've said enough.",
                "..."
            }
        },

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...