-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README + non-existent files don't cause crash
- Loading branch information
1 parent
e11f2df
commit 30be227
Showing
3 changed files
with
31 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
*.obj | ||
*.dds | ||
.vscode | ||
.vs | ||
*/bin | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Lunacy Level Editor | ||
|
||
Level editor for the Ratchet and Clank PS3 games along with the Resistance series | ||
|
||
## Building | ||
|
||
* cd into the directory with Lunacy.sln | ||
* Run `dotnet build` | ||
|
||
## Running | ||
|
||
* Run `Lunacy.exe <path to folder>`, where the folder contains either the main.dat file or the assetlookup.dat file | ||
* Controls are as such: | ||
* hold right click + move mouse to look around | ||
* wasd to move, shift to move faster | ||
* p shows the names of all objects that the mouse is hovering over | ||
* select an object in either the regions or zones windows to teleport to that object |