Personal Custom Login Screen: Difference between revisions

From OuroDev
m (Formatting changes only)
m (More formatting)
Line 13: Line 13:
# Save image in the texture_converter\texture_sources\GUI\CREATION\HybridUI\LoginScreen named "COH_LogInScreen_Background.png" (or whatever file type)
# Save image in the texture_converter\texture_sources\GUI\CREATION\HybridUI\LoginScreen named "COH_LogInScreen_Background.png" (or whatever file type)
# In the same directory create a file called "textinfo.txt" which has the following contents:
# In the same directory create a file called "textinfo.txt" which has the following contents:
#: COH_LogInScreen_Background.png -rbg -nomips 1024x768
#: <source>COH_LogInScreen_Background.png -rbg -nomips 1024x768</source>
# Run the texture_converter.pl script
# Run the texture_converter.pl script
#: C:\> perl texture_converter.pl
#: <source>C:\> perl texture_converter.pl</source>
# If you get an error similar to "sleep(2147450879) too large at texture_converter.pl line 13." that's okay.  
# If you get an error similar to "sleep(2147450879) too large at texture_converter.pl line 13." that's okay.  
# Browse to texture_converter\texture_library\GUI\CREATION\HybridUI\LoginScreen and your COH_LogInScreen_Background.texture" file should be there  
# Browse to texture_converter\texture_library\GUI\CREATION\HybridUI\LoginScreen and your COH_LogInScreen_Background.texture" file should be there  
# Create the library tree in your client executable folder \data\texture_library\GUI\CREATION\HybridUI\LoginScreen\ and paste the texture file there.
# Create the library tree in your client executable folder \data\texture_library\GUI\CREATION\HybridUI\LoginScreen\ and paste the texture file there.
# Launch your client to see your screen!
# Launch your client to see your screen!

Revision as of 08:42, 11 July 2019

Personal Custom Login Screen

This tutorial explans how to create your own login screen for City of Heroes that will override the image supplied by the server.

Software Needed:

Steps:

  1. Install Perl
  2. Extract the texture tool zip file to a suitable directory i.e. "C:\texture_converter"
  3. Create an image file of any major type (jpg, bmp, png, dds).
    The image MUST be 1024 pixels by 1024 pixels, but only 1024 by 768 is displayed.
  4. Save image in the texture_converter\texture_sources\GUI\CREATION\HybridUI\LoginScreen named "COH_LogInScreen_Background.png" (or whatever file type)
  5. In the same directory create a file called "textinfo.txt" which has the following contents:
    COH_LogInScreen_Background.png -rbg -nomips 1024x768
  6. Run the texture_converter.pl script
    C:\> perl texture_converter.pl
  7. If you get an error similar to "sleep(2147450879) too large at texture_converter.pl line 13." that's okay.
  8. Browse to texture_converter\texture_library\GUI\CREATION\HybridUI\LoginScreen and your COH_LogInScreen_Background.texture" file should be there
  9. Create the library tree in your client executable folder \data\texture_library\GUI\CREATION\HybridUI\LoginScreen\ and paste the texture file there.
  10. Launch your client to see your screen!