Jump to content


Photo

Some bugs encountered in my game


  • Please log in to reply
9 replies to this topic

#1 Ikki

Ikki
  • Validating
  • 123 posts

Posted 05 March 2018 - 01:54 PM

For DarkHorizonsBGee

There is a slight lag in some area because of missing ambiant music : some variable are not evaluated and write garbage in the .are file

 

for my game I have commented the line in blue in the tp2, the music are installed by other mod

Spoiler



#2 Ikki

Ikki
  • Validating
  • 123 posts

Posted 05 March 2018 - 01:56 PM

For TDDz, the ambiant music are missing too because the music are not converted to wav

i have added the following line in Setup-TDDz.tp2

Spoiler


Edited by Ikki, 05 March 2018 - 01:57 PM.


#3 Ikki

Ikki
  • Validating
  • 123 posts

Posted 05 March 2018 - 02:07 PM

I believe i had some crash because of non ASCII character

 

in the english translation of g3anniversary-v9 in setup.tra the   – é …

 

in the mod imoenromance

in imoenRomance\dialogues\SOA\Underdark\InUstNatha.d , the

in imoenRomance\Setup-ImoenRomance.tp2 the

Increase Dexterity by 1

Regenerate 1 HP every 3 seconds

Improves casting speed by 2

 

in the mod NEJ the  “ ” ’ ‘ é in the baf and tp2

 

I don't know if every of those charater cause a crash but some do



#4 Ikki

Ikki
  • Validating
  • 123 posts

Posted 05 March 2018 - 02:08 PM

Tactics2_for_EE-alpha73 has a typo SALAMANDER_ICE doesn't exist , should be SALAMANDER_FROST

Spoiler

 

and Tactics2_for_EE-alpha73 crash with the foreign translation because it doesn't convert the charset to UTF8



#5 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 05 March 2018 - 02:14 PM

For TDDz, the ambiant music are missing too because the music are not converted to wav

i have added the following line in Setup-TDDz.tp2

Spoiler

That one is added here https://github.com/B...rldProject/TDDz

 

What is your expectations for the other reports? Should that not be reported to the modders or maintainers?


Edited by Roxanne, 05 March 2018 - 02:16 PM.

The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#6 Ikki

Ikki
  • Validating
  • 123 posts

Posted 05 March 2018 - 02:20 PM

i have installed some component of lolfixer on EET

 

one sub component of "MAJESTIC Item Fixer" (the Placeholder Icon Assigner) remove erroneously the icon of  some item

the component  "MAJESTIC Area Fixer" crash fixing the area OH9360.ARE



#7 Ikki

Ikki
  • Validating
  • 123 posts

Posted 05 March 2018 - 02:34 PM

That one is added here https://github.com/B...rldProject/TDDz

 cool :new_thumbs:

What is your expectations for the other reports? Should that not be reported to the modders or maintainers?

no expectation, I have done those fix for myself, so if someone is experiencing some of those problems, maybe he will find the solution he his looking at

and maybe a modder, like you did, will use those report



#8 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 06 March 2018 - 11:50 AM

i have installed some component of lolfixer on EET

 

one sub component of "MAJESTIC Item Fixer" (the Placeholder Icon Assigner) remove erroneously the icon of  some item

the component  "MAJESTIC Area Fixer" crash fixing the area OH9360.ARE

Can you provide some detail about this so it can be corrected in BWFixpack?


Edited by Roxanne, 06 March 2018 - 11:52 AM.

The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*

 


#9 Ikki

Ikki
  • Validating
  • 123 posts

Posted 06 March 2018 - 02:02 PM

for the "MAJESTIC Item Fixer" I have commented the part dealing with Placeholder Icon Assigner

Spoiler

and for the "MAJESTIC Area Fixer" i moved the area OH9360.ARE outside of the override folder before installing lolfixer


Edited by Ikki, 06 March 2018 - 02:08 PM.


#10 Roxanne

Roxanne

    Modder

  • Member
  • 3564 posts

Posted 06 March 2018 - 02:23 PM

for the "MAJESTIC Item Fixer" I have commented the part dealing with Placeholder Icon Assigner

Spoiler

and for the "MAJESTIC Area Fixer" i moved the area OH9360.ARE outside of the override folder before installing lolfixer

I agree with the icon assigner. I even remember there were already issues discussed with Lollorian a while ago on this topic.

 

For the OH9360 issue - I put this into the tp2

 

 

ACTION_IF FILE_EXISTS_IN_GAME ~OH9360.ARE~ THEN BEGIN
COPY_EXISTING ~OH9360.ARE~ ~BWS_workspace~
END


(run lolfiixer)


ACTION_IF FILE_EXISTS ~BWS_workspace/OH9360.ARE~ THEN BEGIN
COPY ~BWS_workspace/OH9360.ARE~ ~override~
END

 

 

Thanks for the detail.


Edited by Roxanne, 06 March 2018 - 02:41 PM.

The Sandrah Saga

another piece of *buggy, cheesy, unbalanced junk*