Jump to content

GloriousCheese

Members
  • Posts

    13
  • Joined

  • Last visited

About GloriousCheese

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GloriousCheese's Achievements

  1. Wow, more than 12 hours and it's still not done yet. Anyone has any idea what the total file numbers are? Currently the total converted pvrz files are 407. *Edit: Ah, nevermind, I'll just cancel it and do number 15 later. *Edit 2: So, selecting option 15, currently there's 58 files left out of the 177 original files in the override folder. According to my estimates, the total time to complete would be 19 hours. I shudder to even think of the time needed for option 13. * Edit 3: Finally finished at 12.5 hours. But sadly it still didn't fix the issue. * Edit 4: I decided to copy the EET install made on my PC instead of the one made on Android, and surprisingly, the flickering disappeared. But I did notice that the amount of PVRZ files are different. 177 for the Android version, and 149 files for the PC version. Hopefully there won't be further issues. * Edit 5: Now I'm having water texture issues instead. Sigh...
  2. I was trying out 16 just now, and it was already taking quite long. I cancelled it halfway and went for 13. Hopefully it'll be ready by tomorrow morning. Oh by the way, after conversion, the files will still be in PVRZ format, correct?
  3. In that case, I should be trying 9 or 13, because of it not being alpha-blended, right?
  4. Only iOS is specified. I've tried number 4 & 8. Both showed textures as black. While number 16 still has the flickering. Left number 12 to try.
  5. No, I didn't. Can it be run after EET_end has been run? Yea, Android has Baldur.lua too. May I know which line I should edit?
  6. https://imgur.com/a/vhxmpvN I've installed EET on Android, and saw that there's a black flickering box near the fireplace in Candlekeep Inn. I don't see that on a pc install. What could be the issue here? Could it be the graphics driver of the phone?
  7. But on PC, it works for me when I put the bmp files into override folder. They're AI enhanced versions of the default portraits. By the way, I'm using the Dragonspear UI++. Yeah, i copied all the files according to the original post. "data, lang, movies, music, override, scripts, worldmap, engine.lua, and chitin.key" *Edit: I've found the solution. Need to modify the UI.menu file and change some of the coding for the multi portrait picker. For those who are using Dragonspear UI++, you need to modify the following code block: label { enabled "MultiPortraitPicker == 1" area 400 156 80 125 bitmap lua "GetPortrait(1)" } label { enabled "MultiPortraitPicker == 1" area 494 156 80 125 bitmap lua "GetPortrait(2)" } label { enabled "MultiPortraitPicker == 1" area 588 156 80 125 bitmap lua "GetPortrait(3)" } label { enabled "MultiPortraitPicker == 1" area 682 156 80 125 bitmap lua "GetPortrait(4)" } label { enabled "MultiPortraitPicker == 1" area 776 156 80 125 bitmap lua "GetPortrait(5)" } label { enabled "MultiPortraitPicker == 1" area 870 156 80 125 bitmap lua "GetPortrait(6)" } label { enabled "MultiPortraitPicker == 1" area 964 156 80 125 bitmap lua "GetPortrait(7)" } label { enabled "MultiPortraitPicker == 1" area 400 295 80 125 bitmap lua "GetPortrait(8)" } label { enabled "MultiPortraitPicker == 1" area 494 295 80 125 bitmap lua "GetPortrait(9)" } label { enabled "MultiPortraitPicker == 1" area 588 295 80 125 bitmap lua "GetPortrait(10)" } label { enabled "MultiPortraitPicker == 1" area 682 295 80 125 bitmap lua "GetPortrait(11)" } label { enabled "MultiPortraitPicker == 1" area 776 295 80 125 bitmap lua "GetPortrait(12)" } label { enabled "MultiPortraitPicker == 1" area 870 295 80 125 bitmap lua "GetPortrait(13)" } label { enabled "MultiPortraitPicker == 1" area 964 295 80 125 bitmap lua "GetPortrait(14)" } label { enabled "MultiPortraitPicker == 1" area 400 434 80 125 bitmap lua "GetPortrait(15)" } label { enabled "MultiPortraitPicker == 1" area 494 434 80 125 bitmap lua "GetPortrait(16)" } label { enabled "MultiPortraitPicker == 1" area 588 434 80 125 bitmap lua "GetPortrait(17)" } label { enabled "MultiPortraitPicker == 1" area 682 434 80 125 bitmap lua "GetPortrait(18)" } label { enabled "MultiPortraitPicker == 1" area 776 434 80 125 bitmap lua "GetPortrait(19)" } label { enabled "MultiPortraitPicker == 1" area 870 434 80 125 bitmap lua "GetPortrait(20)" } label { enabled "MultiPortraitPicker == 1" area 964 434 80 125 bitmap lua "GetPortrait(21)" } label { enabled "MultiPortraitPicker == 1" area 400 573 80 125 bitmap lua "GetPortrait(22)" } label { enabled "MultiPortraitPicker == 1" area 494 573 80 125 bitmap lua "GetPortrait(23)" } label { enabled "MultiPortraitPicker == 1" area 588 573 80 125 bitmap lua "GetPortrait(24)" } label { enabled "MultiPortraitPicker == 1" area 682 573 80 125 bitmap lua "GetPortrait(25)" } label { enabled "MultiPortraitPicker == 1" area 776 573 80 125 bitmap lua "GetPortrait(26)" } label { enabled "MultiPortraitPicker == 1" area 870 573 80 125 bitmap lua "GetPortrait(27)" } label { enabled "MultiPortraitPicker == 1" area 964 573 80 125 bitmap lua "GetPortrait(28)" } button { enabled "MultiPortraitPicker == 1" area 395 151 90 135 bam "rgcfram" toggle togglePort1 action "togglePortrait1(); OnPortraitArrayClick(1)" } button { enabled "MultiPortraitPicker == 1" area 489 151 90 135 bam "rgcfram" toggle togglePort2 action "togglePortrait2(); OnPortraitArrayClick(2)" } button { enabled "MultiPortraitPicker == 1" area 583 151 90 135 bam "rgcfram" toggle togglePort3 action "togglePortrait3(); OnPortraitArrayClick(3)" } button { enabled "MultiPortraitPicker == 1" area 677 151 90 135 bam "rgcfram" toggle togglePort4 action "togglePortrait4(); OnPortraitArrayClick(4)" } button { enabled "MultiPortraitPicker == 1" area 771 151 90 135 bam "rgcfram" toggle togglePort5 action "togglePortrait5(); OnPortraitArrayClick(5)" } button { enabled "MultiPortraitPicker == 1" area 865 151 90 135 bam "rgcfram" toggle togglePort6 action "togglePortrait6(); OnPortraitArrayClick(6)" } button { enabled "MultiPortraitPicker == 1" area 959 151 90 135 bam "rgcfram" toggle togglePort7 action "togglePortrait7(); OnPortraitArrayClick(7)" } button { enabled "MultiPortraitPicker == 1" area 395 290 90 135 bam "rgcfram" toggle togglePort8 action "togglePortrait8(); OnPortraitArrayClick(8)" } button { enabled "MultiPortraitPicker == 1" area 489 290 90 135 bam "rgcfram" toggle togglePort9 action "togglePortrait9(); OnPortraitArrayClick(9)" } button { enabled "MultiPortraitPicker == 1" area 583 290 90 135 bam "rgcfram" toggle togglePort10 action "togglePortrait10(); OnPortraitArrayClick(10)" } button { enabled "MultiPortraitPicker == 1" area 677 290 90 135 bam "rgcfram" toggle togglePort11 action "togglePortrait11(); OnPortraitArrayClick(11)" } button { enabled "MultiPortraitPicker == 1" area 771 290 90 135 bam "rgcfram" toggle togglePort12 action "togglePortrait12(); OnPortraitArrayClick(12)" } button { enabled "MultiPortraitPicker == 1" area 865 290 90 135 bam "rgcfram" toggle togglePort13 action "togglePortrait13(); OnPortraitArrayClick(13)" } button { enabled "MultiPortraitPicker == 1" area 959 290 90 135 bam "rgcfram" toggle togglePort14 action "togglePortrait14(); OnPortraitArrayClick(14)" } button { enabled "MultiPortraitPicker == 1" area 395 429 90 135 bam "rgcfram" toggle togglePort15 action "togglePortrait15(); OnPortraitArrayClick(15)" } button { enabled "MultiPortraitPicker == 1" area 489 429 90 135 bam "rgcfram" toggle togglePort16 action "togglePortrait16(); OnPortraitArrayClick(16)" } button { enabled "MultiPortraitPicker == 1" area 583 429 90 135 bam "rgcfram" toggle togglePort17 action "togglePortrait17(); OnPortraitArrayClick(17)" } button { enabled "MultiPortraitPicker == 1" area 677 429 90 135 bam "rgcfram" toggle togglePort18 action "togglePortrait18(); OnPortraitArrayClick(18)" } button { enabled "MultiPortraitPicker == 1" area 771 429 90 135 bam "rgcfram" toggle togglePort19 action "togglePortrait19(); OnPortraitArrayClick(19)" } button { enabled "MultiPortraitPicker == 1" area 865 429 90 135 bam "rgcfram" toggle togglePort20 action "togglePortrait20(); OnPortraitArrayClick(20)" } button { enabled "MultiPortraitPicker == 1" area 959 429 90 135 bam "rgcfram" toggle togglePort21 action "togglePortrait21(); OnPortraitArrayClick(21)" } button { enabled "MultiPortraitPicker == 1" area 395 568 90 135 bam "rgcfram" toggle togglePort22 action "togglePortrait22(); OnPortraitArrayClick(22)" } button { enabled "MultiPortraitPicker == 1" area 489 568 90 135 bam "rgcfram" toggle togglePort23 action "togglePortrait23(); OnPortraitArrayClick(23)" } button { enabled "MultiPortraitPicker == 1" area 583 568 90 135 bam "rgcfram" toggle togglePort24 action "togglePortrait24(); OnPortraitArrayClick(24)" } button { enabled "MultiPortraitPicker == 1" area 677 568 90 135 bam "rgcfram" toggle togglePort25 action "togglePortrait25(); OnPortraitArrayClick(25)" } button { enabled "MultiPortraitPicker == 1" area 771 568 90 135 bam "rgcfram" toggle togglePort26 action "togglePortrait26(); OnPortraitArrayClick(26)" } button { enabled "MultiPortraitPicker == 1" area 865 568 90 135 bam "rgcfram" toggle togglePort27 action "togglePortrait27(); OnPortraitArrayClick(27)" } button { enabled "MultiPortraitPicker == 1" area 959 568 90 135 bam "rgcfram" toggle togglePort28 action "togglePortrait28(); OnPortraitArrayClick(28)" } into: label { enabled "MultiPortraitPicker == 1" area 400 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(1)" } label { enabled "MultiPortraitPicker == 1" area 494 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(2)" } label { enabled "MultiPortraitPicker == 1" area 588 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(3)" } label { enabled "MultiPortraitPicker == 1" area 682 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(4)" } label { enabled "MultiPortraitPicker == 1" area 776 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(5)" } label { enabled "MultiPortraitPicker == 1" area 870 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(6)" } label { enabled "MultiPortraitPicker == 1" area 964 156 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(7)" } label { enabled "MultiPortraitPicker == 1" area 400 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(8)" } label { enabled "MultiPortraitPicker == 1" area 494 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(9)" } label { enabled "MultiPortraitPicker == 1" area 588 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(10)" } label { enabled "MultiPortraitPicker == 1" area 682 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(11)" } label { enabled "MultiPortraitPicker == 1" area 776 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(12)" } label { enabled "MultiPortraitPicker == 1" area 870 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(13)" } label { enabled "MultiPortraitPicker == 1" area 964 295 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(14)" } label { enabled "MultiPortraitPicker == 1" area 400 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(15)" } label { enabled "MultiPortraitPicker == 1" area 494 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(16)" } label { enabled "MultiPortraitPicker == 1" area 588 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(17)" } label { enabled "MultiPortraitPicker == 1" area 682 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(18)" } label { enabled "MultiPortraitPicker == 1" area 776 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(19)" } label { enabled "MultiPortraitPicker == 1" area 870 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(20)" } label { enabled "MultiPortraitPicker == 1" area 964 434 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(21)" } label { enabled "MultiPortraitPicker == 1" area 400 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(22)" } label { enabled "MultiPortraitPicker == 1" area 494 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(23)" } label { enabled "MultiPortraitPicker == 1" area 588 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(24)" } label { enabled "MultiPortraitPicker == 1" area 682 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(25)" } label { enabled "MultiPortraitPicker == 1" area 776 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(26)" } label { enabled "MultiPortraitPicker == 1" area 870 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(27)" } label { enabled "MultiPortraitPicker == 1" area 964 573 80 125 bam "rgcfram" ScaleToClip sequence lua "GetPortrait(28)" } button { enabled "MultiPortraitPicker == 1" area 395 151 90 135 bitmap lua "GetPortrait(1)" toggle togglePort1 action "togglePortrait1(); OnPortraitArrayClick(1)" } button { enabled "MultiPortraitPicker == 1" area 489 151 90 135 bitmap lua "GetPortrait(2)" toggle togglePort2 action "togglePortrait2(); OnPortraitArrayClick(2)" } button { enabled "MultiPortraitPicker == 1" area 583 151 90 135 bitmap lua "GetPortrait(3)" toggle togglePort3 action "togglePortrait3(); OnPortraitArrayClick(3)" } button { enabled "MultiPortraitPicker == 1" area 677 151 90 135 bitmap lua "GetPortrait(4)" toggle togglePort4 action "togglePortrait4(); OnPortraitArrayClick(4)" } button { enabled "MultiPortraitPicker == 1" area 771 151 90 135 bitmap lua "GetPortrait(5)" toggle togglePort5 action "togglePortrait5(); OnPortraitArrayClick(5)" } button { enabled "MultiPortraitPicker == 1" area 865 151 90 135 bitmap lua "GetPortrait(6)" toggle togglePort6 action "togglePortrait6(); OnPortraitArrayClick(6)" } button { enabled "MultiPortraitPicker == 1" area 959 151 90 135 bitmap lua "GetPortrait(7)" toggle togglePort7 action "togglePortrait7(); OnPortraitArrayClick(7)" } button { enabled "MultiPortraitPicker == 1" area 395 290 90 135 bitmap lua "GetPortrait(8)" toggle togglePort8 action "togglePortrait8(); OnPortraitArrayClick(8)" } button { enabled "MultiPortraitPicker == 1" area 489 290 90 135 bitmap lua "GetPortrait(9)" toggle togglePort9 action "togglePortrait9(); OnPortraitArrayClick(9)" } button { enabled "MultiPortraitPicker == 1" area 583 290 90 135 bitmap lua "GetPortrait(10)" toggle togglePort10 action "togglePortrait10(); OnPortraitArrayClick(10)" } button { enabled "MultiPortraitPicker == 1" area 677 290 90 135 bitmap lua "GetPortrait(11)" toggle togglePort11 action "togglePortrait11(); OnPortraitArrayClick(11)" } button { enabled "MultiPortraitPicker == 1" area 771 290 90 135 bitmap lua "GetPortrait(12)" toggle togglePort12 action "togglePortrait12(); OnPortraitArrayClick(12)" } button { enabled "MultiPortraitPicker == 1" area 865 290 90 135 bitmap lua "GetPortrait(13)" toggle togglePort13 action "togglePortrait13(); OnPortraitArrayClick(13)" } button { enabled "MultiPortraitPicker == 1" area 959 290 90 135 bitmap lua "GetPortrait(14)" toggle togglePort14 action "togglePortrait14(); OnPortraitArrayClick(14)" } button { enabled "MultiPortraitPicker == 1" area 395 429 90 135 bitmap lua "GetPortrait(15)" toggle togglePort15 action "togglePortrait15(); OnPortraitArrayClick(15)" } button { enabled "MultiPortraitPicker == 1" area 489 429 90 135 bitmap lua "GetPortrait(16)" toggle togglePort16 action "togglePortrait16(); OnPortraitArrayClick(16)" } button { enabled "MultiPortraitPicker == 1" area 583 429 90 135 bitmap lua "GetPortrait(17)" toggle togglePort17 action "togglePortrait17(); OnPortraitArrayClick(17)" } button { enabled "MultiPortraitPicker == 1" area 677 429 90 135 bitmap lua "GetPortrait(18)" toggle togglePort18 action "togglePortrait18(); OnPortraitArrayClick(18)" } button { enabled "MultiPortraitPicker == 1" area 771 429 90 135 bitmap lua "GetPortrait(19)" toggle togglePort19 action "togglePortrait19(); OnPortraitArrayClick(19)" } button { enabled "MultiPortraitPicker == 1" area 865 429 90 135 bitmap lua "GetPortrait(20)" toggle togglePort20 action "togglePortrait20(); OnPortraitArrayClick(20)" } button { enabled "MultiPortraitPicker == 1" area 959 429 90 135 bitmap lua "GetPortrait(21)" toggle togglePort21 action "togglePortrait21(); OnPortraitArrayClick(21)" } button { enabled "MultiPortraitPicker == 1" area 395 568 90 135 bitmap lua "GetPortrait(22)" toggle togglePort22 action "togglePortrait22(); OnPortraitArrayClick(22)" } button { enabled "MultiPortraitPicker == 1" area 489 568 90 135 bitmap lua "GetPortrait(23)" toggle togglePort23 action "togglePortrait23(); OnPortraitArrayClick(23)" } button { enabled "MultiPortraitPicker == 1" area 583 568 90 135 bitmap lua "GetPortrait(24)" toggle togglePort24 action "togglePortrait24(); OnPortraitArrayClick(24)" } button { enabled "MultiPortraitPicker == 1" area 677 568 90 135 bitmap lua "GetPortrait(25)" toggle togglePort25 action "togglePortrait25(); OnPortraitArrayClick(25)" } button { enabled "MultiPortraitPicker == 1" area 771 568 90 135 bitmap lua "GetPortrait(26)" toggle togglePort26 action "togglePortrait26(); OnPortraitArrayClick(26)" } button { enabled "MultiPortraitPicker == 1" area 865 568 90 135 bitmap lua "GetPortrait(27)" toggle togglePort27 action "togglePortrait27(); OnPortraitArrayClick(27)" } button { enabled "MultiPortraitPicker == 1" area 959 568 90 135 bitmap lua "GetPortrait(28)" toggle togglePort28 action "togglePortrait28(); OnPortraitArrayClick(28)" }
  8. Ok, so I've moved my Windows EET over to my phone (not rooted). Overall it works, but the portraits in the override folder are not being read by the game. Any idea how to solve it? Placing the bmp files into Android/data/com.beamdog.xxx/files doesn't work either.
  9. Wait, so you're saying I can mod and merge the EET install on Windows and then transfer them over to Android?
  10. For the DlcMerger, which one do I download? The linux version?
  11. I found this post by Cirosan on how to mod the games on Switch: Seems like it's possible to only mod them individually. I went into the folder structure and saw that it's separated into 3 folders, BG1+SoD, BG2, assets. Sigh... what a missed opportunity. Here's a dump of the assets folder: https://www.mediafire.com/file/r63dhtc88yv2ftk/assets.zip/file I noticed that there's quite a few extra .menu files compared to the PC version. Hope that there's someone who's experienced enough in modding to know what they've changed and added. *Edit: Looks like not all mods can work with Switch version. I couldn't install BG1 Unfinished Business due to the chitin.key file being different from the PC version. Welp, guess only the PC version can play EET then.
  12. My Switch has been jailbroken, so getting the files onto the Switch is no issue. My concern is whether it'll work. Can you please point me towards the post that you saw? Thanks.
  13. As per title. Can I install EET on PC then transfer it to Nintendo Switch using the romfs method?
×
×
  • Create New...