craftablescience / craftablescience/VPKEdit
[GUI] Replace lump in S1 BSP with lump from LMP file
Open
@craftablescience is already working on this.
Since Sep 9, 2024.
enhancement
- Dominant language
- C++
- Stars
- 746
- Forks
- 56
- Avg merge
- 5d 16h
- Merged PRs (30d)
- 2
Description
Describe Your Suggestion
You mentioned on Discord that the backend supports this, but there isn't a GUI (or CLI) method for doing this yet.
Looking at lumpfileheader_t, it seems S1 LMP files store what lump they replace, so the only error checking I can think would be necessary would be making sure lumpLength is correct (if the value found at that position isn't, it probably is an IdTech LMP instead).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.