List of file contents of PACK files

Can not find a solution on the forum nor in any of the script files on this...
If anyone knows this, thank you..

I'm trying to use the included Asteroid model/texture to make a "targetable" and "shootable" asteroid for a mission idea. Therefore, it has to be coded as a "ship" not a SpaceObject "Asteroid."

I realize that the PACK files are licensed and I do not wish open the the contents BUT...

Is there a list of the files (and their exact names) contained within each PACK file for us modders to reference these already included models/textures and build things in our model_data.lua files for custom missions?

Particularly the (Asteroids.pack) but it would be great to have a file manifest of all unopenable pack files to fully use these resources.

Angryfly.pack
msgamedev.pack

Example: (These files are named and manipulative safely within the Angryfly.pack)

model = ModelData()
model:setName("space_frigate_6")
model:setMesh("space_frigate_6.model")
model:setTexture("space_frigate_6_color.png")
model:setSpecular("space_frigate_6_specular.png")
model:setIllumination("space_frigate_6_illumination.png")

Comments

  • Not really on topic, but I thought about that thing a while ago, but looked to it from the other side, namely thought about working on a pull request to make asteroids targetable in general. iiRC it seemed feasible, but I was'nt sure about the reason why they are not targetable in the first place.
    But your attempt to just make "ships" that uses asteroid models sounds also cool.
    That also will enable some interesting peaceful missions without having to give up one station
  • The actual files in a .pack are encoded in the first bit of the file. so you can actually see the names if you open the raw .pack file in a text editor.

    But, for the asteroid files, these are contained in the .pack file:
    Astroid_6_d.png
    Astroid_4_s.png
    Astroid_1_s.png
    Astroid_6.model
    Astroid_5_d.png
    Astroid_3.model
    Astroid_10_s.png
    Astroid_7_d.png
    Astroid_3_d.png
    Astroid_10_d.png
    Astroid_2_d.png
    Astroid_4.model
    Astroid_6_s.png
    Astroid_7.model
    Astroid_10.model
    Astroid_9_s.png
    Astroid_8.model
    Astroid_1_d.png
    Astroid_9.model
    Astroid_2.model
    Astroid_5_s.png
    Astroid_9_d.png
    Astroid_1.model
    Astroid_8_d.png
    Astroid_3_s.png
    Astroid_7_s.png
    Astroid_5.model
    Astroid_2_s.png
    Astroid_8_s.png
    Astroid_4_d.png
    (The script that creates the .pack, also generates a file list)

    I think all files in the .pack are referenced from the models.lua already, so there is nothing extra in there.
  • Hey Thanks daid for the Asteroid file names and help on locating the other names.
    It is as you say.
    To completely post a solution to the "Pack File Contents" question for others, I parsed out the other pack file contents from the header and verified that they are indeed referenced in the model_data.lua
    When I have the "Destructable Asteroids" code done I'll start a new thread titled as such. Blue Shadow, I'll reference you when I do and we can continue the thread there.
  • msgamedev.pack Contents as of Version 20171103
    AdlerLongRangeScout/AdlerLongRangeScoutIllumination.png
    AdlerLongRangeScout/AdlerLongRangeScoutPBRSpecular.png
    AdlerLongRangeScout/AdlerLongRangeSoutHull.model
    AdlerLongRangeScout/AlbedoAO/AdlerLongRangeScoutBlueAlbedoAO.png
    AdlerLongRangeScout/AlbedoAO/AdlerLongRangeScoutGreenAlbedoAO.png
    AdlerLongRangeScout/AlbedoAO/AdlerLongRangeScoutGreyAlbedoAO.png
    AdlerLongRangeScout/AlbedoAO/AdlerLongRangeScoutRedAlbedoAO.png
    AdlerLongRangeScout/AlbedoAO/AdlerLongRangeScoutWhiteAlbedoAO.png
    AdlerLongRangeScout/AlbedoAO/AdlerLongRangeScoutYellowAlbedoAO.png
    AtlasHeavyFighter/AlbedoAO/AtlasHeavyFighterBlueAlbedoAO.png
    AtlasHeavyFighter/AlbedoAO/AtlasHeavyFighterGreenAlbedoAO.png
    AtlasHeavyFighter/AlbedoAO/AtlasHeavyFighterGreyAlbedoAO.png
    AtlasHeavyFighter/AlbedoAO/AtlasHeavyFighterRedAlbedoAO.png
    AtlasHeavyFighter/AlbedoAO/AtlasHeavyFighterWhiteAlbedoAO.png
    AtlasHeavyFighter/AlbedoAO/AtlasHeavyFighterYellowAlbedoAO.png
    AtlasHeavyFighter/AtlasHeavyFighterHull.model
    AtlasHeavyFighter/AtlasHeavyFighterIllumination.png
    AtlasHeavyFighter/AtlasHeavyFighterPBRSpecular.png
    HeavyCorvette/AlbedoAO/HeavyCorvetteBlueAlbedoAO.png
    HeavyCorvette/AlbedoAO/HeavyCorvetteGreenAlbedoAO.png
    HeavyCorvette/AlbedoAO/HeavyCorvetteGreyAlbedoAO.png
    HeavyCorvette/AlbedoAO/HeavyCorvetteRedAlbedoAO.png
    HeavyCorvette/AlbedoAO/HeavyCorvetteWhiteAlbedoAO.png
    HeavyCorvette/AlbedoAO/HeavyCorvetteYellowAlbedoAO.png
    HeavyCorvette/HeavyCorvette.model
    HeavyCorvette/HeavyCorvetteIllumination.png
    HeavyCorvette/HeavyCorvettePBRSpecular.png
    LaserCorvette/AlbedoAO/LaserCorvetteBlueAlbedoAO.png
    LaserCorvette/AlbedoAO/LaserCorvetteGreenAlbedoAO.png
    LaserCorvette/AlbedoAO/LaserCorvetteGreyAlbedoAO.png
    LaserCorvette/AlbedoAO/LaserCorvetteRedAlbedoAO.png
    LaserCorvette/AlbedoAO/LaserCorvetteWhiteAlbedoAO.png
    LaserCorvette/AlbedoAO/LaserCorvetteYellowAlbedoAO.png
    LaserCorvette/LaserCorvette.model
    LaserCorvette/LaserCorvetteIllumination.png
    LaserCorvette/LaserCorvettePBRSpecular.png
    LightCorvette/AlbedoAO/LightCorvetteBlueAlbedoAO.png
    LightCorvette/AlbedoAO/LightCorvetteGreenAlbedoAO.png
    LightCorvette/AlbedoAO/LightCorvetteGreyAlbedoAO.png
    LightCorvette/AlbedoAO/LightCorvetteRedAlbedoAO.png
    LightCorvette/AlbedoAO/LightCorvetteWhiteAlbedoAO.png
    LightCorvette/AlbedoAO/LightCorvetteYellowAlbedoAO.png
    LightCorvette/LightCorvette.model
    LightCorvette/LightCorvetteIllumination.png
    LightCorvette/LightCorvettePBRSpecular.png
    LindwurmFighter/AlbedoAO/LindwurmFighterBlueAlbedoAO.png
    LindwurmFighter/AlbedoAO/LindwurmFighterGreenAlbedoAO.png
    LindwurmFighter/AlbedoAO/LindwurmFighterGreyAlbedoAO.png
    LindwurmFighter/AlbedoAO/LindwurmFighterRedAlbedoAO.png
    LindwurmFighter/AlbedoAO/LindwurmFighterWhiteAlbedoAO.png
    LindwurmFighter/AlbedoAO/LindwurmFighterYellowAlbedoAO.png
    LindwurmFighter/LindwurmFighterHull.model
    LindwurmFighter/LindwurmFighterIllumination.png
    LindwurmFighter/LindwurmFighterPBRSpecular.png
    MineLayerCorvette/AlbedoAO/MineLayerCorvetteBlueAlbedoAO.png
    MineLayerCorvette/AlbedoAO/MineLayerCorvetteGreenAlbedoAO.png
    MineLayerCorvette/AlbedoAO/MineLayerCorvetteGreyAlbedoAO.png
    MineLayerCorvette/AlbedoAO/MineLayerCorvetteRedAlbedoAO.png
    MineLayerCorvette/AlbedoAO/MineLayerCorvetteWhiteAlbedoAO.png
    MineLayerCorvette/AlbedoAO/MineLayerCorvetteYellowAlbedoAO.png
    MineLayerCorvette/MineLayerCorvette.model
    MineLayerCorvette/MineLayerCorvetteIllumination.png
    MineLayerCorvette/MineLayerCorvettePBRSpecular.png
    MissileCorvette/AlbedoAO/MissileCorvetteBlueAlbedoAO.png
    MissileCorvette/AlbedoAO/MissileCorvetteGreenAlbedoAO.png
    MissileCorvette/AlbedoAO/MissileCorvetteGreyAlbedoAO.png
    MissileCorvette/AlbedoAO/MissileCorvetteRedAlbedoAO.png
    MissileCorvette/AlbedoAO/MissileCorvetteWhiteAlbedoAO.png
    MissileCorvette/AlbedoAO/MissileCorvetteYellowAlbedoAO.png
    MissileCorvette/MissileCorvette.model
    MissileCorvette/MissileCorvetteIllumination.png
    MissileCorvette/MissileCorvettePBRSpecular.png
    MultiGunCorvette/AlbedoAO/MultiGunCorvetteBlueAlbedoAO.png
    MultiGunCorvette/AlbedoAO/MultiGunCorvetteGreenAlbedoAO.png
    MultiGunCorvette/AlbedoAO/MultiGunCorvetteGreyAlbedoAO.png
    MultiGunCorvette/AlbedoAO/MultiGunCorvetteRedAlbedoAO.png
    MultiGunCorvette/AlbedoAO/MultiGunCorvetteWhiteAlbedoAO.png
    MultiGunCorvette/AlbedoAO/MultiGunCorvetteYellowAlbedoAO.png
    MultiGunCorvette/MultiGunCorvette.model
    MultiGunCorvette/MultiGunCorvetteIllumination.png
    MultiGunCorvette/MultiGunCorvettePBRSpecular.png
    SensorBuoy/SensorBuoyAlbedoAO.png
    SensorBuoy/SensorBuoyMKI.model
    SensorBuoy/SensorBuoyMKII.model
    SensorBuoy/SensorBuoyMKIII.model
    SensorBuoy/SensorBuoyPBRSpecular.png
    WespeScout/AlbedoAO/WespeScoutBlueAlbedoAO.png
    WespeScout/AlbedoAO/WespeScoutGreenAlbedoAO.png
    WespeScout/AlbedoAO/WespeScoutGreyAlbedoAO.png
    WespeScout/AlbedoAO/WespeScoutRedAlbedoAO.png
    WespeScout/AlbedoAO/WespeScoutWhiteAlbedoAO.png
    WespeScout/AlbedoAO/WespeScoutYellowAlbedoAO.png
    WespeScout/WespeScoutHull.model
    WespeScout/WespeScoutHull.mtl
    WespeScout/WespeScoutIllumination.png
    WespeScout/WespeScoutPBRSpecular.png
  • Angryfly.pack Contents as of Version 20171103
    battleship_destroyer_1_upgraded/battleship_destroyer_1_upgraded.model
    battleship_destroyer_1_upgraded/battleship_destroyer_1_upgraded_color.jpg
    battleship_destroyer_1_upgraded/battleship_destroyer_1_upgraded_illumination.jpg
    battleship_destroyer_1_upgraded/battleship_destroyer_1_upgraded_specular.jpg
    battleship_destroyer_2_upgraded/battleship_destroyer_2_upgraded.model
    battleship_destroyer_2_upgraded/battleship_destroyer_2_upgraded_color.jpg
    battleship_destroyer_2_upgraded/battleship_destroyer_2_upgraded_illumination.jpg
    battleship_destroyer_2_upgraded/battleship_destroyer_2_upgraded_specular.jpg
    battleship_destroyer_3_upgraded/battleship_destroyer_3_upgraded.model
    battleship_destroyer_3_upgraded/battleship_destroyer_3_upgraded_color.jpg
    battleship_destroyer_3_upgraded/battleship_destroyer_3_upgraded_illumination.jpg
    battleship_destroyer_3_upgraded/battleship_destroyer_3_upgraded_specular.jpg
    battleship_destroyer_4_upgraded/battleship_destroyer_4_upgraded.model
    battleship_destroyer_4_upgraded/battleship_destroyer_4_upgraded_color.jpg
    battleship_destroyer_4_upgraded/battleship_destroyer_4_upgraded_illumination.jpg
    battleship_destroyer_4_upgraded/battleship_destroyer_4_upgraded_specular.jpg
    battleship_destroyer_5_upgraded/battleship_destroyer_5_upgraded.model
    battleship_destroyer_5_upgraded/battleship_destroyer_5_upgraded_color.jpg
    battleship_destroyer_5_upgraded/battleship_destroyer_5_upgraded_illumination.jpg
    battleship_destroyer_5_upgraded/battleship_destroyer_5_upgraded_specular.jpg
    dark_fighter_6.mode
    dark_fighter_6_bump.gif
    dark_fighter_6_color.png
    dark_fighter_6_illumination.png
    dark_fighter_6_specular.png
    sci_fi_alien_ship_1/Thumbs.db
    sci_fi_alien_ship_1/sci_fi_alien_ship_1.model
    sci_fi_alien_ship_1/sci_fi_alien_ship_1_illumination.jpg
    sci_fi_alien_ship_2/Thumbs.db
    sci_fi_alien_ship_2/sci_fi_alien_ship_2.model
    sci_fi_alien_ship_2/sci_fi_alien_ship_2_color.jpg
    sci_fi_alien_ship_2/sci_fi_alien_ship_2_illumination.jpg
    sci_fi_alien_ship_2/sci_fi_alien_ship_2_specular.jpg
    sci_fi_alien_ship_3/Thumbs.db
    sci_fi_alien_ship_3/sci_fi_alien_ship_3.model
    sci_fi_alien_ship_3/sci_fi_alien_ship_3_color.jpg
    sci_fi_alien_ship_3/sci_fi_alien_ship_3_illumination.jpg
    sci_fi_alien_ship_3/sci_fi_alien_ship_3_specular.jpg
    sci_fi_alien_ship_4/Thumbs.db
    sci_fi_alien_ship_4/sci_fi_alien_ship_4.model
    sci_fi_alien_ship_4/sci_fi_alien_ship_4_color.jpg
    sci_fi_alien_ship_4/sci_fi_alien_ship_4_illumination.jpg
    sci_fi_alien_ship_4/sci_fi_alien_ship_4_specular.jpg
    sci_fi_alien_ship_5/Thumbs.db
    sci_fi_alien_ship_5/sci_fi_alien_ship_5.model
    sci_fi_alien_ship_5/sci_fi_alien_ship_5_color.jpg
    sci_fi_alien_ship_5/sci_fi_alien_ship_5_illumination.jpg
    sci_fi_alien_ship_5/sci_fi_alien_ship_5_specular.jpg
    sci_fi_alien_ship_6/Thumbs.db
    sci_fi_alien_ship_6/sci_fi_alien_ship_6.model
    sci_fi_alien_ship_6/sci_fi_alien_ship_6_color.jpg
    sci_fi_alien_ship_6/sci_fi_alien_ship_6_illumination.jpg
    sci_fi_alien_ship_6/sci_fi_alien_ship_6_specular.jpg
    sci_fi_alien_ship_7/Thumbs.db
    sci_fi_alien_ship_7/sci_fi_alien_ship_7.model
    sci_fi_alien_ship_7/sci_fi_alien_ship_7_color.jpg
    sci_fi_alien_ship_7/sci_fi_alien_ship_7_illumination.jpg
    sci_fi_alien_ship_7/sci_fi_alien_ship_7_specular.jpg
    sci_fi_alien_ship_8/Thumbs.db
    sci_fi_alien_ship_8/sci_fi_alien_ship_8.model
    sci_fi_alien_ship_8/sci_fi_alien_ship_8_color.jpg
    sci_fi_alien_ship_8/sci_fi_alien_ship_8_illumination.jpg
    sci_fi_alien_ship_8/sci_fi_alien_ship_8_specular.jpg
    small_fighter_1.model
    small_fighter_1_bump.jpg
    small_fighter_1_color.jpg
    small_fighter_1_illumination.jpg
    small_fighter_1_specular.jpg
    small_frigate_1/small_frigate_1.model
    small_frigate_1/small_frigate_1_color.png
    small_frigate_1/small_frigate_1_illumination.png
    small_frigate_1/small_frigate_1_specular.png
    small_frigate_2/small_frigate_2.model
    small_frigate_2/small_frigate_2_color.png
    small_frigate_2/small_frigate_2_illumination.png
    small_frigate_2/small_frigate_2_specular.png
    small_frigate_3/small_frigate_3.model
    small_frigate_3/small_frigate_3_color.png
    small_frigate_3/small_frigate_3_specular.png
    small_frigate_4/small_frigate_4.model
    small_frigate_4/small_frigate_4_color.png
    small_frigate_4/small_frigate_4_illumination.png
    small_frigate_4/small_frigate_4_specular.png
    small_frigate_5/small_frigate_5.model
    small_frigate_5/small_frigate_5_color.png
    small_frigate_5/small_frigate_5_illumination.png
    small_frigate_5/small_frigate_5_specular.png
    space_cruiser_4.model
    space_cruiser_4_color.jpg
    space_cruiser_4_illumination.jpg
    space_frigate_6.model
    space_frigate_6_bump.gif
    space_frigate_6_color.png
    space_frigate_6_illumination.png
    space_frigate_6_specular.png
    space_station_1/space_station_1.model
    space_station_1/space_station_1_bump.jpg
    space_station_1/space_station_1_color.jpg
    space_station_1/space_station_1_illumination.jpg
    space_station_1/space_station_1_specular.jpg
    space_station_2/space_station_2.mode
    space_station_2/space_station_2_bump.jpg
    space_station_2/space_station_2_color.jpg
    space_station_2/space_station_2_illumination.jpg
    space_station_2/space_station_2_specular.jpg
    space_station_3/space_station_3_bump.jpg
    space_station_3/space_station_3_color.jpg
    space_station_3/space_station_3_illumination.jpg
    space_station_3/space_station_3_specular.jpg
    space_station_4/space_station_4.model
    space_station_4/space_station_4_bump.jpg
    space_station_4/space_station_4_color.jpg
    space_station_4/space_station_4_illumination.jpg
    space_station_4/space_station_4_specular.jpg
    space_tug.model
    space_tug_color.jpg
    space_tug_illumination.jpg
  • transport_space_ship_1/Thumbs.db
    transport_space_ship_1/transport_space_ship_1_cargo_1.model
    transport_space_ship_1/transport_space_ship_1_cargo_2.model
    transport_space_ship_1/transport_space_ship_1_cargo_3.model
    transport_space_ship_1/transport_space_ship_1_cargo_4.model
    transport_space_ship_1/transport_space_ship_1_cargo_5.model
    transport_space_ship_1/transport_space_ship_1_color.png
    transport_space_ship_1/transport_space_ship_1_illumination.png
    transport_space_ship_1/transport_space_ship_1_specular.png
    transport_space_ship_2/Thumbs.db
    transport_space_ship_2/transport_space_ship_2_cargo_2.model
    transport_space_ship_2/transport_space_ship_2_cargo_3.model
    transport_space_ship_2/transport_space_ship_2_cargo_4.model
    transport_space_ship_2/transport_space_ship_2_cargo_5.model
    transport_space_ship_2/transport_space_ship_2_color.png
    transport_space_ship_2/transport_space_ship_2_illumination.png
    transport_space_ship_2/transport_space_ship_2_specular.png
    transport_space_ship_3/Thumbs.db
    transport_space_ship_3/transport_space_ship_3_cargo_1.model
    transport_space_ship_3/transport_space_ship_3_cargo_2.model
    transport_space_ship_3/transport_space_ship_3_cargo_3.model
    transport_space_ship_3/transport_space_ship_3_cargo_4.model
    transport_space_ship_3/transport_space_ship_3_cargo_5.model
    transport_space_ship_3/transport_space_ship_3_color.png
    transport_space_ship_3/transport_space_ship_3_illumination.png
    transport_space_ship_3/transport_space_ship_3_specular.png
    transport_space_ship_4/Thumbs.db
    transport_space_ship_4/transport_space_ship_4_cargo_1.model
    transport_space_ship_4/transport_space_ship_4_cargo_2.model
    transport_space_ship_4/transport_space_ship_4_cargo_3.model
    transport_space_ship_4/transport_space_ship_4_cargo_4.model
    transport_space_ship_4/transport_space_ship_4_cargo_5.model
    transport_space_ship_4/transport_space_ship_4_color.png
    transport_space_ship_4/transport_space_ship_4_illumination.png
    transport_space_ship_4/transport_space_ship_4_specular.png
    transport_space_ship_5/Thumbs.db
    transport_space_ship_5/transport_space_ship_5_cargo_1.model
    transport_space_ship_5/transport_space_ship_5_cargo_2.model
    transport_space_ship_5/transport_space_ship_5_cargo_3.model
    transport_space_ship_5/transport_space_ship_5_cargo_4.model
    transport_space_ship_5/transport_space_ship_5_cargo_5.model
    transport_space_ship_5/transport_space_ship_5_color.png
    transport_space_ship_5/transport_space_ship_5_illumination.png
    transport_space_ship_5/transport_space_ship_5_specular.png
  • Perhaps these should be posted on the EE Wiki on Github.
  • Cool.
    Hopefully it will be useful to others.
Sign In or Register to comment.