.mod File Extension
File Type 1Amiga Music Module File
Developer | N/A |
Category | Audio files |
File Format | N/A |
.MOD Type 1
Standard music module format recognized by most audio tracking programs; may be created by FastTracker, StarTrekker, Noise Tracker, or another MOD creation program.
MOD files contain note patterns (much like a MIDI file) as well as sound samples used for different instruments. The sound samples are assigned to different tracks within the module and are played back according to the notes in the score.
Programs that open MOD files
Windows |
|
Linux |
|
Macintosh |
|
File Type 2Camcorder Recorded Video File
Developer | JVC |
Category | Video files |
File Format | Binary |
.MOD Type 2
Video file captured with a JVC EVERIO digital camcorder, such as the EVERIO GZ-MC100, MG130, MG7230, and MG630, or with Canon FS and Panasonic D-Snap SD-card camcorders; uses MPEG2 compression for video and MPEG-1 Audio Layer II compression for the audio track.
MOD files can be opened and exported to a different video file format using the software included with the digital camcorder.
Linux |
|
Macintosh |
|
File Type 3Fortran Module File
Developer | N/A |
Category | Developer files |
File Format | N/A |
.MOD Type 3
Compiled program file written in the Fortran programming language; created for each module declaration within the Fortran source code; groups related procedures and data together in a single file, which can be referenced other program units.
Fortran MOD files are "intermediate" files and are not meant to be opened manually. However, they may be referenced by Fortran compilers, such as those listed below.
Windows |
|
Linux |
|
Macintosh |
|
File Type 4GRUB Module
Developer | The GNU Project |
Category | System files |
File Format | N/A |
.MOD Type 4
Software module used by GRUB (GRand Unified Bootloader), a boot loader used for loading multiple operating systems; stores a GRUB module and is loaded by GRUB 2 dynamically only if needed for the particular boot process.
GRUB 2 was slightly redesigned to be modular. This design allows a smaller footprint for the boot loader since only required modules are loaded.
GRUB MOD files are located in the /boot/grub/ or /boot/grub2/ directories.
Linux |
|
File Type 5AMPL Model File
Developer | Bell Laboratories |
Category | Data files |
File Format | Text |
.MOD Type 5
Model file used to compute complex, large-scale mathematical problems; contains variables (parameters, and sets), a function, and constraints written in AMPL (A Mathematical Programming Language) code; appears as linear, nonlinear, quadratic, mixed-integer, and other problem types; includes comments, which must be prefaced with a "#."
To load your MOD file, e.g., example.mod, type model example.mod; if it's located in your "amplcml" folder with your sw.exe file. If your example.mod file is located in a different location you'll need to include the path. Type something like this (if using Windows): model C:Usersexample.mod;. After successfully loading your MOD file, type solve; to solve the problem. Then if you want to display any of your results, type display and whatever results you want displayed. Remember to always end your line with a ;.
An example of a MOD file:
var XB;
var XC;
maximize Profit: 25 * XB + 30 * XC;
subject to Time: (1/200) * XB + (1/140) * XC <= 40;
subject to B_limit: 0 <= XB <= 6000;
subject to C_limit: 0 <= XC <= 4000;
Linux |
|
File Type 6Femap Model
Developer | Siemens PLM Software |
Category | CAD files |
File Format | Binary |
.MOD Type 6
3D model file saved in the FEMAP format; used by Femap, a CAD engineering analysis program; stores geometry, materials, mesh, element properties, loads, and other model data.
Femap stands for Finite Element Modeling and Postprocessing, and enables you to build finite element models of engineering problems and view the solution results.
NOTE: The MODFEM file extension replaced the .MOD extension with the release of version 9 of Femap.
Windows |
|
File Type 7ArchiCAD Module
Developer | Graphisoft |
Category | Plugin files |
File Format | N/A |
.MOD Type 7
Adds extra features and functionality to the ArchiCAD architectural design program; may be included with the software or created by the user.
Windows |
|
Macintosh |
|
File Type 8Neverwinter Nights Module
Developer | BioWare |
Category | Game files |
File Format | N/A |
.MOD Type 8
Module created for the Neverwinter Nights (NWN) series of video games; contains all the locations, creatures, items, and other objects included in an NWN adventure; must be saved in the "Neverwinter Nights 2\modules" directory in order to be loaded by the game.
NWN modules can be created and edited using Aurora Neverwinter Nights Toolset, a module building tool developed by BioWare.
Windows |
|
Linux |
|