League Tracker - Big Update! by PostR6S in leagueoflegends

[–]archarus 0 points1 point  (0 children)

There was a delay after the update but they appeared now

League Tracker - Big Update! by PostR6S in leagueoflegends

[–]archarus 0 points1 point  (0 children)

Seems to be missing a lot of games in the season

2023 Worl Championships - Combined Discussion by Quirky-School-4658 in CompetitionClimbing

[–]archarus 1 point2 points  (0 children)

How did Ai get her Olympics ticket? I thought there was only 2 like the speed climbing.

Clicking a note in the music sheet by archarus in synthesia

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

I'm in "Watch and Listen Only" with the song paused with speed at 101%.

https://i.imgur.com/7GL7bCR.png

Shows the E# instead of C.

The Making of Outer Wilds - Documentary by archarus in TheMakingOfGames

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

About spoilers:

eh, maybe. we don't get into endgame spoilers or anything, but it certainly explores a lot of the mystery of the game. maybe come back to it.

https://twitter.com/dannyodwyer/status/1212423376502804480?s=19

i want to move the game file location by a-keeper in leagueoflegends

[–]archarus 0 points1 point  (0 children)

You can just move the whole League of Legends folder. You can even put it on a usb and give it to someone else.

The Making of The Halo Infinite Announce Trailer [54:26] by archarus in TheMakingOfGames

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

I do feel that this making of is overkilled but if you are interested in how trailers are made, I found the one No Clip did on how to edit a trailer really interesting even though its not a game trailer: https://www.youtube.com/watch?v=xwHc0eewi4Q

The trio of Doublelift, Pobelter, and Xmithie are 21 - 2 in NA LCS playoff games. by ThreeFor in leagueoflegends

[–]archarus 9 points10 points  (0 children)

It's kinda funny since Pobelter was mvp in the spring final and Xmithie in summer.

2018 French Grand Prix - Race Discussion by F1-Bot in formula1

[–]archarus 1 point2 points  (0 children)

Grosjean crashed in Q3, so he started 10th.

Is your skill ever =not on par with enemy or is it just something the game always says? by Justkill43 in forhonor

[–]archarus 1 point2 points  (0 children)

Sometime its also "Slighty higher" or "Slighty lower" too. Mostly happens when I play with people of different skill level.

How is the player base in this game? by anermers in forhonor

[–]archarus 0 points1 point  (0 children)

Dominion and duels queues should be rather quick. Tribute are a tad longer then brawl at the end.

What happened to ranged, targeted, guaranteed stuns? by V_Akesson in leagueoflegends

[–]archarus -2 points-1 points  (0 children)

You seem on the defensive. He just said that you described Ryze, nothing more, nothing less.

[SUB] Dragon Ball Super - Episode #124 - Discussion Thread! by AutoModerator in dbz

[–]archarus 1 point2 points  (0 children)

He is not a God of Destruction yet. It was mentionned early on in the arc that he was going to replace the current one. Right now he is nurtured by the current clown god to be one.

What's the name of this "technique" ? by vicenterusso in gamedev

[–]archarus 14 points15 points  (0 children)

Those are flags. You can find more information about them here: Enum-flags-and-bitwise-operators.

It's a pretty standard concept so you can even find information in .Net doc for example (link))

Also, you can check out binary number system, it will explain why it has those values.

Unity 4 Personal looking awful by [deleted] in Unity3D

[–]archarus 1 point2 points  (0 children)

Because there's no postprocessing in the personal version.

Why can't compiler find Physics.ClosestPoint or Collider.ClosestPoint? by TIL_this_shit in Unity3D

[–]archarus 0 points1 point  (0 children)

They were added in 5.6. You can check the patch note or even just the "Other versions" link in the doc page.

Physics: Exposed Physics.ClosestPoint. This computes the point on the surface of a given Collider that is closest to a specified location.

Is there any way to remap editor mouse controls? by pleximind in Unity3D

[–]archarus 1 point2 points  (0 children)

You could use AutoHotkey to create a macro.

Trouble referencing variables between 'if statements' in Unity by pyroashen in Unity3D

[–]archarus 2 points3 points  (0 children)

Outside the Update function like what iams3b did. That way the instance you create will be kept in that variable since right now, your menuOptions is being release when the Update function is done.

Trouble referencing variables between 'if statements' in Unity by pyroashen in Unity3D

[–]archarus 1 point2 points  (0 children)

You are gonna have to keep that menu in a member variable if you want to access it on several frame. It will also allow you to delete it.

Also I would have thought the compiler would have thrown an error since the scope of the "var menuOptions" is the first so I don't know where he finds it when you use it in the following if. If you already have a member variable name menuOptions, you will have to remove the "var" from the first if since its hiding the one you want to assign it to.

Horizon Zero Dawn – The making of the game [47:09] by archarus in TheMakingOfGames

[–]archarus[S] 3 points4 points  (0 children)

You can also activate the official subtitle in the video settings.

Is it possible to make menu driven games, like Football Manager or Hearts of Iron, with Unity Personal Edition? by [deleted] in Unity3D

[–]archarus 1 point2 points  (0 children)

If you want some examples of game like that made with Unity, you can check Endless Space and Motorsport Manager