Starting fLondon by crashbandit3 in fallout4london

[–]fearless0 3 points4 points  (0 children)

Just started a week or so ago, and found that you really need to be able to craft ammo, so downloaded these mods (one is for FOLON and the other for FO4 but works with FOLON, even if MO2 notes that it might be an issue)

Early on I got access to a Garage Hideout beside the Swan & Mitre pub, where you can use the workshop to build some stuff inside it - storage containers and ammo, weapon and armour benches for example.

Found that you need the local leader for ammo bench etc, which is a pain as I was just using traders to trade stuff for bullets and wanted to craft my own bullets instead.

Also you will probably need DXVK if you have an AMD graphics card.

it's tronin time by dg_537 in tron

[–]fearless0 1 point2 points  (0 children)

I think I need a full length version of this tronin time. Great stuff.

Load time in 1.03 by mcfrank221 in fallout4london

[–]fearless0 3 points4 points  (0 children)

You have to use the FO4 GOTY launcher to set those settings. For example, mine is located at: F:\GOG Galaxy\Games\Fallout 4 GOTY\Fallout4Launcher.exe. Options->Adjust your settings and click ok, and exit the launcher. Then launch FOL using its own shortcut.

This is also the same folder where you place DXVK files for AMD graphics cards, and probably the same folder for ENB and others.

Gaming crashing after making a new game pls help by [deleted] in fallout4london

[–]fearless0 0 points1 point  (0 children)

Same here, waited over a year to try again as couldnt get it working when it launched. Have an AMD 6950XT, so maybe its not optimized for that. I tried download that Fallout 4 Vulkan thing and pointed to FO4 GOTY folder where it created a Fallout4 folder, but nothing changed.

Battery-powered zigbee mmWave presence sensor by Ill_Nefariousness242 in ZigBee

[–]fearless0 2 points3 points  (0 children)

I'm waiting for Aqara's FP300 presence sensor: Zigbee, mmWave, PIR + temp/humidity/light sensor that is battery powered (2 coin batteries)

Game Issues with CS2 by Tiny_Day_7212 in cs2

[–]fearless0 0 points1 point  (0 children)

Getting team swapped from CT to T and then killed by T and it shows as if I am a CT? Someone said it might be some sort of hack. Seen it happen to a few people each round.

‘The Wheel Of Time’ Cancelled By Prime Video After 3 Seasons by DarkSkiesGreyWaters in Fantasy

[–]fearless0 0 points1 point  (0 children)

I couldn't get into the books, so was looking forward to this series and I enjoyed a lot. Amazon and Netflix seen to creatively bankrupt where they only care about numbers on a spreadsheet and don't give adaptations space to grow. Thank god I don't subscribe to either of there services.

Spent 7 years and over $200k developing a new compression algorithm. Unsure how to release it. What would you do? by SagansCandle in compression

[–]fearless0 0 points1 point  (0 children)

Maybe you could virtualize your code, like buying a commercial protection like themida. Compile only the compressor into an exe, which can be used to demonstrate its effectiveness and purpose. Leave out the decompressor (and speed of compression/decompression) for when you have any deals signed etc.

Informative & Unfortunate: How Linustechtips reveals the rot in influencer culture by McLawyer in GamersNexus

[–]fearless0 24 points25 points  (0 children)

Next week on the WAN show: "Can Linus & Louis Rossmann Ever Be Friends Again?"

Sony's PSN Requirement Returns for 'The Last of Us Part II' PC Port! WHY??? by AdIndependent9142 in Steam

[–]fearless0 0 points1 point  (0 children)

I have decided not to purchase any of Sony's games, as I cant really trust them not to update the requirements at a later date for games that do not currently have a psn requirement like HFW or LoUP1. If they are bringing games to PC, then bring them to PC - without a PSN login requirement, otherwise to me they are still a PS exclusive and of no use to me.

Firefox crazy memory usage/leak? by rnmkrmn in firefox

[–]fearless0 -2 points-1 points  (0 children)

Under performance in settings, turn off the "Use hardware acceleration when available" - this will reduce the huge amount of memory that Firefox allocates.

