-
Notifications
You must be signed in to change notification settings - Fork 218
Mod Compatibility
Please edit this page if you found a mod that no longer works on a recent version of OpenSpades and believe it has to be supported by the compatibility package.
OpenSpades’ mod system is designed with compatibility in mind. However, there are multiple known instances where weapon mods created for an older version of OpenSpades cease to work properly. Most of them can be ascribed to the following reasons:
- The mod includes a script file referencing the
.wav
files that no longer exist in the current version of OpenSpades because they were replaced (#491) with.opus
in a recent version. (e.g., #632) - The mod does not include a script file and as a result got broken when the default script file included with OpenSpades was updated.
Although employing work-arounds is not an especially hard task for proficient users, it would be quite a burden for most end-users to find the solution and carry it out. Therefore, it would be nice if we provide a “compatibility pack” that allows users to use those mods without having to struggle with script files.
- Mods requiring changes to the source code are not supported. Do not add them here.
- There must be at least one working OpenSpades version for every mod in this list.
- Mods which are not properly packaged (that is, installing them requires more complex operation than simply copying
.pak
or.zip
to theResources
folder) are not accepted. (Allowing such mods here would deny the whole purpose of the compatibility package.) - Sound-only mods are currently not accepted.
- Non-weapon mods are not accepted. Their paths are hard-coded to the program and cannot be changed.
- Example: 2D Aim Down Sight 2 — no data
- Example: 2D Aim Down Sight 3 — compatible with 0.1.2 and 0.2.0
- Example: Reflex Sight - broken in 0.1.0 (#632) due to the audio format change
- Example: Reflex Sight 2 - no data
- Example: Reflex Sight 3 - no data
- Example: 2D Aim Down Sight — no data
- Add here
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.