• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Fixed John Filbert is silent

Grey Roger

Sea Dog
Staff member
Administrator
Storm Modder
If you talk to most people, there's an audible greeting. Not for John Filbert, storekeeper in Bridgetown - he has no audible greeting.

In "PROGRAM\Characters\init\StoreOwners.c":
Code:
ch.greeting = "Gr_John Filbert";
In "RESOURCE\INI\ALIASES\Greetings_alias.ini":
Code:
[Gr_John  Filbert]
The character definition has one space between "John" and "Filbert". The greetings alias has two. Someone evidently "corrected" the character definition and forgot to apply the same correction to "Greetings_alias.ini" because in the stock game, the files are named differently but both the character definition and the greeting definition have two spaces.

Here's "Greetings_alias.ini" with John Filbert's greeting having a single space. With that in place, John Filbert is no longer silent.
 

Attachments

  • Greetings_alias.ini
    49.1 KB · Views: 191
Last edited:
Back
Top