fluffrabbit / paklist (public) (License: Unlicense (public domain)) (since 2021-05-21) (hash sha1)
List the contents of a Quake .pak file and check that list against an uncompiled folder of Quake assets
List of commits:
Subject Hash Author Date (UTC)
Move progs.dat up in the list ac1d448211efe4f0717136a3ae620cc0eed727bd fluffrabbit 2021-05-21 19:25:54
Add filechk tool 5e0fee8060fed5f90f9f53d11127b8973da7eae9 fluffrabbit 2021-05-21 19:20:28
Initial commit fab5784b4a252ef51ea1934e01c77a98ccaa9720 fluffrabbit 2021-05-21 18:35:55
Commit ac1d448211efe4f0717136a3ae620cc0eed727bd - Move progs.dat up in the list
Author: fluffrabbit
Author date (UTC): 2021-05-21 19:25
Committer name: fluffrabbit
Committer date (UTC): 2021-05-21 19:25
Parent(s): 5e0fee8060fed5f90f9f53d11127b8973da7eae9
Signer:
Signing key:
Signing status: N
Tree: b99d0e07803a7e3f3a44fabb02e5108ffdf2e0a8
File Lines added Lines deleted
pakfiles.txt 1 1
File pakfiles.txt changed (mode: 100644) (index e0cef01..df5f7f7)
... ... demo3.dem
5 5 end1.bin end1.bin
6 6 end2.bin end2.bin
7 7 gfx.wad gfx.wad
8 progs.dat
8 9 quake.rc quake.rc
9 10 gfx/bigbox.lmp gfx/bigbox.lmp
10 11 gfx/box_bl.lmp gfx/box_bl.lmp
 
... ... maps/e4m7.bsp
114 115 maps/e4m8.bsp maps/e4m8.bsp
115 116 maps/end.bsp maps/end.bsp
116 117 maps/start.bsp maps/start.bsp
117 progs.dat
118 118 progs/armor.mdl progs/armor.mdl
119 119 progs/b_g_key.mdl progs/b_g_key.mdl
120 120 progs/b_s_key.mdl progs/b_s_key.mdl
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/fluffrabbit/paklist

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/fluffrabbit/paklist

Clone this repository using git:
git clone git://git.rocketgit.com/user/fluffrabbit/paklist

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main