Simon Charest
Simon Charest
This would be the greatest thing ever! :D But yeah, it's something hard to implement, synchronicity and all. The gaming mechanics would need to be split between server and client....
Diablo 1 has a zoom feature when pressing the "Z" button. It wasn't very useful because the resolution was very low and the zoom was too close. Although, in Flare,...
How about an update feature added to the main menu? It could download the newest files, close the game (as needed), launch a update.exe app then relaunch the game. One...
There should be Powers hotkeys as in Diablo 1: https://www.diablowiki.net/Diablo_I_Manual#The_Speedbook_and_Spell_Hotkeys The hotkeys would actually assign a Power to the right mouse button instead of using it directly. This minimizes the...
Replace: $UserCredential = Get-Credential Connect-ExchangeOnline -Credential $UserCredential ... by this: Connect-ExchangeOnline And add this, at the end: Disconnect-ExchangeOnline -Confirm:$false Related issue: https://github.com/jrentenaar/Office-365-Extractor/issues/9