Jump to content

problem with journal (BGEE)


nowus777

Recommended Posts

Hi,

 

Ive got problem with notes in journal in my mod for BGEE. Notes are written in "journal part", not in "quest part". How can I change it? Where am i wrong?

 

In setup.tp2:

ADD_JOURNAL TITLE (@0) @1 @2 @3 USING ~mode\tra\%LANGUAGE%\NPCJ.tra~

 

In NPCJ.tra:

@0 = ~title~
@1 = ~bla bla1~
@2 = ~bla bla2~
@3 = ~bla bla3~

 

In NPCJ.d, for example:

IF~~THEN BEGIN SIMPLE1
SAY~qwertyyuui~
IF~~THEN DO~SetGlobal("nevermind","GLOBAL",2)~UNSOLVED_JOURNAL @1 EXIT
END

 

or

 

IF~~THEN BEGIN SIMPLE2
SAY~qwertyyufdgfghghgghhfui~
IF~~THEN DO~SetGlobal("neverminddfsdfgfg","GLOBAL",4) EraseJournalEntry(@1)~SOLVED_JOURNAL @3 EXIT
END

 

I will be very grateful for help :)

 

Link to comment

Sadly, I can't tell you the magic weidu command of the day that would add a quest to bgee.lua. Because i've never gone too deep into weidu.

 

ADD_JOURNAL TITLE sounds like what you need. From its doc:

 

If the game is of an EE-type, this action patches BGEE.SQL or BGEE.LUA (depending on game version) with the provided quests and journal entries, so they will work with the EE-type journal system.

 

You probably need to check your weidu version (240 should be ok).

 

Then look at the changes it does to bgee.lua (it should go into the override). If it changed bgee.sql then you definitely have to upgrade (bgee.sql is an outdated file).

Edited by Avenger
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...