bfme2-modding-utils

所属分类:GIS/地图编程
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2023-08-07 07:46:13
上 传 者sh-1993
说明:  一个库,提供读取和写入某些EA文件格式的函数。,
(A library that provides functions to read and write some of the EA file formats.,)

文件列表:
.editorconfig (222, 2023-12-18)
.releaserc.json (813, 2023-12-18)
LICENSE (1065, 2023-12-18)
big/ (0, 2023-12-18)
big/pom.xml (1674, 2023-12-18)
big/src/ (0, 2023-12-18)
big/src/main/ (0, 2023-12-18)
big/src/main/kotlin/ (0, 2023-12-18)
big/src/main/kotlin/de/ (0, 2023-12-18)
big/src/main/kotlin/de/darkatra/ (0, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/ (0, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/big/ (0, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/big/BigArchive.kt (5996, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/big/BigArchiveEntry.kt (957, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/big/BigArchiveEntryInputStream.kt (597, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/big/BigArchiveEntryOutputStream.kt (433, 2023-12-18)
big/src/main/kotlin/de/darkatra/bfme2/big/BigArchiveVersion.kt (85, 2023-12-18)
big/src/test/ (0, 2023-12-18)
big/src/test/kotlin/ (0, 2023-12-18)
big/src/test/kotlin/de/ (0, 2023-12-18)
big/src/test/kotlin/de/darkatra/ (0, 2023-12-18)
big/src/test/kotlin/de/darkatra/bfme2/ (0, 2023-12-18)
big/src/test/kotlin/de/darkatra/bfme2/big/ (0, 2023-12-18)
big/src/test/kotlin/de/darkatra/bfme2/big/BigArchiveTest.kt (4089, 2023-12-18)
big/src/test/resources/ (0, 2023-12-18)
big/src/test/resources/test/ (0, 2023-12-18)
big/src/test/resources/test/hello.txt (592, 2023-12-18)
big/src/test/resources/test/multiple-files.big (681, 2023-12-18)
big/src/test/resources/test/world.txt (17, 2023-12-18)
core/ (0, 2023-12-18)
core/pom.xml (1406, 2023-12-18)
core/src/ (0, 2023-12-18)
... ...

[![Maven Package](https://github.com/DarkAtra/bfme2-modding-utils/workflows/Maven%20Package/badge.svg)](https://github.com/DarkAtra/bfme2-modding-utils/releases) # About This project provides functions to read and write some of EA's file formats, such as: - [BIG](https://github.com/TheAssemblyArmada/Thyme/wiki/BIG-File-Format) - [RefPack](http://wiki.niotso.org/RefPack#Bitstream_specification) - Map ## Build Clone the project: ``` git clone git@github.com:DarkAtra/bfme2-modding-utils.git ``` Build the project using the following command: ``` mvn clean install ``` **Thanks to the [OpenSage Team](https://github.com/OpenSAGE/OpenSAGE) for providing a reference implementation for most of these formats.** ## Examples * [Reading maps](./map/src/test/kotlin/de/darkatra/bfme2/map/serialization/MapFileReaderTest.kt) * [Writing maps](./map/src/test/kotlin/de/darkatra/bfme2/map/serialization/MapFileWriterTest.kt) * [Editing camera settings for all maps](https://github.com/DarkAtra/bfme2-patcher/blob/main/map-builder/src/main/kotlin/de/darkatra/patcher/mapbuilder/MapBuilderApplication.kt) * [Extracting files from a big archive](https://github.com/DarkAtra/bfme2-patcher/blob/main/mod-builder/src/main/kotlin/de/darkatra/patcher/modbuilder/ModBaselineExtractorApplication.kt) * [Creating new big archives](https://github.com/DarkAtra/bfme2-patcher/blob/main/mod-builder/src/main/kotlin/de/darkatra/patcher/modbuilder/ModBuilderApplication.kt)

近期下载者

相关文件


收藏者