I wouldn't know without seeing Cahir's current RACETEXT.2da file, but it's most a likely mod-added entry.
The default file has I think only 10 entries (7 PC races, Tiefling, Vampire, and Goblin), that one had 31 entries.
I wouldn't know without seeing Cahir's current RACETEXT.2da file, but it's most a likely mod-added entry.
The default file has I think only 10 entries (7 PC races, Tiefling, Vampire, and Goblin), that one had 31 entries.
@kjeron the installation went smoothly with your fixed version, thank you very much!
@Cahir Thanks.
If you know which mod added the Lycanthrope entry, you could let them know that it's string reference isn't being properly evaluated (or set) before being written, hence the %lycanthropes_ucase% entry that appears in the file.
@Cahir Thanks.
If you know which mod added the Lycanthrope entry, you could let them know that it's string reference isn't being properly evaluated (or set) before being written, hence the %lycanthropes_ucase% entry that appears in the file.
That's a good question. Not sure which mod this might be. Since there is no mods that add races for PC (that I know of) it might be anything. Either way there is not an option for my PC to be of a lycanthropic race, so I guess I'm safe
HI @kjeron, I installed v0.30 on BGEE and I get this error using EEex:
I uninstalled mods and found it is this mod that does it. I went back to v0.29 and the issue is gone.
I can start a game using v0.30 as after I click past the error the game starts, but I am not sure if I will have issues later?
I attached my Weidu.
@Necromanx2 thanks and sorry about that, typo has been fixed.
Yes it will likely cause issue later, but if you don't want to reinstall, the fix is rather small and can be corrected in NI:
line 108 of M_KITPRF.lua should be:
local list = {
instead of
local = {
And delete line 222 (or line 221, as one is a duplicate):
},
edit - Realized these line numbers will likely be higher for you (from more kits), but it's 3 lines like this
Comments
The default file has I think only 10 entries (7 PC races, Tiefling, Vampire, and Goblin), that one had 31 entries.
@kjeron the installation went smoothly with your fixed version, thank you very much!
Attaching RACETEXT.2da file.
If you know which mod added the Lycanthrope entry, you could let them know that it's string reference isn't being properly evaluated (or set) before being written, hence the %lycanthropes_ucase% entry that appears in the file.
That's a good question. Not sure which mod this might be. Since there is no mods that add races for PC (that I know of) it might be anything. Either way there is not an option for my PC to be of a lycanthropic race, so I guess I'm safe
Thankee!
@kjeron
I uninstalled mods and found it is this mod that does it. I went back to v0.29 and the issue is gone.
I can start a game using v0.30 as after I click past the error the game starts, but I am not sure if I will have issues later?
I attached my Weidu.
EDIT: I am using BGEE v2.5.17.0
Yes it will likely cause issue later, but if you don't want to reinstall, the fix is rather small and can be corrected in NI:
edit - Realized these line numbers will likely be higher for you (from more kits), but it's 3 lines like this The middle one needs to be deleted.