adding NGE houses

Polariszene

Member
Joined
Feb 19, 2017
Messages
101
hey i started to add the nge houses to my server and i was wondering where i put these at?

schematics = {
--ID Schematics
{path="object/draft_schematic/structure/atat_house_schem.iff"},
{path="object/draft_schematic/structure/bespin_house_schem.iff"},
{path="object/draft_schematic/structure/commando_house_schem.iff"},
{path="object/draft_schematic/structure/emperors_house_schem.iff"},
{path="object/draft_schematic/structure/gen_lg_win_01_schem.iff"},
{path="object/draft_schematic/structure/gen_lg_win_02_schem.iff"},
{path="object/draft_schematic/structure/gen_md_win_01_schem.iff"},
{path="object/draft_schematic/structure/gen_md_win_02_schem.iff"},
{path="object/draft_schematic/structure/gen_sm_win_01_schem.iff"},
{path="object/draft_schematic/structure/gen_sm_win_02_schem.iff"},
{path="object/draft_schematic/structure/nab_sm_win_01_schem.iff"},
{path="object/draft_schematic/structure/tat_sm_win_01_schem.iff"},
{path="object/draft_schematic/structure/hangar_house_schem.iff"},
{path="object/draft_schematic/structure/jabbas_house_schem.iff"},
{path="object/draft_schematic/structure/jedi_house_schem.iff"},
{path="object/draft_schematic/structure/musty_house_schem.iff"},
{path="object/draft_schematic/structure/rebel_house_schem.iff"},
{path="object/draft_schematic/structure/relaxation_house_schem.iff"},
{path="object/draft_schematic/structure/sandcrawler_house_schem.iff"},
{path="object/draft_schematic/structure/sith_house_schem.iff"},
{path="object/draft_schematic/structure/tree_house_schem.iff"},
{path="object/draft_schematic/structure/vehicle_house_schem.iff"},
{path="object/draft_schematic/structure/yoda_house_schem.iff"},
{path="object/draft_schematic/structure/yt1300_house_schem.iff"},
{path="object/draft_schematic/structure/vipbunker_house_schem.iff"},
};

theses scripts was in a config.lua file which is in Bin/script/crafting/config.lua

any ideas where or what file i add these too?
 

Halyn

That One Guy
Staff member
Moderator
Joined
Jan 11, 2015
Messages
257
Location
Empire in Flames
Uh, if you want the schematics to actually work, it's still needed. bin/scripts/managers/crafting/schematics.lua
 
Top Bottom