What's new

StickManTwit's 2026 Concept Ship Models

StickManTwit

Member
Joined
Aug 16, 2016
Messages
44
Reaction score
56
Server
Askone
Main Pilotname
StickManTwit
Rank
90
Clan
Monarch
You could create a model based on the MST-Z Scorpion. When this ship was first released, the premise was that it was a combination of Mantis and Human designs. Since then, the developers have abandoned that creative opportunity for lower systems, focusing only on Raven-class ships or recycled models.

For example, a true hybrid Gemini ship (not like the Claw) composed of the following elements: Aggro Bomb, Stun Dome, Repair Field, ThermoBlast.

Its design could be a combination of the Marauder Mantis and the GC-3 Fusion Engineer. :mrgreen:
That sounds like a fun idea, I can give it a go. I am yet to try anything vaguely Mantis-inspired so that could be an interesting new challenge for me.
 

StickManTwit

Member
Joined
Aug 16, 2016
Messages
44
Reaction score
56
Server
Askone
Main Pilotname
StickManTwit
Rank
90
Clan
Monarch
I would be highly envious if he really has 4 hands to make use of :D
I do slam my forehead into my keyboard when Blender crashes with unsaved progress, so maybe that counts as a third hand at least.
 

skyslide22

Active member
Joined
Jul 27, 2018
Messages
89
Reaction score
20
Just looked into my config, seems that 5.x auto save is enabled by default. :eek:
yes it is enabled by default, but on macos atleast the save directory for these backups is an empty string, so the auto save fails silently, on windows its in %TEMP% or %APPDATA% somewhere.

so basically
try {
save_temp()
}
catch(DirectoryNotFoundException ex) {
/* notify user that backup can not be saved? hm.. nah ..*/
}


i found out the hard way xd
 
Top