.RGS 文件扩展名
Registry Script
| 开发者 | 不适用 |
| 受欢迎程度 |
3.6 | 7 票 |
什么是 RGS 文件?
Script used by ATL (Active Template Library) C++ projects, Microsoft Visual Studio, Flexera InstallShield, and other software development and deployment programs; contains code that registers the software with Windows.
更多信息
可打开或引用 RGS 文件的程序
Fyrox Game Scene
| 开发者 | Fyrox Engine |
| 受欢迎程度 |
2.0 | 1 票 |
A RGS file is a scene created for use in a video game developed using the Fyrox game engine. It contains models, textures, music, and other elements that comprise the scene. Developers create RGS files using FyroxEd, a scene editor for Fyrox.
更多信息
Fyrox is a 2D and 3D game engine written in the Rust programming language. Developers using Fyrox can create locations, or scenes, for their games' levels using FyroxEd. FyroxEd allows developers to import a variety of assets, including 2D and 3D models, textures, sounds, particle effects, etc., and combine those assets into scenes.
After a developer has finished creating their scene in FyroxEd, they can import the scene into their video game. To do so, the developer must load the scene as a standard model resource or use the fyrox::scene::SceneLoader::from_file(); function.
注: Fyrox was previously known as Rg3d.
如何打开 RGS 文件
You can open an RGS file in FyroxEd (multiplatform). Doing so will show a preview of the scene your RGS file contains and allow you to edit the scene.