Jump to content

Trouble Setting Up Script Edit in WeiDu


Recommended Posts

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?

Link to comment

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 by Jarno Mikkola
Link to comment

Oh weird I thought I did attach the files. Sorry about that Do either of these work?

 

attachicon.gifBiNeera.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 by Roxanne
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...