Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Just a quick update to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckG0ose committed Jul 27, 2023
1 parent adde399 commit 8198053
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@

When your performance fails you, we come in clutch. Coming with 20+ tweaks to boost your pc performance both inside and outside of games.

## There is still not an installer nor is the script compiled.

## WARNING
I don't take responsibility for any damage done to your system.




## Demo

Insert gif or link to demo
![Image](images/Image1.png)


## Features
Expand All @@ -40,13 +35,14 @@ If you have an questions or issues I would love to help you. Email me at visualv

## Installation

It comes in a .exe file that you launch. A command prompt will pop up and will guide you trough the installation.
To use the program use run Frontier.exe
If you need to install it either use `$ git clone https://github.com/VisualDeVenture/Frontier` and then run Frontier.exe or use the installer contained in [Github Releases](https://github.com/VisualDeVenture/Frontier/releases)

### TO DO
- [ ] Make an installer
- [ ] Make a functioning restore point system
- [ ] Make a compiled version
- [ ] Make a version checking feature
- [x] Make a compiled version
- [x] Make a version checking feature
- [x] Add timer resolution


5 changes: 2 additions & 3 deletions TimerResolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
def onstartup(batch_file_path):
batch_code = """@echo off
start "" "C:\\PathToTool\\TimerTool.exe" -t 0.5 -minimized
exit
"""
exit"""
with open(batch_file_path, 'w') as file:
file.write(batch_code)

Expand All @@ -25,7 +24,7 @@ def timerresolution(start):
if start:
onstartup()
else:
os.system("Frontier.exe -t 0.5 -minimized")
os.system("Timerres.exe -t 0.5 -minimized")


def timerr():
Expand Down
Binary file added images/Image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8198053

Please sign in to comment.