View Single Post
  #25  
Unread 03-05-2005, 04:35 AM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

Quote:
Originally Posted by ger
. o O ( Why do I feel like I should be writing patch notes for SOE after that last post? )

Forgot to mention, if you don't see it in the list of changes, I probably forgot about it. So if I did miss any fixes (wasn't there some weird slider that let you set values below what it'd accept?) let me know and I'll add them to the new version. C# is so much easier to make these sorts of changes in, I really wish I'd written this thing in it from the start.

Very, Very Nice thanks so much.

"Bug:
Setting the Clip plane slider to minimum sets o_max_farplane=119.999985 however using o_max_farplane=119.999985 as a command doesn't do anything. It needs to be rounded to at least 120 for it to work.
"

Highbrand mentioned the above issue. The game writes the value 119.999985 if you move the slider all the way down. 120 is the minimal value that works.
So that one needs to be set to 120 minimal. Rather than dealing with rounding up. You can probably just include an if statement that sets it to 120 if it's below 120. Whatever is easiest.
I can't wait to try this one.

Thanks again.

What program are you using to write the code?
I had some C++ Prorgam to write code with ages ago, but can't even remember the name. It was a long time ago. It was fun. I'm going to have to get back into that.