Re: all you need to do is
Quote:
Originally Posted by Wumpas
2 Loading screen
Use eqinside to hunt through the bmpwad and eqfeart files to locate the ugly new loading screen.
Take note of the location next find the loading screen you want to replace it with I use the kunark loading screen.
Extract the loading screen you want and place it somewhare you can find it.
Next brows back to the ugly loading screen and use eqinside to replace the file with the one you want.
Repack the file using eqinside and your done there should be a file save option.
|
Now the loading screen is just all black with a loading bar when i try to customize it. /sigh good thing i made a backup.
__________________
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.
|