.SMX 文件扩展名
SmartMusic XML File
| 开发者 | MakeMusic |
| 受欢迎程度 |
3.1 | 8 票 |
什么是 SMX 文件?
Music file used by SmartMusic, a music practice application for band, orchestra, and voice; similar to a .XML file; contains XML formatted music notation data referenced by SmartMusic when users practice vocal or instrumental takes.
可打开或引用 SMX 文件的程序
SourceMod Plug-in
| 开发者 | SourceMod Dev Team |
| 受欢迎程度 |
2.0 | 1 票 |
An SMX file is a plug-in used by SourceMod, an add-on for Valve Counter-Strike: Global Offensive, Team Fortress 2, and other multiplayer Source Engine games. Modders use SMX files to add features to a game. Modders can create their own SMX files by writing SourcePawn scripts (.SP files) and compiling then, or they can download pre-existing SMX files from the internet.
更多信息
The Source Engine is a 3D game engine that Valve used to develop Half-Life 2, Counter-Strike: Global Offensive, Team Fortress 2, Garry's Mod, and many other popular games. SourceMod is an add-on for Source Engine games, which allows players to customize their multiplayer game servers using various plug-ins, saved as SMX files.
Each SMX file contains scripts written in the SourcePawn scripting language, which modders developed specifically for use with SourceMod and Source Engine games. However, these scripts are compiled, so you cannot just open the SMX file to view them. Instead, you must decompile the SMX file, using one of many available SMX decompilers.
注: Typically, modders compile SourcePawn scripts into SMX files with the online SourceMod Plug-in Compiler.
如何打开 SMX 文件
To use an SMX file with SourceMod, you must install SourceMod on your local machine or remote server and then place the SMX file in the following directory:
~/[YourGameModFolder]/addons/sourcemod/plugins
For instructions on how to install SourceMod, click here.
If you want to decompile an SMX file, so you can view the SourcePawn script it contains, you can do so using Lysis Decompiler. Note, however, that Lysis Decompiler often cannot completely decompile SMX files, so some of the decompiled file's contents may not be human-readable. Despite this, Lysis Decompiler is still the best tool for decompiling an SMX file.