Pyramid-Head Posted May 5, 2003 Share Posted May 5, 2003 I read another post about custom textures which says. To make your own custom textures just make a folder in the textures folder named after your map. Put your textures inside then load it up in radiant. I did this and it worked like a charm, I was able tos ee my textures and use them in my map, (I was able to see them on the brushes I made). But when I started the map with them on. They just appeared as grey blocks with white lines (unknown texture:( ) can anyone tell me what to do to get my own textures in the game?! Thanks! Link to comment Share on other sites More sharing options...
Obsidian-Jovani Posted May 5, 2003 Share Posted May 5, 2003 If your map is MP do this: +set sv_pure 0 +devmap yourmapname If you map is SP do this: +devmap yourmapname This should let your textures show up in the game while you are testing it out. Link to comment Share on other sites More sharing options...
Leslie Judge Posted May 5, 2003 Share Posted May 5, 2003 Maybe you should mentione where to use those. These can be used in a Command Prompt window or in a Shortcut as paramteres for the game executable. It is enough if you start the MP game, and then in the console you enter "sv_pure 0" without the quotes of course. Then you can load up your map and the textures will be there. An other way (which is good if you don't alter your textures often) to pack the textures up into a pk3 as you would when your map will be finished. This way you don't have to enter that command every time before you load up the map. Link to comment Share on other sites More sharing options...
Obsidian-Jovani Posted May 5, 2003 Share Posted May 5, 2003 What I do is create a simple batch file and place it in the GameData folder. To do this simple open up Notepad and type this line depending on if it's MP or SP: jk2mp.exe +set sv_pure 0 +devmap yourmapname OR jk2sp.exe +devmap yourmapname Then save it as yourmapname.bat Then create a shortcut on your desktop and everytime after you compile just double click this and the game loads up your map. Simple. Link to comment Share on other sites More sharing options...
Leslie Judge Posted May 5, 2003 Share Posted May 5, 2003 It is, if you know what to do. But here are lots of people who need extensive help and better write down the whole thing at once. I guess. Link to comment Share on other sites More sharing options...
Pyramid-Head Posted May 6, 2003 Author Share Posted May 6, 2003 So... I have to do the set_0 thingie. But If I have the map and textures packed nicely into to pk3 I won't have to? Thanks! Link to comment Share on other sites More sharing options...
Leslie Judge Posted May 6, 2003 Share Posted May 6, 2003 To be exact: for the map development it is enough if you pack up just the textures to avoid typing that sv_pure 0 thing always. Or do what Obsidian-Jovani does: use a batch file. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.