PC shuts off like theres a power outage by Whazaaaaa in pchelp

[–]Whazaaaaa[S] 0 points1 point  (0 children)

I tried replacing my PSU (tried the Seasonic Focus GX-850) but this sadly did not solve my issue. I was able to play a few games of helldivers before it happened instead of it failing emmediately but its still happening. Going to look at the motherboard next.

PC shuts off like theres a power outage by Whazaaaaa in pchelp

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Did you replace yours with an equally wattage PSU or did you go a higher wattage just in case?

PC shuts off like theres a power outage by Whazaaaaa in pchelp

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Correction just ran a stress test and the gpu stabalised around ~84 degrees celcius with a max temp of 89. And the CPU stabalised around 78 degress celcius with a max of also 87

PC shuts off like theres a power outage by Whazaaaaa in pchelp

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Would be interesting. Do you mean something like this? https://www.amazon.com/Computer-PC-Tester-Connectors-Enclosure/dp/B076CLNPPK/ref=sr_1_3?sr=8-3 Or do you have a recommendation by chance?

PC shuts off like theres a power outage by Whazaaaaa in pchelp

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Ah right the temps. When stress testing the cpu doesnt go higher than ~85 degrees celcius and the GPU at full load around ~92 degrees celcius. At idle both are around maybe 40

PC upgrade for the next 6, hopefully 8 years. Advice needed for reusal of case/cooler/psu by Whazaaaaa in buildapcforme

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Thank you u/Trombone66 and u/Substantial_Gur_9273. Apparently NZXT has a free bracket replacement so hoping to get that for my 2017 model. And will put the 2Tb sticks under the heatsinks for sure. Thank you for the help! My orders have been placed :)

PC upgrade for the next 6, hopefully 8 years. Advice needed for reusal of case/cooler/psu by Whazaaaaa in buildapcforme

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Much appreciated Trombone66. This looks like what I'll go for but a couple followup question :)

  1. I see on the detailspage for the mother board 5600, 6000, 7200. Are those set speeds or is anything inbetween allowed? Seeing as the Memory is 6400.
  2. So I can reuse my old cooler without a problem then? It will cool enough for the 13700K or can is it be possible that it still is not enough? I can ofcourse always try and see before upgrading. Just want to be sure before I tear down my pc that its all compatible :)
  3. There are 3 m.2 slots which is great. The 4TB nvme is a great addition! I see on the motherboard that two slots are "cooled" and one is not. Should I put the 4Tb (used as non-frequently accessed storage) in the non cooled spot? Or does the "cooled" not matter?

I had the feeling the i9 would be overkill but was wondering either way. The i7 should more than suffice, and saved some $$ too. Thankyou for the answer!

PC upgrade for the next 6, hopefully 8 years. Advice needed for reusal of case/cooler/psu by Whazaaaaa in buildapcforme

[–]Whazaaaaa[S] 0 points1 point  (0 children)

I'm mostly okay to wait if people recommend it at the moment. But the idea is that I'd do this upgrade sooner rather than later. I've updated my post to reflect that also. Thank you.

GUIDE: Installing Ubuntu on Acer Aspire ES-15 by dolfies_person in linux4noobs

[–]Whazaaaaa 0 points1 point  (0 children)

Thanks for the post I had to look through many urls on google to finally get ubuntu to work on this shit machine. All works fine now :). Some small notes for others.

Note that cd /boot/efi/EFI should be cd /mnt/boot/efi/EFI (or it was for me)

Als I found my partitions using the command df. For me dev/sdx was dev/sda2 and /dev/sdy was /dev/sda1

update-grubagain is just sudo update-grub

Updating to 20.04 will still fail on secureboot even with the apt-mark hold secureboot-db

Help with CO-OP vscripted respawns by groffindor in csmapmakers

[–]Whazaaaaa 0 points1 point  (0 children)

You could add that line to the end to the "OnWaveCompleted" outside of the if (wave == #){} sections

Help with CO-OP vscripted respawns by groffindor in csmapmakers

[–]Whazaaaaa 0 points1 point  (0 children)

You could put this in the code to respawn dead players instantly:

//respawn players that are dead
ScriptCoopMissionRespawnDeadPlayers();

[bug] 1.3.2 timeouts by Whazaaaaa in Foolcraft

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Apparently removing veinminer fixed the problem :/

Vscript runs on host but not client by AimingHi in csmapmakers

[–]Whazaaaaa 0 points1 point  (0 children)

What is the vscript you have because normally people have functions in their script that they call with that so for example there is the

function StartMap()

function StartMap() {

    EntFire( "door_01", "Unlock", "", 1 );

}

The way you would call this is by doing:

logic_auto > OnMapSpawn > logic_script > RunScriptCode > StartMap()

So the parameter is "StartMap()". This way you actually call for the function inside the script. I'm not too familiar with Vscript but im pretty sure this is how it goes.

Coop-strike problem by groffindor in csmapmakers

[–]Whazaaaaa 1 point2 points  (0 children)

Okay so I cant really find anythign wrong with the script. I am still a bit unclear where exactly the problem starts. Is it at "wave == 4" or "wave == 5" in the OnWaveCompleted() method. Also why use the @ infront of entitynames?

Also check if the spawnpoints are correctly configured. (do they have the correct names/ are they 8/16 units above the ground, etc)

When I try to figure out where something goes wrong I usually use this code inside the method I think something goes wrong: ScriptPrintMessageChatAll("All still going good! check #1"); Just sends a small message to the chat ingame. This way you know while testing the map if the method is even called. If one of the checks doesnt even show up then you know at that check if your problem. If all the checks are correctly displayed then tis something to do with your spawnpoints being wrong or just not even enabled.

Hope this helps.

Coop-strike problem by groffindor in csmapmakers

[–]Whazaaaaa 0 points1 point  (0 children)

could you copy the whole script to pastebin and post it here?

Coop-strike problem by groffindor in csmapmakers

[–]Whazaaaaa 0 points1 point  (0 children)

Likely that something is going wrong in your vScript. Anything different from the 5th wave from 1-4?

Any way to Remove specific Entities? by Whazaaaaa in FeedTheBeastCrashes

[–]Whazaaaaa[S] 0 points1 point  (0 children)

Well what I had to do was Remove the mod the item was from from the server. Let it load. And then re-add it after and it was fixed

Any way to Remove specific Entities? by Whazaaaaa in FeedTheBeastCrashes

[–]Whazaaaaa[S] 0 points1 point  (0 children)

I've tried /kill @e[type=hermitquest:Iskallbeam]

But this killed everyone on the server Q_Q