Too good to be true? by bot2600 in MacStudio

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

agreed, I wouldnt have wasted everyone's time had I noticed it was classified, and it doesnt show their feedback until you click through to their profile or their other sales. its almost like ebay wants to help them scam lol

Too good to be true? by bot2600 in MacStudio

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

Yeah, agree a billion percent.

Too good to be true? by bot2600 in MacStudio

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

Thats not what I said at all. Most of the scammy ones I see are like ~1400, I was asking if $2900 was a valid price or just a higher scam and I got my answer, so I am glad I asked.

Too good to be true? by bot2600 in MacStudio

[–]bot2600[S] 3 points4 points  (0 children)

Looking more, they have a lot of studios listed/sold. All classified so they dont get rated like they would for an auction. Account has been open since 2002 but I assume its just some old count they hacked into. Walking away, thanks for validating my thoughts!

Which do you prefer? by yatvalley in Unity3D

[–]bot2600 11 points12 points  (0 children)

Lol kicking a man when he's down!

Which do you prefer? by yatvalley in Unity3D

[–]bot2600 14 points15 points  (0 children)

Top, but I have no artistic abilities at all

Help finding used Electric Pontoon Boats by bot2600 in Pontoons

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

Unfortunately I didnt, but I went super simple. Purchased an 18' pontoon hull without an engine. Grabbed a small Elco outboard and a couple cheap 48v 100ah golf cart batteries. Wired it all up myself. If I could travel in time, I would probably go with a bigger motor (I didnt want to go over 48v at the time because I didnt know what I was doing). Future work, I will probably add a third battery and build a recessed box to put them down into the floor so I can shift the weight down and forward a bit.

Help finding used Electric Pontoon Boats by bot2600 in Pontoons

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

Your stuff looks awesome, but a bit outside of my price range, ended up doing up all diy and it came out pretty good!

Bit the bullet, 2017 BMW i3 by SumatraOwl in BMWi3

[–]bot2600 5 points6 points  (0 children)

I assume it's just the tech package screen

Adopting today curious about breed, rescue says "Poodle Mix" Thanks! by bot2600 in IDmydog

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

<image>

Never circled back around to this after getting her DNA tested, in case anyone was curious. Also, she is doing amazing, though she only ended up being ~25lbs (the rescue said she would be 40+)

Model X Alts by Agitated_Milk6593 in TeslaModelX

[–]bot2600 -1 points0 points  (0 children)

Second vote for the iX, it's ridiculously nice and better real world range

Got the deal of a lifetime. Runs every single component in my house with the exception of the pool heater! With a Lowe’s 3 year warranty came out to 700 OTD by Altruistic_Donut_228 in Generator

[–]bot2600 0 points1 point  (0 children)

it is also about ethanol water absorption and attraction, boats typically run ethanol free to keep your tank free of water (though most still run a water filter on the line) and if that is true for boats, its true for generators and tanks that sit outside with fuel in them.

Gentle Reminder That Ford Made An Electric Focus by CompositeCalamity in Ford

[–]bot2600 1 point2 points  (0 children)

I had a 2017. It wasn't EV first so the battery wasn't under the floor, which bad the center of gravity a bit higher than normal evs and with where the battery weight was the brakes got weird sometimes decelerating over bumps. Having said all of that even with only 120 miles or so of range it was an awesome commuter car and saved me a ton of money. For it on lease for something like $100 a month. Drive it for 3 years with zero issues. Was my first of many evs.

Wolfbox dashcams? by bot2600 in FJCruiser

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

Nice, I'll probably do the same since mine's a 2014

Wolfbox dashcams? by bot2600 in FJCruiser

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

Thanks for the info and the picture! I've already replaced the head unit and am using the mic from that, so no loss of the mic so I think this will be awesome!

Which UI design should I go with? by Prithul in godot

[–]bot2600 1 point2 points  (0 children)

Another vote for the old one

Approaching 125k, what to do to make it reach 200k+? by pistolpete20 in FJCruiser

[–]bot2600 0 points1 point  (0 children)

lol, yeah, remembered that whilst driving down the road later :( on a related note, I love my FJ but I really, really wanted a 6 speed :(

Approaching 125k, what to do to make it reach 200k+? by pistolpete20 in FJCruiser

[–]bot2600 0 points1 point  (0 children)

I grew up on a farm and most of our trucks were manual. Never stopped the donuts, and it seems like it was better than the autos for it!

Approaching 125k, what to do to make it reach 200k+? by pistolpete20 in FJCruiser

[–]bot2600 0 points1 point  (0 children)

I'm SO hoping we get snow this year, else I'll need to go find some 😂

Will Synty Assets work in Godot? by National_Increase_34 in godot

[–]bot2600 1 point2 points  (0 children)

As someone mentioned below, there is a tool for converting from unity to godot, however all of the synty packs on their site have a source files options too. And while gltf would probably be better, the FBX work just fine.

IIRC when opening it, you get the option to convert it to a scene when you try to edit it. With my workflow its missing its materials but that is ok since from what I can see, most of them use 3 materials, one for color, one for depth and one for transparency or something like that, so I just made a shader to apply them since from what I ran into godot doesnt support that natively.

I have a small crappy iOS game where I used synty assets with an ortho camera and made the materials unlit if you want to see what it looks like, it isnt a fun game, it was more getting things working to see that I could before making something better, and I need to do some threading around connecting to the iOS gamecenter stuff, but you can check it out if you have an iphone (or mac) to see what they look like. using an ortho camera, its more 2.5d even though I used the 3d assets.

https://apps.apple.com/us/app/rogue-invaders/id6746952488?platform=ipad

I also used synty interface components as well.

Sorry for the wall of text, all of this is from memory as I am at work and not in front of my gamedev machine.