Genshin Impact is a popular game. For some players who like to modify the game, Gitee (code cloud) can provide convenient and fast code hosting and version control services. In this article, we will introduce how to use Gitee to make Genshin Impact game modifications.
1. Create a Gitee account
First, we need to register an account on the Gitee official website. Registering an account requires providing information such as email, nickname, and password.
2. Create a new project
1. Log in to the Gitee official website, click the "plus" button in the upper right corner, and select "New Warehouse".
2. Fill in the project information, including project name, description, classification, etc., select "Private Warehouse" and set the project permission to "Personal".
3. Click the "Create Warehouse" button to successfully create a new project.
3. Upload Genshin Impact game files
1. Create a new folder on your local computer and name it "Genshin Impact Files".
2. Open the Genshin installation path (usually under the Program Files folder on the hard disk), find the "Genshin Impact Game" folder, and copy the folder to the "Genshin Files" folder.
3. Compress all the files in the "Genshin Impact Files" folder into a compressed package in .zip format.
4. Return to the Gitee official website upload interface, select "Upload File", and drag the .zip format file into the "File Upload Area".
5. After the upload is completed, refresh the page and you will be able to see the uploaded Genshin Impact game files.
4. Modify the game files and submit the changes
1. Create a new folder on the local computer and name it "mods".
2. Run the game and turn on the "Mod" switch in the game settings.
3. Download your favorite game software modifier from the Internet, such as "Cheat Engine", etc.
4. Open the game modifier, select the game code you want to modify, and modify it.
5. After the modification is completed, put the generated game modification file into the "mods" folder.
6. Select the project on Gitee, click "Upload Files", and upload all the files in the "mods" folder.
7. Fill in the content of this modification in the submission description and click the "Submit" button to complete the modification of the game file.
5. Use the ISSUE function to manage modifications
Gitee's ISSUE function can help us better manage and track the modification details of game files.
1. On the Gitee project homepage, select "ISSUE" and click the "New Issue" button.
2. Fill in the problem name and problem description and other information, and select the tags and projects related to the problem. Click the "Submit a new question" button.
3. In the ISSUE list, you can view submitted questions and leave comments and replies on the question details page.
4. When the problem is solved, you can select the "Close" button in the ISSUE to close the problem.
Summary
By using Gitee, we can quickly complete the modification, submission and management of game files. When using Gitee, you need to pay attention to protecting the privacy of your account information and modified files. At the same time, we also need to respect the intellectual property rights and copyrights of game developers and abide by relevant laws and regulations.
The above is the detailed content of How to use Gitee to modify the game of Genshin Impact. For more information, please follow other related articles on the PHP Chinese website!