Coder Social home page Coder Social logo

Comments (6)

kristoferblack avatar kristoferblack commented on June 25, 2024 2

@Nicofisi Let me do some testing on this. Could have just been a result of a bad copy/paste somewhere. Stay tuned

from braindanceprotocol.

Nicofisi avatar Nicofisi commented on June 25, 2024 1

Interestingly enough I've just added a new file - C:\Program Files (x86)\GOG Galaxy\Games\Cyberpunk 2077\engine\config\platform\pc\myini.ini, and put this inside:

[Developer/SaveSlotsConfig]
NumQuickSaveSlots=10

now the new save slots work. It didn't work though when I used the autoexec.lua file to execute the command, as I stated above.

It probably means that the number is read intro some variable by the game engine before the autoexec file is executed by cyber-engine-tweaks? That's a little unfortunate

obraz

from braindanceprotocol.

Nicofisi avatar Nicofisi commented on June 25, 2024

Visual.Rain(state)

It will probably be the same issue here:

GameOptions.SetFloat("FeatureToggles", "RainMap", true)

  • it is Developer/FeatureToggles
  • it is a Bool, not a Float

from braindanceprotocol.

kristoferblack avatar kristoferblack commented on June 25, 2024

Okay here's an update. You were right. These functions weren't being called to set the correct types. I fixed and tested them, so they will be included in the next release of the mod. Thanks for catching this!

That trick adding an INI for the save options is smart, I'll add that to the Wiki for others. And yeah, its likely the game reads it from somewhere in memory and sets it accordingly, possibly repeatedly. The INI method seems to become the source of truth for that value if it exists in there. I'm betting the same would work for AutoSavePeriod and AutoSaveEnabled.

from braindanceprotocol.

kristoferblack avatar kristoferblack commented on June 25, 2024

What you want is GameOptions.SetBool("FeatureToggles", "RainMap", true).

That doesn't actually make it rain. I think it toggles whether rain is rendered or not. So if you set it to false, presumably it wouldn't rain ever. Not sure tho.

from braindanceprotocol.

osulli avatar osulli commented on June 25, 2024

That's correct, it feature toggles rain. Not 'rainNow', just 'can it ever rain'.

And thanks for fixing the janky type :)

from braindanceprotocol.

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.