Jump to content
TrinityCore

renderCASC3

Plebs
  • Posts

    5
  • Joined

  • Last visited

Everything posted by renderCASC3

  1. And finally, it is possible to write server emulators in programming languages other than C++, like Ruby, PHP, Go, C#, or even C? Because I have not found any WOW server emulators in these programming languages either.
  2. The only non-TC based server emulator that I found for WoD or later expansions, is Mangos Five, but the repositories for that contains just a dummy emulator, (only the files required for compilation). It does not emulate anything (at least for now).
  3. Consider changing the realm list through editing config.wtf and putting "SET portal <IP adress> instead. Also if you want to continue using 6.2.4a, consider forking it, you may be able to continue the development of this version
  4. Right now, TC supports WotLK (3.3.5) and SL (9.x) clients. My question is, did TC support MoP (5.4.8) or Legion (7.3.5) clients at some point? Because I could not find anything about this and I would like to fork and continue development of these versions.
  5. How hard is to develop an independent (i.e, not based on another) WOW server emulator? Over the last years, decompilers have appeared that can speed up the development, as one could decompile the client to figure out the protocol, but some things are heavily obfuscated (like the Battle.net protocol, apparently). Also Blizzard has made it hard to develop a emulator for expansions after WotLK, e.g by introducing a phasing system in Cataclysm and in WoD, making a Battle.net server mandatory, introducing a new container format (CASC) and reworking the phasing system (removing the phase names). Furthermore, all emulated servers must be populated with maps, DBCs, and others to prevent the world from being "empty".
×
×
  • Create New...