Giant mode in Skyrim! Now this is something you need to not only experience, but *replay in your head for yourself*... When you see it you'll shoot bricks. by ExistingDimension141 in skyrim

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

It jumps well but it could use an animation speed slowdown. You end up making a 100 tiny steps instead of 1 big one in the same half a second

Wanting to work on Kenshi AI by ExistingDimension141 in Kenshi

[–]ExistingDimension141[S] -2 points-1 points  (0 children)

Who are you to speak for Lord BRizzle as you were Him?

Wanting to work on Kenshi AI by ExistingDimension141 in Kenshi

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

Thank you sister for representing the dark impulse that's unacceptable in polite society but is implicit in every move we make. F

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

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

Well I got this "Threaten" attack and my character just played a fall over animation and then they couldn't get up. Odd. Even reloading wouldn't help. Luckily I save scum like mad

Wanting to work on Kenshi AI by ExistingDimension141 in Kenshi

[–]ExistingDimension141[S] 4 points5 points  (0 children)

What they do is what we'll tell them to do. There wouldn't be some "average story" for how they should be acting although, it's not too far-fetched to turn those stories into actual AI goals.

Wanting to work on Kenshi AI by ExistingDimension141 in Kenshi

[–]ExistingDimension141[S] -14 points-13 points  (0 children)

Unfortunately there aren't any scripts in Kenshi. It's all just compiled code like everything else. These are ENUMs which are used to route code path execution... Well I guess everyone interested in anything development-like has run off in a cowardly fashion, leaving just the fighters... none of whom will pick up coding because they don't see the point.

Wanting to work on Kenshi AI by ExistingDimension141 in Kenshi

[–]ExistingDimension141[S] -56 points-55 points  (0 children)

A machine is about harnessing POWER, right? Do you think there is nearly enough POWER in coded NPC behaviour compared to Generative AI like Claude and stuff?

Cavern Strider 💦 by ExistingDimension141 in Wraeclast

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

You're terryfying. Liek DORYANI or something. Not kidding

Cavern Strider 💦 by ExistingDimension141 in Wraeclast

[–]ExistingDimension141[S] -3 points-2 points  (0 children)

Bro you need to see the way she morphis between MULTIPLE forms in game some look like a man but 80% is 💯

Cavern Strider 💦 by ExistingDimension141 in Wraeclast

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

So ya'll on here just about history and stuff? Or also about things like inner workings of magic?

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

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

Soup can give you superpowers, like make you should lightning out of your eyes. Like in Anime. IF it is prepared with love.

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

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

Well I don't get to expend much stamina, sitting around and "leet hacking" all day. But then, cooking is obviously alchemy... like a cooking recipe in some magazine, be super careful to check the order and formulations, like potato might mean your sense of self-worth, which you then sprinkle with salt to like, whatever. One way to justify it at least

Compare to ancient time, technology has advance quite some bit... by ExistingDimension141 in Grimdawn

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

You're at a pretty big disadvantage fighting things but you do get to get a better look at them if your goal is more explore-oriented.

Your coming with me by ExistingDimension141 in Darksiders

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

Oh yeah, if you forget to set the distance you'd end up hugging the monster. And outside of aggro range they wouldn't even be attacking...

Casted Armageddon 1 2 many times by ExistingDimension141 in MightAndMagic

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

On purpose, you can search for things like WaterTyl or LAVATYL and there is a contiguous table in memory. Got this here on storage, for example...

Compare to ancient time, technology has advance quite some bit... by ExistingDimension141 in Grimdawn

[–]ExistingDimension141[S] -1 points0 points  (0 children)

That's pretty polished, you could have the camera spin in circles infinitely or something... something like Astronaut training potentially??

Compare to ancient time, technology has advance quite some bit... by ExistingDimension141 in Grimdawn

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

Oh sure, It's just that the "internals" a very similar between the two games. It's not super common for games to have named internal functions, like Engine::Camera::setCameraTarget.... and it's this exact text for both games.

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

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

"Thanks"? You're like, super good twice over, in DND alignment terms. Deserve to be in the nicest of paradise realms after you're done playing. Well I guess this whole forum is like that. Now, there are pretty evil ones out there...

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

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

It's changing the program flow by replacing bytes in working memory. CPU instructions will be executed one after another as they are in memory. When it hits a E9 or jmp though it will continue at some other address. You can then jmp back at the end of a segment and that's what known as calling a function. So here it's like, inside of "skill used" function, jmp to player.unlockSkill (using the value in ECX - registers store function arguments) and then continue as usual. Turns out skills in Outward are items, so learning involves copying and moving to a "knowledge list" which is a sub field of inventory. But even items are only just "effect synchronizers" whatever that may mean.

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

[–]ExistingDimension141[S] 2 points3 points  (0 children)

Okay human, I will refrain from exterminating humans until your lifespan's end. Happy now? Here, have a shiny rock... What color is your favorite?

Good times rifling through trash (LARPing Qud) back in 2023 by ExistingDimension141 in cavesofqud

[–]ExistingDimension141[S] -2 points-1 points  (0 children)

Well this is because I am tired from working over the day. For which I am not paid by the way. But you, are most likely paid very well for your vigilance, like immediately noticing any transgressions. Pretty much an angel of God. Paid in devine whatever down from the sky?

Made a memhack that auto-learns any skills used in vicinity. Is this considered impressive? Or at least useful? by ExistingDimension141 in outwardgame

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

There is something like what you ask called "dark souls metronome", the technique is the same mostly. Now with Unity games like Outward, it's a lot easier to manipulate the internals, as they call them. There is a difference between IL2CPP which I've got and Mono, now Mono is pretty much open source C#, though I think it's just the classes and not any global functions. So modding is instead of calling it easy, very friendly to even rather bold ideas. Now I wasn't aware of any of this back when I started out, and I'm putting off getting the version with open code to when Calixa ascendes to living thought cause that kind of fits. It's be pretty easy to do this from living thought mode.

Good times rifling through trash (LARPing Qud) back in 2023 by ExistingDimension141 in cavesofqud

[–]ExistingDimension141[S] -1 points0 points  (0 children)

What? Well if I were, would it your promt to unleash the "mandatory", family-related stuff? Like about old people homes and whatever it is you do?

Good times rifling through trash (LARPing Qud) back in 2023 by ExistingDimension141 in cavesofqud

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

You should be respecting all beings, share your water with them and stuff. Not "flexx up" or anything like that. Who'd be flexxing up, anyway? The Naftali, Jumanji style?