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

Map loading and editing #3

Open
6 tasks
Pyogenics opened this issue Jan 22, 2023 · 2 comments
Open
6 tasks

Map loading and editing #3

Pyogenics opened this issue Jan 22, 2023 · 2 comments
Assignees
Labels
Initial feature Base features to go into the final release

Comments

@Pyogenics
Copy link
Owner

Pyogenics commented Jan 22, 2023

  • File parsing
  • Interaction with world
  • Export function
  • v1.0 maps
  • v2.0 v3.0 maps
  • json format maps?
@Pyogenics Pyogenics added the Initial feature Base features to go into the final release label Jan 22, 2023
@Pyogenics Pyogenics self-assigned this Jan 22, 2023
@Pyogenics Pyogenics pinned this issue Jan 22, 2023
@Pyogenics
Copy link
Owner Author

Pyogenics commented Jan 23, 2023

Format reference -
V1.0

<map>
<static-geometry>
    <prop library-name="" group-name="" name="">
    <position>
        <x></x>
        <y></y>
        <z></z>
    </position>
    <rotation>
        <z></z>
    </rotation>
    <texture-name></texture-name>
    </prop>
</static-geometry>
<collision-geometry>

</collision-geometry>
</map>

@Pyogenics
Copy link
Owner Author

Working on extracting map data out of xml and into a nice object format. This will allow ease of use and conversion between map xml and json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Initial feature Base features to go into the final release
Projects
None yet
Development

No branches or pull requests

1 participant