Author Topic: using custom studs on other peoples servers  (Read 1581 times)

There's nothing to settle. That's just not how it works. If you change your local resource files, it will only affect your server. The only way to sort of change it on other people's servers is to do the cache modifying detailed above, basically tricking the game on what it thinks is being used on other server.
Ok maybe I'm crazy then because I saw this happen with my own eyes

Ok maybe I'm crazy then because I saw this happen with my own eyes
at a certain point in time in blockland brick textures were client sided, they aren't anymore

at a certain point in time in blockland brick textures were client sided, they aren't anymore
Wish they were now, :(                                                                                                                                                      
« Last Edit: October 06, 2014, 09:47:46 PM by Czar »

well it's a bit complicated

basically it goes like this

1) get the default brick textures
2) get the sha1 of the texture files
3) find a program that lets you edit sqlite3 databases and open cache.db
4) in the "blobs" table, find the blobs with the hashes you just got
5) replace the data with your custom textures
how the forget do i replace the sha1

you get the sha1 hash from the new textures, and replace it with the old hash

i hate to say it, but it isnt wroking for me
i went into cache.db, found the hashes under the "filename" table or something, because the blobs table really i dont know what to do with it, put the hashes of the brick textures i want, put the brick textures in the folder, and it still isnt working


well gg no re for you then
can someone atleast help me with this stuff or something
literally i did everything he said and manty's textures dont loving work

how the forget do i replace the sha1
You don't replace the hashes. You replace the blob data

i hate to say it, but it isnt wroking for me
i went into cache.db, found the hashes under the "filename" table or something, because the blobs table really i dont know what to do with it, put the hashes of the brick textures i want, put the brick textures in the folder, and it still isnt working
So you're saying you did a completely different thing and wonder why it isn't working?

screw this, I give up.
can't find the right blob.

You don't replace the hashes. You replace the blob data
So you're saying you did a completely different thing and wonder why it isn't working?
i used sqlite admin, got the texture hashes from the custom and the default
searched for the default, and replaced with the custom ones under the blobs table
im trying to get mantys to work what do i do