@V but there are so many jobs. Like my dad is in oil and gas as a project manager with a Me degree, but a mechanical engineering degree could easily get you into other fields, like aerospace, automotive, or manufacturing. AE would be more specifically tailored to the aerospace industry but ME would still allow you to get jobs in aerospace along with tons of other fields. I was asking my dad about this and right now at least in the oil and gas sector things are weird as a lot of companies are starting to transition to other fields, which leaves a lot of engineers job hunting. I will say for every company moving to a different field there’s one snapping up these engineers. It’s just such a broad field that depending on what kind of work you’re willing to do it can never truly be oversaturated imo
@bryamteuton03 get an image link (I recommend postimages.cc for uploads)
Then follow the format 
Make sure you’re copying the direct image link and you need the file extension in there as well.
For context:
No funky trees is being used, just a fairly high powered detacher
High physics (game speed changes physics calculations I believe which is why it acts up)
Latest version of the game on iOS
@JBPAviation yeah I know I was just meming on the ancient “SP on switch” joke
PC really is the best gaming platform imo, the closest things are the PC-adjacent stuff like the Steam Deck
@Graingy maybe an xml file with different points on the terrain, location of trees, etc. maybe some prefabs could exist or could be imported into this format (albeit a little inefficiently in terms of file size). Gaps could be filled in procedurally. This is already a thing with JNO and it could be implemented without crazy difficulty.
From what I’ve heard you can run mods if you’re using the PCVR mode. Reshade as well as parts/map mods should all work fine. If you’re running it on a standalone headset you can not run mods as that version is basically a glorified Android build.
Is there any chance of dropping the mod tools before the game so that modders can start cooking stuff up? Porting in the old maps and the like?
Also that vehicle in the last screenshot is diabolical
I don’t recognize this browser (Chrome on iPad?).
Websites load a file when you load them. This is an HTML file, which references a CSS file that’s stored on the server. So the CSS file might say that the text color is green so that when the HTML file loads some text it comes out as green regardless of what the HTML says. This is useful for web developers because instead of manually writing out the style rules for each page they can just make it reference the CSS file that’s on the server, which is why websites usually have fairly consistent styling across the board. What’s happening here is that for some reason (bad internet, DNS error, Lord knows) your device is able to load the HTML and the images that the HTML is referencing, but not the CSS file. That’s why all of this is default formatting (dead simple, all aligned to the left with no columns or anything, Times New Roman) which is usually defined by the browser iirc.
Honestly pretty good. What’s complicated about getting more sub-pages? I feel like you can just make the pages, put the files into the server, and put links to them? Unless this is all being done with php or some godforsaken method that I do not understand. Also that logo in the background is very well executed.
@AeroTactical it was pretty decent imo, I honestly prefer Juno as ksp just feels a little clunky and dated now. It does have quite a bit of character though.
@Graingy @X99STRIKER @THEOKPILOT call it a social experiment. Don’t worry, the pickle will be back, was mainly just curious if anyone would react which seems to have worked lol
As Mr Bacon said it lets you test how the flaps on your wings and stuff move while you’re in the editor. It only seems to work on the default wings though which makes sense because the editor doesn’t have physics simulation enabled
I made a thingy to test engine thrust. I’m curious if it’s accurate. I kinda doubt it, but I will say I used the weightless engine in the thumbnail to lift exactly that number of pounds and anything more it was unable to lift.
@Technicalstrat Yeah it looks like a texas beach to me
+1@SPWithLizzie farlands is a better parallel than you might assume, both are caused by floating point errors I believe
+1@V but there are so many jobs. Like my dad is in oil and gas as a project manager with a Me degree, but a mechanical engineering degree could easily get you into other fields, like aerospace, automotive, or manufacturing. AE would be more specifically tailored to the aerospace industry but ME would still allow you to get jobs in aerospace along with tons of other fields. I was asking my dad about this and right now at least in the oil and gas sector things are weird as a lot of companies are starting to transition to other fields, which leaves a lot of engineers job hunting. I will say for every company moving to a different field there’s one snapping up these engineers. It’s just such a broad field that depending on what kind of work you’re willing to do it can never truly be oversaturated imo
+1@bryamteuton03 get an image link (I recommend postimages.cc for uploads)
+1Then follow the format

