Digital Paint Discussion Board

Development => Mapping => Topic started by: w3b5t3r on October 27, 2007, 12:51:55 PM

Title: New textures
Post by: w3b5t3r on October 27, 2007, 12:51:55 PM
Hello, how can I "say" to the client "The texture will go there, and you can take it here " ?

If you don't understand, how to do for create a file where the textures of my map will go ? Like for jump maps or ub_rooftop
Title: Re: New textures
Post by: Eiii on October 27, 2007, 03:53:41 PM
I'm not exactly sure what you mean, but you can create sub-directories in the main texture directory (textures, not textures/pball). So long as your BSP setup uses the same folder structure, you'll be fine.
Title: Re: New textures
Post by: w3b5t3r on October 28, 2007, 03:34:59 AM
It's I want, a sub-directory for my map, but the name is chosen random or I have to 'say' to BSP the name of the sub-directory ?
Title: Re: New textures
Post by: Eiii on October 28, 2007, 04:11:58 AM
I have no clue what you're talking about. Here, I'll explain how to use custom textures in a quick step-by-step:

1. Make sure you have a .JPG (or TGA) of your texture and a .WAL. The JPG's dimensions should be a power of 2. The WAL only exists to give BSP a texture name to use, it doesn't have to have anything in common with the texture except it's name.
2. Put the JPG in a folder in the textures directory of your pball directory. (e.g pball/textures/zomg) Then, put the WAL in a folder of the same name in the BSP textures directory (pball/textures/zomg).
3. In BSP, while editing your map, press L to load a texture directory. Choose your folder.
4. Now select the texture from the texture browser and apply it. Just make sure you package your custom textures with your map, and make sure they can be freely distributed.

Just to emphasize the point, you can't use textures that aren't GPL. Just don't do it, it'll cause a headache for quite a few people.
Title: Re: New textures
Post by: w3b5t3r on October 28, 2007, 04:29:14 AM
Ok, I understand, but how can I put a texture in a .WAL ? What is the program for ?

EDIT : How can I rotate a blok of 90° (repeat it, but turned )
Title: Re: New textures
Post by: Eiii on October 28, 2007, 04:41:41 AM
You can use wally, but you don't have to. Just copy another .wal and rename it to match your texture's name.

I assume by the second bit you're asking how to rotate a texture- to do that you have to select the face or brush you want to modify and then press S to bring up the surface properties window. Change the 'R' value to the rotation (in degrees) you want.
Title: Re: New textures
Post by: w3b5t3r on October 28, 2007, 05:06:13 AM
Hmmm, but there is just wally for create a .WAL texture ? (if jitspoe could awnser me, because he used a program for the .WAL textures of bsp)
Title: Re: New textures
Post by: Eiii on October 28, 2007, 05:15:32 AM
Yes, Wally is the program used to create .WAL textures. But again, it's not necessary.

EDIT: Here's the web site.
Title: Re: New textures
Post by: w3b5t3r on October 28, 2007, 05:27:49 AM
Yes, Wally is the program used to create .WAL textures. But again, it's not necessary.

EDIT: Here's the web site.

Where ?

EDIT : CAn we use prefabs with bsp ?
Title: Re: New textures
Post by: y00tz on October 28, 2007, 08:54:07 AM
HERE is the download link: http://files.filefront.com/This+is+wally+version+155b/;3632507;/fileinfo.html

Prefabs?

Title: Re: New textures
Post by: Apocalypse on October 28, 2007, 09:46:48 AM
Prefabricated objects y00tz.
Title: Re: New textures
Post by: w3b5t3r on October 28, 2007, 11:09:43 AM
Thank you for the link of wally, but what is the way to follow to create a .WAL texture ?
Title: Re: New textures
Post by: y00tz on October 28, 2007, 01:59:12 PM
Prefabricated objects y00tz.

I didn't know if he meant brushwork, textures, models, etc.
Title: Re: New textures
Post by: w3b5t3r on October 28, 2007, 02:23:15 PM
Thank you for the link of wally, but what is the way to follow to create a .WAL texture ?

Nobody ? I would like a tutorial for create .WAL textures if possible
Title: Re: New textures
Post by: Eiii on October 28, 2007, 02:30:37 PM
EDIT: Here's the web site.

Uh... whoops. Meant to make that a URL.
/me fail.

And again, the WALs have NOTHING TO DO WITH THE TEXTURE. They're just so BSP has something to point to.
Title: Re: New textures
Post by: w3b5t3r on October 29, 2007, 04:42:45 AM
Thank you

EDIT : And for the sounds, I put them in my sub-directory or in pball/sounds ?
Title: Re: New textures
Post by: XtremeBain on October 29, 2007, 12:00:43 PM
And for the sounds, I put them in my sub-directory or in pball/sounds ?

Correct :)
Title: Re: New textures
Post by: w3b5t3r on October 30, 2007, 05:02:18 AM
Correct :)

In which one ? the first ?

EDIT : How can I show a message when I go somewhere (ex: the message which say that it's the Last Level in DopJump)
Title: Re: New textures
Post by: y00tz on October 30, 2007, 08:40:00 AM
pball/sounds means the sound folder in pball, generally, a / indicates that the second directory is in the first.

To do a message, you would do:
With a "trigger_multiple" entity with a "message" key and a "wait" key.

That's from this topic right here: http://www.dplogin.com/forums/index.php?topic=7363.0;
Title: Re: New textures
Post by: w3b5t3r on October 30, 2007, 09:47:05 AM
pball/sounds means the sound folder in pball, generally, a / indicates that the second directory is in the first.

To do a message, you would do:
That's from this topic right here: http://www.dplogin.com/forums/index.php?topic=7363.0;

For the sound I understand I'm not stupid, but I meant, I put the sounds in pball/sounds, or in pball/sounds/[a subdirectory]
Title: Re: New textures
Post by: Zorchenhimer on October 30, 2007, 09:48:46 AM
Put them in a subdirectory.  That way it makes it less confusing.
Title: Re: New textures
Post by: w3b5t3r on October 30, 2007, 10:49:11 AM
Thank you
Title: Re: New textures
Post by: jitspoe on November 01, 2007, 02:13:40 PM
http://digitalpaint.planetquake.gamespy.com/testwiki1/pb2wiki.php?word=Creating+Custom+Textures