diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-10-31 23:17:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 23:17:24 +0000 |
commit | c5166f21fef4796d3066c59f4b2f2bdb7c1c4d74 (patch) | |
tree | fba4de37115f13a5bd58331fb37199004c4920d0 /Northstar.CustomServers/mod/scripts/datatable/flightpath_assets.csv | |
parent | 0c388032acabebd89d2b28e52e97be6f6446b144 (diff) | |
download | NorthstarMods-c5166f21fef4796d3066c59f4b2f2bdb7c1c4d74.tar.gz NorthstarMods-c5166f21fef4796d3066c59f4b2f2bdb7c1c4d74.zip |
add datatables (dumped from rpak) (#517)
* add datatables (dumped from rpak)
* add datatables that accidentally weren't included
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/datatable/flightpath_assets.csv')
-rw-r--r-- | Northstar.CustomServers/mod/scripts/datatable/flightpath_assets.csv | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/datatable/flightpath_assets.csv b/Northstar.CustomServers/mod/scripts/datatable/flightpath_assets.csv new file mode 100644 index 00000000..d14566f1 --- /dev/null +++ b/Northstar.CustomServers/mod/scripts/datatable/flightpath_assets.csv @@ -0,0 +1,8 @@ +name,mp_model,sp_model
+"fp_dropship_model","models/vehicle/goblin_dropship/goblin_dropship.mdl","models/vehicle/goblin_dropship/goblin_dropship.mdl"
+"fp_dropship_hero_model","models/vehicle/goblin_dropship/goblin_dropship_hero.mdl","models/vehicle/goblin_dropship/goblin_dropship_hero.mdl"
+"fp_crow_model","models/vehicle/crow_dropship/crow_dropship.mdl","models/vehicle/crow_dropship/crow_dropship.mdl"
+"fp_crow_hero_model","models/vehicle/crow_dropship/crow_dropship_hero.mdl","models/vehicle/crow_dropship/crow_dropship_hero.mdl"
+"fp_titan_model","models/titans/medium/titan_medium_ajax.mdl","models/titans/medium/sp_titan_medium_ajax.mdl"
+"fp_straton_model","models/vehicle/straton/straton_imc_gunship_01.mdl","models/vehicle/straton/straton_imc_gunship_01.mdl"
+"fp_hornet_model","models/vehicle/hornet/hornet_fighter.mdl","models/vehicle/hornet/hornet_fighter.mdl"
\ No newline at end of file |