Battleship Osiris in open sp?
-
Hi all,
I have a weird problem with the osiris battleship if i assign it as station. Namely it doesnt appear in the game,no textures no dock, nothing.
The entries have already existed in the original game.So, why is that, and how could i fix it?
Thanks in advance,
-
The loadout is station, there are no osiris, rh_battleship, etc…
Here is the solararch.ini:
[Solar] nickname = o_osiris ids_info = 66227 type = STATION DA_archetype = ships\order\or_osiris\or_osiris.cmp material_library = Ships\order\or_ships.mat material_library = fx\envmapbasic.mat envmap_material = envmapbasic LODranges = 0, 600, 1200, 2000, 2800, 20000 surface_hit_effects = 0, small_hull_hit mass = 100000.000000 loadout = or_osiris docking_sphere = berth, HpDockMountA, 5, Sc_open baydoor docking_sphere = moor_large, HpDockMountB, 5.000000 docking_sphere = moor_large, HpDockMountC, 5.000000 docking_sphere = moor_large, HpDockMountD, 5.000000 docking_sphere = moor_large, HpDockMountE, 5.000000 docking_sphere = moor_medium, HpDockMountF, 5.000000 docking_camera = 0 solar_radius = 400 shape_name = NAV_smallstation hit_pts = 100000
I checked the or_osiris.cmp there is hpcloak mount but i found it here only.
-
There is an entry “loadout = or_osiris” in your code, look it up in SHIPS\loadouts_special.ini and you will get this:
[Loadout] nickname = or_osiris archetype = or_osiris equip = infinite_power equip = ge_s_scanner_02 equip = ge_s_tractor_01 equip = ge_lb_engine_01 equip = sfx_rumble_battleship [b]equip = cloak_osiris, HpCloak01 <<<<---- Delete this line[/b] equip = li_battleship_turret01, HpTurret_O1_01 equip = li_battleship_turret02, HpTurret_O2_01 equip = li_battleship_turret03, HpTurret_O3_01 equip = li_battleship_turret03, HpTurret_O3_02 equip = li_battleship_turret04, HpTurret_O4_01 equip = li_battleship_turret04, HpTurret_O4_02 equip = li_battleship_turret04, HpTurret_O4_03 equip = li_battleship_turret04, HpTurret_O4_04 ```Delete the line I marked and try again.
-
Aigle-Imperial wrote:
There is an entry “loadout = or_osiris” in your code, look it up in SHIPS\loadouts_special.ini and you will get this:[Loadout] nickname = or_osiris archetype = or_osiris equip = infinite_power equip = ge_s_scanner_02 equip = ge_s_tractor_01 equip = ge_lb_engine_01 equip = sfx_rumble_battleship [b]equip = cloak_osiris, HpCloak01 <<<<---- Delete this line[/b] equip = li_battleship_turret01, HpTurret_O1_01 equip = li_battleship_turret02, HpTurret_O2_01 equip = li_battleship_turret03, HpTurret_O3_01 equip = li_battleship_turret03, HpTurret_O3_02 equip = li_battleship_turret04, HpTurret_O4_01 equip = li_battleship_turret04, HpTurret_O4_02 equip = li_battleship_turret04, HpTurret_O4_03 equip = li_battleship_turret04, HpTurret_O4_04 ```Delete the line I marked and try again.
Uhh, i only checked loadouts.ini, i forget this special.ini.
Everything works fine, thank you mate.