Skip to content
toggle menu
Activity
Categories
Discussions
Best Of...
Sign In
·
Register
Sign In
·
Register
Activity
Categories
Discussions
Best Of...
Sign In
·
Register
×
Home
›
BGII:EE Mods
[Mod] The shooter's delight
deratiseur
Member
Posts:
298
November 2023
edited June 4
in
BGII:EE Mods
Old mod, but now translated to english
A merchant who sells everything you need for shooters/throwers on the Waukeen's Promenade .
You can take the v5 on
Mediafire
or
Github
Post edited by deratiseur on
June 4
0
Comments
StummvonBordwehr
Member, Mobile Tester
Posts:
1,385
November 2023
Cool. Thanks
0
Frenzgyn
Member
Posts:
81
November 2023
Thanks for the Github's mirror!
0
shevy123456
Member
Posts:
358
December 2023
I shall check it on my next run through.
0
Connelly
Member
Posts:
79
July 2024
edited July 2024
A bug comes up when installing v5:
ERROR: No translation provided for
@9001
As far as I can see digging in the code,
@9001
is a string from a tra file referenced by gw_functions.tpa, but which isn't among the mod files.
0
JohnBob
Member
Posts:
233
July 2024
edited July 2024
@Connelly
Yes these lines are missing for english language, you can
copy them from here
and add the new lines in the
english setup.tra
at the same place that the ones in
french setup.tra
PS: The function is in Misc folder.
The purpose of these lines and function is to remove item restrictions in item descritpions, not needed for EE, without creating a separate setup-ee.tra
Post edited by JohnBob on
July 2024
0
Sign In
or
Register
to comment.
Comments
ERROR: No translation provided for @9001
As far as I can see digging in the code, @9001 is a string from a tra file referenced by gw_functions.tpa, but which isn't among the mod files.
Yes these lines are missing for english language, you can copy them from here and add the new lines in the english setup.tra at the same place that the ones in french setup.tra
PS: The function is in Misc folder.
The purpose of these lines and function is to remove item restrictions in item descritpions, not needed for EE, without creating a separate setup-ee.tra