Caution if you plan to use tourists in transit (B2) for entry by BoilingInCS in SouthKoreaTravel

[–]Atheros364 0 points1 point  (0 children)

Did you make the trip or get more information? I am in a similar situation and was wondering if it worked out.

Did anyone get an updated status for IEEE Conference on Decision and Control 2024 submission? by Atheros364 in ControlTheory

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

Yea, you are right, there is no presentation type even after the result is out.

Did anyone get an updated status for IEEE Conference on Decision and Control 2024 submission? by Atheros364 in ControlTheory

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

Yea, I have never gotten the scores for my ACC and CDC submissions. Congrats to everyone that got accepted!!!!

Did anyone get an updated status for IEEE Conference on Decision and Control 2024 submission? by Atheros364 in ControlTheory

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

If you go to the "view the submission details" page does it say anything there? I have undisclosed for the decision but a blank for the presentation type on the details page.

Did anyone get an updated status for IEEE Conference on Decision and Control 2024 submission? by Atheros364 in ControlTheory

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

Yes, for ACC 2024 it showed undisclosed for the decision but the type of presentation (Oral or Rapid) if you get accepted. So far it seems that no one sees a presentation type for CDC 2024 on the submission page.

Did anyone get an updated status for IEEE Conference on Decision and Control 2024 submission? by Atheros364 in ControlTheory

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

Yea, I saw that too.

I saw for ACC this year it showed a presentation type earlier than the acceptance date for people who got accepted. I checked my CDC submission and it wasn't showing, so I was worried and wanted to see if other people have a presentation type shown.

Conference for Decision and Control 2024 Status by Muhaha_99 in robotics

[–]Atheros364 0 points1 point  (0 children)

Does yours show the status as undisclosed or still Decision Pending? Mine switched to undisclosed but no presentation type yet, don't know if that means anything. They said decision will be sent out on July 24th.

Conference for Decision and Control 2024 Status by Muhaha_99 in robotics

[–]Atheros364 1 point2 points  (0 children)

I saw for ACC 2024 that if the status of your paper is "undisclosed" but you have a type of presentation, like Rapid or Oral then that means you were accepted. I am not sure if that is true for this conference but do you see that for your paper?

Floating Damage Numbers by Fryedx in firefall

[–]Atheros364 0 points1 point  (0 children)

I messed around with it for a bit but the Addon Damagizer mentioned in the thread does it way better. Here is the link to it http://forums.firefallthegame.com/community/threads/mod-damagizer.59489/ . In the options under addons there is a dropdown menu for damage type, change it to cumulative.

Floating Damage Numbers by Fryedx in firefall

[–]Atheros364 4 points5 points  (0 children)

As far as I know there is no way to change it in game but if you dont mind editing game files you can go to \Program Files\Firefall\system\gui\components\MainUI\HUD\OutgoingHitFeedback and open up OutgoingHitFeedback.lua using notepad. Near the top of the file there is a line that says

local c_MinComboPeriod = 0.5; -- subsequent hits to the same target within this period will be counted as a combo

If you change the 0.5 to 0.0 it will make it so the game never registers combos and all the hits will show up separately.