• 0

    posted a message on Deadmau5 in source code?
    Quote from ntzrmtthihu777

    Wow, I just ran into that the other day, glad to see I'm not crazy :P
    Doesn't matter, I use it (by way of forge 9.10.0.800) and it still shows up in my code.

    not sure why this was resurrected and i feel like it shouldn't have been, but i meant it would have saved him a lot of time because mcp decompiles and deobfuscates the code for you, which is what he was doing
    Posted in: Modification Development
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from LooKeeR

    I can help you with some textures. I will add them later! =D
    EDIT : Here's the spear texture :
    Here's the log suit texture :
    logsuit 1 -
    logsuit 2 - ( it is a blank space because that's it xD )

    oh sorry i didn't notice this comment, i already have a spear texture but I'll use the logsuit, thanks!!
    Quote from Tyrant23

    i suggest you should "Talk Less...and Do More Mobs !" anyways great job for making this mod ! :D

    I would work on it more but I got a job, so my free time has disappeared, I'm going to do what I can though!
    Posted in: WIP Mods
  • 0

    posted a message on [1.5.2] Ninjas Mod! [V1.8.2] [SMP] Shurikens, Ninja Mobs, and More!

    Is there a config file to change mob and item id's?

    - The Minecraft Ninja

    I'm afraid not, sorry
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from pelindolok

    And I actually wanted to ask ,do you have any experience with pieces in techne?
    I'll appreciate help :3

    I have some experience with them, but when it comes to making pieces in techne, there are a ton of annoying bugs, and the code it outputs always requires some bug fixing
    If you really want to learn how to use them I'd look for some tutorials on youtube
    Quote from Zeroth

    Absolutely none. I'd still like to contribute as much as I can, so I'll check back here often for things I can do for you.

    I'll pm you if I think of something, what experience do you have??
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from pelindolok

    I made rabbit :D
    here you go:
    http://www.mediafire...recu/rabbit.rar
    and some pics:


    It looks awesome! Thanks!
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from metamaine

    I have created the tall black bird from don't starve.
    The Pics will be below:

    ModelBird (Display Pic): http://i.imgur.com/R7amD1n.png
    TexturemapBird: https://www.dropbox....3sijma/Bird.png
    BirdModel Part Locations: https://www.dropbox....l Locations.png
    BirdModel Java download: https://www.dropbox....unk3n/Bird.java (Note, if you are not satisfied with the model, then, i will work more harder on the model, i promise.)

    If you respect my work, upvote my post in this topic, and when you upvote me, i will be working on the Pig model, and here's a little side note, if you do not know how to make a Entity use both EntityAIAvoid and EntityAIAttackOnCollide, then i suggest not asking for this model, then maybe i will work on the Perd, that dang giant turkey that try's to eat all your berry supplies! Freaking hate those things...


    Looks good! Could you add a download for the actual techne file too though?
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from Erick356

    http://imgur.com/a/ZOpur#0

    sorry about the blurry textures, its VERY hard reducing a 64x64 texture (from the dont starve game files) to a minecraft-friendly 16x16 texture, anyways, feel free to use them, I wont be offended if you dont


    I could have easily done that myself, I'm not because of copyright issues and it doesn't look good.
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from Zeroth

    This is a project that I'd love to be a part of. Need any coders?

    depends, how much experience do you have with coding AI's?
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from pelindolok

    That's cool idea :DD
    but it seems like you need modeller :I
    I would really like to help



    can you make minecraft models??I need people to make textures!! read the main post!
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from SneakyCreepah

    Being a massive dont starve fan myself, the idea of a dont starve mod for minecraft really interests me. I just finished watching your video of the rabbits and it looks really cool and I hope you finish this. Can't wait to see how this goes :)

    thanks for the support!
    Posted in: WIP Mods
  • 1

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from Pik_the_Dwarf

    When I see this, I see an amazing Lets Play from Sips. This mod seems really cool and I hope you carry on 'till completion :)

    If he does a lets play on this I will be really happy, I plan to finish it!Updated main post to show more progress! Made a rabbit model and texture, and got a block texture!
    Posted in: WIP Mods
  • 0

    posted a message on Texture Sometimes Rendering Black
    Okay I've given up trying to solve this on my own, can someone please tell me why the exact same block is rendering like this?


    As the picture shows, the blocks on the left are rendering as they should, while the blocks on the right have a much darker hole in them. This problem only appears in deserts as far as I can tell, and it's only visible at some camera angles, so if I move the camera the block will render right

    here is the code that's currently doing that:
    public boolean renderWorldBlock(IBlockAccess world, int x, int y, int z, Block block, int modelId, RenderBlocks renderer) {
    if(ClientProxy.rabbitHolePass == 0){
    renderer.renderStandardBlock(Block.grass, x, y, z);
    }
    else{
    renderer.renderFaceYPos(DontStarve.rabbitHole, x, y, z, DontStarve.rabbitHole.getTopIcon());
    }
    return true;
    }


    If someone has any idea why this is happening, please help!
    Posted in: Modification Development
  • 0

    posted a message on [1.5.2] Ninjas Mod! [V1.8.2] [SMP] Shurikens, Ninja Mobs, and More!
    nice video! I put it on the main post!
    Posted in: Minecraft Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Added a video showing my progress on the rabbit!
    Posted in: WIP Mods
  • 0

    posted a message on [WIP][1.5.2] Don't Starve Mod
    Quote from rssuper

    Keep going, man. It... sounds promising. This is a really good idea, and noone has replied yet, so I'm just telling you that there are heaps of people that want to see this done!
    Quote from icedes

    a don't starve mod ?! it'll be realy amazing ! keep going

    Thanks for the support!
    Posted in: WIP Mods
  • To post a comment, please .