Small tool that validates data for the IW4 game engine
Go to file
2024-06-10 20:31:08 +02:00
.github/workflows feat: print warning for invalid gametypes 2024-06-10 20:31:08 +02:00
src feat: print warning for invalid gametypes 2024-06-10 20:31:08 +02:00
.gitignore init 2023-06-05 13:53:35 +02:00
Dockerfile build: add Dockerfile 2024-03-22 11:46:26 +01:00
LICENSE init 2023-06-05 13:53:35 +02:00
premake5.lua build: update workflow 2024-02-19 22:41:32 +01:00
README.md build: add Dockerfile 2024-03-22 11:46:26 +01:00

license build

AlterWare: iw4-validator

You may use this tool to validate "client effects" GSC files for the IW4 engine and files containing data from sv_mapRotation dvar.

Build

  • Install Premake5 and add it to your system PATH
  • Clone this repository using Git
  • Update the submodules using git submodule update --init --recursive
  • Run Premake with either of these two options premake5 vs2022 (Windows) or premake5 gmake2 (Linux/macOS)

Command line arguments

  • -createfx
    • Parses a "create fx" file
      • Do not include a trailing backslash in the path
  • -map-rotation
    • Parses a "map rotation" file
      • Do not include a trailing backslash in the path