Another QOL feature⌠When right clicking in space to warp to bookmarks, if you right click on a hidden structure you cant get to your bookmarks, and since you cant see the model you are clikcing around trying to find open space to get access.
The quickest way to get around it is to zoom all the way out to make sure the hidden model is at its smallest.
YESYESYESYESYESYESYESYES, YES
On a not quite related thing with regards to making fleet fights with thousands of pilots better, whatâs the situation with the Aether Wars / Hadeon thing?
Or any fight on the sun.
Seriously, those things are really bright. This is most welcome!
Iâll brb, need a tissue.
Nope.
While it is possible from technical point of view, it would break EULA in the part of user input automatization (sending keystroke to an app, ugh - thatâs a very short road to the dark side).
So I wonât implement this as a feature unless explicitly allowed by CCP (which wonât happen for obvious reasons)
I canât put into words how amazing this is.
Primary goal of improving performance aside, this feature brings a great visual look to the client. Very clean, minimal, and task focused.
Feature request: Can we do colour schemes? Iâd like this look please
Ugh, what a terrible way to play the game. I imagine nullsec F1 drones will be instructed to use it in huge fleet fights to improve performance, whether they want it or not. Everything to win, at the cost of playing a game that looks as if itâs 1985. Fortunately I donât participate in those overly large battles, and have a fast computer, so definitely never going to use this.
I nominate this for the most useless post in the entire thread.
In other news, I think this is fantastic. Will be able to fiddle with my market orders in the background without burning up my laptopâs GPU.
Well, like I said upthread: for folks with light sensitivity, this will be a godsend, especially in Caldari space.
Is there a way to remove the:
Ship exterior view is disabled
Press Ctrl-Shift-F9 to restore the view
Notice? I donât see it in other peopleâs screenshots but it seems permanent on mine when 3d rendering is disabled.
is this real!?!?!?! is it not april first!?
fantastic \o/
Now no 3d models, soon we will have to fax in to turn on our mwd lmao.
Oh man, this will be fantastic for massive fights and people with low-end PCs. I will confess that I think the message at the top is very in-your-face though - would it be possible to make it smaller, or have it go away after a few seconds?
Do you use âinterval immediateâ?
Because I remember, when I used that on my old machine, the high fps of the station environment turned my graphics card to run wildâŚ
With âinterval oneâ it works fine.
Bascially, CPP, you could rename this âintervalâ thing, as itâs basically just VSYNC.
TLDR: Did not test under a variety of conditions, but it does appear that disabling 3D view will lower GPU utilization (Serg likely had interval immediate set). Monitoring failed to show any difference in GPU memory utilization (even when using a program that could distinguish between allocation and usage).
Okay, I did a little bit of testing with one client on a GTX 1060. Max settings meant all effects turned on, high texture quality, and all graphic content settings cranked up to high (including Anti-Aliasing). Only messed with in-game settings for min settings. Didnât change any settings in the nVidia control panel. Values taken from latest MSI Afterburner with Riva Tuner Statistics Server (more on this in a moment). Was sitting on station undock. Did not test under various circumstances.
Okay, measuring video memory usage is a little tricky because games do things like request the maximum amount of video memory they might need, instead of just what they currently need. In fact, some games will request all available video memory (whether they need or not), which has led some people to the mistaken believe that they needed more. If you want to know more about this, you can check out this link. The short and skinny of it, however, is that GPU memory usage in windows 10 task manager canât be trusted because it shows allocated video memory, and not actual video memory usage. The latest beta version of MSI afterburner, however, can apparently give a more accurate estimate.
How to set up MSI Afterburner and RTSS (mostly stolen from here)
Summary
- Install MSI Afterburner 4.6.3 Beta 2 Build 15840
- Enter the MSI Afterburner settings/properties menu
- Click the monitoring tab (should be 3rd from the left)
- Near the top and next to âActive Hardware Monitoring Graphsâ click the ââŚâ
- Click the Checkmark next to âGPU.dllâ, and hit OK
- Scroll down the list until you see âGPU Dedicated Memory Usageâ, âGPU Shared Memory Usageâ, âGPU Dedicated Memory Usage \ Processâ, âGPU Shared Memory Usage \ Processâ
- Pick and choose what you want to be tracked using the checkmarks next to them. âGPU Dedicated Memory Usage \ Processâ is the # that most closely reflects the # we find in FS2020 Developer Overlay and Special K (DXGI_Budget, except Unwinder uses D3DKMT api)
- Back in the main window, click the button that looks like a line graph on a computer screen. Note that the graph opened up really small for me. I only saw the red âxâ to close the window, and had to click and drag the edge in order to expose the graphs.
Finally, do note that I could only see one sig fig when it came to GPU usage percentages -which is important when GPU usage is very low. For example, a difference between 3 and 4% GPU usage could be interpreted as a 25% reduction in usage. However, the actual values might be as small as 3.4% and 3.5%, which is a difference of only 2.9%. So, keep this in mind when looking at the data.
Okay, assuming I did everything correctly, here are my results:
It does appear that turning off 3D view will indeed lower GPU usage. The change is rather dramatic at max settings, but it is unclear exactly how big of a change weâre looking at with minimum settings. Perhaps I might try testing on my laptop later.
VRAM usage appears to be unaffected, which seems counter intuitive to me. Did I do something wrong, or is there another explanation. Perhaps someone who knows more can offer some insight.
Itâs perfectly intuitive, actually. Thereâs no reason to de-allocate all the stuff uploaded to the graphics card. As soon as youâd re-activate 3d view, the client would have to re-upload everything into VRAM. Thatâs a huge waste of time and power.
That is consistent with how they always appear in-game, even with the graphics enabled.
Well, that probably explains whatâs happening, but it is unfortunate that that is the way it works. I mean, some people might only leave it enabled for short enough periods of time to justify keeping everything in VRAM, but not everyone will.
But this is better than nothing, and I donât expect CCP to spend a lot of dev time on something that probably wonât be used be a lot of people.