Digital Paint Discussion Board

Development => Mapping => Topic started by: IronFist on March 13, 2004, 01:24:48 PM

Title: _
Post by: IronFist on March 13, 2004, 01:24:48 PM
Post removed
Title: _
Post by: IronFist on March 14, 2004, 07:33:25 AM
Post removed
Title: Re: Can't save my silly TGA w/ changes in paint sh
Post by: Anrkist on March 14, 2004, 09:30:58 AM
I think you should use a real gfx editor.. but whatever.. heres the wal files for PS and PSP

http://www.fileplanet.com/dl.aspx?jitspoe/walplugin.zip -check www.planetquake.com/jitspoe for more stuff
Title: _
Post by: IronFist on March 14, 2004, 12:09:19 PM
Post removed
Title: Re: Can't save my silly TGA w/ changes in paint sh
Post by: Anrkist on March 14, 2004, 02:25:17 PM
erm no, your confused with Adobe Photoshop =] I havent used PSP in years.. but most people use Photoshop for graphics editing, youll find once you learn it how powerful it can be..
Title: Re: Can't save my silly TGA w/ changes in paint sh
Post by: Anrkist on March 14, 2004, 06:02:45 PM
I found something that you can look at.. tell me what ya think about Photoshop =]

http://www.purephotoshop.com/article/33

Granted the artwork is dark.. but it does a good job of showing its power
Title: Re: Can't save my silly TGA w/ changes in paint sh
Post by: jitspoe on March 14, 2004, 10:38:29 PM
Quote
Something else I just noticed...maybe a bug!

in my func_model:
"skin"      "models\weapons\g_68carbine\skin.jpg"
"model"      "models\Xweapons\Xg_68carbine\Xtris.md2"

as you can see, "Model" is a bad path. I had to insert the x's there because for some reason it is ignoring the first letter in the path after \models\.
Gave me an error like "...model: can't find models\eapons\_68carbine\ris.md2"

That's not a bug. \'s are escape codes (such as \n for a newline, \t for tab, \" for a quote, etc).  You should really avoid using them, but microsoft is retarded and used \'s for their stuff instead of /'s like it should have been done (as in unix and web page url's).  Either use / or \\.