u/Fastpast93

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.

reddit.com
u/Fastpast93 — 2 days ago

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.

reddit.com
u/Fastpast93 — 3 days ago

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 returns
ERROR: /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,

reddit.com
u/Fastpast93 — 10 days ago

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.

reddit.com
u/Fastpast93 — 13 days ago

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?

reddit.com
u/Fastpast93 — 14 days ago

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

reddit.com
u/Fastpast93 — 15 days ago

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:

https://preview.redd.it/g5buzq0jp7zg1.png?width=546&format=png&auto=webp&s=bf0501834192e3665a2f72a128ad2789396b1892

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 "

reddit.com
u/Fastpast93 — 15 days ago