-
Notifications
You must be signed in to change notification settings - Fork 218
Example: 2D Aim Down Sight 2
http://yvt.jp/files/programs/osppaks/pngsight-5.pak
This example shows how to emulate 2D aim down sight by modifying skin script files. Prior to 0.0.9, this kind of modification required you to modify the source code and recompile OpenSpades. Using the new scripting feature introduced in 0.0.9, recompilation is no longer needed.
This pak can be made complete by adding semi.png
, smg.png
and shotgun.png
, because the created pak would contain all of required scripts, sounds, images, and models. The created pak is unlikely to break in the future version of OpenSpades.
Note: sound files included in this pak are intended for testing purpose.
To try this, you need semi.png, smg.png, and shotgun.png from AoS 0.75, and OpenSpades 0.0.10 or later.
- Copy pngsight-5.pak into
Resources
. - Create
Gfx
directory inResources
. - Copy
semi.png
,smg.png
, andshotgun.png
into theGfx
directory.
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.