Skip to content
kmsi edited this page Dec 2, 2017 · 6 revisions

Applying packaged mods

OpenSpades supports pak files, which consists of .pak or .zip. You can insert it directly into the Resources folder to apply.

How to judge the file if it's a pak files or not

pak files have a specific folder structure in it. You can open them with compression programs such as 7-Zip or Bandizip and see if they have such structure.

It should be like:

  • GFX \ .png
  • Models \ {Modelname} \ .kv6
  • Scripts \ Skin \ {Modelname} \ .as

{Modelname} can be SMG, Rifle, Shotgun, Grenade etc.

Image

Applying non-packaged mods

WIP