Page 1 of 1

DX 2 fps

PostPosted: Fri Jul 27, 07 4:50 pm
by rob
hey, does anyone know how to show your FPS on DX:IW?
________
Luigi villoresi

PostPosted: Sat Jul 28, 07 8:29 pm
by Dae
open dx2ui.ini, find [DebugMenu], replace all settings from that section with these:
Code: Select all
[DebugMenu]
Active=ACTIVE
Type=Menu
Placement_X=RIGHT
Placement_Y=BOTTOM
PauseGame=False
AutoSizeWidth=True
AutoSizeHeight=True
TextColor_A=24
Color_Normal_A=0
TextShadowColor_A=0
SelectedColor_A=48
UnselectedColor_A=24
Font=font8
MenuDefinitionFile=DX2Menu.ini
ListenForMouseClicks=True
InputLayerName=DebugMenu


should work, though I didn't try

PostPosted: Sat Jul 28, 07 10:23 pm
by rob
cheers dae, will try later.
________
Iolite Vaporizer Review

PostPosted: Wed Aug 08, 07 2:54 pm
by rob
doesnt work, it just makes the game crash on start up.
________
Health discussion

PostPosted: Wed Aug 08, 07 3:01 pm
by Dae
does it say anything?

and are you sure you replaced only [Debugmenu] section, not all the content?

PostPosted: Wed Aug 08, 07 7:58 pm
by Aidan
Here's a tip..

DON'T PLAY DEUS EX INVISIBLE WAR. IT'S A WASTE OF $7 AND DOES NOT COMPARE TO DEUS EX ONE. GO PLAY RUNESCAPE WITH MAGUS

Admin: don't spam.

PostPosted: Wed Aug 08, 07 8:05 pm
by ~[R2K]D-BLOCK~
)P(sHyCo)(K!//3R wrote:Here's a tip..

DON'T PLAY DEUS EX INVISIBLE WAR. IT'S A WASTE OF $7 AND DOES NOT COMPARE TO DEUS EX ONE. GO PLAY RUNESCAPE WITH MAGUS
Stay playing Deus Ex. Runescape for newbs. :D

Admin: don't spam.

PostPosted: Wed Aug 08, 07 8:52 pm
by Tonnochi
)P(sHyCo)(K!//3R wrote:Here's a tip..

DON'T PLAY DEUS EX INVISIBLE WAR. IT'S A WASTE OF $7 AND DOES NOT COMPARE TO DEUS EX ONE. GO PLAY RUNESCAPE WITH MAGUS


Bullshit. It's different. That's it.

Admin: don't spam.

PostPosted: Wed Aug 08, 07 9:35 pm
by rob
it does work, after all. however the menu isnt made very well :S, how do i work the debug menu, i cant seem to go back, for example you click on rendering, then it goes to the rendering menu, how would i go back to the parent menu...? or cant you.

PostPosted: Wed Aug 08, 07 10:13 pm
by Dae
that's right, you can't go backwards without loading a savegame once again

in article on PDX.ru we recommend to add this
Code: Select all
/ DX2 User Menu Configuration File
// "//" comments are acceptable; "/*" - "*/" comments are not.
// To add a submenu:
// [Submenu string text]
// {
// // submenu contents go here
// }
// To add a menu item that executes a console command:
// To add a "double menu item":
// Other guidelines:
// - Commands should always be in ALL CAPS.
// - Always indent using TABS.
// - You should separate commands menu text and the command with a COMMA and a SPACE.
[DX2 Debug Menu]
{
<'GOD PLAYER',GOD PLAYER>
<'INFINITEBIOENERGY', INFINITEBIOENERGY>
<'SETBIOMODSLEVEL 3', SETBIOMODSLEVEL 3>
<'INFINITEAMMO', INFINITEAMMO>
<'FULLMATTER', FULLMATTER>
<'OPENSESAME', OPENSESAME>
<'ALLWEAPONS', ALLWEAPONS>
<'NUKEALL(Kill Pawns)', NUKEALL>
}

to DX2menu.ini. That would add most used commands to the root of the console. But no real solution.