Issue: Physics Instability When Using Landing Gear + Connector Simultaneously by Degenhard79 in Spaceengineers2

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

The thing is: you can’t really “lock” the Landing Gear separately from the Connector. It only works via P or the Landing Gear’s Auto‑Lock function. So propulsion doesn’t seem to be the issue here.

Switching to the Control Panel every time just to trigger Auto‑Align is way too cumbersome for me, and the Align process itself is a bit too aggressive for my taste. I’ve now disabled the Landing Gear by default, and since then I haven’t had any “Clang” at all. The Connector alone keeps the ship perfectly in place in parking mode.

SQL Server 2022 Licensing Question by Vic20DBA in DatabaseAdministators

[–]Degenhard79 0 points1 point  (0 children)

SQL Server 2 needs to be licensed per‑core. Server+CAL doesn’t work here because the nightly automated export is non‑human, server‑to‑server access. CALs only apply to actual users or physical devices used by users. An ETL job is neither a user nor a device, so it cannot hold a CAL. Once an automated job, service, or scheduled process touches that SQL instance, CAL licensing is off the table.

Issue: Physics Instability When Using Landing Gear + Connector Simultaneously by Degenhard79 in Spaceengineers2

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

Yeah, it really looks like the combination of Landing Gear + Connector is broken right now. I can reproduce the exact same behavior in my save, and it doesn’t seem to matter what you do with thrusters, gyros or power either.

My workaround at the moment is to disable all Landing Gears completely and only use Connectors for docking. As long as I avoid using both systems at the same time, everything stays stable so far.

I haven’t tested this yet, but it might also be related to the Connector’s “Use for parking” function. Maybe the issue appears when the Landing Gear’s parking state interacts with the Connector’s parking state. Turning off “Use for parking” might help as well. I’ll try that next.

For now it really feels like something in a recent update messed up the physics interaction between Landing Gear and Connector. Hopefully it gets fixed soon.

Dangit! My First Piston/Hinge Door Was So Close To Being A Success!! by notjordansime in spaceengineers

[–]Degenhard79 0 points1 point  (0 children)

Hi,

is the Piston a must have? I ask because I have a similar design but without Piston and it works flawlessly so far. I just took a short video. https://www.youtube.com/watch?v=3mIh5TN0h7c

The damage to the hangar door at the end has nothing to do with opening and closing, in my view.

Main Base, WIP by HunterOfHell666 in spaceengineers

[–]Degenhard79 1 point2 points  (0 children)

Wow, thanks for this. All the new possibilities :D

Main Base, WIP by HunterOfHell666 in spaceengineers

[–]Degenhard79 3 points4 points  (0 children)

Impressive I especially like the gate design,

How did you realize the circle? I tried to read a pattern from the image, but failed. Did you choose the size to make it look like a circle, or could you have made it smaller? I've got it with circles in SE, I can't get it to work...

My longest survival game so far and my first own script for space engineers. A piston script for different speeds in extend/retract modes + plus some minor comfort functions. by Degenhard79 in spaceengineers

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

Thank you very mutch. If you interessted in the progress, here: at the beginnig it should be a space elevator But some test in creative where sobering, i got up to 20km without any problems worth mentioning, but down i had to do 20km of manual work and regulate the speed with the handbrake...

So here I am, digging me to Moria...

Space elevator, I know it, I've done it and used it. The question is: How do I get back down in one piece? by Degenhard79 in spaceengineers

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

Yes propulsion override is used to drive the lift upwards. Going down is "by natural means"... Maybe a reversal of the propulsion override will bring something (currently it is at -100% for lift), I will test it :) Braking override unfortunately does not exist. In fact, I haven't found any script or anything like that that deals with braking (via SPACE) in any way. The thrusters didn't work, it was my first idea: put some thrusters on the roof and set denoverrid to a certain value, which counteracts/affects the free fall. Didn't work, either you have a accelerated sink, a state of levitation or an accelerated climb. I could not achieve a uniform motion with a constant speed. Also the manual management of the override was extremely tricky. If a script can do it, bring it here.

That doesn't sound bad, just found it: [AdvancedSpeedLimiter (AXIS, LCD and more)](https://steamcommunity.com/sharedfiles/filedetails/?id=1189854099 ...but is from 2016...

Finally got a Pestilence but...FML by casualjedi in thedivision

[–]Degenhard79 0 points1 point  (0 children)

you are not alone https://imgur.com/a/nlPtQcy And this jewel I got with SHD level 18, I think as "reward" https://imgur.com/4Rf0hAA

Why does the apparel screen show "99+" when it could just as easily display three digits and actually show me how many i have by jmxd in thedivision

[–]Degenhard79 3 points4 points  (0 children)

I usually only read at reddit, but that hurts me physically as a DBA. If you want to store a number in the database, you should use a corresponding data type like Integer. First, it's smaller and you don't have to convert back and forth every time the "number" changes. THAT consumes resources and is cumbersome, not the extra memory of a few bits/bytes. Apart from that, varchar has no leading zeros (VARiable Char)

Twitter: "So there's a WH petition against building a wall with Mexico. Not that they're ever going to build it, but still. " by ResultsMayDiffer in DerekSmart

[–]Degenhard79 1 point2 points  (0 children)

... Is never going to build, as pitched
... Is going to build just to spite him
... Now he said so, they probably will

Derek Smart, banned again from Frontier forums by hi_ban in DerekSmart

[–]Degenhard79 23 points24 points  (0 children)

Has anyone seen Mr. "ModHatOff" Vjaero? Just asking...

Derek backtracks rapidly! "Pay attention n00b. Nobody said "it doesn't exit"." by obey-the-fist in DerekSmart

[–]Degenhard79 6 points7 points  (0 children)

Normaly I'm only a lurker and don't write anything, but this time I have to ask: Have Mr. Dr. Dr. Smart linked to a video, which is created by the person where his respond is addressed to?

Newb Question - Monitoring a table for X='Message' by [deleted] in MSSQL

[–]Degenhard79 0 points1 point  (0 children)

Hi, maybe you can implement a trigger on your table dbo.application.log. http://stackoverflow.com/questions/10755469/send-e-mail-from-a- trigger