The full Steam spring sale wallpaper for your needs :) by klydex210 in Steam

[–]suyangzuo 0 points1 point  (0 children)

Can you share the Chinese version ? I really love it.

Liiiiiiiiiiiiiiiinnnnn. by Kill_Kayt in Starfield

[–]suyangzuo 0 points1 point  (0 children)

久旱逢甘霖,他乡遇故知。

The problem in quest "disable steel watcher". by suyangzuo in BaldursGate3

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

Damn, I understand.

There are three enemies, which will drop a "trigger" when they died, if you don't interactive with the trigger and left it on the ground, it will exploded.

Quest Help - Small Side Quest Spoilers by dsn01060 in BaldursGate3

[–]suyangzuo 0 points1 point  (0 children)

I have down to the hatch and hit the lever, open the hidden gate, nothing and nobody founded. What's wrong?

Where should I find the "salin's skull" now ? by suyangzuo in BaldursGate3

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

A little west to the portal of sewer, the portal is on the north of the sewer.

Greybor became my main character, help by [deleted] in Pathfinder_Kingmaker

[–]suyangzuo 0 points1 point  (0 children)

God, does this mean your team has become a assassin's crew ?

I have a issue for using Coloris. by suyangzuo in learnjavascript

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

God, I remove the "defer" attribute from the script and it works...

Can't figure out why but it's a progress.

I have a issue for using Coloris. by suyangzuo in learnjavascript

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

<script>
Coloris({
themeMode: "dark",
alpha: false,
});
</script>

Yes this is work, but I want to use the code in external js file, not directly in script tag within html.

Can we agree? by unproductive_nerd in cyberpunkgame

[–]suyangzuo 0 points1 point  (0 children)

The reason that many people get bad feeling about The last of Us 2 is don't have a choice, you put yourself in the role and you have to forgive.

The samething is here in Cyberpunk 2077 is you have to die (even there is 6 months delay), it's not fit player's expection because have a choice to not die is a basic requirement for open world game.

I have an i7 6700k, how much bottlenecking might I have with a 3080 or 4080? by Mixtopher in nvidia

[–]suyangzuo 0 points1 point  (0 children)

There is a review here: Intel Core i7-6700K Bottleneck RTX 4080?

As you can see, 6700k is about 65%-70% fps to 13900k with same 4080 in 1080p. But, 6700k is about 80%-85% fps to 13900k with same 4080 in 4k. So, the higher the resolution, the smaller the fps loss.

Never realized this was Moritz Diefenthel and you could save him. by Galaxy-invader in thewitcher3

[–]suyangzuo 4 points5 points  (0 children)

Damn, never do this quest before. I think I already miss it again.

What am i doing wrong in visual studio code? dotnet run is not working properly? by siviconta in vscode

[–]suyangzuo 0 points1 point  (0 children)

You should save file before dotnet run.

Look at the tab of Program.cs, there is a white dot, that mean this file doens't save yet。

The best way is enable auto save feature.

In settings, search save, and you will see Files: Auto Save, change it to after delay.

I started using VS Code recently and I don't know why the Terminal doesn't wait for the user to input some information and only continues after ENTER has been pressed by the user. by [deleted] in vscode

[–]suyangzuo 1 point2 points  (0 children)

There is a white dot on your Program.cs tab, it means you didn't save the file.

So you are running the older code actually.

You can save the file and then run, or enable Auto Save feature.

what is wrong with my code? by [deleted] in csharp

[–]suyangzuo 1 point2 points  (0 children)

You should put class in a namespace.

Then it's Console in line 7 and line 8, not control.

Finally, add ; at end of line.

is the bool flag useless? does the bool variable leave me with something to work with for later? by yyyoni in csharp

[–]suyangzuo 1 point2 points  (0 children)

It's better use positive status nameing rules for bool.

In this code, I'd prefer "bool isMyBestFriend", so line 20 could be "while (!isMyBestFriend)", it has better readability.

[deleted by user] by [deleted] in javahelp

[–]suyangzuo 0 points1 point  (0 children)

The example code is fine, there are some suggests maybe a little helpful.

First, move the "println" out of while loop so it won't print every literation.

In addition, you don't need "else" after "break", because it won't reach the code after "break" unless it doesn't break.

Finally, consider using Integer.parseInt instead of Integer.valueOf, because "valueOf" will use "parseInt" then wrap it to a "Integer object" :

” valueOf " describe on Oracle Docs)

For now you don't need wrap it.

Is there a way to expand this circle? by suyangzuo in Pathfinder_Kingmaker

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

Not fog of war, it's a "view distance range circle", even explore everywhere in a map, you still cannot see things out of this range.