Page 1 of 1
Server-side texture pack
Posted: September 4th, 2011, 3:44 pm
by Jonty800
Would it be possible to add server-side texture pack into the code?
Apparently Derplin's zombie survival server have a server-side texture pack for WoM. I'd like to know how to do this

Re: Server-side texture pack
Posted: September 4th, 2011, 7:20 pm
by fragmer
I dont know how to do this.
EDIT:
Found some info.
Re: Server-side texture pack
Posted: September 4th, 2011, 8:30 pm
by Jonty800
Re: Server-side texture pack
Posted: September 5th, 2011, 1:04 am
by fragmer
I started working on some more extensions to utilize WoM's new features. Like a real-time compass at the top-right corner of the screen

Re: Server-side texture pack
Posted: September 5th, 2011, 4:27 am
by fragmer
I am currently working on a way to set environment settings per-world.
Re: Server-side texture pack
Posted: September 5th, 2011, 10:47 am
by Jonty800
EXCITTTTTTED!!!!
Re: Server-side texture pack
Posted: September 5th, 2011, 11:34 am
by Jonty800
where can I find information on how to extend some of my commands to utilize WoM's new features?
Re: Server-side texture pack
Posted: September 5th, 2011, 2:54 pm
by Lim-Dul
Jonty800 wrote:where can I find information on how to extend some of my commands to utilize WoM's new features?
http://files.worldofminecraft.com/remoting.php
Re: Server-side texture pack
Posted: September 5th, 2011, 7:09 pm
by Jonty800
We applied the texture pack for 5 mins and it kicked everyone for using illegal characters
Re: Server-side texture pack
Posted: September 5th, 2011, 8:42 pm
by Bloody_Llama
Haha, well fragmer had it working pretty well yesterday, so it's something you're doing wrong.
Re: Server-side texture pack
Posted: September 5th, 2011, 8:45 pm
by fragmer
I had the same problem. WoM does something strange with the way it sends /womid string. I had to add a workaround. I'm investigating.
As always, all dev builds are unsupported.
Re: Server-side texture pack
Posted: September 5th, 2011, 11:00 pm
by Sanjar Khan
Looking forward to the holidays already
Re: Server-side texture pack
Posted: September 6th, 2011, 2:46 pm
by Jonty800
Got the texture pack to work.
But when changing worlds, it loses all the information in the top-right of the screen, and the sky color. But not the blocks.
Re: Server-side texture pack
Posted: September 6th, 2011, 7:54 pm
by fragmer
The cfg address has to be resent every time you send a handshake packet (0x00), in the second line (MOTD).
Re: Server-side texture pack
Posted: September 11th, 2011, 9:28 pm
by Jonty800
is there a way to do that?
Re: Server-side texture pack
Posted: September 12th, 2011, 1:19 am
by fragmer
You can add it.
Re: Server-side texture pack
Posted: September 12th, 2011, 4:20 am
by fragmer
I added a way to change text in world-change screens via Player.JoiningWorld event in r964.