LastExceed

Results 8 comments of LastExceed

workaround: open the installer with winrar and extract the files manually

i think changing https://github.com/goatcorp/Dalamud/blob/ca3dea5aa281b218342fef4b3d28627dabb452b6/Dalamud/Game/Gui/GameGui.cs#L230 to ```csharp screenPos = new Vector2(pCoords.X / Math.Abs(pCoords.Z), pCoords.Y / Math.Abs(pCoords.Z)); ``` is all thats needed to fix the bug can't check myself unfortunately as i...

For this to work the game would have to re-evaluate ARR and SDF (in that order) for every block the tetromino moves. I don't know the performance implications of this...

also DND, RP, Looking to Meld, Looking for Party, and queue

in the meantime you can use flip camera (default keybind is V i think)

the goal is to make as much language agnostic information accessible as possible. The client can always choose to selectively ignore stuff. E.g. if you don't want variable declarations to...

sry for the delay. added tests and rebased the branch