Skip to content

Commit

Permalink
Updated build number to Build 73
Browse files Browse the repository at this point in the history
  • Loading branch information
BradF-99 committed Jun 29, 2019
1 parent 315ea6e commit 3d1ec22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private void ControllerWorker_RunWorkerCompleted(object sender, RunWorkerComplet

private void BtnCredits_Click(object sender, EventArgs e)
{
MessageBox.Show("v1.53 (Build 53) - compiled on 2019/06/29.\n\n" +
MessageBox.Show("v1.73 (Build 53) - compiled on 2019/06/29.\n\n" +
"Developers: BradF-99 & Assasindie\n" +
"Testers: joco & charlco\n" +
"Thank you to the testers, as well as " +
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.53.0.0")]
[assembly: AssemblyFileVersion("1.53.0.0")]
[assembly: AssemblyVersion("1.73.0.0")]
[assembly: AssemblyFileVersion("1.73.0.0")]
[assembly: NeutralResourcesLanguage("en")]

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# GTAPanicButton

![A screenshot of the program.](https://repository-images.githubusercontent.com/192721589/1cd26e00-984c-11e9-8191-5364e34804e1)
![A screenshot of the program.](https://repository-images.githubusercontent.com/192721589/8194ff00-9abe-11e9-9f4b-4a26b351285e)

[**Watch a video of the program in action here!**](https://youtu.be/Q3I0QNe0F00)

This program allows you to put yourself in your own GTA:O online lobby by suspending the game process for 10 seconds. This is particularly useful if some *skid hacker* is setting *everyone on fire with their mods* or if you just want some peace and quiet. Your friends will be able to join the session, but other people may join at random due to the match-making algorithm - and of course we can't fix this.

You can also close the game and all of its processes immediately, in case you take a **massive L** and don't want to save your progress, for example - if you are trying to complete a heist without dying or something.

The key shortcuts work in game (tested in windowed and fullscreen mode with Windows 10).
The key annd controller shortcuts work in game (tested in windowed and fullscreen mode with Windows 10).

This isn't a cheat / hack / menu etc. as it never injects itself in to the game nor does it modify the game in any way. It simply tells the computer to suspend the threads and then resume them. This program **does not** affect any other players as it only drops you from the session.

Expand All @@ -33,7 +33,8 @@ Make sure you have downloaded the latest version of the .NET Framework [which yo
Any builds from this Github releases are confirmed virus-free. You can see this with the VirusTotal scans I add to every release. Your anti-virus suite is probably flagging it as it doesn't have a code signature. No need to worry. Just whitelist it and move on. If you are still worried, the code is right here - see for yourself.

* *My controller isn't detected by the program!*
Make sure your controller is connected before the program is started. At this stage, the program does not continously scan for a controller, it only checks if a controller is connected during initialisation. Make sure your controller is XInput compatible, and make sure it works in-game before opening an issue. Xbox 360 / Xbox One variant controllers should work fine, and Dualshock 4 should work fine using DS4Windows - I wrote and debugged the controller code using this setup.
Check the status in the Settings menu. If the status shows your controller is not connected, try restarting the program. Also, try unticking the controller support box, saving the settings, then rechecking it and saving again. This makes the program recheck for your controller.
Make sure your controller is XInput compatible, and make sure it works in-game before opening an issue. Xbox 360 / Xbox One variant controllers should work fine, and Dualshock 4 should work fine using DS4Windows - I wrote and debugged the controller code using this setup.

If your problem isn't on this list, or if the solution listed doesn't work, please open a GitHub issue.

Expand All @@ -49,11 +50,10 @@ Thank you to the following people!

## Features that I might implement or might not

See [this project](https://github.com/BradF-99/GTAPanicButton/projects/1) for stuff I'm working on.
See [this kanban board](https://github.com/BradF-99/GTAPanicButton/projects/1) for stuff I'm working on.

Here are some other things I might work on:
* *A nicer interface* - I don't know how to improve on perfection but I can certainly try!
* *Settings Window* - keeps all settings in one centralised location!
* *Changeable key shortcuts* - pick your own button combos!
* *Apple HomeKit / Amazon Alexa / Google Home Integration* (not really)

Expand Down

0 comments on commit 3d1ec22

Please sign in to comment.