• 0

    posted a message on Minecraft "Brimstone Canyon" - An Adventure Map Play Through
    Hey ladies and gents this will be the topic where I post all my play through videos for the Minecraft adventure map "Brimstone Canyon".

    I hope you enjoy, more videos on the way!!

    Part 1:

    Part 2:
    Posted in: Let's Plays
  • 0

    posted a message on Brimstone Canyon [Adventure/Parkour/Puzzle]
    Hey everyone. This is a link to Episode 1 of the play through. Thanks to the map maker for an awesome map!!


    More videos on the way.
    Posted in: Maps
  • 0

    posted a message on Minecraft Skin Stealer V1.1 - Get any players skin instantly
    I love this program for two reasons.

    A) I can re-download my skin if I lose it.

    B) As a youtuber I need to be able to get people's skins that I record with for use in the video intro's etc.

    Thanks for this handy little program!
    Posted in: Skins
  • 0

    posted a message on Minecraft "The Basement" - A Horror Map Play Through
    Hey everyone this is the page where I will post all the videos of "The Basement" a Minecraft horror map. Keep checking back for new videos. Hope you enjoy! And thanks to the map maker for making the map!

    Part 1:

    Part 2:

    Check back later for new videos!

    Try the map for yourself here: http://www.minecraft...minecraft-more/
    Posted in: Let's Plays
  • 0

    posted a message on Mega-Building With Sal: Castle Series
    Hey, I am currently working on a series where we build giant structures in 5 or less minute episodes. I'm still trying to improve the style so if you have suggestions let me know. Otherwise, here are the videos:

    Episode 1:

    Episode 2:

    Episode 3:


    My channel can be found here: http://www.youtube.com/user/mrsal511

    Thanks for watching!
    Posted in: Other Videos
  • 0

    posted a message on A Chat With Friends - RoarkeCraft FTB
    Hey everyone!!! Welcome to this nice sunny day... except it's not. Where I am it's been a day full of clouds and rain! Woot.... I guess it's good for the grass?

    Ha. Anyways this is a series that already has about 3 hours recorded for it and I'm breaking it up into chunks. It's called......... A chat with friends. We will basically be doing a series of videos with the 5 of us, or more if others decide to apply for a position on the team. Minecraft will be our primary focus, but we are willing to branch off into other areas of interest!

    I present to you.. Season 1 - Episode 1 - Part 1!!! Thank you, thank you *bows*... And to top it all off the season opener has something amazing at the beginning !! An advert directed towards my partner network. See?!?! Amazing! Basically you can ignore the intro ad if your uninterested, but if your a youtuber and need a great partner you may want to give it some attention!

    [media][media][/media[/media]]

    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos**Reserved slot for future videos**Reserved slot for future videos*
    *Reserved slot for future videos**Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos*
    *Reserved slot for future videos**Reserved slot for future videos*
    *Reserved slot for future videos*


    Lookit all those reserved slots! Gosh! See, that just goes to show you our commitment to this series!

    Our uploading schedule is about 1-2 videos a week! I hope your satisfied with that? Wait it doesn't matter because we are! No hard feelings intended!
    Posted in: Other Videos
  • 0

    posted a message on [1.4.5] ~ How to Make a Mod Tutorials! Beginner to Advanced! All updated! ~ [Videos] [Souce Code]
    Quote from morbytogan

    THIS MAKES NO SENSE


    Sorry that Curse messed up my post. It was not my fault.
    Posted in: Tutorials
  • 0

    posted a message on Mrsal511's Modding Tutorials (With Video)
    Hey guys I am redoing the tutorials in a much better cleaner format. As well I will release the source code. It is all on a new forum post though. You can find it here: http://www.minecraftforum.net/topic/1597712-145-how-to-make-a-mod-tutorials-beginner-to-advanced-all-updated-videos-souce-code/
    Posted in: Tutorials
  • 0

    posted a message on [1.4.5] ~ How to Make a Mod Tutorials! Beginner to Advanced! All updated! ~ [Videos] [Souce Code]
    Quote from pastasnail2000

    Thanks for this. :steve_lol:
    I am going to make a modificilaimationes, and this is the best tutorial I haz seen so far.
    Thanks! :iapprove:


    Thanks! I hope you enjoy the mod as it progresses!
    Posted in: Tutorials
  • 1

    posted a message on [1.4.5] ~ How to Make a Mod Tutorials! Beginner to Advanced! All updated! ~ [Videos] [Souce Code]
    So right, me being this new original kind of guy decided I would teach modding and java a little bit different then everyone else. Most people bore you with boring tutorials that have nothing to do with each other. I just can't do that. Boring is boring right? So together you and I and everyone else will create a mod. That 's my ingenious idea! That's it! Don't you get it? What better way to teach modding then by creating a mod. Instead of tutorials that have nothing to do with each other, here, each tutorial will build on each other until we have an actual mod. In that way you will learn what it actually takes to build a mod. I hope you enjoy.

    Contents:
    1. A little bit about the mod
    2. Tutorials with source code and in depth explanation (Optional Videos)
    3. How to contact me, mrsal511

    List of tutorials:
    1. The set-up of files and programs - Uploaded
    2. How to create a Block - Uploaded
    3. Making a crafting recipe for that block - Uploaded
    4. Making that block naturally generate - Edited
    5. Making that block more rare - Edited
    6. Creating the Ingot for that block - Filmed
    7. Creating a smelting recipe for that ingot - Filmed

    List of planned tutorials (Subject to Change)
    1. Creating Trees with ores
    2. Creating a new type of grass or rock
    3. Creating a new dimly lit torch
    4. Creating new sets of tools and armour
    5. Creating new materials
    6. Generation (Will take quite a few tutorials)
    7. New Furnaces
    8. New crafting bench
    9. Adding fuel's to furnaces
    10. Etc etc etc.

    A little bit about the mod:

    Imagine a creepy little underground world where the witches hide! It's an evil lair like you have never imagined before. All sorts of weird brewing materials and food.

    Enchantments to die for! All sorts of things never seen to man before! Is this possible? Is it really? YES, in the WitchesHome mod it is. THIS is what you will be creating by

    following my tutorials! It won't seem like it at first, but once we get going it will be sweet. I hope you enjoy: WitchesHome!

    Tutorials:

    1. The set-up of Files and programs:



    2. How to Create a Block



    Source Code:

    mod_#### where #### = the name of your mod
    package net.minecraft.src;
    
    public class mod_WitchesHome extends BaseMod {
    
    public static final Block fuelOre = new BlockFuelOre(150,0).setHardness(15.0F).setResistance(1000.0F).setBlockName("fuelOre");
    
    
    
    public mod_WitchesHome()
    {
    ModLoader.registerBlock(fuelOre);
    fuelOre.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/mod/block/fuelOreBlock.png");
    ModLoader.addName(fuelOre, "Solidified Oil");
    
    }
    
    public String getVersion(){
    return "Witches Home V0.01";
    }
    
    public void load(){
    
    }
    }


    Block#### where #### = the name of your Block
    package net.minecraft.src;
    
    import java.util.Random;
    
    public class BlockFuelOre extends Block
    {
    protected BlockFuelOre(int i, int j)
    {
    super(i, j, Material.iron);
    }
    
    public int idDropped(int i, Random random)
    {
    return mod_WitchesHome.fuelOre.blockID;
    }
    
    }


    3. How to make a crafting recipe for that block




    Source Code:

    mod_#### where #### = the name of your mod
    package net.minecraft.src;
    
    public class mod_WitchesHome extends BaseMod {
    
    public static final Block fuelOre = new BlockFuelOre(150,0).setHardness(15.0F).setResistance(1000.0F).setBlockName("fuelOre");
    
    
    
    public mod_WitchesHome()
    {
    ModLoader.registerBlock(fuelOre);
    fuelOre.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/mod/block/fuelOreBlock.png");
    ModLoader.addName(fuelOre, "Solidified Oil");
    
    
    ModLoader.addRecipe(new ItemStack(fuelOre, 1), new Object[] {
    "XX","XX", Character.valueOf('X'), Block.dirt
    });
    
    }
    
    public String getVersion(){
    return "Witches Home V0.01";
    }
    
    public void load(){
    
    }
    }


    4. Naturally Generating Ore and Blocks




    Source Code:


    mod_#### where #### = the name of your mod
    package net.minecraft.src;
    
    public class mod_WitchesHome extends BaseMod {
    
    public static final Block fuelOre = new BlockFuelOre(150,0).setHardness(15.0F).setResistance(1000.0F).setBlockName("fuelOre");
    
    
    
    public mod_WitchesHome()
    {
    ModLoader.registerBlock(fuelOre);
    fuelOre.blockIndexInTexture = ModLoader.addOverride("/terrain.png", "/mod/block/fuelOreBlock.png");
    ModLoader.addName(fuelOre, "Solidified Oil");
    
    
    ModLoader.addRecipe(new ItemStack(fuelOre, 1), new Object[] {
    "XX","XX", Character.valueOf('X'), Block.dirt
    });
    
    }
    
    public void generateSurface(World world, Random rand, int chunkx, int chunkz)
    {
    for(int l = 0; l < 2; l++)
    {
    int i1 = chunkx + rand.nextInt(16);
    int j1 = rand.nextInt(25);
    int k1 = chunkz + rand.nextInt(16);
    int Choose = rand.nextInt(4);
    
    if(Choose == 1)
    {
    (new WorldGenMinable(fuelOre.blockID, 5)).generate(world, rand, i1, j1, k1);
    }
    
    
    }
    
    }
    
    public String getVersion(){
    return "Witches Home V0.01";
    }
    
    public void load(){
    
    }
    }


    Let me explain what this does:
    public void generateSurface(World world, Random rand, int chunkx, int chunkz)
    {
    for(int l = 0; l < 2; l++)
    {
    int i1 = chunkx + rand.nextInt(16);
    int j1 = rand.nextInt(25);
    int k1 = chunkz + rand.nextInt(16);
    
    (new WorldGenMinable(fuelOre.blockID, 5)).generate(world, rand, i1, j1, k1);
    
    }
    
    }

    The first line is basicly what we are calling. Everything inside is setting the parameters and then the last line is what actually does the generating


    Posted in: Tutorials
  • 0

    posted a message on Running Minecraft from a USB Drive
    Quote from Nucco

    That could be pretty useful if you have a desktop and a laptop you go between. What happens when you update Minecraft will you have to manually copy the new files to the flash drive?


    I believe you just put in the new minecraft.jar in the data folder. Like you would with the snapshots that come out. Thats all I have been doing.
    Posted in: Tutorials
  • 0

    posted a message on Running Minecraft from a USB Drive
    I wasn't sure exactly which forum to put this under, so I put it here. This video posted below shows users how to run Minecraft from a USB Drive on any computer without downloading any packages. This means you can play it without causing any harm to any computer.

    Video:

    The tiny bit of code needed:


    set APPDATA=%CD%\data
    bin\minecraft.exe

    Remember NO spaces after data as explained in the video or it will not work.
    Posted in: Tutorials
  • 0

    posted a message on Mrsal511's Modding Tutorials (With Video)
    My computer is glitching up and the tutorials are taking longer than expected. Sorry for the delay!
    Posted in: Tutorials
  • 0

    posted a message on Mrsal511's Modding Tutorials (With Video)
    Minecraft modding tutorials will resume shortly.
    Posted in: Tutorials
  • 0

    posted a message on Mrsal511's Lets Survive Minecraft Videos!
    Now, I know there's lots of Minecraft Lets Play's in the world, but I would like to say mine will be and are different!

    First off my channel is very community based, I already have over 130 000 views on my channel and almost over 600 subscribers. I do not sub 4 sub. I didn't earn those views and subscribers by ignoring my community. I take all sorts of requests from people who have never seen my videos or are very experienced with them.

    I recently got accepted with a Youtube network partnership. I have to thank my community for that.

    Anyways back to the point -- my videos. My new series called Lets Survive Minecraft premièred just yesterday. The 1st of September. It's a survival world in which I must survive and excel.

    The 1st episode:

    is my first Encounter in Minecraft. I find a house, some resources, and get set to begin the game.
    I expect to upload 1-4 videos weekly. If you find anything wrong or anything you want improved just comment or send me a personal message!

    Sidenote: I know the audio is levelled a bit bad in the firs few videos. I didn't realize Minecraft was turned as loud as it was. Sorry for that.
    Posted in: Let's Plays
  • To post a comment, please .