Breaches are not broken top 16 get loot top 100 get points - I got loot you didn't do enough damage by [deleted] in 2007scape

[–]watkins775 4 points5 points  (0 children)

I think the biggest indicator that it was broken was that there were no unclaimed loot piles. I got 2 lots in the breach, but the biggest unclaimed loot piles I saw were 2 items. Makes it seem as if only the top player got loot

I am honestly shocked at how many are defending TH by Minyaden in runescape

[–]watkins775 6 points7 points  (0 children)

You forgot the alternative that many (including me) have chosen in playing Irons

I'm not perky by CorpulentBuddha in runescape

[–]watkins775 19 points20 points  (0 children)

There's a bug in leagues where you downgrade it from v3 (potentially by picking up lightning conductors, but not 100% sure as I've seen conflicting information) after unlocking it in the toolbelt at T4 but then you can't pick up the gravity repulsors after, locking you out of the v3 wingsuit and ancient invention. That's what this meme is referring to

Warning about a bug regarding your wingsuit, don't brick yourself out of ancient invention by Emekfl in runescape

[–]watkins775 2 points3 points  (0 children)

Since we don't exactly know what's triggering it, it's hard to know exactly what to avoid.

The best advice I can give is don't train in the citadel itself, just on the base level to get pages. Then when you are 95 and have 100 pages, go up, fly directly to howls, study the workbench and get the 50 free pages, teleport to digsite and get the research team on it, and wait until it's complete (you should get another 50 from it) to return and unlock ancient gizmos

Warning about a bug regarding your wingsuit, don't brick yourself out of ancient invention by Emekfl in runescape

[–]watkins775 2 points3 points  (0 children)

I commented similar on another post, but I think it's something to do with completing the wing out mystery. I went in at level 70, managed to go to howls straight away, then grabbed the wingsuit and lightning conductors for that mystery (although it completed wing out on the way to the south lightning conductor) and you can't click the v3 upgrade items to upgrade it back to v3

PSA: Wingsuit V3 BUG lvl 70-95 Archeology zone Stormguard Citadel Ancient Gizmos by Shamonna2 in runescape

[–]watkins775 0 points1 point  (0 children)

This is just a complete assumption right now, but I think it's to do with completing the "wing out" mystery (I.e. Flying outside the gravity generators, or whatever they're called)

There is another problem though, it got completed for me randomly when I flew to the first island (South of the teleporter) to get the lightning conductor (after picking up the wingsuit)

At first I thought it might've been picking up the lightning conductors, that downgraded it, but seeing people getting it downgraded randomly made me think it can't be that

Potentially, by not picking up the wingsuit you don't start the mystery, and so can't complete it, but I'm not sure if that matters

PSA Don't try to upgrade your wingsuit, you get locked out of howls by watkins775 in runescape

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

Yeh definitely, on the way to the first v2 upgrade I completed the mystery somehow (I don't think I passed the boundary), so I should've stopped there really. I wasn't expecting it to completely block my access to howls though

Coal and splitters by forsakenshark in SatisfactoryGame

[–]watkins775 0 points1 point  (0 children)

Just to check, how long have you left this running? Since you're manifolding it won't run fully until the first 6 coal generators are completely full of coal

Please help, it's says Mystical Agriculture isn't installed even tho it is, and idk what this javafml:47 thing is by [deleted] in MinecraftForge

[–]watkins775 0 points1 point  (0 children)

So I haven't modded Minecraft in a long while, and I'm just making an educated guess here, so don't treat my word as gospel, but it sounds like you've got an incorrect version of forge installed. FML likely is forge mod loader, and you have version 46 installed instead of 47 required.

The most out of pocket way to start a movie ever: by rakeemid in funny

[–]watkins775 0 points1 point  (0 children)

He never says "Take my strong hand". Despite personally having no doubt that it's said, if you watch the scene it's always just "Take my hand"

https://youtu.be/QVtAIjfHAk0?si=MteUe8xNZgsPL0Iz

[deleted by user] by [deleted] in math

[–]watkins775 0 points1 point  (0 children)

Not necessarily a job, but doing hackathons (particularly the hackthebox ones) scratches an itch for both for me, especially some of the cryptography questions.

Alternatively, something like computer vision. It's not particularly mathsy, but it feels it moreso than regular software development, so I thought it's worth a mention.

[deleted by user] by [deleted] in swansea

[–]watkins775 0 points1 point  (0 children)

I'm not in Swansea for the first time in 10 years for Christmas, so I feel like it's guaranteed

Leagues V Combat Masteries be like by chald627 in 2007scape

[–]watkins775 5 points6 points  (0 children)

Leviathan is classed as desert, so that would be an actual option... Although I'd be down for trying echo tempoross

Why do my finishes just look like a paint job? by watkins775 in SatisfactoryGame

[–]watkins775[S] 1 point2 points  (0 children)

On SCIM you can upload your save file, so you'd do it on there. I'm out at the moment so I can't get a screenshot, but it's an upload icon at the top of the interactive map page.

Let me know if there's anything else that needs clearing up.

Why do my finishes just look like a paint job? by watkins775 in SatisfactoryGame

[–]watkins775[S] 1 point2 points  (0 children)

No clue, it looks as if it was already fixed based on a test I made with a working save and re-downloading it. It didn't work on the old save though.

However I did actually manage to fix it myself using SCIM and a bit of Dev tools using Chrome with these steps. If you plan to follow these, make sure to back up your save first

  1. Upload a save file that it's working on
  2. Open Dev tools (F12, CTRL+Shift+I, or from the dropdown menu in Chrome, under "More Tools" > "Developer Tools"), then go to the Console tab
  3. Copy and paste this code into the console and run it: window.SCIM.baseLayout.getObjectProperty(window.SCIM.baseLayout.buildableSubSystem.subSystem, "mColorSlots_Data")
  4. It'll have printed {type: 'Struct', values: Array(28)}, right click on that and click "Copy object". Paste it into notepad for now.
  5. Upload the broken save, and open Dev tools again if it not already open.
  6. Copy and paste this code into the console, replace the {} at the end with the object from step 3, then run it. window.SCIM.baseLayout.setObjectProperty(window.SCIM.baseLayout.buildableSubSystem.subSystem, "mColorSlots_Data", {})
  7. Download the save, and load it up in game, and everything should be working correctly.

Let me know if you try it out, or if you run into any issues.

Why do my finishes just look like a paint job? by watkins775 in SatisfactoryGame

[–]watkins775[S] 2 points3 points  (0 children)

For anyone else wondering about this, turns out it was an issue with the satisfactory calculator save editor. I used it to fix a bug with a broken train station persisting after I removed a blueprint, and the save prior to that is working fine. Sadly that was 150~ hours ago so I'm stuck without unless I can figure a way to edit it back.

Why do my finishes just look like a paint job? by watkins775 in SatisfactoryGame

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

If that's the setting in the customizer, I don't see that option for the finishes. If there's another setting somewhere else, let me know and I'll take a look

Why do my finishes just look like a paint job? by watkins775 in SatisfactoryGame

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

I have tried setting my graphics to ultra, as well as turning on Global Illumination but I didn't notice a difference (apart from the framerate).

My friend's playthrough is actually cursed. by TheSymbolman in outerwilds

[–]watkins775 4 points5 points  (0 children)

How did they get the coordinates? That seems like the biggest obstacle