Desktop Icons without Text


Recommended Posts

Change the Icon to another Mod?  :huh:

I do'nt know what you mean, but you can change the Icon with Shell Object Editor.

Atm I'm bizzy with the Tutorial, but I'll get on it asap.  :)

585580217[/snapback]

I dont actually use eMule, I use "Neo-Mule" which is a "modded" version of the original eMule, The thing is that the directory path is different on my machine, from what the reg file you created is..

What lines am I meant to edit in your reg file to point to another location??

Tutorial??...For this project??...

Looking forward to it...

I dont actually use eMule, I use "Neo-Mule" which is a "modded" version of the original eMule, The thing is that the directory path is different on my machine, from what the reg file you created is..

What lines am I meant to edit in your reg file to point to another location??

Tutorial??...For this project??...

Looking forward to it...

585580497[/snapback]

You can edit them with regedit,.. :D

Open regedit and search for {00000000-5210-0000-0000-000000000002}.

You can edit the paths there, or PM me the path and I'll do it for ya. :)

The Tutorial is almost done. :p

How to create your own nameless Desktop Icons with Enhanced Context Menus.

The easiest way is editing an existing one.

In this Tutorial I'm going to edit "Add Neowin.reg".

When you edit the reg file you should see something like this:

Windows Registry Editor Version 5.00

;Neowin Without Text by Herby
[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}]
"InfoTip"="Neowin.net - Where unprofessional journalism looks better."
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\DefaultIcon]
@="%WinDir%\\Icons\\Neowin.ico"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\Shell\00]
@="&Neowin.net"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\Shell\00\Command]
@=hex(2):25,00,57,00,69,00,6e,00,44,00,69,00,72,00,25,00,5c,00,53,00,79,00,73,\
 ?00,74,00,65,00,6d,00,33,00,32,00,5c,00,52,00,75,00,6e,00,64,00,6c,00,6c,00,\
 ?33,00,32,00,2e,00,65,00,78,00,65,00,20,00,55,00,72,00,6c,00,2c,00,46,00,69,\
 ?00,6c,00,65,00,50,00,72,00,6f,00,74,00,6f,00,63,00,6f,00,6c,00,48,00,61,00,\
 ?6e,00,64,00,6c,00,65,00,72,00,20,00,68,00,74,00,74,00,70,00,3a,00,2f,00,2f,\
 ?00,77,00,77,00,77,00,2e,00,6e,00,65,00,6f,00,77,00,69,00,6e,00,2e,00,6e,00,\
 ?65,00,74,00,2f,00,00,00 ?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\Shell\14]
@="View &Headlines"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\Shell\14\Command]
@=hex(2):25,00,57,00,69,00,6e,00,44,00,69,00,72,00,25,00,5c,00,53,00,79,00,73,\
 ?00,74,00,65,00,6d,00,33,00,32,00,5c,00,52,00,75,00,6e,00,64,00,6c,00,6c,00,\
 ?33,00,32,00,2e,00,65,00,78,00,65,00,20,00,55,00,72,00,6c,00,2c,00,46,00,69,\
 ?00,6c,00,65,00,50,00,72,00,6f,00,74,00,6f,00,63,00,6f,00,6c,00,48,00,61,00,\
 ?6e,00,64,00,6c,00,65,00,72,00,20,00,68,00,74,00,74,00,70,00,3a,00,2f,00,2f,\
 ?00,77,00,77,00,77,00,2e,00,6e,00,65,00,6f,00,77,00,69,00,6e,00,2e,00,6e,00,\
 ?65,00,74,00,2f,00,61,00,72,00,63,00,68,00,69,00,76,00,65,00,2e,00,70,00,68,\
 ?00,70,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\ShellFolder]
"Attributes"=hex:00,00,00,00

;Add Neowin to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5140-0000-0000-000000000002}]

When you edit this line with Regedit you'll see; "%WinDir%\System32\Rundll32.exe Url,FileProtocolHandler https://www.neowin.net" (opens Neowin.net in your default browser).

I used an Expandable String Value because of path/location differences in different language versions of Windows.

For example %ProgramFiles% opens the Program Files directory in every language version of Windows, even when you installed Windows on your D: drive.

You can also use a String Value which is easier to edit:

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\Shell\00\Command]

@="C:\\Windows\\System32\\Rundll32.exe Url,FileProtocolHandler https://www.neowin.net"

The command needs to run via an exe file; for example when you want to open a folder you must open it with explorer:

@="Explorer.exe C:\\Windows\\System32\\DllCache"

