Author Topic: FreeSpace1. Does anybody have an exper. with the D3D registry hacks?  (Read 6963 times)

0 Members and 1 Guest are viewing this topic.

Offline Magneto

  • 23
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Hi,
I'm looking for some help with creating the registry entries for Direct3D in FreeSpace1. I'm not exactly sure how the entries need to be listed, and I can't seem to find any examples to show me how to go about this.

"All of them are stored in the root of: HKEY_LOCAL_MACHINE/Software/Volition/FreeSpace. The "else" setting is what happens if that variable doesn’t exist or is set to an undefined value (e.g. "2" if only "0" and "1" are defined).

VideoCard String
Selects which renderer gets used
- "3Dfx Glide": Uses 3Dfx Glide if available
- "Direct3D":; (default) Uses Direct3D
- "No acceleration": Uses Software (default)

D3DUseExecuteBuffers DWORD
- 0: code uses DrawPrim commands (default)
- 1: code uses Execute buffers
- else: same as 0

D3DTextureOrigin DWORD
Changes the way texture coordinates are mapped. This mostly affects text and explosions.
- 0: assumes center of texel is lowest value for uv
- 1: assumes uvs go from 0.0 to 1.0

D3DLineOffset DWORD
Changes the coordinates used to draw a 1-pixel long line.
- 0: one way
- 1: some other way
- else: autodetect at startup (default)

D3DPreloadTextures DWORD
- 0: never tries to upload textures into VRAM during level load
- 1: always tries to upload as many textures as it can into VRAM during level load
- else: preloads as much as it can on cards with 6MB or more of texture space

D3DTextureDivider DWORD
Sets the rendering routines based on amount of texture RAM:
- 0: autodetect as below
- 1: optimize for > 16 MB
- 2: optimize for > 8 MB
- 3: optimize for > 4 MB
- 4: optimize for <= 4 MB
- else: same as 4

D3DUseLargeTextures DWORD
- 0: use 256 as max textures size (default)
- else: max size the card can use as the max

By default you can see that Direct3D bashes all textures down by a factor of 4 in each dimension and then if they are still larger than 256 in either dimension, it bashes them down to 256. So if you have an AGP card with lots of VRAM you can make your textures look much nicer by tweaking D3DTextureDivider and D3DUseLargeTextures."

If anybody could help me with this, it would make my day..
Thanks!
Mag...



 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Okay. You open regedit. Then you go to HKEY_LOCAL_MACHINE/Software/Volition/FreeSpace through the tree system on the left. Then you'll have a window with a few values on the right.

In the right window, right click into empty space. Find DWORD value underneath 'new' and click it.

 

You'll get a new entry, and it'll be called 'New Value #1'. Replace that with D3DTextureDivider.

 

Now right-click the D3DTextureDivider entry and pick Modify. You'll get this...

 

Change the value to 1 (or whatever the guide indicates). Then you'll get this.

 

The registry entry is now intact and you're done   Happy hunting!
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

  

Offline Magneto

  • 23
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Setekh,

  I really appreciate you taking the time to help me like this, and to even provide pictures has helped me more than you could know.  I'm going to try a few adjustments here in a few minutes, but I thank you!

p.s. Nice to know that there are people like you that are willing to help.
Mag...

 

Offline Vertigo1

  • 'Scaper
  • 28
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
This should be interesting.  

------------------
"You know you've played Freespace too much when you're driving along trying to use countermeasures to shake off pursuing highway police." - Top Gun

Material Defender Studios
Gargoyles, Season 1.  Buy it, or DIE! :)

"Professor! This ship is capable of traveling 90 percent the speed of light! Why are we only doing 35 miles an hour!" - Leela
"Because we're in a hurry!" - Professor

"from a purely stastical standpoint japanese men DO have smaller penii on average" - Kazan

 

Offline Kitsune

  • 27
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
There's more people that would help, but you asked for someone who knew what they were doing.

I don't touch the regestry unless something nasty's been installed accidently.

Love to help, but I don't have a clue how to.
Well, now I do...

------------------
~Space Kitsuné
Creator of the Anthro FS2 Campaign.
Help!
~Space Kitsuné
6-Tailed RPG Nut.

"Why the hell don't we have any missles on this damn boat?!"
"But Sir, we have Tempests, Rockeyes, and unknown bombs."
"Like I said ensign, 'Why don't we have any missles on this damn boat?!"

"I went to a fight last night and a hockey game broke out."  -Groucho Marx

 

Offline Magneto

  • 23
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Not only did the registry entries improve my graphics in the game, but they also cured the disappearing stars problem that I was having with my GeForce2GTS64.

 It's a whole new ballgame now!
Thanks guys!
Mag...

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
 
Quote
Originally posted by Magneto:
Setekh,

  I really appreciate you taking the time to help me like this, and to even provide pictures has helped me more than you could know.  I'm going to try a few adjustments here in a few minutes, but I thank you!

p.s. Nice to know that there are people like you that are willing to help.
Mag...

Hey, happy I can help. One thing that really bites is when communities just smack you around for not knowing a few things. This is a place for learning   Who knows, many other people will probably be able to learn from this same guide too.

Glad it fixed your problems! And you should have a good time with that GTS if yours  
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline Raven2001

  • Machina Terra Reborn
  • 211
  • Im not the droid your looking for, move along
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Where can I get RegEdit???
Yeah, I know you were waiting for a very nice sig, in which I was quoting some very famous scientist or philosopher... guess what?!? I wont indulge you...

Why, you ask? What, do I look like a Shivan to you?!?


Raven is a god.

 

