Sanderson Posted August 31 Share Posted August 31 Hello, I see that Artisan's House Tweaks (https://artisans-corner.com/house-rules/) has a component to restore the reputation sound effects for bg2, but not for EET. Sorry I just spent all night doing a new EET install so I'm not going back now. Is there any small mod that does this? (or a way to do it myself?) Quote Link to comment
Holden Posted September 5 Share Posted September 5 If I recall correctly, the only component like this in House Tweaks is a sound that plays when a trap is discovered. I don't recall any mod with a sound for rep increase. Quote Link to comment
Sanderson Posted September 6 Author Share Posted September 6 This is on the page I linked. Restores the reputation increase sound for BG2. This component brings the reputation increase jingle from BG:EE into BG2:EE. Quote Link to comment
skellytz Posted September 6 Share Posted September 6 On 8/31/2024 at 1:10 PM, Sanderson said: Is there any small mod that does this? (or a way to do it myself?) Open HouseTweaks.tp2 and find this block: BEGIN ~House Tweaks: Restore Reputation Increase Sound Effect for BG2~ REQUIRE_PREDICATE (GAME_IS ~bg2ee~) ~This component must be installed on BG2:EE.~ COPY ~%MOD_FOLDER%/Reputation/REPUP.WAV~ ~OVERRIDE~ STRING_SET 19686 ~The Party's Reputation Has Increased~ [REPUP] Simply change: REQUIRE_PREDICATE (GAME_IS ~bg2ee~) to REQUIRE_PREDICATE (GAME_IS ~bg2ee eet~) Then install the component. Quote Link to comment
Jarno Mikkola Posted September 6 Share Posted September 6 And yes, you can open the .tp2 file with any text editing tool, like Notepad, Notepad++, and it will work as intended. And nope, MSWord is not a text editing tool... Quote Link to comment
Sanderson Posted September 8 Author Share Posted September 8 On 9/6/2024 at 2:15 AM, skellytz said: Open HouseTweaks.tp2 and find this block: BEGIN ~House Tweaks: Restore Reputation Increase Sound Effect for BG2~ REQUIRE_PREDICATE (GAME_IS ~bg2ee~) ~This component must be installed on BG2:EE.~ COPY ~%MOD_FOLDER%/Reputation/REPUP.WAV~ ~OVERRIDE~ STRING_SET 19686 ~The Party's Reputation Has Increased~ [REPUP] Simply change: REQUIRE_PREDICATE (GAME_IS ~bg2ee~) to REQUIRE_PREDICATE (GAME_IS ~bg2ee eet~) Then install the component. Great. Thank you very much! Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.