or an txt file: @="Rundll32.exe Url,FileProtocolHandler C:\\Windows\\system32\\eula.txt" opens eula.txt with your d:)ault text editor. :)

[HKEY_CLASSES_ROOT\CLSID\{00000000-5140-0000-0000-000000000002}\ShellFolder]

"Attributes"=hex:00,00,00,00

The Attributes value is a binary value that enables adding or removing the objects' context menu options (like cut, copy paste, rename & delete).

More info @ http://www.virtualplastic.net/html/ui_shell.html#attributes.

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5140-0000-0000-000000000002}]

This key adds the Icon to the Desktop.

You can also add the Icon to My Computer:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{00000000-5140-0000-0000-000000000002}]

to the Control Panel:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{00000000-5140-0000-0000-000000000002}]

& to My Network Places:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\NetworkNeighborhood\NameSpace\{00000000-5140-0000-0000-000000000002}]

https://www.neowin.net/[/color]

Double click on (Default) and change the value data to Explorer.exe %Temp%

Expand 01 and select Command.

Double click on (Default) on the right pane and change the value to mmc.exe /s /a %WinDir%/System32/devmgmt.msc

Now right click on the CLSID {00000000-5240-0000-0000-000000000002}, select Export and save the file as Temp.reg.

Edit temp.reg, copy everything and paste it into "Add Example.reg" and overwrite everything exept the last line (the one that adds the Icon to the Desktop).

Save the reg file.

Editing the Remove reg file:[/color]

Edit "Remove Neowin.reg" and change 5140 from both the CLSID's to 5240.

You should see this:

Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{00000000-5240-0000-0000-000000000002}]

[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5240-0000-0000-000000000002}]

Save the file as "Remove Example.reg"

This reg file removes all the lines you edited / created and removes the Icon from the Desktop.

I hope this helps you all!

If you have any questions and / or suggestions, please post them here or PM me.

[/Herby]

Edited by Herby

I finally found a way to open "Entire Network" directly! :D

I've added it to "My Network Places" & created a new Icon: "My Entire Network", it has the same CLSID & functions as "My Network Places" but it opens "Entire Network" on left click.

The first post is updated with the new and edited Icons and I've added a link to the Tutorial (the Changelog is included in the zip file).

[/Herby]

I've got this problem. When you right click on desktop and lock items, all desktop icons become shaded with text fields become shaded right.

Well, they aren't locked but they are shaded (attachment screenshot).

How do i remove the shaded space under each icon. (i used shell object editor to creat all icons)

It happened after i was playing around with tuneup 2004 I think :p

Edited by skase

Great mod, thanks for all your hard work on this.

I do have a problem with the Office 2003 icons. The first time I selected Excel from the desktop icon I was prompted to find "C:\Program.exe" (or something similar). I assumed it was looking for Excel.exe so I navigated to the Office directory and entered that in the pop-up. Now whenever I select Word, Visio, PowerPoint etc. from the icon it tries to launch it with Excel instead.

How do I undo this, and make the Office 2003 apps launch correctly?

-Rivethead

@ Herby....

Found a neat way to grab command lines from programs already installed on your system..

Just open up the desired program....

Then hit F1(Help)

then type "Command Line" into the "Index" or "Search" of your programs helpfile...

Easy as!!

Ive got a list of CommandLines for you too!!! :)

I've got this problem. When you right click on desktop and lock items, all desktop icons become shaded with text fields become shaded right.

Well, they aren't locked but they are shaded (attachment screenshot).

How do i remove the shaded space under each icon. (i used shell object editor to creat all icons)

It happened after i was playing around with tuneup 2004 I think :p

585594128[/snapback]

Sorry for the late reply,.. bizzy, bizzy, bizzy,... :pinch:

System Properties -> Advanced Tab -> Performance -> Settings -> Visual Effects Tab -> Check: Use Drop Shadows for Icon labels on the Desktop.

If you want them without the text selection: Rename them to an uncommon name like Wuppy01, Wuppy02,... search for the names in the Registry and delete the names. :)

Great mod, thanks for all your hard work on this.

I do have a problem with the Office 2003 icons. The first time I selected Excel from the desktop icon I was prompted to find "C:\Program.exe" (or something similar). I assumed it was looking for Excel.exe so I navigated to the Office directory and entered that in the pop-up. Now whenever I select Word, Visio, PowerPoint etc. from the icon it tries to launch it with Excel instead.

How do I undo this, and make the Office 2003 apps launch correctly?

-Rivethead