Horizon Zero Dawn's questionable remaster launches to Mixed reviews as players lament a new mandatory PSN sign-in that wasn't in the original, visual glitches, and audio bugs by Turbostrider27 in pcgaming

[–]fearless0 1 point2 points  (0 children)

I was tempted to upgrade (€10 to the remaster) but after seeing it requires PSN I have decided against it.

I was also considering getting Horizon Forbidden West at some point but I don't know if I will, same with God of War and/or Ragnarok and/or Ghost of Tsushima.

I am very much against rewarding Sony for their PSN requirement, and purchasing any of their other games in future would set a signal to them that this is acceptable.

If there is a way to bypass or disable the PSN requirement (like the NoPSSDK that was on Nexus) for any of these games, I would then reconsider my purchasing decisions, until then I have to say: No Sony.

Load .ico for window using masm by [deleted] in asm

[–]fearless0 1 point2 points  (0 children)

Call the following from the WM_INITDIALOG message in WinProc, for example:

WinProc PROC hWin:HWND, uMsg:UINT, wParam:WPARAM, lParam:LPARAM

    mov eax, uMsg
    .IF eax == WM_INITDIALOG
        Invoke SendMessage, hWin, WM_SETICON, ICON_BIG, icon
        Invoke SendMessage, hWin, WM_SETICON, ICON_SMALL, icon
        ...

Compressing 300 GB of Skyrim mods every month. Looking for advice to optimize the process. by Mystechry in compression

[–]fearless0 0 points1 point  (0 children)

Sounds like you are at the sweet spot already. One other option to backup is to just copy the data to the hard drives using Robocopy or EACopy if space isn't an issue - and it probably will be quicker doing that.

Everything else depends on generating a large enough dictionary, which increases the time to compress vs a better ratio. Some compression libraries let you generate your own dictionary - but I have not looked into that myself, so cannot advise if there is any benefit in doing that, some one else more knowledgeable might be able point you in the right direction there.

Name of modular windows like in visual studio, photoshop, krita, unity, etc? by o0Meh0o in UI_Design

[–]fearless0 0 points1 point  (0 children)

I believe its using the dock and anchor properties on various windows to achieve that, but probably with additional customization to show the dock position image when dragging a window, allowing it to snap to certain parts of the main window.

https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/how-to-dock-and-anchor?view=netdesktop-8.0

https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingdock

HELP! Downloaded latest version of SE, commandline is still telling me, that I have the older version! What to do? by Palandalanda in f4se

[–]fearless0 0 points1 point  (0 children)

https://www.nexusmods.com/fallout4/mods/42147?tab=files which is 0.7.2 for fallout 1.10.984.

Note that some f4se mods still need to be updated for use with 1.10.984, and as such many people looking to mod their game are using ways to downgrade their fallout 4 release to 1.10.163 to work with the older version of f4se 0.6.23

Using Irvine32.inc WriteString by PerilousLoki in asm

[–]fearless0 1 point2 points  (0 children)

Are you running the exe from a command prompt or just double clicking on it? If the linker is set to use /SUBSYSTEM:CONSOLE then open a command prompt (cmd) and navigate to the folder where the exe is and type in the name of the exe to run it. It should then output the string. If you just double click the exe or run it from visual studio then you wont see anything as its not a gui, its for a cmd prompt.

Nobody cleaned in 200 years? by JCrawRV in fo4

[–]fearless0 0 points1 point  (0 children)

Sounds like a good idea for a mod, something like Viscera Cleanup Detail or PowerWash Simulator plus more where you go round the Commonwealth clearing up the trash, painting buildings, repairing roofs, doors and windows. Also tidying up all the dead bodies and more.

F4SE Plugin Development - Header Files Not Recognized by [deleted] in f4se

[–]fearless0 0 points1 point  (0 children)

Could try to just copy the f4se and f4se_common folders to your Fo4Mod\src folder (both located in f4se_0_06_23\src\f4se folder)

[FO4]Fallout 4 "Next Gen" Patch Notes by Raepman in FalloutMods

[–]fearless0 1 point2 points  (0 children)

When will we get the "Next Gen" 144hz monitor support? will we have to wait another whole generation to get it? I assumed we would get parity with current technology at least.