Jump to content

Catch22

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Catch22

  1. I use kits with tekkit items on my server and it all works great, just don't use the item ID.  What you have to do it get the item name, one way of doing this is put the item in your hand and do ./worthset [somevalue] and then check the worth.yml file for the name which will look like this: x2345

    Kinda a lazy way to do it but hey it gets the job done, have fun :)

  2. How long has your server been open?  One thing you can try is got to redpower.cfg and change the tube buffer setting to only buffer 1.  I can't quote it right now but I think its like 'buffer = "-1"' Just change that to 1 and it will empty the pipes on the server so the entities can be removed from overloaded pipes :D

  3. Its caused by anti-aliasing, though it makes other games look good it causes minecraft textures to disalign.  Just go into your graphics settings and turn off all anti-aliasing settings or set them to the minimal :) Also always use the option 'Let the application decide' for graphics where applicable :)

  4. Often if a Filter looks like it is 'stuck on' it just means that the inventory it is suppose to be sending items to is full.  Check that and if thats not it let me know Ill research it a bit and see If I can find an answer.

  5. Another thing to add, make sure you deleted the pack not just the launcher.  To delete it go to %appdata% > .technic then delete the tekkit folder.  Also I know on multiplayer worlds there is a hacked client with a fly mode that disables chunk loading or atleast slows it to help prevent abuse of it on servers. ;) Hope something there helps.

  6. Change whenfull="drop" to whenfull="destroy"

    • This causes items to be destroyed instead of dropped which would cause your server to lag.

    That is wrong ^

    Not sure when that was added to this list but it wont work like that alone and "destroy" is not an option for it.

    What you should do it replace:

    tubebuffer {
                length=-1
                whenfull="drop"
            }

    With:

    tubebuffer {
                length=1
                whenfull="vanish"
            }

     

    Hope this helps :)

     

    EDIT: Proof of how this works and why it works is in the mod itself, just open the RedPower mod with WinRAR or 7Zip and look at the info that pops up with it :) It explains the config and all the updates :D Very helpful!

×
×
  • Create New...