This build file will build all aspects of the SWG Source Code. Created by Cekis (cekisswg@gmail.com).
IP Address: ${ADDR4}Cleaning the SRC build directory.Cleaning the DSRC directory.Cleaning the DSRC script directory.Architecture is ${arch}Creating a ${src_build_type} buildUsing the GCC compilerUsing the CLang compilerWe have ${nproc} processors (cores) to use.
insert into cluster_list (id, name, num_characters, address, secret, locked, not_recommended)
select (select nvl(max(id)+1,1) from cluster_list), '${cluster_name}', 0, '${ADDR4}', 'N', 'N', 'N' from dual
where not exists (select '${cluster_name}', '${ADDR4}' from cluster_list);
update default_char_limits set account_limit = ${max_characters_per_account}, cluster_limit = ${max_characters_per_cluster};
update default_character_slots set num_slots = ${character_slots} where character_type_id = 1;
Database Drop Aborted.Preface: Clean up any existing files so we don't get wires crossed.Step 1: Copy customization data files from repo.Step 2: Scanning serverdata and creating the Tree File Lookup Table.p ${serverdata}/:0${line.separator}${assets}:0${line.separator}Step 3a: Collecting information on customizable assets from our serverdata.Step 3b: Adding manual variable usage.Step 4a: Creating an optimized customizations info file.Step 4b: Sorting and removing duplicate entries from the optimized file.Step 5: Building the ACM MIF data fileStep 6: Building the ACM IFFStep 6a: Building the CIM IFF (final step)Git Reset Aborted!Reset of src repository was successful.Reset of dsrc repository was successful.