Moritz Bender
Moritz Bender
Just to clarify some things: > I noticed this with the workflow File > Record Movie followed by Tools > TAStudio. I think it'd be preferable if they were initially...
Allowing `start from save[ram|state]` in TAStudio without having to jump through hoops is a long-standing TODO. Perhaps the way to do this would be to neither reload the rom nor...
> I think if we're talking about the TAStudio workflow, a `Create as tasproj` checkbox in `Record movie...` could work well. You can now create tasproj's directly by adding `.tasproj`...
You can see the required and optional parameters by running `./bnk-extract.exe --help`. To give some more information: You usually want to provide the `audio.wpk` and `events.bnk` file from some folder,...
Apparently discord has deprecated (and removed support for) some old transport encryption modes: https://discord.com/developers/docs/topics/voice-connections#transport-encryption-modes. It's now required to update the JDA dependency to get support for the new encryption modes:
I've tried to fix this and while doing so read into what the correct aspect ratio is, and apparently it depends on the video mode (H40 vs H32 at least,...
Yeah bkm importing is completely broken currently... To elaborate slightly: The bkm importing process relies on the *currently loaded* core to import the movie, or well, it did before that...
I can't reproduce this with a simple example zip containing only one entry. Logging the relevant paths on extract results in: ``` local application data: C:\WINDOWS\system32\config\systemprofile\AppData\Local destinationFileName: C:\WINDOWS\system32\config\systemprofile\AppData\Local\sharpcompress test\filename.test fullDestinationDirectoryPath:...
> This problem do not happen on each windows system. I got three environments and the problem only exist on one system. What makes you so sure that the string...
Something weird must be going on then because the only operations performed on the path are `Path.Combine` which doesn't even touch the paths and `Path.GetFullPath` which *should* generally also not...