mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,14 +1,14 @@
|
||||
# Pok<EFBFBD>mon Essentials
|
||||
# Pokémon Essentials
|
||||
|
||||
Based on Essentials v18.1.
|
||||
Based on Essentials v19.
|
||||
|
||||
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 v18.1 (a download link cannot be provided here).
|
||||
3. Clone your forked repo into the Essentials v18.1 folder, replacing the existing files with the ones from the repo.
|
||||
2. Get a copy of Essentials v19 (a download link cannot be provided here).
|
||||
3. Clone your forked repo into the Essentials v19 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.
|
||||
|
||||
@@ -33,7 +33,7 @@ You will need Ruby installed to run these scripts. The intention is to replace t
|
||||
|
||||
The .gitignore file lists the files that will not be included in this repo. These are:
|
||||
|
||||
* The Audio/ and Graphics/ folders and everything in them.
|
||||
* The Audio/, Graphics/ and Plugins/ folders and everything in them.
|
||||
* 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).
|
||||
|
||||
Reference in New Issue
Block a user