• 7

    posted a message on Texture Artists' Union

    This Twitch thing... and Java Edition rename before that (and broken bed models, nothing changing with 1.8-->1.9+ display). I still don't have interest in Minecraft, things seem to be... not getting better.


    So I'm not going to make a Twitch account (no use for it, I don't like making accounts), the only thing I have important left here is my outdated Vanilla model tutorial. I'm not sure if anyone is going to be staying and wants to take that over (that is if they write the JSON by hand rather than using a model program).


    If there is someone who wants to take it over, maybe Alvoria (hopefully that notifies, because otherwise I don't remember how to do mentions) could set it up. Or maybe instead of a thread takeover, they could post a new thread, especially if it's intended to be newest-release-specific (1.9+).


    Although I'm not really sure how much value there is in updating the thread (excluding better formatting, if such a thing is possible), aside from maybe explaining multipart and other newer tricks/caveats. And any info on converters that exist, last I checked there was one that only really worked with scale and standard 90 rotations (and it didn't round at that, so certain numbers could be ugly). IMO much of it is straightforward once JSON, vanilla's structure, and coordinates are understood. Especially when you can view the default files to see what's going on.


    --------------------------------------------


    I never posted this specific image here:



    enchanted book, glistering melon, cookie, bread, pufferfish, arrow, apple, paper, mushroom soup


    Mostly unreleased models (1.8 format, like all of my other stuff. I probably have posted some of those models before), I was trying out alternate rotations. Some of these rotations I added long after I had stopped working on the pack because of a random reddit thread about (vanilla's?) bed rotation applied to other blocks...


    I also made this for that thread, using the rotation I already had for my bed model (from back when vanilla had an item icon for beds):



    Also for a different thread shortly before-or-after:




    It's old, but this (barrier models for resource packs with barrier.json in the models/block folder) never became a thing:

    I suggested on Reddit and to Optifine's creator. Arg.


    Also, I haven't really done anything with texture art in a long time. I want to work on improving on art in general (all I can really do is shading) but I'm a piece of garbage with almost no motivation. And that's not an exaggeration like most artists... because I don't really make enough art to qualify as an artist...

    But hey, I can draw rocks!


    I don't remember if I said it before here, so: Goodbye. If I said it before, goodbye again.

    Posted in: Resource Pack Discussion
  • 0

    posted a message on Beautiful shield
    Quote from CraftCoderr»
    Shield model has no textures section.



    "parent": "builtin/entity",

    Builtin is not an accessible folder... it is used for hardcoded models.

    The default model file does not restrict what you can use inside of YOUR model. For instance, as a little test, copy the vanilla diamond_sword.json and rename it to shield.json and have it inside of your pack.

    Posted in: Resource Pack Discussion
  • 0

    posted a message on Beautiful shield
    Quote from CraftCoderr»

    Can I find example anywhere?

    If you can find one made with swords and simply rename the file to the shield ones, it should work. Then just make new models to replace the swords.
    Posted in: Resource Pack Discussion
  • 0

    posted a message on Beautiful shield
    Quote from CraftCoderr»

    Ok, can I make different shield model for different durability(predicate system) without painting? In shield model I didn't find textures section.


    Yes.

    The reason that the default shield model looks like that is because it's inherited from a hardcoded entity model, so you will have to make the models you intend to use from scratch rather than editing the default one.

    Most model files don't use predicates by default anyways (or when they do, they don't use all possibilities), so if it's possible to use them you'll need to add it to your model first.

    Posted in: Resource Pack Discussion
  • 0

    posted a message on Beautiful shield
    Quote from CraftCoderr»


    Can I use 1.9 models system for making different shields?




    Not really, no.

    The predicate system doesn't include anything to allow specific models per color, so you really only have the ability to have a different model based on durability and blocking usage. It would get too advanced with different layers, anyways.

    Even if you use the system to make different models (for instance using durability... like making a kite shield, buckler, spike shield etc), it wouldn't be usable in survival. It's really either stick with the boring rectangular shield now (or do small edits like change the display) since it's an entity model, or make a single shield that looks cool but either can't be recolored or can only have a single color.

    Posted in: Resource Pack Discussion
  • 0

    posted a message on Beautiful shield
    Quote from CraftCoderr»

    How to make round shield texture, which can be connected with painted banner like default shield?



    You can't... at least not with full banner support because the way banners are mapped is hardcoded to an entity model rather than being hardcoded to a specific texture that gets overridden (or something like that, similar to recoloring textures but a bit more advanced) and/or needing some sort of specified function for it to work.

    The closest you can get is to use #tintindex on the face(s) of the model you want to be recolored, however this will only work with the base color of the shield. The base color is also the name of the banner/shield, for instance you might have a complicated flag design and it might be named "red shield" because that is the base color.

    Posted in: Resource Pack Discussion
  • 1

    posted a message on Texture Artists' Union
    Quote from filmjolk»

    Fern, I added a stick in the pot to keep the plant steady.

    -patted plont-





    Not sure, have I missed something (a mod allowing better models? ...I'm still gone BTW, this is just a ghost speaking) or is this just the old 'clever use of rotated planes and HD textures to create cool shapes' trick?

    If it's the second thing, I really wish stuff like this was possible without tricks and thus I never would do it (especially since it relies on HD textures for the seams to be just a little correct). Anyways, my thoughts can be summed up as thusly (start at 13 seconds):


    EDIT: Speaking of things that are incredibly classily done but aren't possible to do with the current model format:


    Quote from krisCrash»


    This really is awesome... yet instead things with 5000+ faces are possible but not this :(
    Posted in: Resource Pack Discussion
  • 1

    posted a message on See what textures in your recourse pack are default?

    The simplest way is something you should already be doing:


    Only include files that you have edited and the folders leading up to them.


    For instance, if you include blocks and nothing else in your pack, you will have a blocks folder within ~/textures/ and nothing else. You also wouldn't even have the ~/models/, ~/blockstates/, ~/sounds/, or ~/lang/ folders. If you go inside the game's JAR (.minecraft/versions/[version]/[version.jar]) to the same equivalent path as in your pack, you can directly compare the files. Or, you can find the name of a file you wish to edit and then search for that in your pack (like searching 'magma' within your blocks folder would result in 'magma.png' if you include it).


    Of course another simple way to know if you've edited a block is to be familiar with default and have a different enough textures that you can easily see that they're changed... particularly by making textures from scratch.

    Posted in: Resource Pack Help
  • 0

    posted a message on resource pack
    Quote from mrmcrayfish»

    Actually, I have seen minecart models changed. The Default #d resours pack plus has the item model changed. I thought nothing of that. But when I placed it down, the model for the minecart had changed.



    I just tried it (both with the newest snapshot AND 1.10 Optifine just in case you mistakenly were using it and not realizing) and both had 3D item models but nothing changed with the minecart itself (see attached screenshot).

    So you must be mistaken. There really aren't any models for minecarts and arrows, even though they have no moving parts... item frames only have a model because they have no moving parts AND are still just like a block, therefore they can go in the 'block' model folder. Some projectiles (eggs, snowballs, potions, ender pearls/eyes) will inherit item models, but this is really because they have always been the same in vanilla as the items (whereas minecarts use item icons!)... however this isn't even a guarantee because fire charges are hardcoded to use the default-path texture as a particle rather than using the model.

    Stuff like this should be simple to fix, but Mojang really hasn't cared to fix them. Similar to how armor doesn't support models yet, even the helmet like how pumpkins or really and 3D item you command on your head work properly. That's somewhat because they haven't worked out ALL of the armor for being 3D-capable, and some of it that there isn't any setup for entity-like models to be loaded from packs yet.

    Posted in: Resource Pack Help
  • 1

    posted a message on Colored item names help (The game can't read §) [SOLVED]


    the item has a boxed question mark symbol followed by a c, probably stating that the section symbol is not readable.



    You're likely saving encoded as ANSI, you should be saving as UTF-8 without BOM.

    Posted in: Resource Pack Help
  • 0

    posted a message on Question about Animated Texture Packs.
    Quote from TheGodAtPrison»


    Plus, what's GUI?


    Is it like swords, bows, etc.?


    Graphical User Interface.

    In the context of resource packs, this means stuff like the inventory texture, furnace texture, anvil texture, the hotbar, the HUD (Heads Up Display, stuff like health/energy/XP), and random icons used in different menus. The indicators you might think are animations are actually hardcoded into the game, usually with a single texture that gets erased in a 'wipe' pattern to reveal the background (see furnace, brewing stand, and attack indicators).

    Swords and bows are considered items and thus can be animated in vanilla.
    Posted in: Resource Pack Help
  • 2

    posted a message on Question about Animated Texture Packs.
    Quote from TheGodAtPrison»

    Can you use Animated Texture Packs without any sort of mod like Optifine?


    If so, is there a way so?


    It depends:

    • if blocks and items only:
      • YES, if they are vanilla-format
      • NO, if they are MCpatcher animation format (such as packs made before vanilla animation was possible)

    • any other animations (mobs, paintings, GUI etc.)
      • NO, this requires MCpatcher's animation format. Vanilla will ONLY animated perfectly-square blocks and items

    Posted in: Resource Pack Help
  • 1

    posted a message on random textures for 1 block

    in the blockstates file?

    i made a json model file for all the different textures. in the blockstates file is this code:


    {
    "multipart": [
    { "apply": { "model": "red_stained_glass_pane_post" }},
    { "when": { "north": true },
    "apply": { "model": "red_stained_glass_pane_side" }
    },
    { "when": { "east": true },
    "apply": { "model": "red_stained_glass_pane_side", "y": 90 }
    },
    { "when": { "south": true },
    "apply": { "model": "red_stained_glass_pane_side_alt" }
    },
    { "when": { "west": true },
    "apply": { "model": "red_stained_glass_pane_side_alt", "y": 90 }
    },
    { "when": { "north": false },
    "apply": { "model": "red_stained_glass_pane_noside" }
    },
    { "when": { "east": false },
    "apply": { "model": "red_stained_glass_pane_noside_alt" }
    },
    { "when": { "south": false },
    "apply": { "model": "red_stained_glass_pane_noside_alt", "y": 90 }
    },
    { "when": { "west": false },
    "apply": { "model": "red_stained_glass_pane_noside", "y": 270 }
    }
    ]
    }




    They were talking about Optifine (CTM)...

    With models, it gets a bit more complicated. Unfortunately you need a model for each you'd do this:

    { "when": { "north": true },
    "apply": [{ "model": "red_stained_glass_pane_side" },
                   { "model": "red_stained_glass_pane_side1" },
                   { "model": "red_stained_glass_pane_side2" },
                   { "model": "red_stained_glass_pane_side3" }]
    },


    Although due to how multipart models are put together, you will likely want to modify the multipart file and models to create a North/south and east/west model and then do the random options on that.

    Posted in: Resource Pack Help
  • 1

    posted a message on resource pack
    Quote from mrmcrayfish»

    I'v seen resource packs were they changed the models of entiies like ItemFrame



    Inside the ~/models/block/ there is item_frame.json

    Quote from mrmcrayfish»

    and Minecart. How can I change the models of these entities,and can you change the models of ArmorStands, and other Mobs?



    You haven't seen packs do this, at least not in vanilla. ITEM models exist for these entities, but the entities themselves will not inherit them.

    The closest you will get with models for most entities would be to use the preview version of Optifine which has entity models... although it's still being worked on so not the easiest/most capable when it comes to animations.


    Also, forum note: you might want to use better titles in the future so people that can answer will see your topic. I tried coming back to it later and couldn't find it, it didn't turn up with search (with 'minecart model') and then I stumbled back onto it by chance after clicking on all MCF pages in my history.

    Posted in: Resource Pack Help
  • 0

    posted a message on Vanilla Model Tutorial
    Quote from TheSuperT»

    Thanks, it didn't glitch out, but what numbers change what directions. Like [ 0, 0, 0 ] what does the first 0 do and what does the second do and what does the 3rd do? Because right now, nothing seems to be moving when i change numbers.




    It goes in order X, Y, Z.

    X and Z are horizontal directions, Y is vertical.

    If you weren't seeing movement, the important thing to remember is the different display modes.

      • firstperson: when held in hand in 1st person view
        • this is for 1.8 (my example was outdated. I forgot about that, sorry!)
        • 1.9+ uses firstperson_lefthand and firstperson_righthand (if you only use 1, the other will be mirrored from the one you include)

    • thirdperson and thirdperson_lefthand + thirdperson_righthand: same as firstperson but in third person (when you hit F5) obviously
    • ground: for dropped items
    • fixed: item frames
    • gui: inventory/chests
    • head: how it is placed on the head when worn as a helmet/hat (there's a command to do this with any item/block)
    Posted in: Resource Pack Discussion
  • To post a comment, please .