What do you mean by hardcoded? When I'm digging through Habbo I can see most images there are really actually images (like the zoom in and out) and on the hotel view, too.Not trying to put Rev Emu or the team down or anything but the Zak told me and I've seen for myself that the images are hardcoded :/
The images show what's been done.He said images, so I thought he meant the images in the client, how should I know
Message.Initialize(Outgoing.RoomStatuses);
Message.AppendInt32(1);
Message.AppendInt32(mSession.getHabbo().Id);
Message.AppendInt32(X);
Message.AppendInt32(Y);
Message.AppendString(Double.toString(Height));
Message.AppendInt32(BodyRotation);
Message.AppendInt32(BodyRotation);
Message.Initialize(Outgoing.RoomStatuses);
Message.AppendInt32(1);
Message.AppendInt32(1);
Message.AppendInt32(3);
Message.AppendInt32(5);
Message.AppendString("0.0");
Message.AppendInt32(2);
Message.AppendInt32(2);
Good decision, would it work for mac in that case? ;oIt's confirmed, Rev is now Java.
Good decision, would it work for mac in that case? ;o
Great stuff!Java -> JVM -> Native -> Every OS.
Thank fuck for it being Java instead of C# .. Java is so much more easier to read & you can have a custom GUI and such.