Git Product home page Git Product logo

Comments (5)

JoviMedalla31 avatar JoviMedalla31 commented on June 8, 2024 1

Its working! working with camera tweaks and wasd movement, thanks for the help!

from yet-another-bg3-native-mod-loader.

MolotovCherry avatar MolotovCherry commented on June 8, 2024

This just simply means your config file is malformed. I'll add a clearer message for this soon to make it obvious. Can you post your config file please?

Edit: Though you can see in the error message in the log where it's malformed:
expected : at line 2 column 52

On line 2 in the config.json, you forgot to add a :, you probably have it as:
"install_root" "D:\SteamLibrary\steamapps\common\Baldurs Gate 3"
when it should be:
"install_root": "D:\\SteamLibrary\\steamapps\\common\\Baldurs Gate 3"

Note the :, and how the \ is escaped. (Sorry, this is a fault of json)

I should probably switch the config to toml instead as it's more user friendly, and also doesn't require that escaping

from yet-another-bg3-native-mod-loader.

MolotovCherry avatar MolotovCherry commented on June 8, 2024

As a peace offering for your troubles, I compiled the latest pre-release for you, including the toml config change above.

Run one of the launchers once. It'll generate config.toml for you. You will have to re-apply your path to config.toml, but toml is easier to use

You can continue using your current one if you'd rather of course. This version will eventually make it to the mod page (but maybe not for a bit)

(the warning is normal, these releases here are completely fresh)
launchers.zip

from yet-another-bg3-native-mod-loader.

JoviMedalla31 avatar JoviMedalla31 commented on June 8, 2024

Ah I see thanks for this! I'll try it soon!

from yet-another-bg3-native-mod-loader.

MolotovCherry avatar MolotovCherry commented on June 8, 2024

Glad to hear it! Have fun!

from yet-another-bg3-native-mod-loader.

Related Issues (9)

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.