Mukora Posted October 17, 2017 Share Posted October 17, 2017 Hello, I was wondering if anyone could help me with a problem I'm having? I'm trying to make a mod for BG2 to allow Neera to be romanced by female characters. I've been using the Neera Expansion for BGEE as an example but something I've done doesn't seem to be working properly. Could someone take a look at this and tell me what I'm doing wrong? Quote Link to comment
Jarno Mikkola Posted October 17, 2017 Share Posted October 17, 2017 (edited) We can help yes, but we need to see the files and the weidu's .debug -files content, aka open all the files via Notepad(the .debug and the script source, aka the .baf file, and the weidu mods .tp2 file) for example and copy paste then to a post. Or upload the files with the More Reply Options... the files need to be on a .zip archives files to be able to be attach-able, generally. There are other file formats, but you don't really want to attach files with other formats cause they can't always be opened by everyone, or they take 1000 times the file size in a bad case. In case you have questions, ask... if anything is unclear. Edited October 17, 2017 by Jarno Mikkola Quote Link to comment
Mukora Posted October 18, 2017 Author Share Posted October 18, 2017 Oh weird I thought I did attach the files. Sorry about that Do either of these work? BiNeera.7z https://drive.google.com/open?id=0B0_XR6mGz-PZazlZVXRMOEc2SnM Quote Link to comment
Roxanne Posted October 18, 2017 Share Posted October 18, 2017 (edited) Oh weird I thought I did attach the files. Sorry about that Do either of these work? BiNeera.7z https://drive.google.com/open?id=0B0_XR6mGz-PZazlZVXRMOEc2SnM Remove this from TP2 // Bi Neera Mod ACTION_IF GAME_IS ~bg2ee~ THEN BEGIN The block below is all you need to check for a BG2EE BEGIN ~Bi Neera Mod~ REQUIRE_PREDICATE GAME_IS ~bg2ee~ ~You must have Baldur's Gate II: Enhanced Edition installed.~ Use this instead of the outdated code COPY_EXISTING ~neera.bcs~ ~override~ DECOMPILE_AND_PATCH BEGIN REPLACE_TEXTUALLY ~Gender(Player1,MALE)~ ~~ END BUT_ONLY_IF_IT_CHANGES COPY_EXISTING ~neer25.bcs~ ~override~ DECOMPILE_AND_PATCH BEGIN REPLACE_TEXTUALLY ~Gender(Player1,MALE)~ ~~ END BUT_ONLY_IF_IT_CHANGES Edited October 18, 2017 by Roxanne Quote Link to comment
Mukora Posted October 18, 2017 Author Share Posted October 18, 2017 Thank you so much for your help 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.