Server-side texture pack

Post here to get help with using or setting up fCraft
Post Reply
Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Server-side texture pack

Post 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 :P
You cannot use certain BBCodes: [img].

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post by fragmer »

I dont know how to do this.

EDIT: Found some info.

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Server-side texture pack

Post by Jonty800 »

:rage: :rage: :D :D :D :D :D :D

Thanks Fragmer!!!!!!!!!
You cannot use certain BBCodes: [img].

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post 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 :D

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post by fragmer »

I am currently working on a way to set environment settings per-world.

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Server-side texture pack

Post by Jonty800 »

EXCITTTTTTED!!!!
You cannot use certain BBCodes: [img].

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Server-side texture pack

Post by Jonty800 »

where can I find information on how to extend some of my commands to utilize WoM's new features?
You cannot use certain BBCodes: [img].

User avatar
Lim-Dul
The Necromancer
Offline
Posts: 663
Joined: May 21st, 2011, 10:21 pm

Re: Server-side texture pack

Post 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
War does not determine who is right - only who is left. - Bertrand Russell

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Server-side texture pack

Post by Jonty800 »

We applied the texture pack for 5 mins and it kicked everyone for using illegal characters
You cannot use certain BBCodes: [img].

User avatar
Bloody_Llama
Trustee
Offline
Posts: 324
Joined: May 26th, 2011, 6:35 pm

Re: Server-side texture pack

Post by Bloody_Llama »

Haha, well fragmer had it working pretty well yesterday, so it's something you're doing wrong.
<FCB2> trevbev94: who made the perimid out of saind cause that is ausom
<FCB2> Pemalite+: druffin. 'cmere big boy for some lovin'

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post 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.

User avatar
Sanjar Khan
Trustee
Offline
Posts: 1766
Joined: May 24th, 2011, 1:40 pm
Location: Leiden, Zuid Holland

Re: Server-side texture pack

Post by Sanjar Khan »

Looking forward to the holidays already
Ferrisbuler2: i will stay but i might not post cus of ollieboy

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Server-side texture pack

Post 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.
You cannot use certain BBCodes: [img].

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post by fragmer »

The cfg address has to be resent every time you send a handshake packet (0x00), in the second line (MOTD).

Jonty800
Offline
Posts: 280
Joined: August 21st, 2011, 6:31 am
Location: United Kingdom
Contact:

Re: Server-side texture pack

Post by Jonty800 »

is there a way to do that?
You cannot use certain BBCodes: [img].

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post by fragmer »

You can add it.

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: Server-side texture pack

Post by fragmer »

I added a way to change text in world-change screens via Player.JoiningWorld event in r964.

Post Reply