-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# EFSAdvent | ||
A level editor for the Nintendo GameCube game Four Swords Adventures. | ||
A level editor for the Nintendo GameCube game Four Swords Adventures. | ||
This branch is an unoficial update based on the [source code](https://bitbucket.org/jaytheham/efsadvent/src/main/) of Jay(theHam) Harland. | ||
|
||
## Main Changes | ||
- A bunch of bug fixes. | ||
- Start room is highlighted and loaded when a level is opened. | ||
- Different views of the actor variables. | ||
- Allows the copying and pasting of actor data via clipboard. | ||
- Simple adding and deleting of rooms. | ||
- Import rooms and actors from other levels. | ||
- Preview which tiles will be changed by PNPC and PNP2 actors. | ||
- Detailed documentation for a significant number of actors. | ||
|
||
## Goals | ||
Fully document all actor variables and their behavior. | ||
|
||
## Preview | ||
![grafik](https://github.com/user-attachments/assets/a5c24ac9-2eb2-49de-888c-218d9402205b) |