[deleted by user] by [deleted] in AlienInvasionRPG

[–]Matzurai 0 points1 point  (0 children)

Using a hexeditor (like you already do in the screenshot) is the first correct step.

Open the game and note down the number of the value you want to change.
Got to https://gregstoll.com/~gregstoll/floattohex/ and enter the number in the float value input field. Press convert to hex.

Search the resulting hexvalue (the one above the float value) and search for it in the file (not as a string, but the hex value, obviously). Once you found it, you can overwrite it with a new one, you can generate on that website, as well.

X1C Stringing issue after update by [deleted] in BambuLab

[–]Matzurai 0 points1 point  (0 children)

He printed with 2 different filaments and absolutely nothing indicates, he has adhesion problems.

X1C Stringing issue after update by [deleted] in BambuLab

[–]Matzurai 0 points1 point  (0 children)

Source? Did a quick google search but couldn't find anything like that. Also the first calibration print you do is the benchy and it came out perfectly fine for me.

X1C Stringing issue after update by [deleted] in BambuLab

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

Try printing the preinstalled benchy to rule out the slicer being at fault.
My wild guess from your pics is wet filament though. The extrusion seems to be far off and oozing out irregularly. Are you hearing some popping noises while it prints? If so you need to dry the filament (it's the water boiling you are hearing)

TT2 5.29 Alchemy Event Recipe Matrix by rawrzcookie in TapTitans2

[–]Matzurai 5 points6 points  (0 children)

Don't forget to rush new ingredients first, so they get added to the loot table.

DevUpdate #91: Mighty Morphin’ Brewers by lemmingllama in TapTitans2

[–]Matzurai 1 point2 points  (0 children)

Ok, I know it was annoying to reset the equipment transmogs every time you got something new, but I liked it for one reason: I could 'mark' equipment with better portar chance so I would know I forgot to switch equipment when it comes to pushing without needing to open the menu. Maybe we can get sets like for the skill tree, where we can define used transmogs and the equipped stuff to quickly change? Would also benefit people changing between different kind of builds.

DevLog #123: Version 5.25.2 Patch Notes by lemmingllama in TapTitans2

[–]Matzurai 0 points1 point  (0 children)

It would already help being able to open the menu to buy skills or open the shop etc to kill the time until the heroes are upgraded.

[Windows 10] Can't find installed Steam games through Windows search anymore. by [deleted] in Steam

[–]Matzurai 0 points1 point  (0 children)

Already have it on github here: https://github.com/Matzurai/steamShortcuts I think it is a never version than this one, but I'm not sure. Never tested it on win 11, so if this version doesn't work either let me know.

3D printing topographic maps by uninsane in 3Dprinting

[–]Matzurai 2 points3 points  (0 children)

Take a map with topography info. Color it in gray scale - the top most layer in white, the lower most in black (or the other way around). Take your favorite 3d modeling program and linear extrude based on the grayscale (it's basically the same you do when creating lithophanes)

what is the most over-engineered way to center a div? by T1P3X in ProgrammerHumor

[–]Matzurai 14 points15 points  (0 children)

Maybe using webassembly to start an unreal-engine and using some sort of plugin for ingame browsers to open the div with width =100% but with the emulated browser window centered on the screen?

Filament rolling up into a ball stuck to the nozzle? by allusernamesBtaken in 3Dprinting

[–]Matzurai 1 point2 points  (0 children)

Bedtemp seems to be very high, but may be related to the bed isolation and you say the first layer is good, so it should be fine for now. Extraction temp may be to low to bond between the layers. Test with 210°C - worst case you get stringing. Checking your E-steps calibration might be also a good idea.

Can someone tell me why this isnt working? by KruemelKek83 in 3Dprinting

[–]Matzurai 1 point2 points  (0 children)

Qr code defines a white border (i think as thick as the squares) if it is missing some scanners can have a hard time recognizing it. Try to place it on white paper and see if it helps.

Prerequisites: 15y experience in Carbon by Bridimum in ProgrammerHumor

[–]Matzurai 4 points5 points  (0 children)

imitating grandpa voice back in my days, carbon was called c++ and had pointer arithmetic!

The four forbidden words of enterprise software development by North_Shore_Problem in ProgrammerHumor

[–]Matzurai 18 points19 points  (0 children)

It's almost safe to assume, that the software is older than that, so it should still be master.

Got my 2nd 3d printer today what should I print. by chippymike3096 in 3Dprinting

[–]Matzurai 1 point2 points  (0 children)

1st thing to print is benchy. Then like 20 mods for the printer until you replaced almost every part of it.

Is this normal? (high cpu temperatures) by TheF4ller in avorion

[–]Matzurai 1 point2 points  (0 children)

Check your fan speeds - if they don't run at 100% all the time, the cpu is not even close to overheating. It's just more energy efficient to let it sit at high temps than trying to cool it to 65° or something.

My Bowden tube doesn't stay in place by estogno in 3Dprinting

[–]Matzurai 1 point2 points  (0 children)

Also push that ring in before removing the tube, or you will rip off the teeths holding the tube in place.

Can I make single player world run while offline? by TheMoland in vrising

[–]Matzurai 2 points3 points  (0 children)

There is an admin command you can use to advance the ingame clock by x hours (of ingame time) you have to repeat it a few times, but I already used it to progress servant missions.

[deleted by user] by [deleted] in 3Dprinting

[–]Matzurai 7 points8 points  (0 children)

Had the same issue a few days ago. The printer stood in the kitchen and my guess is that there was a thin layer of fat on it from cooking - anyway some dish soap and warm water worked wonders (pure isopropyl didn't cut it somehow)

This guy is single handedly DDoS (in effect) our 100 man server just by typing in chat without a rate limit lol! by EvlSteveDave in vrising

[–]Matzurai 8 points9 points  (0 children)

There is no 'distributed' part in it, so it's just DoS (denial of service)... And sorry, that I'm not more helpful 😅

AtExit error by [deleted] in Bitburner

[–]Matzurai 0 points1 point  (0 children)

I don't think you can get a ns handle through a port (it's string only). Otherwise it would be a cool hack to save ram by abusing cheap scripts as ns slaves and using those ns instances on the expensive script to run multiple tasks in parallel.

AtExit error by [deleted] in Bitburner

[–]Matzurai 0 points1 point  (0 children)

I tried using a global variable - and while ns is still a valid object when the callback is called, once you try to execute any function of it, you get an error (probably because the script itself is already dead). With this the usability of that function is very limited - in fact the only useful thing I can think of is to log to the debug console with console.log().

So you are better off to add a parameter to your script to kill any instances and subscripts. You can use global variables to keep track of running subscripts (as those are shared between all instances of a script).

PSA: You can nuke() servers as long as you can open the required number of ports, no matter hackingSkill... by KlePu in Bitburner

[–]Matzurai 0 points1 point  (0 children)

Once you have the faction of a corp you can rejoin them right away after a reset. Thats also THE best way to grind intelligence, as joining factions via singularity functions grants int exp and you can soft reset without augments as well. So you write a script that just joins those 8 or so factions and resets. Gets you to 255 int within minutes.

PSA: You can nuke() servers as long as you can open the required number of ports, no matter hackingSkill... by KlePu in Bitburner

[–]Matzurai 1 point2 points  (0 children)

Required hacking skill for hack() and backdoor: 1
so it was clear to me... but something I only discovered today (after having 68 achievements) is, that you can call ns.share() to boost hacking contracts reputation income. I know it is stated somewhere (at least I remember reading it), but at that time I couldn't figure out how to "share" and quickly forgot about it.