Giter Site home page Giter Site logo

Comments (1)

Infixo avatar Infixo commented on September 22, 2024

Biggest/Most Important Bugs to fix: - all engine
Gameplay Updates/Fixes: - mostly engine
Fix Barbarian Clans Bugs. - ? what is it? reviewed a few posts and mostly about mod glitches, UI glitches, etc. I have not noticed any of it, and nothing was confirmed
Fix the “Make Deal more equitable” Bug. - ? what is it?
https://steamcommunity.com/app/289070/discussions/0/2993165479016179285/ - I don't think that happens
https://www.reddit.com/r/CivVI/comments/l8xb6o/civs_decline_the_make_this_deal_more_equitable_bug/ - ok, this is it
AI Fixes/Improvements: - mostly engine, 2 listed I tried to address in Real Strategy (settling and Favor value)
Internal (Hardcoded) Bugs (In case we don't get the DLL): - engine
Modding Wish List: - not bugs

Equalize Deal stuff is done in the engine, so no bonus...

function RequestEqualizeWorkingDeal()
    if (not DealManager.HasPendingDeal(g_LocalPlayer:GetID(), g_OtherPlayer:GetID())) then
        DealManager.SendWorkingDeal(DealProposalAction.EQUALIZE, g_LocalPlayer:GetID(), g_OtherPlayer:GetID());
    end
end

from civ6-real-fixes.

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.