Code Monkey home page Code Monkey logo

Comments (2)

ansabalirai avatar ansabalirai commented on August 21, 2024

It seems this problem is much more prevalent. Using the logs, I noticed that the update reinforcement function (not entirely sure how that work internally) is called twice at the end of each turn, so the reinf bucket fills up almost twice as fast. The following line seems to appear twice in the log for each turn, whereas I think it should only appear once:
LWRNF: Turns Since Start:

Note that it does not happen every mission, but I have not done enough missions to determine which ones it seems to always happen on. I would say this is probably a high priority to fix, since it can basically cripple your campaign.

P.S. I can paste the log from a mission if needed later

from lwotc.

pledbrook avatar pledbrook commented on August 21, 2024

So I suspect this is down to an unexpected interaction between the vanilla mission Kismet and the continuous RNFs subsystem. CheckForReinforcements() appears to be called too many times, so that the internal turn counter for XComGameState_LWReinforcements is ahead of the actual turn timer. Which makes the reinforcements very aggressive.

from lwotc.

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.