Everything posted by LexManos
-
Joining own server black screen
Its not a matter of the server type, its a matter of getting both sides of the connection synced with the proper fix. Make sure both sides are using Forge 138, and remove the 4096 fix, and you should be fine.
-
Forge API Documentation
The code is documented, read the code. It is not possible to generate good javadoc html because we are working with decompiled Minecraft code. 99% of the documentation generated by running javadocs over MC would be jibberish. Your best is is to read the code inside the forge package. If someone wants to take it upon themselves to go through the code and document it on our wiki, then they are more then welcome to. I am not going to do it because I do not write good
-
Joining own server black screen
I can't say more beyond that the server is sending 4096 style packet, and the client doesn't know how to read it. Ore vise versa.
-
Forge failing to load CustomMobSpawner
The whole leap of 'so I check the log and see that CMS didn't load because it's not a mod.' And then coming here saying that its a problem is a flaw in your logic. What you should do is contact the Mo'Creeps author, tell him to try and debug it. Looking more into the custom spawner, and a quick skim of how it should be used shows that Forge should work perfectly fine with it. I personally wouldn't use it because of how it's designed, but ya. It sounds like either the CMS or Mo'Creeps author is doing something incorrectly to cause entities to not spawn correctly. Its a problem with there mod, and it should be up to them to track it down and debug it, like a good mod author should. Aside from the fact that i've gotten quite a few reports from people I talk to on a daily biases that say that Mo'Creeps works just fine on the latest versions of Forge. The issue I have is your refusal to accept the fact that what I say is true. And the ' File CustomMobSpawner 1.4.3.zip contained no mods' is NOT the cause of the problem, and it is NOT a fucking issue. On a side note, you should tell the Mo'Creeps author to stop using AudioMod and use Forge's audio hooks, so the user doesn't have to install the sounds into the resources folder, it should just be 'Put this zip in /mods' Also, holy shit, tell him to fucking use proper packages, none of his crap should be in the default package. The more I sit down and look at it, the more I think the More Creeps guy is insane... He is registering all of his ITEMS as entities... He would benefit from learning the proper ways to do things. Tell him to come on here and we can help Found the issue it's this line: if (minecraft.currentScreen != null) return false; Its the MoreCreeps person being stupid. Exploiting a bug in ModLoader to do stupid stuff, this also doesn't take into account the plethora of other stupid stuff I see in his code. Update: Use Forge build #142, should fix some issues related to ticking, and emulate some hackish things that some mods do {such as MoreCreeps}
-
Forge failing to load CustomMobSpawner
So... You're saying that because one mod doesn't work And another API says it has no mods That Forge {yet again and separate party} is at fault? You'll have to track down what Mo'Creeps and Weirdos is doing that is failing. You mention Mo'Creeps once, and then immediately go back to harping that it's a Forge issue that CMS doesn't have a mod in it. The spawning of creatures is controlled by the Mod, not by Forge.
-
Forge failing to load CustomMobSpawner
... If it has no damn mods Why the hell do you expect it to load a mod? Sticking it in the mods folder will add it to the class path so that other mods can use it You have yet to actually say anything thats a fucking error... You're asking for help, when you have nothing wrong.
-
Forge failing to load CustomMobSpawner
You should install it like it tells you to install it. Not a forge issue.
-
[solved] Invisible entities in SMP (shadows)
Things should work fine, Try debugging it and seeing if you are receiving the entity spawn packets like you should.
-
Minecraft Forge Errors
Forge has provided ModLoader functionality seince 110. So any mod that says it needs ModLoader, you can ignore and just use Forge. Anyways, it looks to me like you've tried to patch forge/minecraft using MCPatcher. Don't, use Optifine. And the install order should be JUST Forge/PlayerAPI in the jar, everything else should be in the mods folder
-
Joining own server black screen
List all the versions of each mod you are using. It looks like you have a 4096 fix installed, for a server that doesn't support 4096.
-
Minecraft Forge Errors
1) You're using 1.2.4's MLMP on 1.2.5 2) You're using ML and MLMP at all, MLMP isnt needed since a long time ago, and ML isn't needed since 108
-
Minecraft Forge Errors
ModLoader.zip ModLoaderMP1.2.4v1.zip
-
How to make a mod .info file?
-.- in your mod's zip, dua.
-
Forge failing to load CustomMobSpawner
CustomMobSpawners is not a mod, it is a API used by Mo'Creatures to make it's spawners. It won't load any mods from it, cuz none exist.
-
Support Q: Running Forge/MCP with mods in the /mods folder.
This NOT to be given out. But this is something I wrote one night like a week ago for shits and giggles. https://dl.dropbox.com/u/28221422/MCPModConverter.jar Drop it in your MCP folder, and run it. It'll look for jars/mods/*.{zip/jar} and convert them. It makes it so I can run things like RP, or BC in my eclipse. But I give no garentees that it won't completely blow up your computer and kill your dog. So use at your own risk.
-
Portal Gun complete Crash!
How about posting the proper error log like it says in the message you pasted? {I know crazy concept, actually reading the error} Anyways, PortalMod is notorious for crashing clients because it does some advanced things with the graphics. Nothing in Forge should cause the graphics to mess up. Try disabling all the advanced stuff for portalmod. Beyond that, we can't help you, you'd have to go to them.
-
Joining own server black screen
If your next post doesn't include a stack trace, I'm banning you.
-
Changing Sound Options Cause Black Screen
Find a non-crappy archiving tool that allows you to merge instead of replace. And you should write the Mac install tutorial, I don't have a mac, I don't particularly care about them, etc.. Its one step, Drag files from Forge's zip to Minecraft.jar
-
Forge-Compatible X-Ray?
Not up for debate, X-Raying IS cheating.
-
I Dont Know what I Am Doing Wrong.
Really.. Scott.. that's not helpful. However, it looks like either 1) There is a bug in FML with mods that are in folder in the mods folder {which there shouldn't be as I have used many mods in such a manor}, or 2) You didn't install twilight forest properly. Link the download you used, and type the setup steps you did.
-
Forge-Compatible X-Ray?
We don't support cheating.
-
Changing Sound Options Cause Black Screen
You are missing the required libraries that MC uses, This mean you failed, repeatedly at installing Forge. When it asks you if you want to overwrite the paulscode folder, you say you want to MERGE the folder. Please stop overwriting the entire folder, MERGE them.
-
Forge 3.3.7 Minecraft 1.2.5
1) Dont install using MCPatcher 2) Check for conflicting mods, for most cases, Forge will be the only mod in the jar. 3) Post support questions in the support forums, not in the release thread. This thread is for things related to this release.
-
Forge Saving Chunks Error
The 4096 isnt compatible.
-
make minecraft wait
http://lmgtfy.com/?q=java+threads
IPS spam blocked by CleanTalk.