Digital Paint Discussion Board
Development => Mapping => Topic started by: IronFist on March 13, 2004, 01:24:48 PM
-
Post removed
-
Post removed
-
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
-
Post removed
-
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..
-
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
-
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 \\.