Skip to content

Commit cbcbb4a

Browse files
committed
Create updating-your-assests.mdx
1 parent 2df8608 commit cbcbb4a

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

pages/updating-your-assests.mdx

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: it-scripts - Updating your assets
3+
description: General guide on how to update your assets
4+
---
5+
6+
import { Steps } from 'nextra/components'
7+
import { Callout } from '@components/Callout';
8+
import ExternLink from '@components/ExternLink'
9+
import { IconBrandDiscord } from '@tabler/icons-react'
10+
11+
# Updating your assets
12+
13+
<Callout type="info">
14+
When updating your assets, make sure to always replace the `fxmanifest.lua` file
15+
and if the script is from github also replace the `version` file
16+
to make sure the version checker works properly.
17+
</Callout>
18+
19+
## Staying Updated
20+
Join our Discord community to access changelogs. These logs provide details about recent updates, fixes, and new features for your assets.
21+
22+
<ExternLink
23+
href="https://discord.gg/invite/dRfAPVBM82"
24+
icon={<IconBrandDiscord />}
25+
manualTitle="Discord | Join our community"
26+
manualDescript="Join our community to stay updated with the latest changes and improvements."
27+
/>
28+
29+
## Avoiding update errors
30+
If you experience errors after updating, it’s often better to re-download and replace the entire asset.
31+
Remember to make a backup of your old files before doing this, as partial updates or incorrectly applied patches can break multiple parts of the asset.
32+
33+
<Steps>
34+
### Full Replacement
35+
If errors occur after an update, it’s best to **re-download and replace the entire asset** rather than attempting partial updates.
36+
37+
### Backup Your Files
38+
Always make a backup of your old files before replacing them. This ensures you can revert to a working version if needed.
39+
</Steps>
40+
41+
## Where to find updates
42+
In our Discord community, you can find all changelogs and download patches as needed.
43+
Simply log in to Keymaster and re-download the updated version of the asset or get it from GitHub.
44+
45+
<Steps>
46+
### Discord Community
47+
Join our [**Discord**](https://discord.it-scripts.com) community to access changelogs and download patches as needed.
48+
49+
### Keymaster
50+
Log in to [**Keymaster**](https://portal.cfx.re/assets/granted-assets?page=1&sort=asset.updated_at&direction=asc) and re-download the updated version of the asset.
51+
52+
### GitHub
53+
Download the updated version of the asset from [**GitHub**](https://github.it-scripts.com).
54+
</Steps>

0 commit comments

Comments
 (0)