Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CTR-tools/CTR-LevEdit
Unity-based editor for Crash Team Racing (PS1) levels
https://github.com/CTR-tools/CTR-LevEdit
crash-bandicoot crash-team-racing editor modding unity
Last synced: 3 months ago
JSON representation
Unity-based editor for Crash Team Racing (PS1) levels
- Host: GitHub
- URL: https://github.com/CTR-tools/CTR-LevEdit
- Owner: CTR-tools
- License: gpl-2.0
- Created: 2021-02-22T20:02:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T19:32:00.000Z (about 3 years ago)
- Last Synced: 2024-04-21T11:50:47.357Z (7 months ago)
- Topics: crash-bandicoot, crash-team-racing, editor, modding, unity
- Language: C#
- Homepage: https://discord.gg/WHkuh2n
- Size: 142 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTR-LevEdit
[![GPLv2 License](https://img.shields.io/badge/License-GPL%20v2-green.svg)](https://opensource.org/licenses/GPL-2.0)
[![Discord Chat](https://img.shields.io/discord/527135227546435584.svg)](https://discord.gg/56xm9Aj)An extension of DCxDemo's CTR-Tools. Attempting to follow CTR-Viewers updates.
This is only a .lev-editor for CTR on PS1. For other tools please check CTR-Tools: https://github.com/DCxDemo/CTR-tools/
Join the CTR-tools Discord server: https://discord.gg/whkuh2n
## Running from source
1. Install required Unity version if you don't have one already (see project dependencies below)
2. Download full repo folder and save anywhere on your computer
3. Open CTR-LevEdit\Assets folder and copy data.lev and data.vrm files you wish to load
4. Open CTR-LevEdit folder as project in Unity
5. Enable Level prefab (select on the left side, find checkbox on the right side)
6. Run the game execution (play button in the middle)## Building
Currently no builds available. Use Unity Editor to edit the levels. If someone is interested to contribute to the repository just poke us on CTR-tools Discord ServerProject dependencies:
Unity 2019.3.7f1CTR-tools by
2016-2021, DCxDemoCTR-LevEdit by
2021, branch and DCxDemo