New Release ASCM-6 Marconi United Earth Ship

Nice :) But 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?
 
Nice :) But 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?

i think i was ahead on you with this one i have an archer mesh actually ready

L9IfMte

and yeah i miss named the ship :lol: ill correct that later :D
 
That looks great :) Will you do it with four missile launcher doors or two like in the Bluescale plans?
 
this one has only two ;)


Great :) I 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:
 
Great :) I 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:

i dont think i would even attempt interior bays :lol: only from space stations i might do that :facepalm:

---------- Post added at 06:07 PM ---------- Previous post was at 05:22 PM ----------

Great :) I 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
 
The Archer is up for download bud


Thank you. :thumbup:


I'll give it a try, but remember: My GPU crashes after about 20 Minutes right now.
 
One annoying question... you don't have a Cabbage class cruiser around, do you?
 
in fact i do, its on the way ;)


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. :cheers:
 
Just wondering, but how far along are you with the Ferengi shuttle and the Breen warship?
 
Just wondering, but how far along are you with the Ferengi shuttle and the Breen warship?

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 ----------

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. :cheers:

there is no such thing as annoying questions ;)
 
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?

Grab a copy of both parts of my Birth Of The Empire addon on OHM.com. Plenty of Romulan ships! :thumbup: It's Compatible with Orbiter 2006, 2010p1 and 2016! More vessels are here on the forum. :hailprobe:

Thanks, Urwumpe!

Christopher Tarana
 
Back
Top