• 0

    posted a message on Skyply - Quick replying for Skype™
    Thank you guys for the support so far.

    Quote from Hakumisoso

    Getting this error. So I can't test it out.



    "we want to let you know that Skyply.exe app will stop working with skype starting December 2013. Please see our FAQs for more information"


    Make sure Skype is updated, sometimes I've had to download the installer from the actual site to get an update because Skype didn't actually think there was an update available. Here is a link to Skype for Windows: http://www.skype.com/en/download-skype/skype-for-windows/downloading/
    Posted in: Computer Science and Technology
  • 0

    posted a message on Speedtest.net Results and General Internet connection and ISP Discussion
    Quote from SeaWry

    Amusing your download speed is but 1Mb higher than mine. And upload is 0.10Kb higher than mine. I have Centurylink as well to say, only provider of HSI in my area, besides crap-tastic Hughes net.


    It's the only thing I can get as well. It really sucks.
    Posted in: Computer Science and Technology
  • 0

    posted a message on Speedtest.net Results and General Internet connection and ISP Discussion
    My internet is pretty slow for my needs:

    Posted in: Computer Science and Technology
  • 0

    posted a message on Modding Group [Pixel Pack] [Recruiting]
    I'm sorry but I just need to point out the fact that everyone you've recruited so far is sub-par, max managed to use wix to create a website (wix is drag and drop website creation, you don't want to use it!) and the rest of the people have no experience. I'm sorry but without some better people you're not going to have a good mod, you gotta stop accepting everyone into it, make them show some more good quality work before accepting them in. I also find it ironic that you're describing a mod almost exactly the same as the one in your signature. Anyways, here's my application.

    My application:

    Position:
    Coder (website and modding)

    Age:
    17

    Portfolio:
    Co-owner of https://picbox.us, I have a lot of web development experience including but not limited to:
    • php
    • html
    • css
    • javascript
    • mysql
    • json
    • jquery(a javascript library)
    And I also know a few desktop programming languages:
    • C#
    • C++
    • Java
    • Little bit of LUA
    • Some python

    Experience:
    I have quite a bit of experience in programming, I know how to mod minecraft (without tutorials -.-) I can bring a lot to the team, but I would like a managing position as well. I learn quickly, adapt to my surroundings, and get ­ done.

    Skype:
    zachripper

    I would like to duly note that I will not throughout any stage of the mod development donate/pay for anything, including but not limited to websites, servers, or software. Thanks!
    Posted in: Requests / Ideas For Mods
  • 0

    posted a message on What is an easy way to calculate a number to use for Gui.drawRect()?
    I'm having some issues, I know how the backend works (it takes the number and shifts some things and some other things), but is there an easy way to convert an rgba value to a number that will work for the drawrect method? I'm also a bit confused as to why RGBA values aren't used in the first place? Is there a reason for this?
    Posted in: Mods Discussion
  • 0

    posted a message on Display images from screenshots folder (or other location)
    I know how to display an image, and I have working code for it. But when I try to use the full path of an image on my computer, it doesn't work. I believe that the image is being searched for in the jar, is there any way to "escape" from the jar? The objective is to display an image from the screenshots folder (I can handle all of the other logic)
    Posted in: Modification Development
  • 0

    posted a message on [1.5.1][Forge] The DecoMod - Please comment! Version 0.2 - Leather Armour Dyeing scheme appliable to wool!
    Looks like a coolish mod, not gonna try it because I don't really play minecraft anymore, but I do develop mods for it. If you need any help I can try and help you.
    Posted in: WIP Mods
  • 0

    posted a message on [FORGE] Need help adding button to main menu?
    I am looking to add a button to the main menu of minecraft, without editing the base class. I am using forge. I also of course need the handlers.
    Posted in: Modification Development
  • 0

    posted a message on TechGuy's Modding Tutorials
    I'm having issues trying to set blocks to stone in the GuiChat.java. I can get them to place but when I place blocks next to them, they disappear.

    this.mc.theWorld.setBlock(x,y,z,blockid);
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on Having an issue using setBlock
    Looked everywhere, haven't found anything.
    Posted in: Modification Development
  • 0

    posted a message on Having an issue using setBlock
    Quote from fdshfn

    I'll be honest, I've never encountered that issue while using the .setBlock command.
    Could you post your whole code?
    It may have something to do with how exactly you are implementing the command, and whether or not the world is registering your new block properly.

        public void blockplace(String[] var3){
         this.mc.theWorld.setBlock(Integer.parseInt(var3[0]), Integer.parseInt(var3[1]), Integer.parseInt(var3[2]), Integer.parseInt(var3[3]));
    this.mc.thePlayer.sendChatMessage("You placed a blockid of: " + var3[3] + " at X: " + var3[0] + " Y: " + var3[1] + " Z: " + var3[2]);
        }
    Posted in: Modification Development
  • 0

    posted a message on Having an issue using setBlock
    I'm having an issue, I'm using this:
    this.mc.theWorld.setBlock(x,y,z,id);


    Now I understand how to use it, the function works perfect. But when I create the blocks using that code, if I place any block next to it, it turns into an air block. Anyone have any ideas?

    Screenshot:


    Posted in: Modification Development
  • 0

    posted a message on Enough with the "obsidian tools" and "more tools and weapons and food and ores!" mods.
    I don't mean to bring anyone down, but I'm just annoyed that half the mods out there don't even expand the game, they just add more weapons, tools, food, ores, and just the general stuff. I would be fine with that, but they don't even make their mod unique, they don't add special effects or recipes, they just copy and paste from a tutorial and call it "OBSIDIAN TOOLS V5.1561 UPDATE UNIQUE!!!" when that mod has been duplicated hundreds of times. Make something cool, make something that actually expands the game, make something that doesn't exist at all in any form whatsoever. And for the love of god don't call yourself a developer if you copy/paste all of your code from a youtube video.

    EDIT:
    I understand that a lot of people are younger and may not have as much experience developing, but I still think you should try and come out with a better mod before releasing it.

    /endrant

    What do you guys think? I don't mean to come off as a jerk.
    Posted in: Mods Discussion
  • 0

    posted a message on [1.4.2 - Frequent Updates!] DarkCloudCraft! v0.0.3 (Escape Powder + Bombs + Atlamillia Blocks!)
    Hey guys I'm back on just checking stuff and I realized I've completely neglected this mod. I'm sorry to everyone who wanted it badly, I've been very busy in school and with working as a website designer. If you guys want I can possibly pick up this mod again when summer comes around. Leave me some feedback. Thanks guys.
    Posted in: Minecraft Mods
  • 0

    posted a message on [1.4.2 - Frequent Updates!] DarkCloudCraft! v0.0.3 (Escape Powder + Bombs + Atlamillia Blocks!)
    So I'm looking for another GOOD modder to help me, this project is huge and I'd just like help to get some of the work done. You need to know Java, you need to know how minecraft coding works, and you need to know more than just how to make a block or item by copy-pasting into eclipse. If you do not match any of those things at all, don't even bother asking me as this mod is more than just blocks and items, it's world gen and dimensions and more. So please, if you're not good at modding, don't waste my time. If you're interested in helping me with the mod code wise or texture/spriting wise, feel free to add me on skype: zachripper
    Posted in: Minecraft Mods
  • To post a comment, please .