Jump to content

ThePagan

Members
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ThePagan

  1. can I get a list of mods or a link to your pack? I'll let you know which need removed from the server side
  2. I think codechickenlib will appear in your mods folder inside a folder called 1.6.4. As far as that error I'm not seeing anything in there so hopefully someone else will be able to help with that.
  3. you can just grab mcpc+ for forge 965. should work fine with that
  4. Has curse made an official statement regarding this? I've been looking and have yet to find anything.
  5. You just need to grab a newer version of mcpc+ that is built off forge 952 or newer.
  6. which mod is that? I'd be interested in researching an answer for you
  7. http://www.minecraftforge.net/forum/index.php?topic=15404.0 I think everything is going to be just fine. That just relieved any worry I had about the whole deal.
  8. because it's not trying to load 50+ mods. I'm assuming you are using 32-bit system?
  9. Valtrino, what is the issue you are having? Will the pack work in single player and you just can't get the server to work? Give me a link to your pack and I'll have a look at it.
  10. I just finished going through all my configs and writing down which mods are claiming which IDS. When I first put my modpack together it gave me some conflicts, which I now assume where BlockID conflicts. I've noticed some item ID conflicts recently which prompted the tedious task of writing all the IDs down. I then compared the ID number from the configs to the ID's shown through NEI. Some were 256 higher in NEI than in their config. The lowest ID I found this on was 5000 and the highest ID that didn't offset was 18976. I was wondering if someone could explain what the 256 offset is caused by and why only a few of my mods are not affected by it. Also I was wondering if conflicts are only caused by the NEI shown ID or if config shown IDs can cause conflicts as well. What is the max itemID, as the highest one shown in my pack is 30516? This is all for forge on latest build for 1.6.4.
  11. Are you certain you have 64-bit java? That's one of the limitations of using 32-bit java is that you can only use a max of 1GB. I've only got 3gb on my computer and I get options in the launcher for 1.5 and 2 GB. Try grabbing the 64 bit version from http://www.java.com/en/download/manual.jsp#win You might also try downloading it straight from Oracle here http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html If you do indeed have 64-bit, I'm not quite sure what else the problem could be. Maybe give me some more information about your computer like the operating system.
  12. People really don't seem to like rain so I've disabled rain completely. No more rain related lag for anyone.
  13. Is there a way to use plugins on a modded 1.6.4 server without using mcpc+? One of the mods in my pack reports multiple bugs with mcpc+
  14. I don't see how this place is hostile towards newbies. It can be quite hostile toward entitled and rude people though. I don't understand that sense of entitlement though. Some people come here to get help with things. Some come here with the expectation that someone is going to fix their problems for them. I don't get it.
  15. Just launched a second server. It's still in testing at the moment though. Check out the website for more details.
  16. If anyone else is having crashes for forge when trying to load libraries, if you are using a host that requires you to put jars in a /jar folder, put your libraries folder inside it as well. I've spent 3 days trying to figure this problem out. Just thought I'd pass that along.
  17. I even tried removing all the mods and just trying to load up a server with just forge and still not working. I should just be able to load the latest version of forge to load the mods, right? Update nevermind. I guess my host is malfunctioning. Feel free to lock this or delete it.
  18. I'm not sure I have a lot of room to even add to this conversation as I'm merely an aspiring modder at the moment. Still watching videos and reading books and trying to wrap my head around java, but here it is anyway. As far as permission and stuff goes. I think requiring people to ask for permission is pretty dumb. However asking people to include a link to the public page you made about your mod is quite reasonable. Also asking people to email you to let you know is reasonable as well. Some people might like to be informed just how popular their mod. I would assume most people really don't know or care what mod the different blocks/items they like comes from, just that it looks good or does what they want. I don't see why people would not want their mods included in a modpack. You made the mod to enhance the minecraft experience. If I had a mod that everyone wanted in their modpack, I would be pretty happy(like NEI, I see that all over MC youtube videos, I bet ChickenBones is proud of that). Why try to limit the mod to a smaller group of people or limit the ability of people to tailor a modpack to their creative vision?
  19. I setup a custom modpack and it works fine in single player. I bought a server today and got everything uploaded but I'm getting an error when I try to start the server. This is my first mod pack and I'm not sure if I need to do something different to the server jar. Any help would be appreciated. With Latest Version of Forge 01.01 10:43:32 [Multicraft] Server stopped 01.01 10:43:32 [Multicraft] Looks like a crash, check the server console. Return value: 1 01.01 10:43:32 [Multicraft] Server shut down 01.01 10:43:32 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 01.01 10:43:32 [server] INFO at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:30) 01.01 10:43:32 [server] INFO at java.lang.Class.forName(Unknown Source) 01.01 10:43:32 [server] INFO at java.lang.Class.forName0(Native Method) 01.01 10:43:32 [server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) 01.01 10:43:32 [server] INFO at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) 01.01 10:43:32 [server] INFO at java.lang.ClassLoader.loadClass(Unknown Source) 01.01 10:43:32 [server] INFO at java.net.URLClassLoader.findClass(Unknown Source) 01.01 10:43:32 [server] INFO at java.security.AccessController.doPrivileged(Native Method) 01.01 10:43:32 [server] INFO at java.net.URLClassLoader$1.run(Unknown Source) 01.01 10:43:32 [server] INFO at java.net.URLClassLoader$1.run(Unknown Source) 01.01 10:43:32 [server] INFO You will need to add them to your server before FML and Forge will run successfully.java.lang.ClassNotFoundException: net.minecraft.launchwrapper.Launch 01.01 10:43:32 [server] INFO We appear to be missing one or more essential library files. 01.01 10:43:32 [Multicraft] Loaded config for "Default" 01.01 10:43:32 [Multicraft] Starting server! 01.01 10:43:32 [Multicraft] Loading server properties 01.01 10:43:32 [Multicraft] Received start command With most recent version of MCPC+ 01.01 11:32:33 [Multicraft] Server stopped 01.01 11:32:33 [Multicraft] Looks like a crash, check the server console. Return value: 1 01.01 11:32:33 [Multicraft] Server shut down 01.01 11:32:33 [server] INFO We appear to be missing one or more essential library files. 01.01 11:32:33 [server] INFO Considering library net.java.jinput:jinput-platform:2.0.5 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl:2.9.0 01.01 11:32:33 [server] INFO Considering library com.google.code.gson:gson:2.2.2 01.01 11:32:33 [server] INFO Considering library net.java.jutils:jutils:1.0.0 01.01 11:32:33 [server] INFO Considering library net.java.jinput:jinput:2.0.5 01.01 11:32:33 [server] INFO Considering library commons-io:commons-io:2.4 01.01 11:32:33 [server] INFO Considering library org.apache.commons:commons-lang3:3.1 01.01 11:32:33 [server] INFO Considering library com.google.guava:guava:14.0 01.01 11:32:33 [server] INFO Considering library org.bouncycastle:bcprov-jdk15on:1.47 01.01 11:32:33 [server] INFO Considering library argo:argo:2.25_fixed 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0 01.01 11:32:33 [server] INFO Considering library org.lwjgl.lwjgl:lwjgl:2.9.0 01.01 11:32:33 [server] INFO Considering library com.paulscode:soundsystem:20120107 01.01 11:32:33 [server] INFO Considering library com.paulscode:librarylwjglopenal:20100824 01.01 11:32:33 [server] INFO Considering library com.paulscode:libraryjavasound:20101123 01.01 11:32:33 [server] INFO Considering library com.paulscode:codecwav:20101023 01.01 11:32:33 [server] INFO Considering library com.paulscode:codecjorbis:20101023 01.01 11:32:33 [server] INFO Considering library net.sf.jopt-simple:jopt-simple:4.5 01.01 11:32:33 [server] INFO Considering library lzma:lzma:0.0.1 01.01 11:32:33 [server] INFO Considering library org.scala-lang:scala-compiler:2.10.2 01.01 11:32:33 [server] INFO Considering library org.scala-lang:scala-library:2.10.2 01.01 11:32:33 [server] INFO Considering library org.ow2.asm:asm-all:4.1 01.01 11:32:33 [server] INFO Considering library net.minecraft:launchwrapper:1.8 01.01 11:32:33 [server] INFO Considering library net.minecraftforge:minecraftforge:9.11.1.965 01.01 11:32:33 [Multicraft] Loaded config for "Default" 01.01 11:32:33 [Multicraft] Starting server! 01.01 11:32:33 [Multicraft] Loading server properties 01.01 11:32:33 [Multicraft] Received start command
  20. Do you have essentials antibuild on the server?
  21. Raiding and Griefing are both allowed. I give people the ability to protect their stuff. If they don't, that's their fault.
×
×
  • Create New...