Coder Social home page Coder Social logo

Comments (3)

RoxanneSHS avatar RoxanneSHS commented on August 23, 2024

Here is another report about the essential Global("EndofBG1","Global",1) not set on transition to SoD.
http://baldursextendedworld.com/Vanilla_Forums/discussion/125/in-sod-the-bg1-npcs-keep-initiating-conversation#latest
This may be a separate issue or a result of my hasty attempt to fix the first issue,
Anyway, adding this code (EXTEND_TOP...) may help to assure the global is always set

IF
Global("ENDOFBG1","GLOBAL",0)
Dead("Sarevok")
Global("EnteredTempleBhaal","GLOBAL",1)
THEN
RESPONSE #100
SetGlobal("ENDOFBG1","GLOBAL",1)
END

from eet.

RoxanneSHS avatar RoxanneSHS commented on August 23, 2024

Some more research and testing with some other users have led to this solution. See detailed discussion here http://baldursextendedworld.com/Vanilla_Forums/discussion/comment/1358/#Comment_1358
To take into account the behaviour of the spells used and other actions performed during the transition script, a re-ordering of events solves the problems with stuck transitions. The resulting cutscene script is this
BDSODTRN.zip

I am not doing a pull request because you have your own method of changing scripts in EET.

from eet.

K4thos avatar K4thos commented on August 23, 2024

can't reproduce it on clean EET using the save file provided in the linked topic, so the problem lays in some other mod. If mod breaks the sod transition than it should be reported to the modder, not here., since the same problem would happen on vanilla BG:EE+SoD installation where the exact same code is used. The only thing EET changes in this script is "endcrdit" movie playback removal and changed ENDOFBG1 value from 2 to 1.

from eet.

Related Issues (20)

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.