Titles not changingFixed
Hi, I changed the bandit and scientist titles and after oxide reload the titles still show bandit and scientist. Any suggestions?

{
"BanditTitle": "Captain",
"LogInConsole": false,
"LogInFile": false,
"ScientistTitle": "Lieutenant",
"SurnameList": "Smith, Johnson",
"UseFirstNameFirstLetter": true,
"UseTitle": true
}
Titles should be all lowercase in the config. Would be nice if you could put it in capitalized tho.
Yeah I just tried this plug in and was unable to change the names as well I even put everything in lowercase still nothing

{
"BanditTitle": "bandit",
"LogInConsole": false,
"LogInFile": false,
"ScientistTitle": "dr",
"SurnameList": "frank",
"UseFirstNameFirstLetter": true,
"UseTitle": true
}

Merged post

Also tried changing it in the .cs file and still nothing./
It's been fix. Basically it's been caused as all (already) renamed NPCs were ignored to update. If you modify the plugin now then all NPCs will be renamed.
Thanks I'll check it out again.
Locked automatically