Jump to content


paladin84

Member Since 06 Mar 2023
Offline Last Active Today, 11:27 AM

Posts I've Made

In Topic: Fishing for Trouble current version

17 April 2025 - 06:01 PM

Hi, we recently tried to install the mod in Russian on EE and found out that something is wrong with encoding. The issue is that the mod uses files "russian.tra" and "english.tra" for all the texts, but these files are not reloaded after encoding (tp2 file says that "setup.tra" file should be reloaded (reload_array), but there is no "setup.tra" file). As a result, everything works for oBG2 (both languages since there is no encoding) and BG2EE in English (since there is not need to reload after encoding), but doesn't work for BG2EE in Russian. I sent pull request with the fix (basically renaming english.tra and russian. tra file into setup.tra files): https://github.com/I...Trouble/pull/22 . I didn't test with oBG2, but I believe everything should keep working, since there is no encoding for oBG2.


In Topic: Issues with custom map notes and journal entries

24 January 2025 - 09:05 AM

I only had similar issue when I was trying enter non-english characters...


In Topic: Offset map.

13 January 2025 - 08:19 AM

I know that for 13th version of bp-bgt-worldmap the continent was extended to north, but zero point (0,0) is as it was before. Looks like everything is shifted to the same as (0, 0) point at the beginning for the image. I am not sure how you can have such a result, other than:

1) there is bug in the mod that coordinates are not shifted.

2) you use old save with new map - you should never use old saves after reinstalling bp-bgt-worldmpa.

3) You used new code (from 13+ version) with old image (from 12- version) or vice versa.

 

I would recommend to try with a clean install with fresh version of the mod and a new game. If the bug is still here after reinstalling, there is probably a bug in the mod.


In Topic: Current Status of Infinity Animations

05 November 2024 - 08:00 AM

It is an awesome news! We need NI in EE as well as unicorns!


In Topic: Need help with Vampire script

05 November 2024 - 03:40 AM

I am glad you make it work. It seems like rather "LOCALS" variable, not global ones should be used, They are unique for the creature. Did you try with them?