Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 committed May 11, 2024
2 parents 340d0f0 + ad54520 commit 7245695
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: ynot_
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# qbx_photomode
# y_photomode
A simple photo mode, basically a freecam (limited distance) with DOF settings.

Default keybind is F5, configurable ofc.

By default you can only go 25 GTA units (basically meters?) away from your character but it's also configurable.

![image](https://github.com/TonybynMp4/qbx_photomode/assets/97451137/4b1120c2-244f-46c5-83fa-1c3004fbf405)
![image](https://github.com/TonybynMp4/y_photomode/assets/97451137/4b1120c2-244f-46c5-83fa-1c3004fbf405)

## Dependencies

Expand All @@ -14,4 +14,4 @@ By default you can only go 25 GTA units (basically meters?) away from your chara

## Installation
1. Download the script and put it in your resources folder.
2. Add `ensure qbx_photomode` to your server.cfg
2. Add `ensure y_photomode` to your server.cfg
6 changes: 3 additions & 3 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ game 'gta5'

author 'Tonybyn_Mp4'
description 'Photo mode for the Qbox Framework'
repository 'https://github.com/TonybynMp4/qbx_photomode'
version '1.0.1'
repository 'https://github.com/TonybynMp4/y_photomode'
version '1.0.2'

ox_lib 'locale'

Expand All @@ -21,4 +21,4 @@ client_scripts {
}

lua54 'yes'
use_experimental_fxv2_oal 'yes'
use_experimental_fxv2_oal 'yes'
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>qbx_photomode</title>
<title>y_photomode</title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
Expand Down

0 comments on commit 7245695

Please sign in to comment.