Hello everyone !
I tried designing a new ship, and it works fine except for 2 things :
- when in the designer, I can't see the ship. Either when designing or in the icon in list.
- the consctructed ship is waaaaaay too big.
To begin with, I'm just using the same entity as the Corvette, here's my section file :
I tired creating my own in the asset file, but I had the same problem.
EDIT : more details. Here is the ship_size :
How it appears in the designer :
http://i.imgur.com/SyT1VCR.jpg
And in the game, near regular corvettes :
http://imgur.com/fRp54Uv
Any tips appreciated !
I tried designing a new ship, and it works fine except for 2 things :
- when in the designer, I can't see the ship. Either when designing or in the icon in list.
- the consctructed ship is waaaaaay too big.
To begin with, I'm just using the same entity as the Corvette, here's my section file :
Code:
ship_section_template = {
key = "DEFAULT_FREIGHTER_SECTION"
ship_size = freighter
fits_on_slot = mid
entity = "corvette_M1S1_entity"
icon = "GFX_ship_part_core_mid"
small_utility_slots = 5
cost = 50
}
I tired creating my own in the asset file, but I had the same problem.
EDIT : more details. Here is the ship_size :
Code:
freighter = {
max_speed = 5.25
acceleration = 0.35
rotation_speed = 0.1
combat_max_speed = @civilian_ships_combat_speed
combat_rotation_speed = 0.2
collision_radius = @corvette_collision_radius
max_hitpoints = 500
size_multiplier = 0
fleet_slot_size = 1
section_slots = { "mid" = { locator = "part1" } }
num_target_locators = 0
is_space_station = no
icon_frame = 1
base_buildtime = 60
enable_default_design = yes #if yes, countries will have an auto-generated design at start
prerequisites = { "tech_spaceport_1" }
class = shipclass_military
is_civilian = yes
required_component_set = "ftl_components"
}
How it appears in the designer :
http://i.imgur.com/SyT1VCR.jpg
And in the game, near regular corvettes :
http://imgur.com/fRp54Uv
Any tips appreciated !
Last edited: