EsvDefcon's Avatar
Member
Level 61 High Grandmaster Programmer
192

Forum Posts

41 - 60 of 189

    1
    08/26/2014 12:12 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    You don't get texture/resource pack creators, you do it by hand. Open up the snowball texture, and copy it. Paste it into a new image. Open up the fireball texture. Copy it onto the snowball texture. Save it. Go to the snowball texture that you pasted into the new image. Copy that. paste it onto the fireball texture. Save it. You've swapped round the textures.

    Save them as .png files with a 32-Bit depth or they won't work (well, they will, but they'll have a white background).
    1
    08/26/2014 12:07 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    What's this about? Modding?
    1
    08/26/2014 12:07 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    Is your Minecraft cracked or legit? Cracked clients won't connect to servers unless it's set in the server properties.

    Aside from this, you could try (like ProgrammedLUC said) updating your Minecraft. You (generally) have to be on the latest version to connect.
    1
    08/25/2014 10:23 am
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    No problem
    1
    08/24/2014 5:59 am
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    Hi, just out of interest, did you do a tutorial series on YouTube? Back in 1.6.4?
    1
    08/24/2014 4:44 am
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    Ok, since you seem to be running into a few problems, I'll write you a quick tutorial.

    I presume that you already have Java JDK on your system? If not, you need to download it. Go to this link:

    http://www.oracle.com/technetwork/java/ ... 80260.html

    Scroll down the page until you see a little radio button. Select it to accept the licence agreement, and the downloads will be unlocked. Now, you want to download whichever version matches up to your OS. For example, if you're on Windows x32, grab a x32 or x86 version. If you're on Windows x64, grab a x64 version.

    Once it's downloaded, install it. Then, open up your windows explorer, go to your computer, right-click it, and select properties. Then, select Advanced System Setting. Next, select Environment Variables. The top box is you (user) variables. Select New. Now, type this in.

    Variable Name: %JAVA_HOME%
    Variable Value: C:\Program Files\Java\jdk1.7.0_67

    That will depend on where you installed the Java JDK, and also what version you have. JDK 8 is out, but I prefer to use JDK 7 as it's more stable for modding.

    Now, under the System variables box (the second box down), you want to scroll down until you see the Path variable. Highlight it, and select Edit. In the Variable Value box, you want to add something to the end of it. To do this, go right along to the very end of the value, and type in this:

    ;C:\Program Files\Java\jdk1.7.0_67\bin

    Again, this is you Java JDK installation directory, and version. You need to put the semi-colon at the beginning or you'll destroy your entire Path variable. Not good. You also need to put the \bin at the end this time, because you want to read the files from there.
    Ok, go to this link:

    http://files.minecraftforge.net

    Next to the 1.7.10 recommended version, go along until you see (scr). Click (scr), and skip the AdFly link, and you'll get a .zip folder. I'd recommend making a folder on your desktop (or somewhere else which is easily accessible) to put all of the mods you make into. Drag the downloaded .zip file into that folder, and extract it. You can now delete the old ..zip file, you just need the folder. Open it up, and you should see a few different folders, and something called gradle.bat. Don't run it, this is very important! You need to type the command yourself. To do that, shift + right-click the background of the folder where the gradle.bat and all of the other stuff is, and select Open Command Window Here. This will open up a command prompt. Inside of it, simply type:

    gradlew setupDecompWorkspace eclipse --refresh-dependencies

    You need to use gradlew because you won't have gradle installed on your system (not that it matters), but basically this command will download all of the stuff that you need to start modding Minecraft. This could take up to 20 minutes to complete, so just be patient. If you ever make another mod, however, it won't need to download all of the stuff again, so this will only take two minutes the next time that you want to do it.

    Now, open up your IDE (which should be eclipse, because that's what we set it up for). If you don't have an IDE (Integrated Development Environment), then go to this link:

    https://www.eclipse.org/downloads/

    Use the dropdown menu to select your OS. Don't download the Eclipse Standard version, you need to make sure that you grab the Eclipse IDE for Java EE Developers package. This will include everything that you need to work with Java.

    Now, open up Eclipse, and select your workspace. This should be the new folders that you just downloaded. Go to the folder that has your new mod in it, and select the eclipse folder. Make sure that the eclipse folder is selected, or this will not work. Then, hit ok, and hit ok again to open up Eclipse. You are now ready to start writing Java!

    I hope that this works for you,

    -EsvDefcon.
    1
    08/23/2014 10:47 am
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    This is looking really good so far You just using the Forge API for this?
    1
    08/22/2014 7:54 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    Hi,

    Would this project be for use on a server? I was just wondering about it's actual use.

    Apart from that, what you're asking for is pretty easy. It could be done just be using the generation classes to change their rarity depending on what biome is being generated, for example, generate only diamonds in a desert biome by setting the spawn chance to be higher than everything else, and lowering all of the other spawn chances (idk why diamonds in a desert biome, just an example).
    1
    08/22/2014 7:51 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    So, you're using Minecraft as a base? As in creating mods? Or are you using Scratch to create a project from... well, from scratch?

    And, just out of interest, will this be taking place over Skype completely? Or on the forums?
    1
    08/22/2014 7:38 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    Sounds more like an adventure map to me than a mod...
    1
    08/21/2014 2:36 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    If you're going on that budget then you'd be best off going for AMD, I'd probably recommend an A8/FX 8-Core CPU, they're really good value for money. You should also go with AMD GPU, such as a Radeon HD. Since you have a monitor, case and OS, that leaves you some more room to spend on your CPU & GPU. You won't really need an overly-expensive MOBO, just something that offers enough connections for what you need. You should also pick up a wireless card if you can't have a wired connection from where you are (i.e. if you're too far away from your router/modem). If your case has fans, good. If not, possibly try installing a water-cooling system. It will sure help to beat the heat, but with a $300 PC, you probably won't be throwing out a ton of heat anyway. A couple of 120mm fans should do the trick. Of course, you'll still need to pick up a harddrive (only go with Barracuda, a 1TB is fine (make sure it's SATA3 7200rpm).

    These are just guidelines, and suggestions, not a specific build. Of course, parts are missing from this, but your most important stuff is covered. You'll be able to build something similar to this withing your price range.
    1
    08/20/2014 3:22 pm
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    They almost certainly have to. People seem to think that the Milky Way has only the Sun, and our local planets. In the Milky way alone, there are at least 100 billion planets. That's not a guess, it's a fact. Of those planets, how many do you think are similar to Earth? One of them must have life, even if it's bacterial. That would classify as an alien. And that's in our galaxy alone. A recent supercomputer calculation estimated that there are 500 billion galaxies in our Universe (inside the bubble, if you're not familiar with astrophysics then you probably don't know about the whole issues of us not being able to determine if the Universe is infinite or not due to the expansion of space/red-shift). It's incredibly ignorant to think that only our planet has life on it, of all of the others out there.

    P.S. The theory about the Egyptians is a load of BS. Sorry, but the Egyptians were perfectly capable of moving stone.
    1
    07/31/2014 6:16 am
    Level 61 : High Grandmaster Programmer
    EsvDefcon
    EsvDefcon's Avatar
    Your best bet would probably to join a server. If you'd like, I can send you an invite to a realms server I run, but there are plenty of server out there for you to try. If you need to learn about the Minecraft community, does that include all aspects of it? Just that you mentioned user-generated content, I was thinking that you should probably try out mods (take a look a my profile if you want to see some examples). You should also give texture packs a try to see some more user-generated content (again, just click my name to see some, or search in the texture packs section on Planet Minecraft). And good luck!

41 - 60 of 189

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome