Basic Modding!

Posts 1630 of 30 · Page 2 of 2
Quote Originally Posted by ********** View Post
You didnt Make a path
go to my tut and find the video in it.
that should do ya .
Actually, I said I did, plus that would not matter that much anyway, I am having a problem with something else
well not correctly now did you? becuase thats the error you would get if you dont path java
did you install it in a different place?
whats the other problem?
Quote Originally Posted by ********** View Post
well not correctly now did you? becuase thats the error you would get if you dont path java
did you install it in a different place?
whats the other problem?
Actually, the problem is that the path applied to a different user on my computer, the default admin account
Well then install it on the account your using or gain access to the admin.
Quote Originally Posted by ********** View Post
Well then install it on the account your using or gain access to the admin.
Too lazy, will just login as the admin. And in my opinion, this is a much clearer tutorial than the one you made. And I am not trying to be mean or anything
Thats becuase you already grasp the hard parts.
and alot more people think mine is. mines alot more detailed.
Quote Originally Posted by ********** View Post
Thats becuase you already grasp the hard parts.
and alot more people think mine is. mines alot more detailed.
Like I said, in my opinion, this is actually a lot easier to read and understand
How, it just goes along the edges and dosnt explain much.
Quote Originally Posted by ********** View Post
How, it just goes along the edges and dosnt explain much.
Again, my opinion.
Sorry for my idiocy but...

I did everything in the tutorial correctly. I added .setLightValue(1.0F) to Stone and Sand in Block.java.

I ran the recompile.bat, it said it completed client recompile, but said it couldn't find the server recompile sources. I ran the startclient.bat and the mod did work to my amazement!

The thing is, there is no client_obfuscation.txt in my conf folder.
I also don't have a final_out\minecraft folder.

What gives?

I do have a ra.class in my reobf/minecraft folder though...
Quote Originally Posted by fackbat View Post
Sorry for my idiocy but...

I did everything in the tutorial correctly. I added .setLightValue(1.0F) to Stone and Sand in Block.java.

I ran the recompile.bat, it said it completed client recompile, but said it couldn't find the server recompile sources. I ran the startclient.bat and the mod did work to my amazement!

The thing is, there is no client_obfuscation.txt in my conf folder.
I also don't have a final_out\minecraft folder.

What gives?

I do have a ra.class in my reobf/minecraft folder though...
1. Run Cleanup.bat (WILL DELETE ALL YOUR CODING)
2. Re place the jars in the necessary places. Do NOT include Minecraftserver.jar
3. Decompile as usual.
4. DON'T USE 1.0F. I won't bother explaining why not, but use 0.9375F instead. This is the same as a torch.
5. Recompile and add to Minecraft.jar as usual. Should work.
Quote Originally Posted by fackbat View Post
Sorry for my idiocy but...

I did everything in the tutorial correctly. I added .setLightValue(1.0F) to Stone and Sand in Block.java.

I ran the recompile.bat, it said it completed client recompile, but said it couldn't find the server recompile sources. I ran the startclient.bat and the mod did work to my amazement!

The thing is, there is no client_obfuscation.txt in my conf folder.
I also don't have a final_out\minecraft folder.

What gives?

I do have a ra.class in my reobf/minecraft folder though...
Actually he got it wrong i tihnk i know whats wrong
so you want to access the files you modded?
Go into config and find the text document (second one down)
open it and type in the thing you edited, being "Block" without the .java
now open reofig or sometihng along those lines then find the class files in final_out folder. open your miencraft.jar with 7Zip or WinRAR and add them in and delte the META-IF fodler and run minecraft, and they should be glowing !
Quote Originally Posted by Cal View Post
Actually he got it wrong i tihnk i know whats wrong
so you want to access the files you modded?
Go into config and find the text document (second one down)
open it and type in the thing you edited, being "Block" without the .java
now open reofig or sometihng along those lines then find the class files in final_out folder. open your miencraft.jar with 7Zip or WinRAR and add them in and delte the META-IF fodler and run minecraft, and they should be glowing !
Trying to help people and you dont even know the names of the files your looking for? It wouldnt take 5 seconds to look in your MCP folder to find out so that some people will at least have the illusion that you know what your talking about.

*Folder is called "conf"
*Text document is called "client_obfuscation"
*"reobf" Is the .bat for re-obfuscating the mod.
This is very useful
Hugzz!
(>^_^)>
Posts 1630 of 30 · Page 2 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?