New Ship from the Unites Earth has been released in the Hangar
Check it out and enjoy!
Check it out and enjoy!


NiceBut shouldn't the class code be ACSM-6 for the Marconi? Its correct on the textures....
I just did some small text adventure version of the UES Suri (An Archer class) for learning Inform 7 for a university project. There is no plan adding such a small one to Orbiter, is there?
That looks greatWill you do it with four missile launcher doors or two like in the Bluescale plans?
this one has only two![]()
GreatI really like the blue scale plans there, pretty good inspiration.
Of course, making an interior of a Yorktown would be a horrible work without some procedural content. :lol:
GreatI really like the blue scale plans there, pretty good inspiration.
Of course, making an interior of a Yorktown would be a horrible work without some procedural content. :lol:
The Archer is up for download bud
One annoying question... you don't have a Cabbage class cruiser around, do you?
in fact i do, its on the way![]()
cmake_minimum_required (VERSION 3.10)
find_package(OrbiterSDK 16.0 REQUIRED)
find_package(nlohmann_json 3.2.0 REQUIRED)
include_directories("./include")
include_directories("${ORBITERSDK_INCLUDE_DIR}")
link_directories(${ORBITERSDK_LIBRARY})
add_library(SFMVessel MODULE SFMVessel.cpp Interface.cpp)
message("Orbiter libraries are: ${ORBITERSDK_LIBRARIES}")
target_link_libraries(SFMVessel PRIVATE nlohmann_json::nlohmann_json ${ORBITERSDK_LIBRARIES})
install(TARGETS SFMVessel
LIBRARY DESTINATION Modules
ARCHIVE DESTINATION OrbiterSDK/lib
)

Just wondering, but how far along are you with the Ferengi shuttle and the Breen warship?
Fine... makes it easier to be even more annoying. :lol:
Right now, I managed to write such a gibberish between university and paid work:
Code:cmake_minimum_required (VERSION 3.10) find_package(OrbiterSDK 16.0 REQUIRED) find_package(nlohmann_json 3.2.0 REQUIRED) include_directories("./include") include_directories("${ORBITERSDK_INCLUDE_DIR}") link_directories(${ORBITERSDK_LIBRARY}) add_library(SFMVessel MODULE SFMVessel.cpp Interface.cpp) message("Orbiter libraries are: ${ORBITERSDK_LIBRARIES}") target_link_libraries(SFMVessel PRIVATE nlohmann_json::nlohmann_json ${ORBITERSDK_LIBRARIES}) install(TARGETS SFMVessel LIBRARY DESTINATION Modules ARCHIVE DESTINATION OrbiterSDK/lib )
Already have a installer (.exe) for something that does little more than finding JSON configuration files, but I have slow progress.![]()
the Breen Warship is almost done just checking how it flies at the moment Shuttle coming up soon
---------- Post added at 10:00 AM ---------- Previous post was at 09:59 AM ----------
there is no such thing as annoying questions![]()
Okay then, how does it perform?
One annoying question... you don't have a Cabbage class cruiser around, do you?
