Giter Club home page Giter Club logo

unfinishedbusiness's People

Contributors

alienquake avatar angelgryph avatar evalcony avatar jazira33 avatar lukasz-pekala avatar r-e-d avatar ychap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

unfinishedbusiness's Issues

Can't Start Lobby 3 players 6 party size

We have three people with the mod set to a party size of six. All of our settings match however we are having issues creating the campaign. If I try to join one of my friends I am unable to select a character regardless of the people in the lobby. If I try to create the lobby then I cannot see their selections and and I cannot select the final position in the party to put a sixth character in there.

french and maybe some other translations broken, the return !

Ok, I took 10 minutes to recreate this, to give you some very easy steps to reproduce, made a backup of my bg2ee folder for that, and uninstalled everything except the french translation, then using your version of ub :
choosing language 1 (french) and then installing the 1st element, boo abduction -> game freezes at launch
then uninstalling this and installing ub 26 from the pocketplane site, then choosing exactly the same options, language french, and then 1st element, boo abduction : everything works perfectly.

Now if you just don't want to fix things, it's fine, just write it down in the readme and you won't receive any issues ! :)
Since I am currently trying eet, I guess there are some eet fixes in your version, so I use it in english, english installation works fine. And also this kind of freeze happens when some non utf8 accents have been put in the dialog files (I know that after having worked on some translations, 1 of the worst bugs of bgee/bg2ee).

Item Restorations: assigns wrong string to blun11.itm in BGT

From "ub/items/setup_item_restorations.tpa":

    // Restore proper name and description to Krotan's Skullcrusher
    COPY_EXISTING "blun11.itm" "override"
      SAY NAME2 #103012
      SAY IDENTIFIED_DESC #103013
      BUT_ONLY_IF_IT_CHANGES

The string 103012 doesn't exist in BGT, this gives a random mod added string to the weapon. In EET (and probably BGII:EE) this works.

Problem with Czech translation

Hello,

I made new updated Czech translation for UB (no one has touched Czech texts since UB v13, so it was necessary to translate a lot of new texts and rewrite half of all old ones). I wanted to check texts in-game to fix any bugs, but unfortunately, it seems impossible to install **~ The Suna Seni / Valygar Relationship ~**

I thought I made a mistake during the translation, but it is not possible to install it even if I use the old version of the translation, which is in mod now. But all other parts of the mod can be installed without any problems.

Do you have any idea what this might cause?
(@349 in ubdialog.tra is translated.)

Whatever it did must have happened in the last few versions, because if I remember correctly, the v26 still worked fine.

albert-hypermarket-letak-7_1500

finally found the issue with the french translation !

opened an issue about it quite a long while ago but it was impossible to reproduce it...
It's actually linked to uninstallation !

So... install something in french
then uninstall it
and reinstall it
launch baldursgateii -> frozen

It's not the only mod which has this problem, it's linked to the utf8 encoding, instead of failing silently it freezes in this case.
Solution : after having uninstalled, remove completely the ub directory and extract if from the archive to install from scratch, this way it works !

Extra items in Minsc inventory after Kidnapping of Boo quest.

After retrieving Boo from Eleanya, Minsc now has 3 unmovable items in his inventory (Boo Scraps, and 2 identical Boos).
I also installed the option to move Boo from quick slots to his inventory from the "Tweaks Anthology" mod which might have something to do with the issue.

Is the correct behavior to only have a single boo in Minsc's inventory at the end of the quest?
Will it cause any issues with future quests/interactions to remove the extra items from Minsc's inventory via EEKeeper?

Warlock Int or Chr causes spell locked

If the selection to choose Intelligence or Charisma for the spellcasting modifier is selected then Warlocks are unable to select spells regardless of their choice.

Install error on BGII with weidu v246

