-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tools for designing stuff #1345
Comments
https://github.com/sanctuary/formats converts CEL/CL2 to PNG images, when we could use ImageMagick to convert to GIF. |
Hmm yeah I think PNG should suffice as long as we have a way to convert them to CEL. I'd just be curious to see it work with GIF for the kick of it, since we have some in the MPQ. Also your tool is what helped me learn the CEL formats! I'm taking a look now to see what we can do. Also regarding the dungeon editor I'd like to have something like what Technorbog does with an in-game realtime editor, even though they probably had something separate. |
|
Don't know if I still have the code. Perhaps @7i does? :)
👍 Indeed, using the Tiled map editor is definitely the way to go. |
Any other tools? |
The modding-tools repository has been created for the development of modding tools. Currently there exist a TMX to DUN map converter. |
So, now that devilution is nearly complete, we are missing a few tools that would've been present to help with making stuff. Possible tools to add:
There are already some existing tools for CEL stuff, but most of them are 10+ years old and didnt provide the source. I already have a working .txt -> .cpp converter, but it needs a bit of safe-proofing before it's good to go.
The text was updated successfully, but these errors were encountered: