MDL_Sas Posted July 3, 2002 Share Posted July 3, 2002 All I want to know IN english.. is how to add .jpg's as a texture and make them to be able to see after compiling.. Where I am At: I made a custom MDL Clan logo and added it to the only folder I could find that jk2 radiant pulls from.. which happens to be the c://program files/lucasarts/jk2/game/base/textures/skies/ folder. Now viewing my map in the 3d viewing area of jk2 radiant it shows my logo where I want it.. soon after I compile and run the map in jk2 i walk over to where my logo is and a white wall with a black circle in the middle of it is there insted.. and no its not the lighting.. If anyone can help me I would love to here it.. Link to comment Share on other sites More sharing options...
Derisor Posted July 3, 2002 Share Posted July 3, 2002 The game loads the system textures out of the pk3 files so it will ignore what is in the directories for textures/system. Create a new directory called "mymap" or whatever you would like, and add it to that directory. Make sure BOTH SIDES of the logo are a power of 2 in size (128pixels, 512, 32, 64, etc) then retexture the surface and fire it up. YOu will see a new item on the textures drop down menu for "mymap." Link to comment Share on other sites More sharing options...
RichDiesal Posted July 4, 2002 Share Posted July 4, 2002 Originally posted by Derisor The game loads the system textures out of the pk3 files so it will ignore what is in the directories for textures/system. Actually no... the game will load textures wherever it can find them... if you test your map in MP with custom textures, however, you will need to issue the console command "sv_pure 0" before you play. Multiplayer, by default, only will display textures in PK3s. Singleplayer does not have that limitation. If you want the texture to show in MP on other people's computers, just put it in the PK3 and it will show up just fine. But yes, you do need to put the texture in a custom directory. Link to comment Share on other sites More sharing options...
MDL_Sas Posted July 4, 2002 Author Share Posted July 4, 2002 Thnx Guys.. Link to comment Share on other sites More sharing options...
MDL_Sas Posted July 4, 2002 Author Share Posted July 4, 2002 question about the pk3 do i move a copy of the custome folder into the pk3 as another folder or do I just put the images in the maps folder? Link to comment Share on other sites More sharing options...
MDL_Sas Posted July 4, 2002 Author Share Posted July 4, 2002 was viewing another pk3 i knew had custom paints in it and found my own answer.. make folders in pk3: textures/customefolder Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.