Jump to content

Recommended Posts

Never thought about that, but I believe it's probably WAXWELL since that's how Maxwell's lua file was called (Waxwell.lua). Maxwell is probably how he's listed in the game. For example Wigrfrid, according to the program is Wathgrith.

 

The confusion comes with the speech file, which is called "maxwell_speech.lua". Just try it out, I guess. (unless you aren't good/patient enough to do AM and don't wanna cheat, like me :friendly_wink:)

The confusion comes with the speech file, which is called "maxwell_speech.lua". Just try it out, I guess. (unless you aren't good/patient enough to do AM and don't wanna cheat, like me :friendly_wink:)

 

The problem is I haven't unlocked Maxwell as a playable character.

so it makes testing problematical.

The problem is I haven't unlocked Maxwell as a playable character.

so it makes testing problematical.

There is a mod that unlocks all characters (unlock all released characters I think it is called). Easiest way to test and play maxwell quickly.

you can always just force unlock it

    GetPlayer().profile:UnlockCharacter("waxwell")    GetPlayer().profile.dirty = true    GetPlayer().profile:Save()

but to answer the original question, one has to take a peek at strings.lua

STRINGS.CHARACTERS ={    WAXWELL = require "speech_maxwell",

so obviously WAXWELL

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