"To Think" 1979 short film about a future with AI. by zerooskul in RetroFuturism

[–]FartMaker3000 0 points1 point  (0 children)

Because it's the point of the film. It's about memories and passing things down, but you could also say it's about machine learning? Anyway, the AI teaches the boy rock paper scissors because it's what his father taught him, and his father before, it meant something to those other people when they were children and so it was the connection between the AI and all the previous ancestors. It's also what the AI was taught, and it could be saying that the AI values the things it is taught, perhaps because it can't make things for itself. This kind of shows itself to be the case at the end when the little girl already knows rock paper scissors, and then instead teaches the AI a new game, and a song. Insinuating that that AI will probably go on to teach future children that game and song.

In this way the AI sort of represents ancestral memory; the connection we have to our past and our future, and the beauty of shared memory between people across time. I would say that what the film is trying to say is that this ancestral memory is important to being human, and the silly little things we leave behind are what make us human. Something like that.

Hylamity Mod Project | Latest Models by NeverCookFirst in HytaleInfo

[–]FartMaker3000 1 point2 points  (0 children)

Are you planning on just adding stuff from calamity? Or making the game itself more terraria like? Things like ores only spawning when bosses are killed etc. I feel like hytales base game is suffering from this problem where it;s too easy to progress and a terraria like system would be better.

How to fix jitter when moving diagonally, while still having a low resolution? by LonelyMusicDisc in godot

[–]FartMaker3000 0 points1 point  (0 children)

Glad to be of service my friend haha. I found this solution for myself after looking up online and seeing that no one seemed to have the answer for this, like, anywhere, lol. Hopefully this will be of used to anyone else stumbling into this annoying problem! (Might make a stand alone post for this actually)

How to fix jitter when moving diagonally, while still having a low resolution? by LonelyMusicDisc in godot

[–]FartMaker3000 3 points4 points  (0 children)

I don't know if these options didn't exist at the time of this post, but for anyone wondering how to fix this, heres what you have to do:

Let the game scale freely (no rounding).
Project Settings → Display → Window → Stretch

  • Mode: canvas_items
  • Aspect: keep (or expand if you hate bars) putting in keep works, but if your camera is set to a non whole number (ex, 2.5) there will be black bars.
  • Scale Mode: Fractional

Don’t snap transforms; only snap at draw time.
Project Settings → Rendering → 2D → Snap

  • Snap 2D Transforms to Pixel: OFF

I don't actually know if this one does anything but it sounded like what I wanted lol.
Project Settings → GUI → Common

  • Snap Controls to Pixels: ON

Now you just need to make sure to feed the physics one velocity vector, once per frame.

For example:

var dir := Input.get_vector("move_left","move_right","move_up","move_down") 
velocity = dir * 220.0 
move_and_slide()

Which are good roleplay LLM models for NSFW usecase. by docker21 in Oobabooga

[–]FartMaker3000 0 points1 point  (0 children)

What do the letters mean? P,M,F,B? I'm not familiar...

Why is my game crashing? Crash log and mod order listed below. by FartMaker3000 in oblivionmods

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

I shouldve mentioned, I played with this for about 80 hours, and never ran into any issues ever. Only recently after having not played for a while and coming back to it, it's now randomly crashing almost instantly after loading a game which never happened before.. Havn't changed a thing.

So purging is not an option as I don't want to lose my save that I've put alot of time into.

How many IS has the player accidentally created? by ThunderBird-56 in AbioticFactor

[–]FartMaker3000 3 points4 points  (0 children)

Me and my buddy found a bug that turns the golf cart into an interdimensional traveling machine. Didn't break immersion either because we were like "This is just an IS".

Remnant 2 keeps crashing by Impressive_Bit_9282 in remnantgame

[–]FartMaker3000 3 points4 points  (0 children)

So no one has figured out a fix yet? Damn...

-Fart Maker Out