docs: research on Argentum Online map editor ecosystem (fixes #14) - #115
Open
ghzhost wants to merge 1 commit into
Open
docs: research on Argentum Online map editor ecosystem (fixes #14)#115ghzhost wants to merge 1 commit into
ghzhost wants to merge 1 commit into
Conversation
…coindefi#14) Investigate how ao-org/worldeditor, lambdaclass/argentum and ao-libre/ao-cliente handle map editing. Produces a comparative document covering: - File formats and compatibility with OpenAO terrain.json - Editor architecture and real-time/collaborative capabilities - Known bugs and lessons learned - Recommendation on import from official format - Confirmation that no project has in-browser or live editing
CI failed: Integration tests failed due to a missing `npcs.json` game data file needed by NPC loading routines.Overview1 test failure pattern found across 1 analyzed log, caused by a missing required JSON file during test execution. FailuresMissing
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Research document comparing how existing Argentum Online projects handle map editing, as requested in #14.
What's included
.inf), lambdaclass (JSON), ao-libre (C# binary.csmap) vs OpenAOterrain.jsonKey findings
terrain.json— a converter would be < 50 linesFile
docs/investigacion-editores-mapas-argentum.mdCloses #14