GeoFS Model Importer is a userscript that enables you to load custom .gltf or .glb models directly into GeoFS. It supports placing scenery objects and even replacing your aircraft model in real-time.
This tool is designed for modders, 3D model creators, and GeoFS developers who want enhanced control over 3D models within the flight simulator environment.
- Import Models: Load
.gltfand.glbmodels directly into GeoFS - Aircraft Replacement: Replace your aircraft with custom 3D models
- Real-time Tracking: Imported models follow aircraft position, heading, and movement
- Precise Scaling: 1:1 scale default with adjustable slider + numeric input control
- Clean Interface: Simple, draggable floating button UI
- Auto Updates: Automatic updates via GitHub integration
- No Dependencies: Works out-of-the-box with Tampermonkey
- Multi-browser Support: Compatible with Chrome, Firefox, Edge, and more
First, install the Tampermonkey browser extension:
- Chrome / Edge: Download from Chrome Web Store
- Firefox: Download from Firefox Add-ons
- Other browsers: Visit tampermonkey.net
Click the installation link below:
Visit the GeoFS website You will see a Model Importer button in the bottom-left corner of the screen.
- Click the Model Importer button
- Select a
.glbor.gltfmodel file - Adjust the scale using the slider or numeric input (optional)
- Click Place Here
- The model will spawn at your aircraft's current location and rotate with your heading
- Select your 3D model file
- Adjust the scale to match your preferences
- Click Use as Aircraft
- The original aircraft becomes invisible
- Your imported model becomes the new visual aircraft representation
This script includes automatic update functionality using Tampermonkey's update mechanism:
// @updateURL https://raw.githubusercontent.com/GeofsExplorer/GeoFS-Model-Importer/main/GeoFS-Model-Importer.user.js
// @downloadURL https://raw.githubusercontent.com/GeofsExplorer/GeoFS-Model-Importer/main/GeoFS-Model-Importer.user.jsUpdates pushed to the GitHub repository will automatically be distributed to all users.
| Feature | Support Level |
|---|---|
| GeoFS Version | 3.9+ |
| File Types | .glb, .gltf |
| Real-time Model Tracking | ✅ Support |
| Aircraft Replacement | ✅ Support |
| Animations | ❌ Limited |
| Materials / PBR | |
| Large Models |
GeofsExplorer — Main Developer & Project Creator
31124呀 — UI improvements, testing, Code Improver, Bug Finder
We welcome contributions! Feel free to:
- Report bugs and issues
- Suggest new features
- Submit pull requests
- Improve documentation
This project is released under the MIT License. You are free to:
- Modify and adapt the code
- Distribute the software
- Use commercially
- Make private use
See the LICENSE for full details.