| 
				 Launchpad Removed from Test Server? 
 Today, I went in my patched EverQuest Folder, where Launchpad was installed for TestEverQuest.exe. I opened up TestEverQuest because I wanted to get another look at the launchpad.
 Old Patcher Opened.
 
 But I still saw Launchpad.exe, so I ran that the way I was told to so it will run the EverQuest Launchpad Version.
 
 "C:\Program Files\Sony\EverQuest\Launchpad.exe" /game:everquest
 
 Launchpad starts patching itself with "EQModule_delta.dll"
 
 Once it downloaded, I was expecting Launchpad to open...
 
 It didn't. The old patcher launched. I then tried a few more things. I never got launchpad to work with Everquest. Also, just launchpad itself with no parameters does not have EverQuest as a selection. (Never did nor was supposed to, just saying.)
 
 I think it may be down for repairs, or, if we're lucky, they are stopping the EQ-Launchpad.
 
				__________________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.
 |