Posts by DoctorBeard
-
-
The 1.4.4 version will have sounds forcedisabled.
For the love of god, why? The problem is already fixed, you just need to implement the fixes. I already have a working version of the latest 1.4.2 beta with sounds thanks to the fixes that matjam provided.
-
IC2 either needs to go open source so we don't have to go through so much hassle to fix their bugs anymore or they should just get matjam on the team so he can do it.
-
I'm no expert, but shouldn't addSmelting of vm (which should be FurnaceRecipes afaik) be obfuscated too? In either case, I'm getting the same error on 1.4.2 with Forge 341. I'll try updating my Forge version next.
Edit:
Works with 349, which is the current recommended version. -
Really just one more of many reasons why IC2 should consider the open source approach.
-
Ah, cool tip. Thanks!
It helps to tell it to dump empty IDs too so you know where you can put stuff. I'd also dump Block IDs and Item IDs separately. Just tell it to ignore Item IDs and empty Item IDs and dump, then do it vice versa and dump again. The IDs will be in two files in your .minecraft folder called something along the lines of "IDMap dump <date> at <time>.txt"
Also note that even if you told it to dump empty IDs not all of them will be in the file. If there's a huge gap between IDs, say it jumps from 300 to 1000, then that means that all IDs in that range are free.
It's always a good idea to make a dump just before installing a new mod, in case there are conflicts. A lot of mods nowadays have a system in place that can assign IDs dynamically, but there is till no guarantee there won't be any conflicts.
-
https://github.com/SirSengir/BuildCraft
BuildCraft is completely open source (unlike IC2 wink wink nudge nudge). It's been updated to 1.4.2, it's just not been officially released yet. If you want to use it (at your own risk, of course) just get the source from github and compile it yourself (although for the love of god, don't ask how to do it in this thread, especially since it says that right there on the repo frontpage).
-
Post bugs and questions specific to this test build here. Please don't post them in the forums, helps us organize.
Have you guys thought about setting up a bug tracker? It would reduce the clutter and you wouldn't have to sift through the forums anymore. I don't know how much hosting capabilities you guys have left but you could just set up something like Mantis or Trac.
Just throwing this out there. Apologies if this has been suggested before and was shot down.