PDA

View Full Version : Source Variants


EQFAN2009
09-08-2009, 03:27 AM
I've been experimenting with building the Server from source for Win32, Gentoo Linux i686 and Linux 64 bit (march=k8) with varying degrees of success. Can someone please provide an overview of how the branches vary from the trunk in terms of what is provided by each. I figure that the trunk is the 'vanilla' design and that UCS IRC Bots gives Universal character Set + Internet Relay Chat + Bots, UCS IRC Instanced gives USC, IRC and instances? Can you have UCS + IRC+ Bots + Instances? What does EntityUpgrade provide?

Any guidance greatly appreciated.

EQF09

trevius
09-08-2009, 09:08 PM
UCS means Universal Chat Server, and it is included in all builds of EQEmu. The reason it is mentioned in the branch is because they are trying to incorporate an IRC connection into the UCS. It is at least partially functional, but I don't think they have everything in for it to compile under Linux or 64bit yet.

The Bots vs Instanced don't actually mean Bots or Instances as you are thinking of them. They are both referring to IRC connection types. One type is to make the client log on as an IRC bot, and the other lets them log in differently as an instance I believe. I don't really know much about IRC, so I may be a bit wrong about that, but that should be the basic idea of it. So, the branches that say IRC in them are both only for IRC related changes, nothing else.

I'm not exactly sure what the state of the entity upgrade branch is atm. I believe they are adjusting how the whole entity system works to make the entity lists handle better.

Unless you are wanting to play around with the IRC stuff, there isn't really any reason to build any of the current branches atm. You are best off to just stick to the trunk.

AndMetal
09-11-2009, 02:19 AM
UCS_IRC-Bot (http://code.google.com/p/projecteqemu/source/browse/branches/UCS_IRC-Bot) allows UCS to connect to an IRC server funneling all communication through a bot. UCS_IRC-Instanced (http://code.google.com/p/projecteqemu/source/browse/branches/UCS_IRC-Instanced) creates a connection from UCS to the IRC server for each client connected to the UCS, that way they each client shows as a unique connection on the IRC server (which is sorta how it was done back in the day).