User:TheBestFlash: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


[http://www.freewebs.com/flashsjunk/index.htm My Mapping/Texture Tutorials]
[http://www.freewebs.com/flashsjunk/index.htm My Mapping/Texture Tutorials]
:[[Lighting Tutorial]http://www.freewebs.com/flashsjunk/lightingtutorial.htm]
:[http://www.freewebs.com/flashsjunk/lightingtutorial.htm Lighting Tutorial]
:[[SSBump Creation Tutorial]http://www.freewebs.com/flashsjunk/ssbumping.htm]
:[http://www.freewebs.com/flashsjunk/ssbumping.htm SSBump Creation Tutorial]
:[[Texture Effects Tutorial]http://www.twhl.co.za/tutorial.php?id=156]
:[http://www.twhl.co.za/tutorial.php?id=156 Texture Effects Tutorial]


[[TWHL Mapping Tutorials]http://www.twhl.co.za/tutorial.php]
[http://www.twhl.co.za/tutorial.php TWHL Mapping Tutorials]


And, of course, this website: http://developer.valvesoftware.com
And, of course, this website: http://developer.valvesoftware.com
Line 20: Line 20:
Since I am working towards a Computer Science major, it is no surprise that I am capable of creating programs. Below is a link to a program that I have created.
Since I am working towards a Computer Science major, it is no surprise that I am capable of creating programs. Below is a link to a program that I have created.


[[SSBump Generation Tools]http://files.filefront.com/SSBump+Generation+Tools/;12896888;/fileinfo.html]
[http://files.filefront.com/SSBump+Generation+Tools/;12896888;/fileinfo.html SSBump Generation Tools]
:There are two programs in this zip folder. The SSbump_generator.exe will take normal map TGA files and convert them into the new SSBump TGA file format, and if a height map is provided it can estimate occlusion. More info on how to use the program can be found [[here]http://www.freewebs.com/flashsjunk/ssbumping.htm].  
:There are two programs in this zip folder. The SSbump_generator.exe will take normal map TGA files and convert them into the new SSBump TGA file format, and if a height map is provided it can estimate occlusion. More info on how to use the program can be found [[here]http://www.freewebs.com/flashsjunk/ssbumping.htm].  


Here are some links to other programs (Not created by me) that I have found useful.
Here are some links to other programs (Not created by me) that I have found useful.
[[Paint.NET]http://www.getpaint.net/]
[http://www.getpaint.net/ Paint.NET]
:A free image editing program with a lot of good features.
:A free image editing program with a lot of good features.
[[GIMP]http://www.gimp.org/]
[http://www.gimp.org/ GIMP]
:Another useful image editing program. (This is particularly useful for editing the alpha channel of TGA files. I use it with Paint.NET)
:Another useful image editing program. (This is particularly useful for editing the alpha channel of TGA files. I use it with Paint.NET)
[[Nem's Tools]http://nemesis.thewavelength.net/index.php?p=1]
[http://nemesis.thewavelength.net/index.php?p=1 Nem's Tools]
:A bunch of very useful tools. VTFedit is especially useful for creating VTF and VMT files from TGA files.
:A bunch of very useful tools. VTFedit is especially useful for creating VTF and VMT files from TGA files.
[[Insane Bump]http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=169973&sid=feb89ad8a8662b872abd9d8a8f32edf0]
[http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=169973&sid=feb89ad8a8662b872abd9d8a8f32edf0 Insane Bump]
:A very nice, free Normal Map creation addon for GIMP.
:A very nice, free Normal Map creation addon for GIMP.
[[CGTextures.com]http://www.cgtextures.com/]
[http://www.cgtextures.com/ CGTextures.com]
:A free image site. Useful for making textures.
:A free image site. Useful for making textures.


Line 39: Line 39:
Below are some links to textures that I have created. There are around 200 in all (including displacement blend textures). These are free for use in any noncommercial project. This is due to the fact that most of the original pictures came from [[CGTextures.com]http://www.cgtextures.com/] and were not taken by me. I only modified the images and converted them to VTF files.
Below are some links to textures that I have created. There are around 200 in all (including displacement blend textures). These are free for use in any noncommercial project. This is due to the fact that most of the original pictures came from [[CGTextures.com]http://www.cgtextures.com/] and were not taken by me. I only modified the images and converted them to VTF files.


[[Mapping Textures v1.0]http://files.filefront.com/CSS+Various+Materials+V1/;8563362;/fileinfo.html]
[http://files.filefront.com/CSS+Various+Materials+V1/;8563362;/fileinfo.html Mapping Textures v1.0]
[[Mapping Textures v1.0 Addon]http://files.filefront.com/CSS+Materials+v10+Addon+1/;8908889;/fileinfo.html]
[http://files.filefront.com/CSS+Materials+v10+Addon+1/;8908889;/fileinfo.html Mapping Textures v1.0 Addon]
[[House Material Pack v1.0]http://files.filefront.com/Valve+House+Material+Pack+V1/;8524705;/fileinfo.html]
[http://files.filefront.com/Valve+House+Material+Pack+V1/;8524705;/fileinfo.html House Material Pack v1.0]

Revision as of 16:14, 18 January 2009

I am an undergraduate college student working towards a Computer Science major in the United States, and game development is a hobby of mine.


Tutorials

Over the past couple of years that I have been mapping, creating textures, and modding on the Source Engine I have had to explore many websites in order to learn how to map, mod, and texture. Below are links to either tutorials that I created, or websites that I have found useful.

My Mapping/Texture Tutorials

Lighting Tutorial
SSBump Creation Tutorial
Texture Effects Tutorial

TWHL Mapping Tutorials

And, of course, this website: http://developer.valvesoftware.com


Programs

Since I am working towards a Computer Science major, it is no surprise that I am capable of creating programs. Below is a link to a program that I have created.

SSBump Generation Tools

There are two programs in this zip folder. The SSbump_generator.exe will take normal map TGA files and convert them into the new SSBump TGA file format, and if a height map is provided it can estimate occlusion. More info on how to use the program can be found [[here]http://www.freewebs.com/flashsjunk/ssbumping.htm].

Here are some links to other programs (Not created by me) that I have found useful. Paint.NET

A free image editing program with a lot of good features.

GIMP

Another useful image editing program. (This is particularly useful for editing the alpha channel of TGA files. I use it with Paint.NET)

Nem's Tools

A bunch of very useful tools. VTFedit is especially useful for creating VTF and VMT files from TGA files.

Insane Bump

A very nice, free Normal Map creation addon for GIMP.

CGTextures.com

A free image site. Useful for making textures.


Files

Below are some links to textures that I have created. There are around 200 in all (including displacement blend textures). These are free for use in any noncommercial project. This is due to the fact that most of the original pictures came from [[CGTextures.com]http://www.cgtextures.com/] and were not taken by me. I only modified the images and converted them to VTF files.

Mapping Textures v1.0 Mapping Textures v1.0 Addon House Material Pack v1.0