Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Shrike on November 16, 2001, 06:44:00 pm

Title: Sunnuva..... that's a big texture.
Post by: Shrike on November 16, 2001, 06:44:00 pm
Ever looked at science01-01a.pcx?  The texture for the Faust weights in at a single massive 512 x 1553 pixel monstrosity.

Ouch.  What's that hack to get over 256x256 pixel textures again?
Title: Sunnuva..... that's a big texture.
Post by: LAW ENFORCER on November 16, 2001, 06:46:00 pm
no. Sorry.

ever gone to my site?

------------------
I can try and make an entire TC myslef.
GRDLA, TSC, SSPF, Bandits, Aliens - ah pants!
 www.ARMOUREDSTAR.com ("http://www.ARMOUREDSTAR.com")
Title: Sunnuva..... that's a big texture.
Post by: Shrike on November 16, 2001, 06:48:00 pm
Yeah, your pictures are broken.
Title: Sunnuva..... that's a big texture.
Post by: LAW ENFORCER on November 16, 2001, 06:51:00 pm
well they work here... (it took a while to d/l them though)
Title: Sunnuva..... that's a big texture.
Post by: Taristin on November 16, 2001, 09:03:00 pm
And I make topics go OT?  (http://dynamic.gamespy.com/~freespace/ubb/noncgi/rolleyes.gif)
Title: Sunnuva..... that's a big texture.
Post by: LAW ENFORCER on November 16, 2001, 09:05:00 pm
Ah...
Title: Sunnuva..... that's a big texture.
Post by: Bobboau on November 17, 2001, 02:28:00 am
simple you download and install TBP

------------------
Bobboau, bringing you products that work.............. in theory
Title: Sunnuva..... that's a big texture.
Post by: Setekh on November 17, 2001, 02:37:00 am
 http://www.descent-freespace.com/ddn/kb/registry ("http://www.descent-freespace.com/ddn/kb/registry")
Title: Sunnuva..... that's a big texture.
Post by: aldo_14 on November 17, 2001, 07:37:00 am
 
Quote
Originally posted by Shrike:
Ever looked at science01-01a.pcx?  The texture for the Faust weights in at a single massive 512 x 1553 pixel monstrosity.

Ouch.  What's that hack to get over 256x256 pixel textures again?


Yeah...well the Lucifer's 1452x1024 and the Athenas 1024x889 in FS1.... there are some HUGE textures ther - just open up VPView and sort by size  (http://dynamic.gamespy.com/~freespace/ubb/noncgi/smile.gif)
Title: Sunnuva..... that's a big texture.
Post by: Eth on November 17, 2001, 12:27:00 pm
Create 2 files to make switching back and forth easier  (http://dynamic.gamespy.com/~freespace/ubb/noncgi/wink.gif)

filename: BigFs2Textures.reg
Code: [Select]
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Volition\FreeSpace2]
"D3DUseLargeTextures"=dword:00000001
"D3DTextureDivider"=dword:00000001

filename: SmallFs2Textures.reg
Code: [Select]
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Volition\FreeSpace2]
"D3DUseLargeTextures"=dword:00000000
"D3DTextureDivider"=dword:00000000

Then simply click on the files to set your registry for the mode you want  (http://dynamic.gamespy.com/~freespace/ubb/noncgi/wink.gif)

* Dodges the lurker guns and escapes back into the ether *