readme: Update to point to cngit
It's the canonical place I want the repo to be.
This commit is contained in:
parent
b74ca42d72
commit
73e16a8b72
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
@ -8,7 +8,7 @@ As per usual for lily, written in C++20.
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://git.crustywindo.ws/GameModding/EuropaTools.git
|
$ git clone https://git.computernewb.com/modeco80/EuropaTools.git
|
||||||
$ cd EuropaTools
|
$ cd EuropaTools
|
||||||
$ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
|
$ cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||||
$ cmake --build build -j $(nproc)
|
$ cmake --build build -j $(nproc)
|
||||||
|
@ -25,17 +25,14 @@ Structure documentation is seperately managed as a .hexpat in [/hexpat](https://
|
||||||
|
|
||||||
## The Tools
|
## The Tools
|
||||||
|
|
||||||
## `europa_pack_extractor`
|
### `Adam`
|
||||||
|
|
||||||
Staging tool to extract paks. Will be removed when eupak is ready.
|
Planned to be an open-source equlivant to the `Eve` mission authoring tool used in development of Europa based games.
|
||||||
|
|
||||||
### `pakcreate`
|
Feature set:
|
||||||
|
|
||||||
Staging tool to create paks.
|
- [] working opengl imgui sex
|
||||||
|
- ... ?
|
||||||
### `paktest`
|
|
||||||
|
|
||||||
A test tool to test building paks, used during development.
|
|
||||||
|
|
||||||
### `texdump`
|
### `texdump`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue