All Projects → ZoneTool → zonetool

ZoneTool / zonetool

Licence: GPL-3.0 License
zonetool, a fastfile linker for various Call of Duty titles.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to zonetool

piw5 bot warfare
The Bot Warfare mod for PlutoniumIW5
Stars: ✭ 57 (-41.84%)
Mutual labels:  cod, mw3, call-of-duty, plutonium, callofduty, plutoniumiw5, iw5
iw6x-client
Modification for IW6
Stars: ✭ 178 (+81.63%)
Mutual labels:  cod, call-of-duty, callofduty
CallofDuty.py
Asynchronous, object-oriented Python wrapper for the Call of Duty API.
Stars: ✭ 86 (-12.24%)
Mutual labels:  cod, call-of-duty, callofduty
CoD-SCZ-FoV-Changer
A non-multiplayer field of view changer for various Call of Duty games which also works for online co-op.
Stars: ✭ 48 (-51.02%)
Mutual labels:  mw2, cod, mw3
cod-api
A thin Call of Duty API wrapper written in TypeScript
Stars: ✭ 40 (-59.18%)
Mutual labels:  cod, call-of-duty, callofduty
open-iw5
Experimental MW3 singleplayer & multiplayer client
Stars: ✭ 59 (-39.8%)
Mutual labels:  cod, mw3, call-of-duty
iw3xo-radiant
IW3xRadiant :: A Call of Duty 4 Radiant Modification built to be used with IW3xo
Stars: ✭ 54 (-44.9%)
Mutual labels:  cod4, iw3
CoD-PunkBuster-Files
Archive of latest PunkBuster files for Call of Duty games
Stars: ✭ 30 (-69.39%)
Mutual labels:  cod, cod4
Nerf-Gun-Call-of-Duty-Warzone-Controller
DIY Call of Duty Warzone controller built using a nerf gun powered by the Raspberry Pi 4.
Stars: ✭ 18 (-81.63%)
Mutual labels:  cod, call-of-duty
FCommunity
multi Checkers (Hma/Hulu/Spotify/Call of duty/Instagram/smtp2go/VyprVpn) in One Tool Named FCommunity
Stars: ✭ 26 (-73.47%)
Mutual labels:  cod, call-of-duty
Hyde
Call of Duty XAsset compiler that transforms raw assets into digestible data.
Stars: ✭ 15 (-84.69%)
Mutual labels:  cod, call-of-duty
blender-cod
Blender Add-On for Call of Duty® modding
Stars: ✭ 53 (-45.92%)
Mutual labels:  cod, call-of-duty
Jekyll
Call of Duty XAsset exporter that dumps raw assets from a game's memory.
Stars: ✭ 29 (-70.41%)
Mutual labels:  cod, call-of-duty
gsclib
gsclib acts as a standard library extension for the Call of Duty 4 scripting language.
Stars: ✭ 32 (-67.35%)
Mutual labels:  cod4
Kronorium
The mystery of the Call of Duty: Zombies storyline, in an interactive book form!
Stars: ✭ 18 (-81.63%)
Mutual labels:  call-of-duty
scas
SirCmpwn's assembler (and linker)
Stars: ✭ 22 (-77.55%)
Mutual labels:  linker
Server-Creation-Tool
A Tool to easily create Server via SteamCMD
Stars: ✭ 33 (-66.33%)
Mutual labels:  callofduty
zwld
Experimental wasm linker
Stars: ✭ 37 (-62.24%)
Mutual labels:  linker
Small-C
Small-C Compiler, Assembler, Linker, and Library for 16-bit MS-DOS. Includes "YLink", an object file linker for MS-DOS executables.
Stars: ✭ 35 (-64.29%)
Mutual labels:  linker
Emma
Emma Memory and Mapfile Analyser
Stars: ✭ 21 (-78.57%)
Mutual labels:  linker

Build status license stars GitHub forks GitHub issues

Plutonium

zonetool

zonetool, a fastfile linker for various Call of Duty titles.

Folder structure

Call of Duty
| - zone_source
| - zonetool
| - zonetool.exe
| - zonetool.dll

Usage

Simply put the output DLL in your game directory and run zonetool.exe (For IW3, rename the DLL to zoneiw3.dll)

Commands

buildzone <zonename> - builds the specified zone.
loadzone <zonename> - loads the specified zone into memory.
dumpzone <zonename> - dumps all assets from the specified zone.

Supported asset types

The following asset types can be linked by ZoneTool:

Asset Type IW4 IW5
PhysPreset ✔️ ✔️
PhysCollmap ✔️ ✔️
XAnimParts ✔️ ✔️
XModelSurfs ✔️ ✔️
XModel ✔️ ✔️
Material ✔️ ✔️
PixelShader ✔️ ✔️
VertexShader ✔️ ✔️
VertexDecl ✔️ ✔️
Techset ✔️ ✔️
Image ✔️ ✔️
Sound ✔️ ✔️
SndCurve ✔️ ✔️
LoadedSound ✔️ ✔️
CollisionMap ✔️ ✔️
ComMap ✔️ ✔️
GlassMap ✔️ ✔️
MapEnts ✔️ ✔️
FxMap ✔️ ✔️
GfxMap ✔️ ✔️
Font ✔️ ✔️
MenuFile
Menu
Localize ✔️ ✔️
Attachment - ✔️
Weapon ✔️ ✔️
FxEffectDef ✔️ ✔️
ImpactFx
RawFile ✔️ ✔️
ScriptFile - ✔️
StringTable ✔️ ✔️
LeaderBoardDef ✔️ ✔️
StructuredDataDef ✔️ ✔️
Tracer ✔️ ✔️
Vehicle
AddonMapEnts

Supported assets for cross-engine porting

The following asset types can be ported across different games:

Asset Type Supported?
PhysPreset ✔️
PhysCollmap ✔️
XAnimParts ✔️
XModelSurfs ✔️
XModel ✔️
Material ✔️
PixelShader ✔️
VertexShader ✔️
VertexDecl ✔️
Techset ✔️
Image ✔️
Sound ✔️
SndCurve ✔️
LoadedSound ✔️
CollisionMap ✔️
ComMap ✔️
GlassMap ✔️
MapEnts ✔️
FxMap ✔️
GfxMap ✔️
Font
MenuFile
Menu
Localize ✔️
Attachment ✔️
Weapon ✔️
FxEffectDef ✔️
ImpactFx
RawFile ✔️
ScriptFile ✔️
StringTable ✔️
LeaderBoardDef
StructuredDataDef ✔️
Tracer ✔️
Vehicle
AddonMapEnts

Supported clients

ZoneTool generated fastfiles are compatible with the following clients:

  • IW4x (IW4 client)
  • Plutonium (IW5 client)
  • Oxygen (IW5 client)

Credits

Special thanks to the following people:

  • Laupetin
  • NTAuthority
  • momo5502
  • TheApadayo
  • localhost
  • X3RX35
  • homura
  • Sofika
  • Gamecheat13

Discord

Join our discord server at https://discord.gg/a6JM2Tv or https://discord.gg/plutonium

Donate

If you like my work, feel free to contribute!

bitcoin: 17YZtqKcFP4WiwMRZB5AE57QR4oa3fnFAM
eth: 0xf4f73463861eD8Ba72ac422B237c53B720c6608A

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].