Offline Nico

  • Venom
    Parlez-vous Model Magician?
  • 212
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
 
Quote
Originally posted by Raven2001:
Where can I get RegEdit???

hem, open the windows "start" rollbar, choose "execute", and type "regedit", then push "enter", et voila !

SCREW CANON!

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Yep, it ships with Windows  
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline Vertigo1

  • 'Scaper
  • 28
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
I'm suprised MS hasn't tried to sell a "RegEdit Pro" or something.  

------------------
"You know you've played Freespace too much when you're driving along trying to use countermeasures to shake off pursuing highway police." - Top Gun

Material Defender Studios
Gargoyles, Season 1.  Buy it, or DIE! :)

"Professor! This ship is capable of traveling 90 percent the speed of light! Why are we only doing 35 miles an hour!" - Leela
"Because we're in a hurry!" - Professor

"from a purely stastical standpoint japanese men DO have smaller penii on average" - Kazan

 

Offline Nico

  • Venom
    Parlez-vous Model Magician?
  • 212
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
 
Quote
Originally posted by MD-2389:
I'm suprised MS hasn't tried to sell a "RegEdit Pro" or something.  


that's a marketing mistake   they already put everything useful in it. Now to add a spell checker  

SCREW CANON!

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
 
Quote
Originally posted by venom2506:
that's a marketing mistake   they already put everything useful in it. Now to add a spell checker  

He's right, you know - though I think Regedit XP will be out soon, with a shiny new interface that has fading menus, cool icons, and of course, required system resources high enough to put a hole in your pocket the size of an Ursa.

 
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline Sandwich

  • Got Screen?
  • 213
    • Minecraft
    • Skype
    • Steam
    • Twitter
    • Brainzipper
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
 
Quote
Originally posted by Setekh:
He's right, you know - though I think Regedit XP will be out soon, with a shiny new interface that has fading menus, cool icons, and of course, required system resources high enough to put a hole in your pocket the size of an Ursa.

 


Windows XP looks like it was designed by the same person who does Fisher-Price toys.  


------------------
America, stand assured that Israel truly understands what you are going through.

"He who laughs last thinks slowest."
"Just becase you're paranoid doesn't mean they're not out to get you."
"To err is human; to really screw up you need a computer."
Creator of the Sandvich Bar, the CapShip Turret Upgrade, the Complete FS2 Ship List and the System Backgrounds List (all available from the site)
SERIOUSLY...! | {The Sandvich Bar} - Rhino-FS2 Tutorial | CapShip Turret Upgrade | The Complete FS2 Ship List | System Background Package

"...The quintessential quality of our age is that of dreams coming true. Just think of it. For centuries we have dreamt of flying; recently we made that come true: we have always hankered for speed; now we have speeds greater than we can stand: we wanted to speak to far parts of the Earth; we can: we wanted to explore the sea bottom; we have: and so  on, and so on: and, too, we wanted the power to smash our enemies utterly; we have it. If we had truly wanted peace, we should have had that as well. But true peace has never been one of the genuine dreams - we have got little further than preaching against war in order to appease our consciences. The truly wishful dreams, the many-minded dreams are now irresistible - they become facts." - 'The Outward Urge' by John Wyndham

"The very essence of tolerance rests on the fact that we have to be intolerant of intolerance. Stretching right back to Kant, through the Frankfurt School and up to today, liberalism means that we can do anything we like as long as we don't hurt others. This means that if we are tolerant of others' intolerance - especially when that intolerance is a call for genocide - then all we are doing is allowing that intolerance to flourish, and allowing the violence that will spring from that intolerance to continue unabated." - Bren Carlill

 

Offline Vertigo1

  • 'Scaper
  • 28
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
 
Quote
Originally posted by sandwich:

Windows XP looks like it was designed by the same person who does Fisher-Price toys.  


Yeah...don't get me started on WPA though....

------------------
"You know you've played Freespace too much when you're driving along trying to use countermeasures to shake off pursuing highway police." - Top Gun

Material Defender Studios
Gargoyles, Season 1.  Buy it, or DIE! :)

"Professor! This ship is capable of traveling 90 percent the speed of light! Why are we only doing 35 miles an hour!" - Leela
"Because we're in a hurry!" - Professor

"from a purely stastical standpoint japanese men DO have smaller penii on average" - Kazan

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Thank goodness we can skin the sucker...

 www.stardock.com
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
Windows Xtremely Porky  

------------------
Is it a bird?
Is it a plane?
NO!!! Its a Hyperkinetic Rabbity thing!!!
What does Kazan use for birth control?
His personality!

- Ace

 

Offline aldo_14

  • Gunnery Control
  • 213
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
BTW, does this Regedit thing affect the speed of the game?

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
I'm quite sure. I never recorded anything or observed much slowdown, but seeing as it's meant to be using more system resources - but then again, it's basically optimising it to use more video ram - I'm not sure, maybe someone should benchmark it.  
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline Vertigo1

  • 'Scaper
  • 28
FreeSpace1. Does anybody have an exper. with the D3D registry hacks?
I'll try and do a "benchmark" this weekend.  Is there a way to get the frametime in FS1 and FS2?

------------------
"You know you've played Freespace too much when you're driving along trying to use countermeasures to shake off pursuing highway police." - Top Gun

Material Defender Studios
Gargoyles, Season 1.  Buy it, or DIE! :)

"Professor! This ship is capable of traveling 90 percent the speed of light! Why are we only doing 35 miles an hour!" - Leela
"Because we're in a hurry!" - Professor

"from a purely stastical standpoint japanese men DO have smaller penii on average" - Kazan