
u/Fastpast93

I know this drama is ancient, but what are y'alls overall opinions on the Bacon Guy situation?
I'll just go ahead and sum it up objectively.
Bacon Guy stated he will be skipping the movie "Nimona", his reasoning summed up as not wanting to support childrens content with LGTBQ themes. He said he did similar for Gravity Falls, Strange World, Lightyear, and a couple more.
Getting a gift from someone and being asked to pay for it is not a gift, even if they assumed you wanted it
My brother just got me a train whistle without me asking for it and expected me to pay for it. He said it’s a basic form of respect for getting a gift.
Can we stop the stigma with age gaps
My god if the relationship is healthy then who gives a fuck if they’re over some arbitrary age gap. I would care less if a 17 and 20 year old dated than if a 25 year old was manipulating another 25 year old.
People who have made simulated computers, do you do 1 or 2 byte-words?
I usually do 8 but I am trying making a system using all 16 bit words because I think that 255 being the biggest number (511 with carry) is limiting. 65,536 is way more roomy.
ScrapComputers mod doesn't work properly
-- Gets called every tick.
function onUpdate( deltaTime )
`if keyboard.isPressed() then`
`print("Hi There!")`
`end`
end
That's the code I used above. It returnsERROR: /Main.lua:9: attempt to index a nil value
----- Lua Error Traceback -----
`[LBI]: ...d45906ae4dc6/Scripts/Computer/LuaVM/LBI.lua:913:`
`[LuaVM]: /Main.lua:9:`
A keyboard is connected. Anyone know the issue? Please let me know,
Help me
I can't make a piston engine no matter how hard I try, I feel like I've tried everything. How do you learn to make one? (I don't mean a step by step guide I mean being able to build it from intuition)
One small step for farmbot
One giant leap for scrapkind
First warehouse run of the playthrough! (I forgot to put away my paint tool reddit)
(Bottom Right) The handbook is outdated
I don't think the handbook is being used anyway, but I thought I'd mention it.
I just think you should be able to add them without that.
I will have a main base to park my vehicles, and I’ll have a scout, mining, freighter and logging vehicle. The freighter will be able to choose from a tanker (for water, chemicals and oil) or a fruit trailer. I will then create a “nomad” vehicle with a crafting chain, bed, cookbot, dressbot and defenses! I don’t know if the nomad vehicle should instead be a trailer or not, but I’ll figure it out as I go.
I want to make a nice base in survival but also be able to setup camp in different areas. Do you usually make a mobile base on wheels that you can bring around, or just make a normal base setup? Do you think it’s a good or bad idea for me to make a mobile base?
1: Welcome to Paradise (total eargasm)
2: F.O.D (I think it’s a really good thrill)
3: In the End (A good progression)
4: Basket Case (Same as the last)
5: Longview (Relatable lyrics)
6: She (Same as 3)
7: When I Come Around (Overall good)
8: Burnout (Overall good)
9: Coming Clean
10: Having a Blast
10: Chump
11: Emenius Sleepius
12: Sassafras Roots
Right click scrap mechanic in your steam game list, then go to manage, then browse local files. Then go to Survival, Scripts, and then game. In here, look for SurvivalGame.lua. Open it with a text or code editor and go to the line that says if self.sv.saved.data and self.sv.saved.data.dev then (usually line 55) and add " or true " to look like this:
then create a new survival world and type in "/unlimited" to get an unlimited inventory.
If you want to revert it back to normal, just remove " or true "