Thread: Basic Modding!

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired
    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

  2. #17
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    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?

  3. #18
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired
    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

  4. #19
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    Well then install it on the account your using or gain access to the admin.

  5. #20
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired
    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

  6. #21
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    Thats becuase you already grasp the hard parts.
    and alot more people think mine is. mines alot more detailed.

  7. #22
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired
    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

  8. #23
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    How, it just goes along the edges and dosnt explain much.

  9. #24
    I enjoy the sight of humans on their knees
    MPGH Member
    Thane.'s Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    The Closet
    Posts
    1,970
    Reputation
    82
    Thanks
    85
    My Mood
    Inspired
    Quote Originally Posted by ********** View Post
    How, it just goes along the edges and dosnt explain much.
    Again, my opinion.
    Last edited by Thane.; 04-11-2011 at 08:26 PM.

  10. #25
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    Fair enough.

  11. #26
    fackbat's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    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...

  12. #27
    Physcadelic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Australia <3
    Posts
    4,450
    Reputation
    323
    Thanks
    828
    My Mood
    Breezy
    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.

    R.I.P a great GM




    Quote Originally Posted by Assalamu alaikum View Post
    what? maybe stop talk with riddles and with words i am not even know.

  13. #28
    Cal's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    MPGH faggots.
    Posts
    5,553
    Reputation
    394
    Thanks
    825
    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 !

  14. #29
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Quote Originally Posted by MC Modder 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.
    Texture Mods


    Obedear, the sky is low

  15. #30
    Unknown-C's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    In Your Dreams!
    Posts
    204
    Reputation
    10
    Thanks
    12
    My Mood
    Bored
    This is very useful
    Hugzz!
    (>^_^)>

    .:My Latest:.
    [IMG]https://i1236.photobucke*****m/albums/ff448/Devougn/SOTW1-2.jpg[/IMG]
    ____zXczzXczzXczzXczzXczzXczzXczzXczzXczzXcz___
    "You can only attain peace when you`re dead fighting for it."
    Minecraft Hacks|General|Graphics Section
    .:Achievements:.


Page 2 of 2 FirstFirst 12