I'm getting this error if I try to install the mod on my BGII (from GOG, BG2Fixpack is installed) using weisu v246:
ERROR Installing [The Kidnapping of Boo by Cliffette], rolling back to previous state Unable to Unlink [weidu_external/backup/ub/0/OTHER.0]: Unix.Unix_error(1, "unlink", "weidu_external/backup/ub/0/OTHER.0") [weidu_external/backup/ub/0/UNSETSTR.0] SET_STRING uninstall info not found Will uninstall 0 files for [UB/SETUP-UB.TP2] component 0. Uninstalled 0 files for [UB/SETUP-UB.TP2] component 0. Unable to Unlink [weidu_external/backup/ub/0/READLN.0]: Unix.Unix_error(20, "unlink", "weidu_external/backup/ub/0/READLN.0") Unable to Unlink [weidu_external/backup/ub/0/READLN.0.TEXT]: Unix.Unix_error(20, "unlink", "weidu_external/backup/ub/0/READLN.0.TEXT") BG2FIXPACK/SETUP-BG2FIXPACK.TP2 0 0 Installed BG2FIXPACK/SETUP-BG2FIXPACK.TP2 0 1000 Installed BG2FIXPACK/SETUP-BG2FIXPACK.TP2 0 3 Installed ERROR: Sys_error("weidu_external/lib/sfo_immutable.tph: No such file or directory")

The Kidnapping of Boo: Bug in kicking/Adding back Minsc in the Party

I noticed a strange bug after I resolve the quest (Fighting Elyanna guards or Peacefully resolved).

Minsc get back Boo but keeps Boo's scraps (WWEBOO.ITM) (as in https://github.com/Pocket-Plane-Group/UnfinishedBusiness/issues/24) and the dialogue after kicking him from the party doesn't trigger.
He comes to player1 to initiate dialogue, but it bugs and you could not talk anymore with him.
It's probably due to trigger 1 in MINSCP.DLG:

HasItem("wweboo","Minsc") // Boo's scraps.
!HasItem("MISC84","Minsc") // Boo
---> So, in this case we have both item and the condition is false
!Global("WWBetrayedMinsc","GLOBAL",1)
Global("WWLeave","LOCALS",0)

And trigger 5 and 6 too:
!HasItem("wweboo","Minsc") // Boo's scraps. ---> Same here.

Removing WWEBOO.ITM with NI fix the issue, probably the issue is like the example in wwelspl.baf:

IF
	True()
