Jump to content

lorenzop

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by lorenzop

  1. thanks, I'll check that out. stupid me was only looking on the server for item info. lol
  2. where would I find these config files you speak of? I find one here or there, like a few id's for additional pipes, but no complete lists. I don't think it's something that could be auto updated for the end user. to many inconsistencies, and the item info is needed for the website which is often on a separate server. if the info is in tekkit someplace, I could have it enable the additional items automatically, and it would probably help us put this info together for it.
  3. here's what it looks like, this one's mostly finished. http://code.google.com/p/webauctionplus/source/browse/trunk/www/WebInterface/inc/ItemPacks/ic2/item.defines.php it's possible I could put together a quick script to convert your csv file into this php file. that'd probably take most of the work out of it.
  4. yeah, that's probably enough info. only other thing I can think of is the max stack size. is it possible to tell what mod each item is from, or group them or some other way?
  5. yeah, I just noticed the first conflict. item id 123 for redstone lamps is used for a bunch of machines by one of the mods. but that's ok for now. it wasn't intentional, but my plugin already overrides that id with the custom items if that item pack is enabled in the plugins config. so it will work perfectly fine on normal bukkit servers that have redstone lamps, and will also work perfect on tekkit servers when that feature is enabled. I think we have some time to get these item lists done. then the hardest part will be out of the way. it will be easy enough to go over the list and update it later when the new version comes out. this initial list we need to put together is a daunting task for 1 or 2 people. if we have a few people helping out, it'll be done in no time. I'm about to hit the sheets, so tomorrow I'll post a little more info on what we need done. basically standard 32x32 png icons like what are on wiki's, and a list of the items title name, the image file name, and damage values. it can then be formatted into a php array and dropped in place.
×
×
  • Create New...