Skip to content
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 "File Converter" Editor to IGDE #4

Open
LordOfDragons opened this issue Jun 20, 2020 · 1 comment
Open

Add "File Converter" Editor to IGDE #4

LordOfDragons opened this issue Jun 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@LordOfDragons
Copy link
Owner

By adding new file format modules it might be desirable for users to work in versatile but less optimal formats (like FBX, complex loading, large files) converting to higher performance formats (like demodel, fast loading, small files).

All file loading modules are required to also support writing (although not all can yet). Doing file conversation is thus simply a matter of writing files to a different filename in C++.

To help with this process adding a file converter would be useful. This avoids the need to compile against libdragengine.so to do file conversation. The editor should support two modes in the first version:

  1. Convert a single file to a different file name which can be anywhere (precise conversion)

  2. Convert all files matching file extension in a directory to a specified format. The target filename is the source filename with the extension switched to the desired format. (bulk conversion)

@LordOfDragons LordOfDragons added the enhancement New feature or request label Jun 20, 2020
@LordOfDragons LordOfDragons self-assigned this Jun 20, 2020
@LordOfDragons
Copy link
Owner Author

Idea from Deadlytoad: Allow models (for example *.fbx) to be converted not only into another model (like .demodel) but also into navigation spaces (.denavspace). This would allow developers to use whatever 3D application they want to use, export to FBX and convert the FBX to a navigation space. Needs a way to assign navigation space type numbers (aka unsigned short) to model textures (which are named). Could be a little dialog for example with a list of model textures and the type number to assign. More is not required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant