• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Texture Pack ♥ Textury x2,x4,x8 0.27.1♥

Status
Not open for further replies.

Banned

Gym Leader
Banned
GAH
GOD Dm[qcan't type G all with jis="TruePowerofTeamwork, post: 17454, member: 5677"]
if you want something to make it faster just automate the process
Yes, and th
Code:
int sheetw = 256;//width it took me a billion years to write this message because this website is not mobile friendly. f your sheet in pixels
            int sheeth = 256;//same with height
            int tilesize = 32;//assuming your tiles are square, whats the length of a side?
            string oldpath = "Routes";//what are you replacing?
            string newpath = "Routes2x";//new texture name
            float scalefactor = 0.5f;
            string exceptionsdata = "";
            for (int x = 0; x < sheetw; x += tilesize)
            {
                for (int y = 0; x < sheeth; y += tilesize)
                {
                    exceptionsdata += oldpath + "|" + Convert.ToInt32(x * scalefactor) + "," +  Convert.ToInt32(y * scalefactor) + "," + Convert.ToInt32(tilesize * scalefactor) + "," + Convert.ToInt32(tilesize * scalefactor) + "|" + newpath + "|" + x + "," + y + "," + tilesize + "," + tilesize + Environment.NewLine;
                }
            }
            SYSTEM.IO.FILE.WRITEALLTEXyes, and thankyouT xceptions.dat", exceptionsdata);
Yes, thank you! I honestly could of done this and was going to at some point, the but was doing whatever I can to not have to, and because I'm lazy. xD It
mOt I cant[/quote]
HI this is redixoluz, I cant type at all. I This site si smntor
 

Darkfire

Administrator
Administrator
P3D Developer
you can hit the reply button in the bottom right of the post to get it to set it up for you
 

Raayo

Gym Leader
Awesome, really good job!
Just to the point xD
Can i make a texture pack review of this friday? o_O
-Raayo
 

DracoHouston

Kolben Developer
Contributor
exceptions is getting fixed also nils is implementing something similar to how you just scaled a whole sheet up via exceptions.dat
 

Darkfire

Administrator
Administrator
P3D Developer
Yeah Draco's statement can be better stated as 'fixed in next version'
Look for it tomorrow
 
Status
Not open for further replies.
Top