Thread: Server ideas.
View Single Post
  #12  
Old 01-06-2005, 01:23 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
open eqs 3d renderer isnt functional or pretty enough for what he discribed
Pardon? OpenEQ has already been able to successfully open and navigate any zone in EverQuest and they are working on EverQuest II zones as well. At the moment eqg's are disabled, but I have walked through Anguish personally (anguish.eqg) with openeq and the only thing that was wrong was the water shader. But I believe even now that is fixed.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote