Change install location of base scenario file
This commit is contained in:
@@ -1069,7 +1069,7 @@
|
||||
91ACCE6218FFB5F300FAEF8B /* Copy Base Scenarios */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = "data/BoE Bases";
|
||||
dstPath = "Scenario Editor/Blades of Exile Base";
|
||||
dstSubfolderSpec = 16;
|
||||
files = (
|
||||
91ACCE6418FFB61A00FAEF8B /* bladbase.exs in Copy Base Scenarios */,
|
||||
|
||||
@@ -188,7 +188,7 @@ short init_data(short flag)
|
||||
}
|
||||
|
||||
void load_base_item_defs(){
|
||||
fs::path basePath = progDir/"data"/"BoE Bases"/"bladbase.exs";
|
||||
fs::path basePath = progDir/"Scenario Editor"/"Blades of Exile Base"/"bladbase.exs";
|
||||
scen_items_loaded = load_scenario(basePath, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user