Giter Site home page Giter Site logo

bg2-uniqueartifacts's People

Contributors

alienquake avatar bgforge-hive avatar burner1024 avatar felipefpl avatar github-actions[bot] avatar tomasz1986 avatar tygyh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bg2-uniqueartifacts's Issues

[FR] Optional component to limit the number of wands?

What is your opinion on having an optional component to limit the number of wands?

Even without any mods, BG1 and BG2 are simply overloaded with wands. On top of that, they can even be "recharged". For low-level wands like magic missiles or sleep, it does not matter much, but the wand of fire is just ridiculous. There are multiple copies of it too, so even without recharging, you get enough use to throw fireballs around basically in any battle (which makes them trivial, especially in BG1).

I could possibly do a pull request on this, but I first would like to know whether such a component even belongs in this mod ๐Ÿ™‚.

Also, a technical question, as I am not really a modder, but by looking at the source code, will simply adding the item code and a cre/sto file to the bsv table make the mod remove all its other instances from the game?

Code rewrite

Need to rewrite the code in more robust, randomiser-style.

Amulet of Protection +1 and Necklace of Missiles in BG1

While fiddling around with the code, I have found this.

amul14 nadine.cre | Necklace of Missiles | Nadine - steal
amul14 nadin.dlg | Necklace of Missiles | Nadine - quest reward

However, amul14 is the Amulet of Protection +1, while the Necklace of Missile is amul01. I have checked both BG1 and BG1:EE just to make sure.

Then, there is also this.

// AoP +1
ACTION_IF NOT MOD_IS_INSTALLED ~ua.tp2~ (ID_OF_LABEL ~ua.tp2~ ~g_ua_allow+1~) BEGIN
PRINT @9
ACTION_IF GAME_INCLUDES ~bg1~ BEGIN
OUTER_SET $item_source_compat(~amul14~ ~nadine.cre~) = 1 // Nadine - steal
OUTER_SET $item_source_compat(~amul14~ ~nadin.dlg~) = 1 // Nadine - quest reward
END

which is a little bit confusing, as Nadine does in fact possess both amulets, but the AoP +1 is given to us in order to find her son, while the NoM is the actual quest reward.

Is there something wrong, or am I just confused?

Ref: https://baldursgate.fandom.com/wiki/Nadine_and_Euric

Add more items

Add a third, comprehensive option, which will cover most magical items.

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.