THEN
	RESPONSE #100
	CutSceneId("WWElle")
	ReallyForceSpell(Myself,CLERIC_HEAL)
	DestroyItem("wweboo")  /* Kulyok v25 */
	Wait(1)
	MoveToObject("Minsc")
	DisplayStringHead(Myself,@36)
	ForceSpell(Myself,FLASHY_1)
	Wait(2)
	DisplayStringHead(Myself,@37)
	Wait(2)
	ForceSpell(Myself,CLERIC_CALL_LIGHTNING)
	DisplayStringHead(Myself,~Ouch!~)
	Wait(2)
	ForceSpell("Minsc",FLASHY_2)
	Wait(1)
	DisplayStringHead(Myself,~That's it!~)
	ReallyForceSpell(Myself,CLERIC_HEAL)
	ReallyForceSpell(Myself,WIZARD_FLAME_ARROW)
	Wait(2)
        SetGlobal("WWAfterSpell","LOCALS",1)
	EndCutSceneMode()
END

Adding a "TakePartyItem("wweboo")" before "DestroyItem("wweboo") seems to fix the issue (in the specific case of 3 correct answers to the Elyanna's riddles).

Various similar lines in "wwminscub.d" should hopefully fix the other endings (fight, 1 correct answer and two correct answers).

Minsc's portrait has low res after his quest?

From here: https://discord.com/channels/155707640255741952/538375438645461013/987714343401562152

"I just did minscs quest from unfinished business and the mod swapped out his ee high res portrait with a low res one."

Without checking, I assume it's the known difference between the classic games assigning the M portrait to the cre files whereas the EE use the L one (or somesuch). I assume the quest uses a spell to reassign Minsc's original portrait but assigns the smaller one which is too small for the EEs.

ubsetup_ee.tra typo

Hello,

There is a typo in a filename (even tough weidu seems ok with it).

In tra\english, there is a file named ubsetup_ee.tra. In the tp2 (and in all other languages), the file is named ubsetup-ee.tra.

Freeze EET if installing in french

From memory it's the kind of bug where some non utf8 strings where installed.
It's with a test build of eet, not sure it happens with bg2ee native.
How to reproduce : just try to install any quest which affects dialogs in french, then try to launch the game in french -> freeze with the message "initalizing quests".
Did not happen with the previous ub version I used, I upgraded for eet.

As a workaround, I install it in english, it works.

Problem with Suna Seni/Valygar installation

The Suna Seni/Valygar Relationship Restoration can't be installed with german translation. All other restorations do work. I tested the files in the suna folder - if they are exchanged with the files from version 26 there is only a parsing error from CCSUNA.baf at line 7 column 16-91 but the installation itself is successfull. Game was freshly installed, started and a savegame created.
SETUP-UB.log

Feature Request - Add Individual Restorations

Wheels of Prophecy, Yoshimo's Remorse, Korgan's Redemption, HQSoundClips by argent and Quest Pack from SimDing0 all have restored quests/music/situations. It would be nice to see all of those added to Unfinished Business to avoid all the extra downloads. This is interesting specially for testing since if a problem occurs the ppl will have to unninstall/reinstall everything all over again.

Surely Tweaks Anthology is an inspiration for this since it makes everything available in a single file, something for which everyone who loves the pack are thankful.

Yoshimo portrait still not working properly

The portrait does get switched in the character information screen but not in the character collumn at the right of the game window. EEKeeper shows the wrong file for the small portrait.

"The Murder of Acton Balthis" doesn't finish the quest

Using latest version, went to the prison, talked to both guards telling them Haer'Dalis is innocent showed them the papers.
When talking to him, his dialogue was the one that appears when you kick him out of the party. So I tell him "no, stay with us". He joined and off we go.
Quest didn't complete, remains as Current Quests.

Newly claimed Ascenion - UB incompatibility?

Quoted from https://www.reddit.com/r/baldursgate/comments/s0j31j/redeeming_with_ascension_and_unfinished_business/

So this is mostly a reference post for myself so I can stop having to look up the variables and such and have this come up in the google search when I next take Sarevok, which isn't that often. Details included for those who might come across the same issue.

When you have Ascension and Unfinished Business installed on ToB, redeeming Sarevok is broken. UB adds a requirement for the U!SRemorse global to be 3 before the second dialog triggers, but since Ascension isn't compatible with Sarevok's Remorse that global is never set. So you need to set that global -can use EEKeeper or just C:SetGlobal("U!SRemorse","GLOBAL",3). The second dialog then triggers when you kill Gromnir with Sarevok in your party.

Did you forget to set the variable in time? Hey look, I'm in this picture and I don't like it. Sarevok needs to see both the corpse and you at the same time for the dialog to trigger. You can spawn in Gromnir wherever you want with C:CreateCreature("Gromnir") then CTRL+Y him. Best not to kill him manually else his scripts will fire and fuck things up. Don't take a second set of his drops either you dirty cheater ;-P

The third dialog then triggers as normal as soon as you and Sarevok make it some way through Sendai's enclave. Or at least until the Enclave global is greater than 0, which I assume is when you're inside, I only just killed Yaga-shura this run.

I'll check it tonight in depth if this is reproducible, but noting it down here beforehand.

Valygar's Suna aftertalk needs closing variable

Hi AngelGryph,

the Suna Seni follow-up dialogue in u!suna.d needs a closing of the variable "u!SunaDies", or it triggers every time Valygar is spoken to after the Spellhold incident (and overwriting the PID of the Corthala Romantique mod):

IF Global("u!SunaDies","GLOBAL",2) THEN BEGIN ValSunaSHBye1
SAY @316
IF ~~ THEN GOTO ValSunaDead
END

should be:

IF Global("u!SunaDies","GLOBAL",2) THEN BEGIN ValSunaSHBye1
SAY @316
IF ~~ THEN DO SetGlobal("u!SunaDies","GLOBAL",3)
GOTO ValSunaDead
END

Czech Translation of Unfinished Business v28

I finished translating all the missing texts and did a complete revision and correction of the old texts (they really needed it).

Here is the new Czech translation.
I would appreciate it if it was officially added to the mod.

ub-v28.CZ.zip

Best regards

Radim "Edvin" Klímek

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.