Giter VIP home page Giter VIP logo

Comments (8)

ensiform avatar ensiform commented on May 27, 2024 2

Huh, wrong boolean state I guess got switched possibly in merge.

There's a chance saves existing until now will be broken. Map start saves should be okay though I believe.

from openjk.

ensiform avatar ensiform commented on May 27, 2024

Ongoing issue or recent only

from openjk.

Sync-67 avatar Sync-67 commented on May 27, 2024

@ensiform I've just run into it in the past couple days, but when I figured out what was happening I went through the older builds until I found one that worked (ie. the 2023-04-10-d3e8c8d7 build).

from openjk.

ensiform avatar ensiform commented on May 27, 2024

I can't see anything that changed which would trigger differences with scripting and map functions or saves. It seems more like existing known possible glitches.

Can it be reproduced regardless of save or was this save existing before?

from openjk.

NinjaSpectre avatar NinjaSpectre commented on May 27, 2024

I believe I am encountering the same issue. I think it is related to when a cut scene would be triggered by level scripting. On a new game I am not able to progress to the second door during the introduction to force powers on Yavin. The cut scene for Kyle doesn't trigger. I too am on Windows 10, and the last binary that works is from the d3e8c8d commit.

from openjk.

ensiform avatar ensiform commented on May 27, 2024

Pretty sure there's all kinds of brokenness. Even in jk2 something isn't right on kejim_base. But I cannot see why recent commits would affect anything, so I suspect it was older? Are you positive older than that commits are not also broken?

from openjk.

NinjaSpectre avatar NinjaSpectre commented on May 27, 2024

Commit 6f5c578 works. Commit c55d81a does not trigger the cut scenes.

from openjk.

NinjaSpectre avatar NinjaSpectre commented on May 27, 2024

@ensiform Changing these conditionals back to the way they were before commit c55d81a fixes the problems I have encountered.

if( strlen(name) > 5 && Q_stricmpn(name, "cvar_", 5) )

if( strlen(name) > 5 && Q_stricmpn(name, "cvar_", 5) )

if( strlen(name) > 5 && !Q_stricmpn(name, "cvar_", 5) )

I do not know if this negates what you were trying to achieve with the commit.

from openjk.

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.