I pre-ordered it as soon as I heard career mode is back, I honestly can't wait. Maybe for the first time in 6 years they have brought the f1 2010 feel back :)
has been for some time :P, also I lost my recent files so I'm working off an older build.
It is currently free :P, but for those that want more storage there will be chance for them todo so.
I definitely agree with everything you said.
The upgrade link was there because the login & main page was going to be different & I just haven't removed it :P. The logo is being changed soon, when I find someone who is good with GFX lol and for the backgrounds, soon I'm going to be integrating...
oh, so you're wanting to hide the actual hc that pops up. goto PacketManager.cs and find this._incomingPackets.Add(ClientPacketHeader.GetHabboClubWindowMessageEvent, new GetHabboClubWindowEvent());
and just comment that out
Ok so, I've seen many asking how to fix the Avatar look update on the UI bar. So here it is.
add this to ServerPacketHeader.cs
public const int AvatarAspectUpdateMessageComposer = 1208;
then in Plus.Communication.Packets.Outgoing.Rooms.Engine create a new file called...