585595855[/snapback]

Never had or heard of this problem before... :huh:

What Language version of Windows do you have installed?

What is the path to your office directory?

Try to import the remove reg file and then import the add reg file again.

@ Herby....

Found a neat way to grab command lines from programs already installed on your system..

Just open up the desired program....

Then hit F1(Help)

then type "Command Line" into the "Index" or "Search" of your programs helpfile...

Easy as!!

Ive got a list of CommandLines for you too!!! :)

585596262[/snapback]

Yep,.. I use this method most of the time, but I don't want to install every program. :)

Can you PM me the command lines?

[/Herby]

Heby said ...

Never had or heard of this problem before... huh.gif

What Language version of Windows do you have installed?

What is the path to your office directory?

Try to import the remove reg file and then import the add reg file again.

>>>>>>

Windows XP SP1 US English

C:\Program Files\Microsoft Office XP\Office10 is the path to excel.exe, winword.exe etc.

I've run and re-run the remove registry/import numerous times, rebooted etc. Still the same.

It only affectrs the Microsoft items, merging the other apps works great. Almost seems like a file association problem. It tries to use Excel to launch the MS Office items.

Your questions prompted me to look at the problem a little harder and I thnk I have it solved. I have Office XP so the path to the .exe is different than Office 2003.

For example, the PowerPoint in the Office 2003 reg import creates -

Key = ...\{00000000-5070-0000-0000-000000000002}\Shell\03\Command

Data = %ProgramFiles%\Microsoft Office\Office11\PowerPnt.exe

All I have to do is change

Data = %ProgramFiles%\Microsoft Office XP \Office10\PowerPnt.exe

And it works.

Thanks again for this and your help!

-Rivethead

Yep,.. I use this method most of the time, but I don't want to install every program.  :)

Can you PM me the command lines?

[/Herby]

585601562[/snapback]

Ive got a few Ive been messing around with, (thanks to your guide)but I cant seem to get all the functions to work :no:

I'll send you a PM with all the command lines Ive found so far, by trawling through the net...

What a mission it was too...Ive emailed dozens of popular software companies, to try and get command lines from, that are'nt listed in there "help" file(chm)..

Lots of them are replying as well...

Ended up pretty much devoting a spare machine on my network(Home Network) to installing various software just so I can get the command lines from the help files...lol

Tried my hardest to get some for Webroots Software(SpySweeper, Window-Washer), but no luck, the creators sent me a email saying theres currently none except for a "silent scan" for SpySweeper"...

But Ive got a few others...

Ill just PM you there contents entirely and you can dissect the valid commands etc from them...

Thanks again Herby!!

PS: Any news on the VideoLAN icon yet mate??

Edited by Harsh!

This thread is now on the front page of VirtualPlastic.net, one of my favorite tweak & mod sites. :D :happy:

I've updated the "Clear Temp" command from the Recycle Bin context menu; it deletes now every folder and file that is not in use from the Temp folders. :)

For the people who want to know the command:

cmd.exe /c cd "%WinDir%\Temp\" && del *.* /f /q && (for /d %a in (*) do rd "%a" /q /s) && cd "%UserProfile%\Local Settings\Temp\" && del *.* /f /q && (for /d %a in (*) do rd "%a" /q /s)

Clear_Temp.zip

Your questions prompted me to look at the problem a little harder and I thnk I have it solved. I have Office XP so the path to the .exe is different than Office 2003.

For example, the PowerPoint in the Office 2003 reg import creates -

Key = ...\{00000000-5070-0000-0000-000000000002}\Shell\03\Command

Data = %ProgramFiles%\Microsoft Office\Office11\PowerPnt.exe

All I have to do is change

Data = %ProgramFiles%\Microsoft Office XP \Office10\PowerPnt.exe

And it works.

Thanks again for this and your help!

-Rivethead

585602616[/snapback]

Glad you figured it out. :)

Welkome to Neowin!

Ive got a few Ive been messing around with, (thanks to your guide)but I cant seem to get all the functions to work :no:

I'll send you a PM with all the command lines Ive found so far, by trawling through the net...

What a mission it was too...Ive emailed dozens of popular software companies, to try and get command lines from, that are'nt listed in there "help" file(chm)..

Lots of them are replying as well...

Ended up pretty much devoting a spare machine on my network(Home Network) to installing various software just so I can get the command lines from the help files...lol

Tried my hardest to get some for Webroots Software(SpySweeper, Window-Washer), but no luck, the creators sent me a email saying theres currently none except for a "silent scan" for SpySweeper"...

