Gammah88 Posted May 21, 2015 Posted May 21, 2015 (edited) Anyone found out which folder/file has the logos from the logos you can choose in CAW? want to replace some with classic logos from the 80s and 90s. Edited May 21, 2015 by Gammah88 Quote
beastedot9 Posted May 21, 2015 Posted May 21, 2015 Edit/ wwelogo.pac How did you view them? I'm asking because I've been trying and all I get is a bunch of hex in visual studio and when I extract what's inside, it's a 0kb texture, Quote
kim666 Posted May 22, 2015 Posted May 22, 2015 Tekken's X-Packer and Keshire's WWE2K15 Pac Tool can open these files. Quote
tekken57 Posted May 22, 2015 Posted May 22, 2015 The textures are dds files with a custom header. You need to remove the first 136 bytes and save as dds files. Quote
Joe Mashups Posted May 23, 2015 Posted May 23, 2015 So can someone make a tutorial on how to add custom logos cause I really need that 1 Quote
KingOfQuestions Posted May 23, 2015 Posted May 23, 2015 I can confirm that you can open and edit the logo textures. All you need to do is open the 0000.pac file in hex and remove the first few bytes before dds. Then use extension changer to change it from pac to dds and you should be able to view the image However I don't know what setting to save the image with so that it won't crash in the game. These are the option in paint.net: Can someone who have edited dds files before help with that please?? Quote
HerFyre Posted May 23, 2015 Posted May 23, 2015 i never use paint.net but in photoshop this textures ussualy DXT1 no alpha and generate mip maps.. maybe u can try that Quote
KingOfQuestions Posted May 23, 2015 Posted May 23, 2015 i never use paint.net but in photoshop this textures ussualy DXT1 no alpha and generate mip maps.. maybe u can try that That didn't work Quote
beastedot9 Posted May 24, 2015 Posted May 24, 2015 i never use paint.net but in photoshop this textures ussualy DXT1 no alpha and generate mip maps.. maybe u can try that That didn't work Try with visual studio. Always overwrites with same settings. Quote
Gammah88 Posted May 30, 2015 Author Posted May 30, 2015 Hmm working on some logos but how do i reimport the DDS file with the BPE file in a PAC (looked for tutorials) Quote
kim666 Posted May 30, 2015 Posted May 30, 2015 Your dds file must have the same size (256,1 kb?) Open your dds file with a hexeditor and mark/copy the complete file Open the original 0000.pac file with a hexeditor and go to the offset that starts with DDS (look at KingOfQuestions pic) and paste your modded dds there. Now inject this 0000.pac file back into the wwelogo.pac 1 Quote
Sonia_Bayley Posted October 7, 2015 Posted October 7, 2015 How to open a DDS file with Visual Studio 2012? Quote
LordJustice17 Posted October 8, 2015 Posted October 8, 2015 All logos and menu items are DX10 DDS files (you can double check by opening as hex and seeing what it says after DDS). Visual Studio seems to be the only program that will open and save them properly without corrupting them. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.