GithubHelp home page GithubHelp logo

inventorytweaks's Introduction

InventoryTweaks

Version 0.1

  • Added interface to hud that will allow player to use useable items right from the main screen
  • Added force stacking of unstackable items.
  • Add forced stacking to player inventory (95%) : missing autostacking/unstacking
  • Add scroll case to hold all player scrolls (0%)
  • Add potion bag to hold all player potions (0%)
  • Add wand case to hold all player wands (0%)

inventorytweaks's People

Contributors

thehambeard avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jakubmacek

inventorytweaks's Issues

EnsureContainer does not expect a 0-level spell item

Your mod looked really great and useful, so I tried it. However, while scrolls and potions worked fine, the wand list was way bigger. I downloaded the source code and traced the problem via logging to EnsureContainer which when called on Wand of Jolt (0-level spell, the item is possibly from a mod) throws exception at this line

button.transform.SetParent(_levelElementList.Where(c => c.Index == level - 1).FirstOrDefault().transform.Find("Content"), false);

I patched it for myself so the 0-level spells are skipped and can send you a pull request if you want. I think that a better solution would be to dynamically include just the levels (collapsible subpanels) with items, though. Unfortunately I don't think I am not proficient enough with the GUI and/or Unity to implement this.

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.