File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
3
3
# Create project
4
4
project (vpkedit
5
5
DESCRIPTION "A CLI/GUI tool to create, read, and write several pack file formats."
6
- VERSION "4.4.1 "
6
+ VERSION "4.4.2 "
7
7
HOMEPAGE_URL "https://github.com/craftablescience/VPKEdit" )
8
8
set (CMAKE_CXX_STANDARD 20)
9
9
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ Please read [this file](https://github.com/craftablescience/VPKEdit/blob/main/IN
65
65
- Source 1 DMX files (particles, SFM sessions, etc.)
66
66
- Create pack files of any version from scratch or an existing folder
67
67
- Add and remove files and folders from writable pack files
68
+ - Directly edit text files within writable pack files
68
69
- Extract files and folders from readable pack files
69
70
- Switch version of existing VPKs
70
71
- Native Linux compatibility
You can’t perform that action at this time.
0 commit comments