Register    Calendar    Members    ST Team    Forum Search    FAQ    Portal    Overview

Silgrad.com The Gallery Books & Stories Download the Silgrad Tower mod Chat Broad silgrad.com search Forum Portal Frequently Asked Questions Maps of our Lands
Silgrad Tower: Oblivion » Beyond Cyrodiil » Skyrim for Oblivion » Skyrim Visual Development » Sieg's Stuff » Hello You
Last Post | First Unread Post Print Page | Recommend to a Friend | Add Thread to Favorites
This is an archived forum. Post Reply
Go to the bottom of this page Sieg's Stuff
Author
Post « Previous Thread | Next Thread »
Siegfried
Archduke


images/avatars/avatar-3174.jpg

Registration Date: 07.03.2006
Posts: 2,598
Location: With Your Mom...

Sieg's Stuff Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

I'll use this thread to post updates of any trees I create (might us it for other things too down the road).

This first attachment is just four knotted pine trees, currently they use vanilla leaves and bark as place holders, and their billboards are also invisible place holders. If anyone could create some new textures for them I would appreciate it. Also I'll be happy to make any needed tweaks to the models for people.

That's all for now I think.

Attachment:
7zTreeData.rar
01.07.2008 21:06 Siegfried is offline Search for Posts by Siegfried Add Siegfried to your Buddy List
Alasdair
Jarl of Skyrim


images/avatars/avatar-2926.gif

Registration Date: 29.08.2006
Posts: 1,169
Location: Somerset, England

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

I'll make some billboards with my copy of speedtree - it's the only thing I can do with it. =)
02.07.2008 04:36 Alasdair is offline Send an Email to Alasdair Search for Posts by Alasdair Add Alasdair to your Buddy List View the MSN Profile for Alasdair
Siegfried
Archduke


images/avatars/avatar-3174.jpg

Registration Date: 07.03.2006
Posts: 2,598
Location: With Your Mom...

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

Finally got around to packaging Jarrod's Bloodmoon Texture Replacer. All files have been renamed and scaled to a 512x512 resolution. I didn't however generated normal maps, because I don't have access to a program capable of that, so someone else will have to tackle that task.

Download

Within are two folders, one is of landscape textures. I've tweaked the colors (snow in particular), so they shouldn't make your eyes scramble in your head when viewed with the HDR one. The landscape textures should all be in good shape to go straight to the game (after _n maps are made), but if there are some you want to weed out Alasdair, then go ahead. The other folder 'texture resources' is for modders to use and tweak as they please.

Jarrod has given all permission for use of his textures, only thing is we need to credit him in the readme.
17.07.2008 04:01 Siegfried is offline Search for Posts by Siegfried Add Siegfried to your Buddy List
Alasdair
Jarl of Skyrim


images/avatars/avatar-2926.gif

Registration Date: 29.08.2006
Posts: 1,169
Location: Somerset, England

Reply to this Post Post Reply with Quote Edit/Delete Posts Report Post to a Moderator       Go to the top of this page

I got them in game and they all look great. Good job! The only ones I skipped were the semi transparent ones; I don't think they would work as land textures.

I generated all the normal maps using this gimp script, maybe somebody else will find it useful. It can be executed from Xtns -> Script-Fu -> Script-Fu Console and entering: (generate-normalmaps "path/to/files/*.dds"). It needs to be saved in the gimp scripts directory with a .scm extension.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
;;; Requires GIMP 2.4+ and the latest version of the normalmap and dds plugins.

(define (generate-normalmaps pattern)
  (let* ((filelist (cadr (file-glob pattern 1))))
    (while (not (null? filelist))
	   (let* ((filename (car filelist))
		  (save_filename (string-append (substring filename 0 (- (string-length filename) 4))
						"_n.dds"))
		  (image (car (gimp-file-load RUN-NONINTERACTIVE
					      filename filename)))
		  (drawable (car (gimp-image-get-active-layer image))))
	     (plug-in-normalmap RUN-NONINTERACTIVE
				image
				drawable
				8 ;9x9 filter
				0.0 ;Min Z
				6.0 ;scale
				1 ;wrap
				0 ;Height source = Average RGB
				1 ;Alpha channel = Height
				0 ;no conversion
				0 ;no DU/DV map
				0 ;xinvert
				0 ;yinvert
				0 ;swapRGB
				0.0 ;contrast
				drawable) ;no idea what this is for
	     (file-dds-save RUN-NONINTERACTIVE
			    image
			    drawable
			    save_filename
			    save_filename 
			    2 ;DXT3
			    1 ;generate mipmaps
			    0 ;save selected layer
			    0 ;default pixel format
			    -1 ;disable transparent-index
			    0 ;default color selection algorithm
			    0 ;no dither
			    0)) ;default mipmap filter
	   (set! filelist (cdr filelist)))))
17.07.2008 18:07 Alasdair is offline Send an Email to Alasdair Search for Posts by Alasdair Add Alasdair to your Buddy List View the MSN Profile for Alasdair
Tree Structure | Board Structure
This is an archived forum. Post Reply
Silgrad Tower: Oblivion » Beyond Cyrodiil » Skyrim for Oblivion » Skyrim Visual Development » Sieg's Stuff

This is an archived forum section of Silgrad Tower Forum.