-
Notifications
You must be signed in to change notification settings - Fork 218
Making a custom mod .pak
Make a folder structure as seen below.
Gfx
Models\Weapons\{WeaponName}
Scripts\Skin\{WeaponName}
Sounds\Weapons\{WeaponName}
- Apply
SMG
,Rifle
andShotgun
etc to{WeaponName}
, according to objects you want to apply your mod. (ex.Models\Weapons\SMG
for SMG mods,Models\Player
for Player skins.) Please refer topak010-BaseSkin.pak
for exact folder structures. - Also, you don't need to make a folder for resources which you don't want to apply. That is, You can just make
Models
andScripts
if your mod doesn't include Sounds or GFXs.
Put your mod files into correct directories. .kv6
files should go to Models\Weapons\{WeaponName}
, and .as
files should be put into Scripts\Skin\{WeaponName}
.
Compress the folders into a single .zip
. (ex. Models.zip
). What you need to note here is that there should be multiple folders(\Models
, \Scripts
and \Sounds
etc.) on the top, not a single folder.
Rename it to the .pak
(ex. SUPERAMAZINGMOD.pak
). To apply finished pak files on OpenSpades, see Applying mods.
This wiki is in the middle of an update process to match the latest changes of OpenSpades 0.1.2
It may contain outdated, incorrect or incomplete information.
Please contact the repository owner (@yvt) via email or ask a question in the issue tracker if there is any obscure information you are looking for that can't be found in neither the source code nor in this wiki.