Tried yo play it yesterday but I didn’t recognized my dual sense controller.
Downloaded trough epic and added it to steam.
Started it with steam, without steam, with steam input enabled, with steam put disablet, with steam input enables and dualsense enabled in system settings.
It wouldt always display the m+k controls. After 20mins I gave up and said “if you don’t want to be played…”
WHAT THE FUCK??!!
So it seems that this will be it own thing. You play as preset heroes, the level change between sessions and has a focus on coop.
I think nightreign is to elden ring what legends mode was to ghost of Tsushima.
A good move in my opinion. With the mangas they showed that they are not scared to make something non-canon.
I often had the thought that they should make a PvP arena standalone. You can choose from all the skills and weapons and such from across the games and balance for that and focus on netcode.
Nope I was just referencing the interview with Joe Biden where he said “the important thing is that I gave it my best. This is what this is about.”
No dude, that isn’t the point what so ever.
Where I read here that changing the engine “would be better, but that is not the point”.
Yes dude that is the point.
For me the parallel was that people could improve the process but don’t because of ego/comfort/not understanding the problem.
Wasn’t a jab at Biden just an association on my part.
Open terminal > cd (command to change directory) into the directory where the code is that you want to compile > then run the compiler
In rust I would CD into the directory that I have written my code in. Let’s say user/rust/projects/example1 with the command:
cd user/rust/projects/example1
Now every command I type will be executed on that directory. The tool I use is called “cargo” the command to compile is “build”.
So with that information I type:
cargo build
While being in user/rust/projects/example1 and when I did everything right my Programm will compile and the result of that can be found in a folder in that project. Something like:
user/rust/projects/example1/build/prod
Hope that helps to give a overview of how the process is supposed to go when everything works without a problem.
People gave Starfield shit for all of the loading screens during travel. Now OP is complaining about them finding ways to make it more immersive. The gaming community is ridiculous.
xD great you used the word “community” so what?
You are saying that “people” said one thing then “OP” said something different and that makes the gaming community ridiculous?
And after pointing out that this makes no sense because you still treat it as two different opinions coming from the same entity, you counter with “thats why I used the word community.”? That makes even less sense xD
The irony telling me to pay more attention.
You are ridiculous :D Lay of the weed maybe then you can formulate a cohesive thought.
Thanks for the laugh :D
Compiling means that you take code then run that code trough a program that checks if the code works like intended. After that it will put out a binary/exe/whatever that you can work with further.
From wiki:
In computing, a compiler is a computer program that translates computer code written in one programming language into another language. The name “compiler” is primarily used for programs that translate source code from a high-level programming language to a low-level programming language to create an executable program. There are many different types of compilers which produce output in different useful forms.
How do I use it?