.SPM Bestandsextensie
SuperTuxKart 3D Model
| Ontwikkelaar | SuperTuxKart Team |
| Populariteit |
4.2 | 9 Stemmen |
Wat is een SPM-bestand?
An SPM file is a 3D model used by SuperTuxKart, a free, open-source kart racing game. It contains a collection of polygons, known as a mesh, that serves as the skeleton of an in-game object, such as a kart or racetrack. SPM files are typically paired with .XML files and .PNG files, which SuperTuxKart uses to apply textures to the SPM file.
Meer informatie
SuperTuxKart is a kart racing game available for Windows, macOS, Linux, Android, and the Nintendo Switch. Because SuperTuxKart is an open-source project, players can download, examine, and modify the game's source code. Among other things, SuperTuxKart's source code contains 3D models used to show karts, racetracks, and other objects in-game. These models are saved as SPM files.
SPM files comprise only a portion of an in-game object. To show a finalized object, SPM files are combined with PNG files that contain textures (or skins) and XML files that detail how SuperTuxKart applies those textures. If a player wants to modify a SuperTuxKart object's appearance (e.g. they want to add larger wheels to a kart), they can do so by opening and editing the object's SPM and PNG files (and if necessary, its XML file).
Een SPM-bestand openen
You can open an SPM file in Blender (cross-platform) with the stk-blender add-on (cross-platform) installed. The stk-blender add-on allows SuperTuxKart modders to import SPM files into Blender and export models from Blender in the SPM format.
Programma's die SPM-bestanden openen of ernaar verwijzen
Salt Package Manager Formula Package
| Ontwikkelaar | SaltStack |
| Populariteit |
3.0 | 9 Stemmen |
An SPM file is a package created by Salt Package Manager (SPM), a program used to package Salt formulas to distribute them to Salt masters. It is a compressed folder that contains a collection of pillar, jinja, and state files that make up a formula. SPM files can be used for various purposes, such as setting up users or permissions or configuring and starting a service.
Meer informatie
To build an SPM package organize the formula files in a folder on the build system, create a FORMULA file (stores metadata used by SPM) in the root of the package folder, and run spm build <folder name>. The package is built in the /srv/spm_build folder.
Salt is a configuration management system that is used to maintain remote nodes in defined states. It can also be used as a distributed remote execution system to execute commands and search data on remote nodes. A Salt master is a server that acts as a central control bus for the minions, which are clients.