build: use OAT to link my mod (#2)

This commit is contained in:
2024-03-02 16:12:51 +01:00
committed by GitHub
parent d38901012d
commit 7e57411eaa
20 changed files with 80 additions and 27 deletions

View File

@ -0,0 +1,25 @@
// Call Of Duty: Modern Warfare 3
>game,IW5
>name,mod
localize,mod
// Add custom gamemodes
rawfile,maps/mp/gametypes/_gametypes.txt
// Gamemode scripts
rawfile,maps/mp/gametypes/arena.gsc
rawfile,maps/mp/gametypes/gtnw.gsc
// Copied from war.recipe
rawfile,mp/recipes/arena.recipe
rawfile,mp/recipes/gtnw.recipe
// Maybe we don't need this
rawfile,mp/basemaps.arena
// UI Loc strings
rawfile,maps/mp/gametypes/arena.txt
rawfile,maps/mp/gametypes/gtnw.txt
rawfile,mod