Revolution Emulator [C#, R63B, Encryption Cracked, DAO, Fluent NHibernate, Lua Plugin, Mono]

Status
Not open for further replies.

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
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 :/
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.
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
The images are not hardcoded. They are packed inside the Habbo.swf (not furniture or room graphics ofc.) but the navigation, windows etc. are all packed in the Habbo.swf file - You can change all the images the same way you also change the boot logo.
 

Quackster

a devbest user says what
Aug 22, 2010
1,764
1,241
He said images, so I thought he meant the images in the client, how should I know :tired:
The images show what's been done.

However those are hardcoded..

Not hardcoded would be something like..

Code:
		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);

If it is. Which it was. It would be.

Code:
		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);

Within the actual code.
 

Zak

Posting Freak
Mar 12, 2011
847
453
Thats why Mikkel is removed from the team, enough nonsense time for some proper coding.
 

Evian

Helping noobs since 1996
Feb 17, 2012
139
38
May I ask. How for is it in? Possible release date confirmed + Donators get it early correct?
 

Evian

Helping noobs since 1996
Feb 17, 2012
139
38
Lovely. Cannot wait for this! Sir may I say you are gonna make a name for yourself in the community. Fed up of Phoenix. It will be open source yeah?
 

Stevee

Posting Freak
Mar 29, 2011
580
35
This looks really nice so far actually, I'm really impressed. I can't wait to see the results in the end.
 

Menkz

Member
Jul 9, 2010
374
167
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.
 
Status
Not open for further replies.

Users who are viewing this thread

Top