Giter Club home page Giter Club logo

jpipes-legacy's People

Contributors

jacobcoughenour avatar umod-org[bot] avatar

Watchers

 avatar  avatar

jpipes-legacy's Issues

Prioritize item filter over pipes without a filter

Hi,

When having a box with multiple output pipes and some of these have a filter - it seems like items that are filtered by one of the pipes might still get sorted to the pipes that have no filter configured.

Is this something on the roadmap that might get fixed anytime soon?

Kind regards,

Kaj

Enhanced Hammer Conflict

If you have enhanced hammer installed and it auto upgrades the pipe will break. You can not set filters and the pipe speeds and item transfer won't update and are stuck as if it is a twig pipe.

vending machine bug when load Jpipe plugin

i have a VendingMachine problem when i load your JPipe plugin.
When i place a Vending machine, and i try to use it i have the following bug:

if the amount of scrap (or anything) in the player’s inventory is equal to the value in the Vending Machine to buy stuff,
the buying material will fall out from vending machine rear side during the exchange. I not use for it a Jpipe, but the plugin is loaded.

If greater the amount of currency, woring all ok. But equal of the currency, the vending machine drops out.

When i unload the JPIPE plugin, the vending machine works fine.

Please help to me, to use Jpipe without vending machine problem.

Inbound hooks?

I wonder if you can add something like the following to JPipes?  I was hoping to use this from NoDecay to avoid decaying JPipes if nodecay is set.

This is because of a change made awhile back to NoDecay that tries to override other plugins' action in OnEntityTakeDamage (for decay only).

`
private bool AllowDecay() => !configData.nodecay;

    private bool IsPipe(BaseCombatEntity entity)
    {
        jPipeSegChild p = entity.GetComponent<jPipeSegChild>();
        if (p != null && p.pipe != null)
        {
            return true;
        }
        return false;
    }​`

Can't link personal quarries

Pipes do not work to oil rig or pump jacks any more.

11/07 10:31:52 | Failed to call hook 'OnHammerHit' on plugin 'JPipes v0.6.10' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.JPipes.checkpipeoverlap (System.Collections.Generic.Dictionary`2[TKey,TValue] rps, Oxide.Plugins.JPipes+jPipeData data) [0x00011] in <1aa6c65753b1417995942348177e63d7>:0
at Oxide.Plugins.JPipes.NewPipe (BasePlayer player, Oxide.Plugins.JPipes+UserInfo userinfo) [0x0003b] in <1aa6c65753b1417995942348177e63d7>:0
at Oxide.Plugins.JPipes.OnHammerHit (BasePlayer player, HitInfo hit) [0x0016b] in <1aa6c65753b1417995942348177e63d7>:0
at Oxide.Plugins.JPipes.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0048a] in <1aa6c65753b1417995942348177e63d7>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <60c318df79ed41688ea59335e48d61ad>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <9882f28dc2204b4dba514a9ad18f5042>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <9882f28dc2204b4dba514a9ad18f5042>:0

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.