[DiscordArchive] Ok but why the function IsTitleKnown(x) can return me all of the bit mask from 1 to GetNumTitles() (
[DiscordArchive] Ok but why the function IsTitleKnown(x) can return me all of the bit mask from 1 to GetNumTitles() (
Archived author: Intemporel • Posted: 2021-10-13T06:28:41.399000+00:00
Original source
Ok but why the function IsTitleKnown(x) can return me all of the bit mask from 1 to GetNumTitles() (421 for me) ?
And why SetCurrentTitle(x) can work from value 210 and more ? But not GetTitleName ?
Archived author: <o> • Posted: 2021-10-13T06:51:20.137000+00:00
Original source
if you've managed to force it to display on other players, you could try just overriding the lua function instead if the re isn't yielding anything. I do that a lot, and can often avoid binary edits that way
Archived author: <o> • Posted: 2021-10-13T06:52:25.818000+00:00
Original source
dunno what function is used to display player names though
Archived author: schlumpf • Posted: 2021-10-13T07:03:17.396000+00:00
Original source
No idea. They all should have the same allowed range. Keep in mind that some may use the bits and some may use index in the list and some may use index in the database, so it might seem they return/respond to different data but they aren’t