New Release ASCM-6 Marconi United Earth Ship

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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?
 

Trekkie

Starfleet Head of Ship Design
Addon Developer
Donator
Joined
Feb 6, 2016
Messages
350
Reaction score
89
Points
43
Location
Starfleet Ship Design Bureau
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
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
That looks great :) Will you do it with four missile launcher doors or two like in the Bluescale plans?
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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:
 

Trekkie

Starfleet Head of Ship Design
Addon Developer
Donator
Joined
Feb 6, 2016
Messages
350
Reaction score
89
Points
43
Location
Starfleet Ship Design Bureau
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
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
One annoying question... you don't have a Cabbage class cruiser around, do you?
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,605
Reaction score
2,327
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
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:
 

Luke Reichelt

Active member
Joined
Oct 29, 2012
Messages
278
Reaction score
74
Points
43
Location
Manitoba
Just wondering, but how far along are you with the Ferengi shuttle and the Breen warship?
 

Trekkie

Starfleet Head of Ship Design
Addon Developer
Donator
Joined
Feb 6, 2016
Messages
350
Reaction score
89
Points
43
Location
Starfleet Ship Design Bureau
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 ;)
 

Luke Reichelt

Active member
Joined
Oct 29, 2012
Messages
278
Reaction score
74
Points
43
Location
Manitoba
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?
 

CTarana45

Active member
Joined
Nov 7, 2018
Messages
188
Reaction score
41
Points
28
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
 
Top