But Ive got a few others...

Ill just PM you there contents entirely and you can dissect the valid commands etc from them...

Thanks again Herby!!

PS: Any news on the VideoLAN icon yet mate??

585604254[/snapback]

If you have any questions about editing the reg files or the registry, PM me or post it here so others can learn from it. :)

I'm looking forward to the commands, thanks! :D

About VideoLAN: I'm pretty bizzy this & next week, but i'll get on it asap.

[/Herby]

Hi guys I just want 2 check something.

I've added some icons from Herby's pack. I now have, for example, the regular "My Computer" icon & a new "My Computer" icon that has no text.

Is it safe to delete the original icons or have I done something wrong?

Thanx 4 looking.

Well, you never actually 'delete' a my computer icon, but if you go into display properties, under the desktop tab there's a 'customize desktop...' button. In there you can uncheck showing the different standard windows icons. That way you can get them back if you need to ;)

Nice desktop icons! and verry useful, thanks :)

Greetings from your little brother  ;) :D

585627534[/snapback]

Hey little bro! long time no smell!! :p

Welkome to Neowin! :D

herby.. what's the difference between the regfiles office 2k3 and office 2003

585632583[/snapback]

Office 2K3 is just a smaller version (Word, Excel, PowerPoint & Publisher).

Thanx Fridge.

I have a problem.  After replacing the Recycle Bin icon I am now unable to change the unique properties of the recycle bin.

ie Show delete confirmation, adjust the size of the recycle bin etc.

585645076[/snapback]

If you want to change the properties of the Recycle Bin, import the "Remove Recycle Bin.reg" and adjust the properties (Windows can't handle the nameless one).

@ Harsh!: I've fixed the Pleasuredome101 reg file (you forgot the _ in the name of the icon) and added the remove reg file.

The VLC icon is on it's way. :)

Pleasuredome101.zip

Just a punctualization, Herby... is your work free for distribution?

I'd like to add an article on Megalab.it with some of these icons translated into italian.

Obviously I'll add your name in the readme (kinda " original idea by Herby from www.neowin.net/forum, translated by Squek" or something like this).

Just a punctualization, Herby... is your work free for distribution?

I'd like to add an article on Megalab.it with some of these icons translated into italian.

Obviously I'll add your name in the readme (kinda " original idea by Herby from www.neowin.net/forum, translated by Squek" or something like this).

585647738[/snapback]

Sure, no problem! :)

Feel free to distribute them as long as you give me the credit (I put a lot of effort & time in them).

Sure, no problem!  :)

Feel free to distribute them as long as you give me the credit (I put a lot of effort & time in them).

585649382[/snapback]

Great!

One more thing: as I changed my username her in neowin, could you please modify the credit from "squeksquek" to "squek" in the zip (games folder icon)?

Great!

One more thing: as I changed my username her in neowin, could you please modify the credit from "squeksquek" to "squek" in the zip  (games folder icon)?

585653962[/snapback]

Done! :)

I've also added NeoMule, VLC Media Player & X-Setup Pro (new) + modified the "Add My Documents+.reg" so it puts the Icon automatically on the Desktop and added the Recycle Bin with the improved "Clear Temp" command.

The X-Setup Pro commands work with version 7.0.300, I don't know if they will work with older versions.

Hello herby.. I REALLY like your work here..

But.. The nero button.. When i dubble click it the nero startsmart starts but I never ever uses that "noobie prog.". I uses nero burning rom, so now i wonder if it would be possible to make nero burning rom to start..?

Then I would like to have a icon to start the "win+e" application.. I don't remember the name of it.. I'm swedish..

then a icon for my music because when I right click my documents and chooses my music a error message pops up.. or can I change the location?

Hello herby.. I REALLY like your work here..

But.. The nero button.. When i dubble click it the nero startsmart starts but I never ever uses that "noobie prog.". I uses nero burning rom, so now i wonder if it would be possible to make nero burning rom to start..?

Then I would like to have a icon to start the "win+e" application.. I don't remember the name of it.. I'm swedish..

then a icon for my music because when I right click my documents and chooses my music a error message pops up.. or can I change the location?

585691768[/snapback]

Here's the link to the tutorial. :)

You can change the location(s) in the registry (open the reg file, copy the CLSID and search for it in Regedit).

About the Nero button: try the attached one (first import the "remove" reg and then the "add" reg).

Win+e = explorer,.. -> "Add My Computer.reg" ?!? :unsure:

Nero.zip

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!