New Feature! (Don't miss it)

Amadeus

The Maestro
Staff member
In case you didn't read the recent patch notes, please take note of two new commands available to you via ISXEVE:

Code:
July 15, 2008
[ISXEVE-20080610.0567]
* Added new METHODS to the 'eve' datatype:
  1. Toggle3DDisplay
  2. ToggleUIDisplay
* Added new MEMBERS to the 'eve' datatype:
  1. Is3DDisplayOn           (bool type)
  2. IsUIDisplayOn           (bool type)
*** 
*** The "3D" display is everything on the outside of your ship, the "UI" display is everything else.  So, practically
*** speaking, turning off the "3D" display would be similar to flying a ship without windows.  You could still fly and
*** do everything needed, you just would not have the 'visual' representation of it.  Therefore, turning off the "3D"
*** display would be a great way to improve your FPS (especially in large battles!) without harming your ability to 
*** play the game.  Turning both the "3D" and the "UI" displays off leaves your window with only the InnerSpace console.
*** This would be useful for botting on weaker/older computers, shaving a LOT of fps off of a particular client
*** instance, etc.
***
*** Both the "3D" display and "UI" displays will revert to 'on' any time you dock or undock from a station.
***
And, for those that are new, the commands you would use in the console are:
Code:
EVE:Toggle3DDisplay
or
Code:
EVE:ToggleUIDisplay
 
Top Bottom