D2X-W32: Fixed slow keyboard pitch/bank, added 1600x1200 res
- Sapphire Wolf
- DBB Admiral
- Posts: 1463
- Joined: Mon Nov 24, 2003 3:01 am
- Location: Nope.avi , gender: male
- Contact:
I want to thank you. You've done an excellent job on D2x.
-----
Now for the bad news...
1. Weird...the 1600x1200 actually changes the resolution to 1280x960.
2. The bank keys (w, bank left; r, bank right) are still slow.
As for the cube render error I mentioned...that vanished. I did clear out / add command lines from my d2x.ini file earlier:
-----
Now for the bad news...
1. Weird...the 1600x1200 actually changes the resolution to 1280x960.
2. The bank keys (w, bank left; r, bank right) are still slow.
As for the cube render error I mentioned...that vanished. I did clear out / add command lines from my d2x.ini file earlier:
d2x.ini wrote:-automap1600x1200
-cockpit 3
-fps
-fullscreen
-gl_16bittextures
-gl_alttexmerge
-gl_reticle 0
-gl_stdtexmerge
-hud 0
-ini d2x.ini
-maxfps 30.0
-missiondir missions
-pingstats
-playermessages
-pps 9
-msgcolorlevel 3
-nomusic
-nojoystick
-notitles
-nocdrom
-nofades
-noredundancy
-shortpackets
-sound22k
-subtitles
-tmap fp
-legacyinput
-legacymouse
-legacyrender
Rendering errors
-legacyrender was the problem. It switches back to D2's original rendering code and hidden surface detection, which does not work well for complicated level structures.
Generally, you should disable all -legacysomething switches. They all disable advanced features I have built into D2X-W32, reverting to original D2/D2X 0.2.6 style features, and are mainly meant for debugging. My recommended d2x.ini settings are as follows:
I will look into the screen res issue.
Pitch/Bank w/ Keyboard
I am using some num pad keys for pitch/bank, and have no problems with them now. Pitch/bank work fine on my machine (about 2 secs for a full loop/roll, no slow-mo).
-legacyrender was the problem. It switches back to D2's original rendering code and hidden surface detection, which does not work well for complicated level structures.
Generally, you should disable all -legacysomething switches. They all disable advanced features I have built into D2X-W32, reverting to original D2/D2X 0.2.6 style features, and are mainly meant for debugging. My recommended d2x.ini settings are as follows:
Screen Resd2x.ini wrote:-fullscreen
-sound22k
-nocdrom
-gl_trilinear
-gl_alttexmerge
-playermessages
-noredundancy
-grabmouse
-player <add your personal player profile here>
-nomovies
-gl_reticle 1
I will look into the screen res issue.
Pitch/Bank w/ Keyboard
I am using some num pad keys for pitch/bank, and have no problems with them now. Pitch/bank work fine on my machine (about 2 secs for a full loop/roll, no slow-mo).