mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-25 15:55:59 +00:00
Minor tidying and updating
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# Pokémon Essentials
|
||||
|
||||
Based on Essentials v20.1.
|
||||
Based on Essentials v21.
|
||||
|
||||
You can build your fangame on top of a fork of this repository. Doing so will let you update your fangame with improvements made to this repo as soon as they are made.
|
||||
|
||||
## Usage
|
||||
|
||||
1. Fork this repo.
|
||||
2. Get a copy of Essentials v20.1 (a download link cannot be provided here).
|
||||
3. Clone your forked repo into the Essentials v20.1 folder, replacing the existing files with the ones from the repo.
|
||||
2. Get a copy of Essentials v21 (a download link cannot be provided here).
|
||||
3. Clone your forked repo into the Essentials v21 folder, replacing the existing files with the ones from the repo.
|
||||
|
||||
From here, you can edit this project to turn it into your fangame/develop mods. When this repo is updated, you can pull the changes to update your fork and get the updates into your fangame/modding environment.
|
||||
|
||||
@@ -37,5 +37,6 @@ The .gitignore file lists the files that will not be included in this repo. Thes
|
||||
* Everything in the Data/ folder, except for:
|
||||
* The Data/Scripts/ folder and everything in there.
|
||||
* Scripts.rxdata (a special version that just loads the individual script files).
|
||||
* messages_core.dat, which contains common messages and is useful for translation projects.
|
||||
* A few files in the main project folder (two of the Game.xxx files, and the RGSS dll file).
|
||||
* Temporary files.
|
||||
|
||||
Reference in New Issue
Block a user