Page 54 of 61

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 22 Sep 2016, 06:38
by Drullkus
How's the work on this so far? There's some major changes in the 1.10 textures, be sure to grab the latest alpha on Curseforge!

One of the major changes in Chisel is our new resource-handling system. We've tossed Vanilla's out of the window and made our own. From scratch. If you have any questions on using it, feel free to ask any questions, preferably on Twitter. It's quite surprisingly easy to learn from the current files we have.

Code: Select all

.json
,

Code: Select all

.cf
, and

Code: Select all

.ctx
are all text files and follow the json format.

All .json files in /models/blocks/ are still models, but textures use a .cf extension now.

All .cf files go onto that same directory, and lets you define layers. The texture you define first goes on bottom of the layers and texture you define last goes on top of the layers. This is how you make lava stone:

jellybean.cf:

Code: Select all

{
    "textures":[
        "minecraft:blocks/lava_still.ctx",
        "chisel:fluid/jellybean.ctx"
    ]
}
All textures defined inside .cf files use the extension .ctx instead of .png. Here's jellybean.ctx:

Code: Select all

{
    "type":"V",
    "info":{"size":2},
    "layer":"TRANSLUCENT"
}
The result:

Image

Can't wait to see what you guys make! :)

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 30 Sep 2016, 05:36
by Theomanic
Is there any chance Chisel will receive an updated texture pack? There's a ton of new textures that aren't supported by Sphax. I love Chisel but I also love Sphax and non BD Craft textures look so weird in game.

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 13 Dec 2016, 15:05
by Shadees
Heya :) Any chance there will be a release for v1.10.2 ?

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 18 Dec 2016, 01:08
by Tamael
Such a fantastic mod. I would absolutely love to see this getting an update. :)

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 23 Dec 2016, 18:20
by DrAkademik
Would love, love, love to see this updated. I'm sure many others would too since Foam Fix came out so much more people can use the HD textures.
Even if someone did the textures I'd be happy to put it together and write the files for it.

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 28 Dec 2016, 23:44
by Fallouthero
I'd love to see a 1.10.2 compatible version of this for Chisel!

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 08 Jan 2017, 03:19
by katt
I have started some basic work to create Chisel for 1.10.2
It would be helpful if anyone has the .png of just the moss from cobblestonemossy. It's now a seperate texture named mossy.png
Show
Work in Progress
I was delayed a little with the array texture, as I didn't realise it spanned 1x1 and 2x2 blocks :-x
Done chisel_hitech & offsettool
Done x 3 GUI - basic
Done bloodMagic's BlankRune/bloodRuneBricksTop - basic
Replaced carpet textures into wool\legacy folder, water & lava into fluid folder etc. Seems like a lot of textures have been relocated, renamed, or removed.
This is my list of folders that are currently not included but I will try to make use of;
  • arcane
    autoChisel
    fantasy
    fantasy2
    grimstone
    holystone
    leaves
    line-marking
    military
    present
    pumpkin
    scorching
    snakestone
    tallow
    thaumium
    torch
    warning

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 11 Jan 2017, 22:12
by Redlotus99
As a huge fan of Chisel myself and having a few fans of it on my server I too have started some work on Chisel textures for 1.10.2.

I am currently putting together a spreadsheet of the textures I have completed and the ones that are in Progress. If anyone wants to help out in any way just give me a shout.

The spreadsheet is currently being updated and will continue to be as I progress on the patch.

The spreadsheet can be viewed here:

Sphax DB Chisel Spreadsheet

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 14 Jan 2017, 01:34
by katt
Redlotus99 wrote:
If anyone wants to help out in any way just give me a shout.
I've been away for a few days but all the unique textures I make will be updated and saved here.
Is there a chance you can do a simmilar thing so I can update my folders with anything new?

Re: [512x - 32x] Chisel [MC1.6 - 1.7]

Posted: 14 Jan 2017, 05:30
by Redlotus99
katt wrote:
Redlotus99 wrote:
If anyone wants to help out in any way just give me a shout.
I've been away for a few days but all the unique textures I make will be updated and saved here.
Is there a chance you can do a simmilar thing so I can update my folders with anything new?
In all honesty, I'll I've managed to do is take all the textures from the 128x128 and found their respective equivalent in the new texture pack. I think all in all I've managed to port 65% or so over. A lot of the texture are new of course and haven't been made previously. Mostly the stone. I think the more independent ones were fine like Diamond, Technical Blocks, Laboratory Blocks etc.

I can post what I have up, unless you want to create them all from scratch. I am sure you were aiming for 512x512 so it can be scaled down, but I was unsure.

Let me know what I can do to help if any thing.