Make sure you’re copying the direct image link and you need the file extension in there as well.
For context:
+1No funky trees is being used, just a fairly high powered detacher
High physics (game speed changes physics calculations I believe which is why it acts up)
Latest version of the game on iOS
I won’t pay, I won’t pay
+1Ya no way
Na-na why don’t you get a job?
Fuel drogue spotted
+1@Graingy amen
+1@JBPAviation yeah I know I was just meming on the ancient “SP on switch” joke
+1PC really is the best gaming platform imo, the closest things are the PC-adjacent stuff like the Steam Deck
@Boeing727200F that’s wild my guy. Do these actually give you a competitive edge? Like can whales just buy these to instantly get ahead?
+1@SPWithLizzie Very disorderly indeed.
+1My best friend’s sister just passed in a car wreck a couple weeks ago, I’m sorry to hear the pain you’re going through. Prayers.
+1@PeralaandskaVIAM1985 Once I hit 30k I stopped caring about this place so no I lowkey just troll here
+1@dekanii you could get a free text editor from somewhere
+1Wake up!
+1Alright lil bro
+1@Graingy maybe an xml file with different points on the terrain, location of trees, etc. maybe some prefabs could exist or could be imported into this format (albeit a little inefficiently in terms of file size). Gaps could be filled in procedurally. This is already a thing with JNO and it could be implemented without crazy difficulty.
+1From what I’ve heard you can run mods if you’re using the PCVR mode. Reshade as well as parts/map mods should all work fine. If you’re running it on a standalone headset you can not run mods as that version is basically a glorified Android build.
+1Is there any chance of dropping the mod tools before the game so that modders can start cooking stuff up? Porting in the old maps and the like?
+1Also that vehicle in the last screenshot is diabolical
This is why the game has a Reddit and a discord
+1Ok that’s fine but please don’t capitalize every word. It’s really obnoxious.
+1I don’t recognize this browser (Chrome on iPad?).
+1Websites load a file when you load them. This is an HTML file, which references a CSS file that’s stored on the server. So the CSS file might say that the text color is green so that when the HTML file loads some text it comes out as green regardless of what the HTML says. This is useful for web developers because instead of manually writing out the style rules for each page they can just make it reference the CSS file that’s on the server, which is why websites usually have fairly consistent styling across the board. What’s happening here is that for some reason (bad internet, DNS error, Lord knows) your device is able to load the HTML and the images that the HTML is referencing, but not the CSS file. That’s why all of this is default formatting (dead simple, all aligned to the left with no columns or anything, Times New Roman) which is usually defined by the browser iirc.
Honestly pretty good. What’s complicated about getting more sub-pages? I feel like you can just make the pages, put the files into the server, and put links to them? Unless this is all being done with php or some godforsaken method that I do not understand. Also that logo in the background is very well executed.
+1@ChihiroFujisaki like the Billie Eilish song? What an absolute banger
+1@Mitterbin aight cool 😎
+1Lil bro you need to fix yo brain
+1Kinda sick honestly
+1OG doom is pretty peak in my opinion, I own 2016 but I’ve never played it so I’m gonna have to try it sometime
+1Just go
+1https://www.simpleplanes.com/Airplanes/Best?d=0
It’s a lil laggy but it works
@X99STRIKER that’s not supposed to happen I’m pretty sure
+1@AeroTactical it was pretty decent imo, I honestly prefer Juno as ksp just feels a little clunky and dated now. It does have quite a bit of character though.
+1@X99STRIKER
Grok blinks, tilting his head slightly, his brow furrowing in curiosity.
"Me... Grok? Yes, it is Grok. You look surprised. Why? Did Grok do something interesting?"
+1@graingy you will appreciate this
+1@grok is this real
+1@Whills dang man, it looks really good.
+1Hol up this is actually very good quality
+1@Graingy @X99STRIKER @THEOKPILOT call it a social experiment. Don’t worry, the pickle will be back, was mainly just curious if anyone would react which seems to have worked lol
+1Looks pretty smooth my guy
+132
+1As Mr Bacon said it lets you test how the flaps on your wings and stuff move while you’re in the editor. It only seems to work on the default wings though which makes sense because the editor doesn’t have physics simulation enabled
+1Actually pretty cool. I’ve had a website that I really need to update, there’s a link in my bio I think
+1@keiyronelleavgeek566 thanks man, glad you’re enjoying them
+1@RestlessGalaxies Your English is significantly better than a lot of people I’ve grown up with in the US.
+1unoriginal comment
+1@Graingy he tagged a bunch of people but he tagged more than 3, so I tagged the ones that wouldn’t get a notification.
+1I know dis guy
+1I made a thingy to test engine thrust. I’m curious if it’s accurate. I kinda doubt it, but I will say I used the weightless engine in the thumbnail to lift exactly that number of pounds and anything more it was unable to lift.
+1We’re creeping closer to a million every day.
+1If I could spotlight videos, I would.
+1@RB107 sorry for no playlist but here ya go
+1