blob_id
stringlengths 40
40
| directory_id
stringlengths 40
40
| path
stringlengths 4
214
| content_id
stringlengths 40
40
| detected_licenses
listlengths 0
50
| license_type
stringclasses 2
values | repo_name
stringlengths 6
115
| snapshot_id
stringlengths 40
40
| revision_id
stringlengths 40
40
| branch_name
stringclasses 21
values | visit_date
timestamp[us] | revision_date
timestamp[us] | committer_date
timestamp[us] | github_id
int64 141k
586M
⌀ | star_events_count
int64 0
30.4k
| fork_events_count
int64 0
9.67k
| gha_license_id
stringclasses 8
values | gha_event_created_at
timestamp[us] | gha_created_at
timestamp[us] | gha_language
stringclasses 50
values | src_encoding
stringclasses 23
values | language
stringclasses 1
value | is_vendor
bool 1
class | is_generated
bool 1
class | length_bytes
int64 5
10.4M
| extension
stringclasses 29
values | filename
stringlengths 2
96
| content
stringlengths 5
10.4M
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11fe5fdd8d8726a4b7a286062bcac0002e2e2cba
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1364/CH14/EX14.4.1/14_4_1.sce
|
eb8d7990f5f9f91706944961460f74252b973cb0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 264
|
sce
|
14_4_1.sce
|
clc
//initialisation of variables
N= 1450 //rev/min
Q= 500 //gal/min
H= 60 //ft
D= 10.25 //in
//CALCULATIONS
Ns= N*sqrt(Q)/H^0.75
h= (N*sqrt(Q/2)/Ns)^(4/3)
d= D*sqrt(h/H)
//RESULTS
printf (' head= %.f ft',h)
printf (' \n size of the pump= %.2f in',d)
|
bd87cb2b0bdb8c4475e1161a4bc44b7188ecccee
|
4b7eae708edea1f2fc5fd5f08bdd0ee8f1598adf
|
/code/pev/loader.sce
|
4ed81615610e9e6c527951843296067250a1ad29
|
[] |
no_license
|
kiraboris/pyttools
|
d7bea20bd371b811f6fe86ab94dac3317b9e3679
|
7a07dd9da5dd792f62a9c4cf33fdf2ae6be626fe
|
refs/heads/master
| 2021-05-31T01:17:35.354923
| 2016-02-03T10:12:09
| 2016-02-03T10:12:09
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 840
|
sce
|
loader.sce
|
// This script must be ran to load all availible methods of the P-based evaluation subtoolbox (pev) as usual Scilab functions. WARNING: this is a subtoolbox and its methods require the generel posibility theory (pt) toolbox to be loaded. Usually you DO NOT have to run this script manually. Run loader.sce from your installation's root directory of instead.
PEV_EPS_P = -1; // we work with possibility measure P(). interative procedures working with P()-values such as Dichotomy will run until |dP| < eps_p, or they will try to find a precise solution if eps_p < 0 chosen (this is the default and usually faster option)
filename= 'pev/data/distReal.txt'; // a sample data file with possibility distributions (poss-dists)
// Description inside the loaded files:
exec 'collective.sce';
exec 'select_dichotomy.sce';
exec 'select.sce';
|
0d596a292fe2fbfde26fa3849f4848e534c4b73c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/317/CH19/EX19.13/example13.sce
|
686d2eb2a37d8151321aaa70585d21b5eb06ddb6
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 621
|
sce
|
example13.sce
|
// find closed-loop bandwidth,peak voltage
// Electronic Principles
// By Albert Malvino , David Bates
// Seventh Edition
// The McGraw-Hill Companies
// Example 19-13, page 724
clear; clc; close;
// Given data
// LM741C
funity=10^6;// in hertz
Sr=0.5*10^6;// slew rate in Volts/second
Avcl=10;// closed-loop voltage gain
// Calculations
f2cl=funity/Avcl;// closed-loop bandwidth in hertz
Vpeak=Sr/(2*%pi*f2cl);// peak voltage in volts
disp("hertz",f2cl,"closed-loop bandwidth")
disp("Volts",Vpeak,"peak voltage=")
// Result
// closed-loop bandwidth is 100 KHertz
// Peak voltage is 0.795 Volts
|
d30840c161cfa49576231d96b09db32221f2023e
|
cf2d41f121fb6c83162dbfbf7b447124b94860ed
|
/loadflow.sci
|
d2035051f4612b96642bc57660b6a5102e91db38
|
[] |
no_license
|
abhinavdronamraju/loadflow_scilab
|
76749d98cb646674a80f43e82986977e4fe5c427
|
4f196da3596bd0a794d6d833c1bdd81d918f85f7
|
refs/heads/master
| 2021-07-16T11:14:39.462352
| 2017-10-24T11:55:18
| 2017-10-24T11:55:18
| 107,106,712
| 1
| 3
| null | 2017-10-24T06:25:52
| 2017-10-16T09:29:30
|
Scilab
|
UTF-8
|
Scilab
| false
| false
| 12,872
|
sci
|
loadflow.sci
|
// Program for Bus Power Injections, Line & Power flows (p.u)...
function loadflow(nb,V,del,BMva, alg, report)
global busdat;
global linedat;
Y = ybus(); // Calling Ybus program..
lined = linedat; // Get linedats..
busd = busdat; // Get busdatas..
Vm = pol2rect(V,del); // Converting polar to rectangular..
Del = 180/%pi*del; // Bus Voltage Angles in Degree...
fb = lined(:,1); // From bus number...
tb = lined(:,2); // To bus number...
nl = length(fb); // No. of Branches..
Pl = busd(:,7); // PLi..
Ql = busd(:,8); // QLi..
Iij = zeros(nb,nb);
Sij = zeros(nb,nb);
Si = zeros(nb,1);
// Bus Current Injections..
I = Y*Vm;
Im = abs(I);
Ia =atan(imag(I),real(I));
// Line Current Flows..
for m = 1:nl
p = fb(m); q = tb(m);
Iij(p,q) = -(Vm(p) - Vm(q))*Y(p,q); // Y(m,n) = -y(m,n)..
Iij(q,p) = -Iij(p,q);
end
Iij_temp=Iij
Iij = sparse(Iij);
Iijm = abs(Iij);
Iija_temp = atan(imag(Iij_temp),real(Iij_temp));
Iija= sparse(Iija_temp);
// Line Power Flows..
for m = 1:nb
for n = 1:nb
if m ~= n
Sij(m,n) = Vm(m)*conj(Iij(m,n))*BMva;
end
end
end
Sij_temp=Sij
Sij = sparse(Sij);
Pij=real(Sij);
Pij_temp = real(Sij_temp);
Qij = imag(Sij);
Qij_temp=imag(Sij_temp);
// Line Losses..
Lij = zeros(nl,1);
for m = 1:nl
p = fb(m); q = tb(m);
Lij_temp(m) = Sij_temp(p,q) + Sij_temp(q,p);
Lij=sparse(Lij_temp);
end
Lpij = real(Lij);
Lpij_temp=real(Lij_temp);
Lqij = imag(Lij);
Lqij_temp=imag(Lij_temp);
// Bus Power Injections..
for i = 1:nb
for k = 1:nb
Si(i) = Si(i) + conj(Vm(i))* Vm(k)*Y(i,k)*BMva;
end
end
Pi = real(Si);
Qi = -imag(Si);
Pg = Pi+Pl;
Qg = Qi+Ql;
if(report==0)
if(alg== 'nr')
disp('#########################################################################################');
disp('-----------------------------------------------------------------------------------------');
disp(' Newton Raphson Loadflow Analysis ');
disp('-----------------------------------------------------------------------------------------');
elseif(alg == 'gs')
disp('#########################################################################################');
disp('-----------------------------------------------------------------------------------------');
disp(' Gauss Seidel Loadflow Analysis ');
disp('-----------------------------------------------------------------------------------------');
end
disp('| Bus | V | Angle | Injection | Generation | Load |');
disp('| No | pu | Degree | MW | MVar | MW | Mvar | MW | MVar | ');
for m = 1:nb
disp('-----------------------------------------------------------------------------------------');
mprintf('%3g', m); mprintf(' %8.4f', V(m)); mprintf(' %8.4f', Del(m));
mprintf(' %8.3f', Pi(m)); mprintf(' %8.3f', Qi(m));
mprintf(' %8.3f', Pg(m)); mprintf(' %8.3f', Qg(m));
mprintf(' %8.3f', Pl(m)); mprintf(' %8.3f', Ql(m)); mprintf('\n');
end
disp('-----------------------------------------------------------------------------------------');
mprintf(' Total ');mprintf(' %8.3f', sum(Pi)); mprintf(' %8.3f', sum(Qi));
mprintf(' %8.3f', sum(Pi+Pl)); mprintf(' %8.3f', sum(Qi+Ql));
mprintf(' %8.3f', sum(Pl)); mprintf(' %8.3f', sum(Ql)); mprintf('\n');
disp('-----------------------------------------------------------------------------------------');
disp('#########################################################################################');
disp('-------------------------------------------------------------------------------------');
disp(' Line Flow and Losses ');
disp('-------------------------------------------------------------------------------------');
disp('|From|To | P | Q | From| To | P | Q | Line Loss |');
disp('|Bus |Bus| MW | MVar | Bus | Bus| MW | MVar | MW | MVar |');
for m = 1:nl
p = fb(m); q = tb(m);
disp('-------------------------------------------------------------------------------------');
mprintf('%4g', p); mprintf('%4g', q); mprintf(' %8.3f', Pij_temp(p,q)); mprintf(' %8.3f', Qij_temp(p,q));
mprintf(' %4g', q); mprintf('%4g', p); mprintf(' %8.3f', Pij_temp(q,p)); mprintf(' %8.3f', Qij_temp(q,p));
mprintf(' %8.3f', Lpij_temp(m)); mprintf(' %8.3f', Lqij_temp(m));
mprintf('\n');
end
disp('-------------------------------------------------------------------------------------');
mprintf(' Total Loss ');
mprintf(' %8.3f', sum(Lpij_temp)); mprintf(' %8.3f', sum(Lqij_temp)); mprintf('\n');
disp('-------------------------------------------------------------------------------------');
disp('#####################################################################################');
disp('The load flow analysis is completed successfully');
elseif(report==1)
if(alg== 'nr')
fileid= strcat([pwd(), "/","nr_report" ,"/","nr_report.txt"]);
f_temp= mopen(fileid, 'at')
mclose(f_temp);
fid= mopen(fileid, 'wt');
mfprintf(fid , '#########################################################################################');
mfprintf(fid , '\n');
mfprintf(fid, '-----------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid, ' Newton Raphson Loadflow Analysis ');
mfprintf(fid , '\n');
mfprintf(fid, '-----------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid, '| Bus | V | Angle | Injection | Generation | Load |');
mfprintf(fid , '\n');
mfprintf(fid, '| No | pu | Degree | MW | MVar | MW | Mvar | MW | MVar | ');
mfprintf(fid , '\n');
for m = 1:nb
mfprintf(fid, '-----------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid, '%3g', m); mfprintf(fid, ' %8.4f', V(m)); mfprintf(fid, ' %8.4f', Del(m));
mfprintf(fid, ' %8.3f', Pi(m)); mfprintf(fid, ' %8.3f', Qi(m));
mfprintf(fid, ' %8.3f', Pg(m)); mfprintf(fid, ' %8.3f', Qg(m));
mfprintf(fid, ' %8.3f', Pl(m)); mfprintf(fid, ' %8.3f', Ql(m)); mfprintf(fid, '\n');
end
mfprintf(fid, '-----------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid, ' Total ');mfprintf(fid, ' %8.3f', sum(Pi)); mfprintf(fid, ' %8.3f', sum(Qi));
mfprintf(fid, ' %8.3f', sum(Pi+Pl)); mfprintf(fid, ' %8.3f', sum(Qi+Ql));
mfprintf(fid, ' %8.3f', sum(Pl)); mfprintf(fid, ' %8.3f', sum(Ql)); mfprintf(fid, '\n');
mfprintf(fid,'-----------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid,'#########################################################################################');
mfprintf(fid , '\n');
mfprintf(fid,'-------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid,' Line Flow and Losses ');
mfprintf(fid , '\n');
mfprintf(fid,'-------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid,'|From|To | P | Q | From| To | P | Q | Line Loss |');
mfprintf(fid , '\n');
mfprintf(fid,'|Bus |Bus| MW | MVar | Bus | Bus| MW | MVar | MW | MVar |');
mfprintf(fid , '\n');
for m = 1:nl
p = fb(m); q = tb(m);
mfprintf(fid,'-------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid,'%4g', p); mfprintf(fid,'%4g', q); mfprintf(fid,' %8.3f', Pij_temp(p,q)); mfprintf(fid,' %8.3f', Qij_temp(p,q));
mfprintf(fid,' %4g', q); mfprintf(fid,'%4g', p); mfprintf(fid,' %8.3f', Pij_temp(q,p)); mfprintf(fid,' %8.3f', Qij_temp(q,p));
mfprintf(fid,' %8.3f', Lpij_temp(m)); mfprintf(fid,' %8.3f', Lqij_temp(m));
mfprintf(fid,'\n');
end
mfprintf(fid,'-------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid,' Total Loss ');
mfprintf(fid,' %8.3f', sum(Lpij_temp)); mfprintf(fid,' %8.3f', sum(Lqij_temp)); mfprintf(fid,'\n');
mfprintf(fid,'-------------------------------------------------------------------------------------');
mfprintf(fid , '\n');
mfprintf(fid,'#####################################################################################');
mfprintf(fid , '\n');
mclose(fid);
mprintf('\n');
mprintf('The report is generated successfully');
mprintf('\n');
mprintf('Please find the report at %s', fileid);
elseif(alg == 'gs')
fileid= strcat([pwd(), "/","gs_report" ,"/","gs_report.txt"]);
f1_temp= mopen(fileid, 'at')
mclose(f1_temp);
fid1= mopen(fileid, 'wt');
mfprintf(fid1, '#########################################################################################');
mfprintf(fid1 , '\n');
mfprintf(fid1, '-----------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1, ' Gauss Seidel Loadflow Analysis ');
mfprintf(fid1 , '\n');
mfprintf(fid1 , '-----------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
for m = 1:nb
mfprintf(fid1, '-----------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1, '%3g', m); mfprintf(fid1, ' %8.4f', V(m)); mfprintf(fid1, ' %8.4f', Del(m));
mfprintf(fid1, ' %8.3f', Pi(m)); mfprintf(fid1, ' %8.3f', Qi(m));
mfprintf(fid1, ' %8.3f', Pg(m)); mfprintf(fid1, ' %8.3f', Qg(m));
mfprintf(fid1, ' %8.3f', Pl(m)); mfprintf(fid1, ' %8.3f', Ql(m)); mfprintf(fid1, '\n');
end
mfprintf(fid1, '-----------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1, ' Total ');mfprintf(fid1, ' %8.3f', sum(Pi)); mfprintf(fid1, ' %8.3f', sum(Qi));
mfprintf(fid1, ' %8.3f', sum(Pi+Pl)); mfprintf(fid1, ' %8.3f', sum(Qi+Ql));
mfprintf(fid1, ' %8.3f', sum(Pl)); mfprintf(fid1, ' %8.3f', sum(Ql)); mfprintf(fid1, '\n');
mfprintf(fid1,'-----------------------------------------------------------------------------------------');
mfprintf(fid1, '\n');
mfprintf(fid1,'#########################################################################################');
mfprintf(fid1 , '\n');
mfprintf(fid1,'-------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1,' Line Flow and Losses ');
mfprintf(fid1 , '\n');
mfprintf(fid1,'-------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1,'|From|To | P | Q | From| To | P | Q | Line Loss |');
mfprintf(fid1 , '\n');
mfprintf(fid1,'|Bus |Bus| MW | MVar | Bus | Bus| MW | MVar | MW | MVar |');
mfprintf(fid1 , '\n');
for m = 1:nl
p = fb(m); q = tb(m);
mfprintf(fid1,'-------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1,'%4g', p); mfprintf(fid1,'%4g', q); mfprintf(fid1,' %8.3f', Pij_temp(p,q)); mfprintf(fid1,' %8.3f', Qij_temp(p,q));
mfprintf(fid1,' %4g', q); mfprintf(fid1,'%4g', p); mfprintf(fid1,' %8.3f', Pij_temp(q,p)); mfprintf(fid1,' %8.3f', Qij_temp(q,p));
mfprintf(fid1,' %8.3f', Lpij_temp(m)); mfprintf(fid1,' %8.3f', Lqij_temp(m));
mfprintf(fid1,'\n');
end
mfprintf(fid1,'-------------------------------------------------------------------------------------');
mfprintf(fid1, '\n');
mfprintf(fid1,' Total Loss ');
mfprintf(fid1,' %8.3f', sum(Lpij_temp)); mfprintf(fid1,' %8.3f', sum(Lqij_temp)); mfprintf(fid1,'\n');
mfprintf(fid1,'-------------------------------------------------------------------------------------');
mfprintf(fid1 , '\n');
mfprintf(fid1,'#####################################################################################');
mfprintf(fid1 , '\n');
mclose(fid1);
mprintf('\n');
mprintf('The report is generated successfully');
mprintf('\n');
mprintf('Please find the report at %s ', fileid);
end
end
endfunction
|
c5fd3285a28f2c6e5a94bad0bea3b21397819e2d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3768/CH7/EX7.9/Ex7_9.sce
|
236180aad59fcacc141971e597555df20ab7c077
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 417
|
sce
|
Ex7_9.sce
|
//Example number 7.9, Page number 149
clc;clear;
close;
//Variable declaration
C=4*10**-6; //capacitance(F)
epsilonr=200; //relative dielectric constant
V=2000; //voltage(V)
//Calculation
C0=C/epsilonr; //energy in condenser(F)
E=C0*V/2; //energy in dielectric(J)
//Result
printf("energy in condenser is %.e F",C0)
printf("\n energy in dielectric is %.1e J",E)
//answer in the book is wrong
|
51fdbbc5d0a31498afe8abbf48c613ba9339c7b1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1271/CH14/EX14.24/example14_24.sce
|
8dc548f67568970b35031ff385728380773355f7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 676
|
sce
|
example14_24.sce
|
clc
// Given that
lambda = 1e-10 // wavelength of light in meter
theta = 90 // angle in degree
h = 6.62e-34 // Planck constant in J-sec
c = 3e8 // speed of light in m/sec
e = 1.6e-19 // charge on an electron in C
m = 9.1e-31 // mass of an electron in kg
// Sample Problem 24 on page no. 14.29
printf("\n # PROBLEM 24 # \n")
printf("Standard formula used \n ")
printf(" delta_lambda = (h / (m * c) * (1 - cos(theta))) \n")
delta_lambda = (h * (1 - cosd(theta))) / (m * c)
E = (h * c) / delta_lambda
printf("\n Compton shift is %f Angstrom.\n Energy of incident beam is %f MeV.",delta_lambda * 1e10,E / 1.6e-13)
|
04331fc73945c592efca86ef46b888083e11f793
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2870/CH1/EX1.3/Ex1_3.sce
|
c771450833e294f141c1e2790def99a356962157
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 256
|
sce
|
Ex1_3.sce
|
clc;clear;
//Example 1.3
//constants used
g=32.174;//gravitational constant in ft/s^2
//given values
m=1;
//calculation
w=(m*g)/g;//weight is mass times the local value of gravitational acceleration
disp(m,'the weight on earth is (in lbf)')
|
3e75e69fd40fe951b39b007cff8857dea4111b7c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/572/CH9/EX9.7/c9_7.sce
|
12b4230c9679058b1e8f9e7ca4f494077d12637d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,251
|
sce
|
c9_7.sce
|
//(9.7) A regenerator is incorporated in the cycle of Example 9.4. (a) Determine the thermal efficiency for a regenerator effectiveness of 80%. (b) Plot the thermal efficiency versus regenerator effectiveness ranging from 0 to 80%.
//solution
//part(a)
etareg = .8 //regenerator effectiveness of 80%.
//from example 9.4
h1 = 300.19 //in kj/kg
h2 = 579.9 //in kj/kg
h3 = 1515.4 //in kj/kg
h4 = 808.5 //in kj/kg
hx = etareg*(h4-h2)+h2 //in kj/kg
eta = ((h3-h4)- (h2-h1))/(h3-hx) //thermal efficiency
printf('the thermal efficiency is: %f',eta)
//part(b)
etareg = linspace(0,.8,50)
for i= 1:50
hx(1,i) = etareg(1,i)*(h4-h2)+h2
end
for i = 1:50
eta(1,i) = ((h3-h4)- (h2-h1))/(h3-hx(1,i))
end
plot(etareg,eta)
xtitle("","Regenerator effectiveness","Thermal efficiency")
|
ad1b9ec217a7d81dfd902ceaee9bc4e483b4ef3c
|
4fc36cf9ad4abed8f783d4d04478e13f13cd58fa
|
/miniproject/1prob/normalnoisevec.sci
|
a4cebb0f8c606a84c2d766de524e156b34d94d05
|
[] |
no_license
|
sksavant/ee340
|
812857c69af65aef748ae86737c1bdfb4a3d0940
|
827918ae23644debcee0f8b890d4b46e35f93e79
|
refs/heads/master
| 2020-05-19T17:09:44.225110
| 2012-09-06T18:15:14
| 2012-09-06T18:15:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 392
|
sci
|
normalnoisevec.sci
|
// Group_13: Bhargava B 100070054
// Surya K 100070055
// S K Savant 100070056
function[randvec]=gaussiannoise(variance,N)
nvec=linspace(0,N,N+1)
//disp(length(nvec))
rand('normal') //Want a normal variable
randvec=rand(nvec) //Want N values of random variable
randvec=sqrt(variance)*randvec //Variance(a*X)=a^2 Variance(X)
endfunction
|
ad3fd2f56374c07a7bcc1e6f5b2c4dfd30965816
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.3.1/macros/scicos/do_SaveAs.sci
|
b50e054eb26757c7b685c4da5afc4a4c4817dc37
|
[
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 862
|
sci
|
do_SaveAs.sci
|
function [scs_m,edited]=do_SaveAs()
//
if pal_mode then scs_m=do_purge(scs_m),end
fname=xgetfile('*.cos')
if fname==emptystr() then return,end
[path,name,ext]=splitfilepath(fname)
select ext
case 'cos' then
ok=%t
else
message('Only *.cos binary files allowed');
return
end
// open the selected file
errcatch(240,'continue','nomessage')
u=file('open',fname,'unknown','unformatted')
errcatch(-1)
if iserror(240)==1 then
message('Directory write access denied')
errclear(240)
return
end
// set initial state in cpr if necessary
if cpr<>list() then
cpr;cpr(1)=state0
end
drawtitle(scs_m(1)) //erase the old title
scs_m;
scs_m(1)(2)=[name,path] // Change the title
// save
save(u,scicos_ver,scs_m,cpr)
file('close',u)
drawtitle(scs_m(1)) // draw the new title
edited=%f
if pal_mode then update_scicos_pal(path,scs_m(1)(2)(1),fname),end
|
3ca486e9a1f56e0d52e8471b77c7b41b3a1d5ed6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2084/CH6/EX6.4/6_4.sce
|
ec20494bac38055c4e3cafccd903c4dc0f398da5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 750
|
sce
|
6_4.sce
|
//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 6.4
//calculation of coefficient of static friction and kinetic friction between the block and the plank
//given data
theta1=18//angle of plank(in degree) with horizontal when block starts slipping
theta2=15//angle of plank(in degree) with horizontal when block slips with uniform speed
//calculation
mus=tand(theta1)//formula of coefficient of static friction
muk=tand(theta2)//formula of coefficient of kinetic friction
printf('the coefficient of static friction between the block and the plank is tan(%d)=%3.2f',theta1,mus)
printf('\n the coefficient of kinetic friction between the block and the plank is tan(%d)=%3.2f',theta2,muk)
|
de4dc11a5fa403274c752a8b69384fdd2d66d4fd
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/source/2.3/macros/robust/lcf.sci
|
daae66ee230c12502d77eb68731ad006f1e1ed15
|
[
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 617
|
sci
|
lcf.sci
|
function [N,M]=lcf(Sl)
//Compute Normalized coprime factorization of a linear dynamic system
//%Syntax and parameters description
// [N,M]=lcf(Sl)
//
// SL : linear dynamic system given in state space or transfer function.
// see syslin
// N,M : is realization of Sl: Sl = M^-1 N
//!
//FD.
flag=0;Sl1=Sl(1);
if Sl1(1)='r' then Sl=tf2ss(Sl),flag=1;end
[A,B,C,D]=Sl(2:5);[nw,nb]=size(B);[nc,nw]=size(C);
R=eye+D*D';
[Z,H]=gfare(Sl);
Ar=A+H*C;
Bn=B+H*D;Bm=H;
Rm12=inv(sqrtm(R));
Cr=Rm12*C;Dn=Rm12*D;Dm=Rm12;
N=syslin('c',Ar,Bn,Cr,Dn);
M=syslin('c',Ar,Bm,Cr,Dm);
if flag=1 then N=ss2tf(N);M=ss2tf(M);end
|
4321c507a39e16c64005153a6c50b8ba4f9f17b4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1541/CH2/EX2.18/Chapter2_Example18.sce
|
23c894bc4f60a88c144cbdd61e4a9f480530e766
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 844
|
sce
|
Chapter2_Example18.sce
|
//Chapter-2, Example 2.18, Page 2.34
//=============================================================================
clc
clear
//INPUT DATA
Q=(40*1000);//Transformer rating in VA
V1=1600;//Primary voltage in V
V2=160;//Secondary voltage in V
f=50;//Frequency in Hz
R=10;//Turn ratio
//CALCULATIONS
K=0.1;//Turn ratio
I2=(Q/V2);//Full load secondary current in A
Z2=(V2/I2);//Load impedence in ohm
Zo1=(Z2/K^2);//Impedence referred to high tension side in ohm
I2i=(K*I2);//Value of current referred to high tension side in A
//OUTPUT
mprintf('(a)Load impedence required for full load current is %3.2f ohm \n(b)Impedence referred to high tension side is %3.0f ohm\n(c)Value of current referred to high tension side is %3.0f A',Z2,Zo1,I2i)
//=================================END OF PROGRAM==============================
|
d8ea59cc901fd282c08d269b12d4b3b10cb40a0d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1514/CH5/EX5.7/5_7.sce
|
aef8c0565c01d4989ef536139aa604bfe11fea79
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 260
|
sce
|
5_7.sce
|
//chapter 5
//example 5.7
//page 168
clear all;
clc ;
//given
Rb=(18*6)/(18+6);
Ze=(27.6+4.5*1000*(1-0.987));
Zi=(86.1*5000)/(86.1+5000);
printf("\nInput Impedance(Ze)=%.1f ohm",Zi);
Av=(0.987*10000)/(Ze);
printf("\nvoltage gain=%d",ceil(Av));
|
2d2edd7e2ea85ee8cd12de57ced4f4b9e2973b39
|
94c9fb094976265935872b32b6e6a4fd9454ef31
|
/tp2/frequency_learning.sce
|
41c2e03fca52ebdda30f91c07223568d9e538c38
|
[] |
no_license
|
dtbinh/tp-scilab
|
6d2373af479d9cb1d1494f3ccc5abcae0697b8ac
|
4c41c77eb4a4021022fa91614cfe4f7a4417f4e5
|
refs/heads/master
| 2021-01-10T12:23:53.166922
| 2013-12-19T17:23:18
| 2013-12-19T17:23:18
| 49,208,752
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 663
|
sce
|
frequency_learning.sce
|
function codebook = frequency_learning(X, q)
a = 0.2;
b = 10;
u = ones(q, 1);
distace_multi_u = ones(q, 1);
r = size(X, "r");
Y = ones(q, 2);
for i = 1:q
Y(i) = X(i);
end
D = ones(q, 1);
while a > 0.01
for i = 1:r
for j = 1:q
D(j) = sqrt((X(i,1) - Y(j,1))*(X(i,1)-Y(j,1)) + (X(i,2) - Y(j,2))*(X(i,2)-Y(j,2)));
distace_multi_u(j) = D(j)*u(j);
end
[_min, k] = min(distace_multi_u);
Y(k, :) = Y(k, :) + a*(X(i, :) - Y(k, :));
u(k) = u(k) + 1;
end
a = a*b/(a + b);
end
codebook = Y;
endfunction
|
88c6d6d335dd372ceaec2dc3c13b93be0d435374
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3753/CH3/EX3.2/Ex3_2.sce
|
056b73d6c169ce6cf2cfba3dc38bac3611287b2f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 976
|
sce
|
Ex3_2.sce
|
//Example number 3.2, Page number 3.32
clc;clear;close
// Variable declaration
a1=450 // Area of plastered wall
a2=360 // Area of wooden floor and wooden doors
a3=24 // Area of Glass
a4=600 // Area of seats
a5=500 // Area of audience when they are in seats
c1=0.03 // Coefficient of absorption of plastered wall
c2=0.06 // Coefficient of absorption of wooden floor and wooden doors
c3=0.025 // Coefficient of absorption of Glass
c4=0.3 // Coefficient of absorption of seats
c5=0.43 // Coefficient of absorption of audience when they are in seats
l=12 // in m
b=30 // in m
h=6 // in m
// Calculation
V=l*b*h // volume of the hall
A=(a1*c1)+(a2*c2)+(a3*c3)+(a4*c4)+(a5*c5) // Total absorption
T=(0.16*V)/A // Reverbration time
// Result
printf("Volume of the hall = %.f m^3",V)
printf("\nTotal absorption = %0.1f m^2",A)
printf("\nReverbration time = %0.1f second",T)
// Answer given for the Reverbration time in the text book is wrong
|
5839123e1bcb7b650641a91ac0a188b8acb39f2a
|
4a1effb7ec08302914dbd9c5e560c61936c1bb99
|
/Project 2/Experiments/C45-C/results/C45-C.car-10-1tra/result3.tst
|
f9ae7e007e4ca5da843938699ed23bed65205e14
|
[] |
no_license
|
nickgreenquist/Intro_To_Intelligent_Systems
|
964cad20de7099b8e5808ddee199e3e3343cf7d5
|
7ad43577b3cbbc0b620740205a14c406d96a2517
|
refs/heads/master
| 2021-01-20T13:23:23.931062
| 2017-05-04T20:08:05
| 2017-05-04T20:08:05
| 90,484,366
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,248
|
tst
|
result3.tst
|
@relation car
@attribute Buying{vhigh,high,med,low}
@attribute Maint{vhigh,high,med,low}
@attribute Doors{2,3,4,5more}
@attribute Persons{2,4,more}
@attribute Lug_boot{small,med,big}
@attribute Safety{low,med,high}
@attribute Acceptability{unacc,acc,vgood,good}
@inputs Buying,Maint,Doors,Persons,Lug_boot,Safety
@outputs Acceptability
@data
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc unacc
unacc unacc
unacc unacc
acc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc unacc
acc acc
unacc unacc
acc acc
acc acc
acc unacc
unacc unacc
unacc unacc
acc acc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc acc
acc acc
unacc unacc
unacc unacc
acc acc
unacc unacc
acc acc
acc acc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc acc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc acc
acc acc
acc acc
unacc unacc
unacc unacc
acc acc
unacc unacc
unacc unacc
unacc unacc
acc acc
unacc unacc
unacc unacc
acc acc
unacc acc
unacc acc
acc acc
acc acc
unacc unacc
acc acc
unacc unacc
acc acc
unacc unacc
acc acc
unacc acc
unacc unacc
acc vgood
unacc unacc
vgood vgood
acc acc
acc acc
acc acc
acc acc
unacc unacc
unacc unacc
unacc unacc
vgood vgood
unacc unacc
acc good
good good
unacc acc
unacc unacc
acc acc
vgood vgood
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc acc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
acc unacc
acc acc
acc acc
acc acc
unacc unacc
unacc acc
unacc unacc
unacc unacc
acc acc
unacc unacc
unacc unacc
vgood vgood
unacc unacc
unacc acc
unacc unacc
good acc
unacc unacc
good good
unacc unacc
vgood vgood
unacc unacc
unacc unacc
unacc unacc
unacc unacc
unacc unacc
good good
good acc
acc good
unacc unacc
unacc unacc
unacc unacc
unacc unacc
good good
unacc unacc
unacc unacc
unacc unacc
unacc unacc
vgood good
unacc unacc
good good
|
cf5feebbff12920bed65792dbd00ed44924e94b1
|
505dbe6f806a6e0354b4f1f2326dc36f01fbe3e0
|
/S3/Proba-Stats/corrfct.sce
|
dba7b1c8b91815350a5aef51eb5b41e934f5233f
|
[] |
no_license
|
MalikZouhiri/DropIUT
|
5d1dea760cc1114114a2caf0bab1701e9adc815b
|
1ae2cdd14f10182dbe6d0b2546e452851076591f
|
refs/heads/master
| 2020-06-05T06:20:05.109658
| 2015-01-23T06:04:33
| 2015-01-23T06:04:33
| 29,574,014
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 641
|
sce
|
corrfct.sce
|
clear;clc();clf();
function loi1= loiexp(l,x)
loi1 = l*exp(-l*x);
endfunction
function loi2=loiexpc(x1,x2)
loi2=integrate('loiexp(l,x)','x',x1,x2);
endfunction
// P(X<1,3)=>loi expc(0,1.3)
// P(X€[0,75;1,41] ==> loi expc(0,75,1,41))
l=1.5;
dx=0.1;
x=0:dx:6;
somme = integrate('loiexp(l,x)','x',min(x),max(x))
y=loiexp(l,x);
subplot(211);plot2d(x,y);xgrid();
esp = integrate('x.*loiexp(l,x)','x',min(x),max(x))
//esperance = 1/lambda
//E(X²)-E²(X)
var = integrate('x**2.*loiexp(l,x)','x',min(x),max(x))-esp**2
//var = 1/lambda²
//Fct de repartition
z=integrate('loiexp(l,x)','x',min(x),x)
subplot(212);plot2d(x,z);xgrid();
|
3fa913331b49c7da85981417e39a9d91f262fe23
|
56743f362de98f910919780918c86679ec136d3e
|
/exercicios-propostas-fichas/tree_plot.sce
|
b737427f785f9de99d69538bc21c9d7ab0918481
|
[] |
no_license
|
andre-paulo98/fichas-ei-a1s2-MD
|
aaf75e6b45cbac7ebbf92949deb783ce6f1201b7
|
99c50eb08cf409ce8e5aa8301728dbe9148e16c5
|
refs/heads/master
| 2022-02-24T23:13:49.293944
| 2019-10-06T17:50:26
| 2019-10-06T17:50:26
| 171,472,323
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,211
|
sce
|
tree_plot.sce
|
function tree_plot(arvore)
//arvore usando a representação sequencial
// o valor 0 indica que a subárvore é vazia.
L1=length(arvore);
//verificar se a árvore é completa
if floor(log2(L1+1))~=ceil(log2(L1+1))
arvore((2^ceil(log2(L1)))-1)=0;
L1=length(arvore);
end
////////////////////////////77
L2=floor(log2(length(arvore)));
estado=zeros(1,L1);
////////
plot2d([0;L1],[0;L2+2],0)
a=gca(); // Handle on axes entity
a.axes_visible=["off" "off"];
///////
passoy=L2+1;
k=1;
for i=1:log2(L1+1)
passo=(2^(L2+1))/2^i;
for j=passo:passo:L1
if estado(j)==0
if arvore(k)~=0
xstring(j,passoy,string(arvore(k)));
end
retax($+1)=j;
retay($+1)=passoy;
k=k+1;
estado(j)=1;
end
end
passoy=passoy-1;
end
reta(:,1)=retax;
reta(:,2)=retay;
[L C]=size(reta);
for i=1:L
if 2*i<=L
if arvore((2*i))~=0
xarrows([reta(i,1),reta(2*i,1)],[reta(i,2),reta(2*i,2)],1)
end
end
if (2*i)+1<=L
if arvore((2*i)+1)~=0
xarrows([reta(i,1),reta((2*i)+1,1)],[reta(i,2),reta((2*i)+1,2)],1)
end
end
end
endfunction
|
f89adb3db07811044a7dc8d4a6d7fd1ea8e3b6e0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3754/CH10/EX10.16/10_16.sce
|
cc88e3309f12db715c2a7aba6b87903acf5d46d5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,342
|
sce
|
10_16.sce
|
clear//Variables
up = 0.048 //hole mobility (in meter-square per volt-second)
un = 0.135 //electron mobility (in meter-square per volt-second)
q = 1.602 * 10**-19 //charge on electron (in Coulomb)
Nsi1 = 5 * 10**28 //concentration of intrinsic silicon (in atoms per cubic-meter)
ni = 1.5 * 10**16 //number of electron-hole pairs (per cubic-meter)
alpha = 0.05 //temperature coefficient (in per degree Celsius)
dT = 14 //change in temperature (in degree celsius)
//Calculation
sig1 = q * ni * (un + up) //conductivity of intrinsic silicon (in per ohm-meter)
NA = Nsi1/10**7 //Number of indium atoms (in per cubic-meter)
p = NA //Number of holes (in per cubic meter)
n = ni**2/p //Number of free electrons (in per cubic-meter)
sig2 = q * p * up //Conductivity of doped silicon (in per ohm-meter)
sig34 = sig1*(1 + alpha * dT) //Conductivity at 34 degree Celsius (in per ohm-meter)
//Result
printf("\n Conductivity of intrinsic silicon is %0.5f per ohm-meter.\nConductivity of doped Silicon is %0.2f per ohm-meter.\nConductivity of silicon at 34 degree Celsius is %0.5f per ohm-meter.",sig1,sig2,sig34)
|
ddb49256333b6908b4c44eb49ec88042de5ea927
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/503/CH9/EX9.4/ch9_4.sci
|
a7d1361d6508e8078321d398b62d5e46b92191c9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 989
|
sci
|
ch9_4.sci
|
//to calculate stator current,pf, net mech o/p, torque, motor performance
clc;
j=sqrt(-1);
Vt=400;
P=6;
f=50;
Inl=7.5;
Pnl=700;
disp('block rotor test results');
Vbr=150;
Ibr=35;
Pinbr=4000;
R1=.55;disp(R1,'R1(ohm)');
k=1/.5;
s=0.04;
Zbr=Vbr/(sqrt(3)*Ibr);
Rbr=Pinbr/(3*Ibr^2);
Xbr=sqrt(Zbr^2-Rbr^2);
X1=Xbr/(1+.5);disp(X1,'X1(ohm)');
X2=Xbr-X1;disp(X2,'X2(ohm)');
disp('no load test results');
Zo=Vt/(sqrt(3)*Inl);
Ro=Pnl/(3*Inl^2);
Xo=sqrt(Zo^2-Ro^2);
Xm=Xo-X1;disp(Xm,'Xm(ohm)');
R2=(Rbr-R1)*((Xm+X2)/Xm)^2;disp(R2,'R2(ohm)');
Zf=1/((1/(j*Xm))+(1/((R2/s)+j*X2)));
Rf=real(Zf);
Xf=imag(Zf);
Zin=R1+j*X1+Zf;
I1=Vt/(sqrt(3)*Zin);
Pin=sqrt(3)*Vt*abs(I1)*cosd(atand(imag(I1)/real(I1)));disp(Pin,'Pin(W)');
Pg=3*abs(I1)^2*Rf;disp(Pg,'Pg(W)');
Pm=(1-s)*Pg;disp(Pm,'Pm(W)');
Prot=Pnl-3*Inl^2*R1;disp(Prot,'Prot(W)');
Pout=Pm-Prot;disp(Pout,'Pout(W)');
w_s=1000*2*%pi/60;
Tnet=Pout/((1-s)*w_s);disp(Tnet,'Tnet(Nm)');
eff=Pout*100/Pin;disp(eff,'eff(%)');
|
61fd79fed1bdc45f2496899088af7d2cb84a895c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2223/CH14/EX14.2/Ex14_2.sce
|
aa25a15400085ed1911aade9cfc0c33ce0628b81
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 530
|
sce
|
Ex14_2.sce
|
// scilab Code Exa 14.2 Downstream guide vanes
beta3=10; // rotor blade air angle at exit in degree
dh=0.3; // hub diameter in m
dt=0.6; // tip diameter in m
N=960; // rotor Speed in RPM
phi=0.245; // flow coefficient
d=0.5*(dt+dh);
u=%pi*d*N/60;
cx=phi*u;
cy3=u-(cx*tand(beta3));
alpha3=atand(cy3/cx);
disp("the rotor blade air angles, overall efficiency, flow rate, power required and degree of reaction are the same as calculated in Ex14_1")
disp("degree",alpha3,"the guide vane air angle at the entry alpha3=")
|
58642ec264f63267fec53e7bfd1d7fc44dc705c8
|
b260f3d67de5bd0fbb64f116da0d48c79d85382a
|
/commstr2poly/commstr2poly_ascend.sci
|
342b684de6c0d4d539aca4c0df2ebe9d1ae8078c
|
[] |
no_license
|
nikitapinto/Scilab-Communications
|
92c1002a14452dab39edda3675bc0c4a4da25919
|
4ebf7bbd70374b812eeb8dd3333ed997bca70b09
|
refs/heads/master
| 2021-01-10T06:27:41.892245
| 2016-04-02T16:37:42
| 2016-04-02T16:37:42
| 51,426,801
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 5,118
|
sci
|
commstr2poly_ascend.sci
|
funcprot(0);
// Code for commstr2poly(ascend) to generate a vector of coefficients from an input string.
// The coefficients vector is displayed in ascending order
function coeffvect = commstr2poly_ascend(text)
strs = strsplit(text);
minus_idx = find(strs == '-');
// Find indexes of minus signs
for i = 1:length(minus_idx)
if (minus_idx(i)==1) then
continue;
end
txt = strcat(strs(1:minus_idx(i)-1)) + '+' + strcat(strs(minus_idx(i): $));
splittxt = strsplit(txt)
end
splittxt = [splittxt ; '0'];
loopcount = strindex(txt,'+');
length_loopcount = length(loopcount);
// Store individual terms in a cell
terms = cell(length_loopcount+1,1);
start = 1;
loopcount = [loopcount size(splittxt,1)]
for i = 1:length(loopcount)
terms(i) = cellstr(strcat(splittxt(start:loopcount(i)-1)));
start = loopcount(i) + 1;
end
powers = repmat('',size(terms,1),1);
coeffs = repmat('',size(terms,1),1);
minus = zeros(size(terms,1),1);
length_terms = size(terms,1);
variableFound = %F;
constFound = %F;
// Extract all the values for each term..
for i = 1:length_terms
[coeffs(i), powers(i),minus(i),variable(i),variableFound] = extractvalues(terms(i),variableFound);
end
// Setup final coefficients vector
coeffvect = zeros(1,max(strtod(powers)));
// Fill coefficients vector for each term
for i = 1:length_terms
if ~isempty(variable(i)) then
[coeffvect,powers,coeffs(i),constFound] = withvariable(powers,coeffs(i),constFound,minus(i),coeffvect,i);
else
[coeffvect,constFound] = wovariable(coeffs(i),constFound,coeffvect,minus(i),i);
end
end
endfunction
// function to extract values - power,coefficient,variable name, minus sign.
function [coeffs,powers,minus,variable,variableFound] = extractvalues(terms,variableFound)
term = string(terms);
// Remove all elements that dont belong to the test vector
asciitest = [45, 48:57 , 65:90, 97:122];
str1 = strsplit(term);
str1(~members(ascii(str1),asciitest)) = [];
// Check for minus signs and set flags
if (str1(1)== '-') then
minus = 1;
str1(1) = [];
else
minus = 0;
end
term = strcat(str1);
// check pre processed term for constant and variable
// only constant present
if (~or(isnan(strtod(strsplit(term))))) then
coeffs = term;
powers = '';
variable = [];
else
// if const and var present
[a1,Nchar,c,token1] = regexp(term,'/(?P<const>\d+)(?P<var>\w+)/');
if (a1==1) then
tempvar = strrev(token1(2));
[a2,N,c,token2] = regexp(tempvar,'/(?P<power>\d+)(?P<var>\w+)/');
if (a2~=1) then
coeffs = token1(1);
variable = (token1(2));
powers = '';
else
coeffs = token1(1);
variable = strrev(token2(2));
powers = strrev(token2(1));
end
else
[a4,Nchar,c,token4] = regexp(term,'/(?P<var>\w+)/');
if (a4==1) then
tempvar1 = strrev(token4(1));
[a5,N,c,token5] = regexp(tempvar1,'/(?P<power>\d+)(?P<var>\w+)/');
if (a5 ~= 1) then
coeffs = '';
variable = (token4(1));
powers = '';
else
coeffs = '';
variable = strrev(token5(2));
powers = strrev(token5(1));
end
end
end
end
if (~isempty(variable)) then
// Record if variable present for future use
variableFound = %T;
end
endfunction
// function to fill in final coefficient vector if variable present in the term
function [coeffvect,powers,coeffs,constFound] = withvariable(powers,coeffs,constFound,minus,coeffvect,idx)
if (coeffs=='') then
coeffs = '1';
end
if isempty(powers(idx)) then
powerNum = 1;
powers(idx) = '1';
else
powerNum = strtod(powers(idx));
orig_power = powers(idx);
if (powerNum ~= fix(powerNum) | powerNum < 0) then
error('Power string must be only posit)ve integer values');
end
end
dupconst = ((powerNum == 0) & constFound);
// Check if this power is already specified
pidx = powerNum+1;
if (dupconst |(length(find(powers == string(powerNum))))>1) then
error('Duplicate Powers in string' );
end
constFound = (constFound | powerNum==0);
// Get the coefficients
num_coeff = strtod(coeffs);
coeffvect(pidx) = num_coeff;
if (minus) then
coeffvect(pidx) = -num_coeff;
end
endfunction
// function to fill final coefficient vector if the term is a constant
function [coeffvect,constFound] = wovariable(coeffs,constFound,coeffvect,minus,idx)
if (~constFound) then
constFound = %T;
coeffvect(idx) = strtod(coeffs);
else
error('Invalid constant in Input String')
end
if (minus) then
coeffvect(idx) = -coeffvect(idx);
end
endfunction
|
3bf7260862be8c74b80d9a22e7dbbc5135b2afbd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1871/CH5/EX5.20/Ch05Ex20.sce
|
b5c4c8c7eb12b43d1c24ac415fb07732a3a52add
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 701
|
sce
|
Ch05Ex20.sce
|
// Scilab code Ex5.20: Pg:229 (2008)
clc;clear;
Lambda_1= 5896; // Wavelength of D1 Sodium light, Angstorm
Lambda_2= 5890; // Wavelength of D2 Sodium light, Angstorm
Lambda = (Lambda_1 + Lambda_2)/2; // Mean wavelength of sodium light, Angstorm
d_Lambda = Lambda_1 - Lambda_2; // Difference in wavelengths of sodium, Angstorm
RP = Lambda/d_Lambda; // Resolving power of prism
D = 982; // Rate of change of refractive index with wavelength, per cm
// As RP = t*D, solving for t
t =1/D*RP; // Length of base of a flint glass prism, cm
printf("\nThe length of base of a flint glass prism = %3.1f cm", t);
// Result
// The length of base of a flint glass prism = 1.0 cm
|
0caae3f42f73b8182024180839f0836ba88787f0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/534/CH5/EX5.8/5_8_Nanostructured_Material.sce
|
71fc149adb6c964eb222a00665e6506df861c000
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,066
|
sce
|
5_8_Nanostructured_Material.sce
|
clear;
clc;
printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 5.8 Page 300 \n'); //Example 5.8
// Thermal Conductivity of Nanostructured material
//Operating Conditions
k = 1.11 ; //[W/m.K] Thermal Conductivity
rho = 3100; //[kg/m^3] Density
c = 820 ; //[J/kg.K] Specific Heat
//Dimensions of Strip
w = 100*10^-6; //[m] Width
L = .0035 ; //[m] Long
d = 3000*10^-10; //[m] Thickness
delq = 3.5*10^-3; //[W] heating Rate
delT1 =1.37 ; //[K] Temperature 1
f1 = 2*%pi ; //[rad/s] Frequency 1
delT2 =.71 ; //[K] Temperature 2
f2 = 200*%pi; //[rad/s] Frequency 2
A = [delT1 -delq/(L*%pi);
delT2 -delq/(L*%pi)] ;
C= [delq*-2.30*log10(f1/2)/(2*L*%pi);
delq*-2.30*log10(f2/2)/(2*L*%pi)] ;
B = inv(A)*C;
alpha = k/(rho*c);
delp = [(alpha/f1)^.5 (alpha/f2)^.5];
printf("\n C2 = %.2f k = %.2f W/m.K \n\n Thermal Penetration depths are %.2e m and %.2e m at frequency 2*pi rad/s and 200*pi rad/s" ,B(2),B(1), delp);
//END
|
b09a579f7618d39dc28014ad5a6ca8776e9158ab
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3648/CH3/EX3.10/Ex3_10.sce
|
2b0565feb9382ac1ad1f22f4ddf321a07634b7a4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 455
|
sce
|
Ex3_10.sce
|
//Example 3_10
clc();
clear;
//To find out how high does it goes and its speed and how long will it be in air
vf=0 //units in meters/sec
v0=15 //units in meters/sec
a=-9.8 //units in meters/sec^2
y=(vf^2-v0^2)/(2*a) //units in meters
printf("Distance it travels is y=%.1f meters\n",y)
vf=-sqrt(2*a*-y) //units in meters/sec
printf("The speed is vf=%d meters/sec\n",vf)
t=vf/(0.5*a) //units in sec
printf("Time taken is T=%.2f sec",t)
|
cfe78fc07f78122b8da5f9c852d31d65295ef838
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/692/CH10/EX10.7/P10_7.sce
|
b1ce00a4118ebf85307498a7a725fc357ea50faf
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 319
|
sce
|
P10_7.sce
|
//EXAMPLE 10.6
//Order estimation using Dolph-Cebyshev window
clear;
clc;
wp=0.3*%pi;//rad/sec
ws=0.5*%pi;//rad/sec
as=40;//dB
wc=(wp+ws)/2;//cutoff frequency
Bw=ws-wp;
disp(Bw,'Normalized transition bandwidth is = ')
//Order of the filter
N = ((2.056*as) - 16.4)/(2.285*Bw);
disp(ceil(N),'Order of the filter,N = ')
|
9c72267b3fa2a83a49e0c454ee754d053ee5fb0d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2642/CH5/EX5.3/Ex5_3.sce
|
49b0f9c7235a7f602e0d363d26e06efb7e9cf535
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 779
|
sce
|
Ex5_3.sce
|
// FUNDAMENTALS OF ELECTICAL MACHINES
// M.A.SALAM
// NAROSA PUBLISHING HOUSE
// SECOND EDITION
// Chapter 5 : DIRECT CURRENT MOTORS
// Example : 5.3
clc;clear; // clears the console and command history
// Given data
R_a = 0.7; // armature circuit resistance in Ω
V_t = 5; // applied voltage in V
I_anl = 5; // no-load armature current in A
I_afl = 35; // full-load armature current in A
// caclulations
E_bnl = V_t - R_a*I_anl; // back emf under no-load in V
E_bfl = V_t - R_a*I_afl; // back emf under full-load in V
E_bc = E_bnl - E_bfl; // change in back emf from no-load to full load in V
// display the result
disp("Example 5.3 solution");
printf("\n The change in back emf is \n E_bc = %d V ",E_bc );
|
9fa56f8f05e38b509b49cc10abde9ef42fb93ac0
|
194d4cafa290b2fdf3aa87e18ddadcfff70a70d8
|
/eNRTL TER.sce
|
8f2c055b5b28a803b2bd1abc338d1d7a44d64873
|
[] |
no_license
|
KomalT/tryout60
|
cc43d4a5d96b5525e691a907c7ad8c7e61004a3c
|
ef4cc3e641a77c2cea565035cf033536d91e29ea
|
refs/heads/master
| 2016-08-12T19:05:56.548794
| 2016-05-02T06:15:37
| 2016-05-02T06:15:37
| 55,436,025
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 4,838
|
sce
|
eNRTL TER.sce
|
clc;clear;
//calc of mole fraction from weight fraction
w=[.900 .850 .800 .750 .700 0.600 0.500 0.400 0.300 0.200 .015 .010]//weight fraction
m1=86.845//molecular wt of LiBr
m2=84.1157//molecular wt of HCOOK
m3=18//molecular wt of H2O
//calc 2w/3 w/3 (1-w)
N1=2*w/(3*m1);
N2=w/(3*m2);
N3=(1-w)/m3;
Ntotal=N1+N2+N3;
x1=N1./Ntotal;
x2=N2./Ntotal;
x3=N3./Ntotal;
xc1=x1./(x1+x2+1);
xa1=xc1;
xc2=x2./(x1+x2+1);
xa2=xc2;
xm=x3./(x1+x2+1);
//calculating VP
N=[0.11670521452767*(10^4),-724213.16703206,-17.073846940092,0.12020824702470*(10^5),-3232555.0322333,0.14915108613530*(10^2),-4823.2657361591,0.40511340542057*(10^6),-0.23855557567849,0.65017534844798*(10^3)]
T=333.15 //K
v=T+(N(1,9)/(T-N(1,10)))
A=v^2+N(1,1)*v+N(1,2)
B=N(1,3)*v^2+N(1,4)*v+N(1,5)
C=N(1,6)*v^2+N(1,7)*v+N(1,8)
VP=(2*C/(-B+(B^2-4*A*C)^0.5))^4 //MPa
disp(VP)
P=[5 7.5 8 8.3 9 10.2 10 11.7 13.6 15.3 16 17]
plot(xm,P,'+')
//DEBYE-HUCKEL PART
//1.gama calc
s=-61.4453*exp((T-273.15)/273.15)+2.864468*((exp((T-273.15)/273.15))^2)+183.379*log(T/273.15)-.6820223*(T-273.15)+.0007875695*(T^2-273.15^2)+58.95788*273.15/T;
I=(xc1+xc2+xa1+xa2)/2;
V=exp((sqrt(1000/18)*s*(2*I.^1.5./(1+14.9*I.^.5))));
//A(1)=T(c1a1,m) t1=alpha(c1a1,m) A(3)=T(c2a2,m) t3=alpha(c2a2,m)
//A(2)=T(m,c1a1) t2=alpha(m,c1a1) A(4)=T(m,c2a2) t4=alpha(m,c2a2)
//A(6)=T(m,c1a2) t6=alpha(m,c1a2) A(8)=T(m,c2a1) t8=alpha(m,c2a1)
//A(5)=T(c1a2,m) t1=alpha(c1a2,m) A(7)=T(c2a1,m) t7=alpha(c2a1,m)
//A(9)=T(a2c1,a1c1) t9=alpha(a2c1,a1c1) A(10)=T(a1c2,a2c2) t10=alpha(a1c2,a2c2)
//-A(9)=T(a1c1,a2c1) t9=alpha(a1c1,a2c1) -A(10)=T(a2c2,a1c2) t10=alpha(a2c2,a1c2)
//A(11)=T(c2a1,c1a1) t11=alpha(c2a1,c1a1) A(12)=T(c1a2,c2a2) t12=alpha(c1a2,c2a2)
//-A(11)=T(c1a1,c2a1) t11=alpha(c1a1,c2a1) -A(12)=T(c2a2,c1a2) t12=alpha(c2a2,c1a2)
Z=[xc1;xa1;xc2;xa2;xm;V;P];
A0=[-1.9 1.1 -.6 1.2 -1.6 1 -1.1 1.9 .6 -1.3 0 -.9]'
function y = datafit_1(xc1,xa1,xc2,xa2,xm,V,A)
ya1=xa1/(xa1+xa2);
ya2=xa2/(xa1+xa2);
yc1=xc1/(xc1+xc2);
yc2=xc2/(xc1+xc2);
G1=ya1*exp(-.2*A(1))+ya2*exp(-.2*A(5));
G2=ya1*exp(-.2*A(7))+ya2*exp(-.2*A(3));
G3=yc1*exp(-.2*A(1))+yc2*exp(-.2*A(7));
G4=yc1*exp(-.2*A(5))+yc2*exp(-.2*A(3));
T1=-log(G1)/.2;
T2=-log(G2)/.2;
T3=-log(G3)/.2;
T4=-log(G4)/.2;
T111=T1+A(2)-A(1);
T122=T2+A(4)-A(3);
T112=T1+A(6)-A(5);
T121=T2+A(8)-A(7);
T211=T3+A(2)-A(1);
T222=T4+A(4)-A(3);
T221=T3+A(8)-A(7);
T212=T4+A(6)-A(5);
K1=(xa1*G3*T3+xc1*G1*T3+xa2*G4*T4+xc2*G2*T2)/(xm+xa1*G3+xc1*G1+xa2*G4+xc2*G2);
K2=-xm*K1/(xm+xa1*G3+xc1*G1+xa2*G4+xc2*G2);
K31=(xa1/(xa1+xa2)*(xc1*exp(-.2*T111))/(xa1+xa2*exp(-.2*A(9))+xm*exp(-.2*T111)));
K32=T111-(xa2*exp(-.2*A(9))*A(9)+xm*exp(-.2*T111)*T111)/(xa1+xa2*exp(-.2*A(9))+xm*exp(-.2*T111));
K3=K31*K32;
K41=(xa2/(xa1+xa2)*(xc2*exp(-.2*T122))/(xa2+xa1*exp(-.2*A(10))+xm*exp(-.2*T122)));
K42=T122-(xa1*exp(-.2*A(10))*A(10)+xm*exp(-.2*T122)*T122)/(xa2+xa1*exp(-.2*A(10))+xm*exp(-.2*T122));
K4=K41*K42;
K51=(xa2/(xa1+xa2)*(xc1*exp(-.2*T112))/(xa2+xa1*exp(.2*A(9))+xm*exp(-.2*T112)));
K52=T112-(xm*exp(-.2*T112)*T112-xa1*exp(.2*A(9))*A(9))/(xa2+xa1*exp(A(9)*.2)+xm*exp(-.2*T112));
K5=K51*K52;
K61=(xa1/(xa1+xa2)*(xc2*exp(-.2*T121))/(xa1+xa2*exp(A(10)*.2)+xm*exp(-.2*T121)));
K62=T121-(xm*exp(-.2*T121)*T121-xa2*exp(A(10)*.2)*A(10))/(xa1+xa2*exp(A(10)*.2)+xm*exp(-.2*T121));
K6=K61*K62;
K71=(xc1/(xc1+xc2)*(xa1*exp(-.2*T211))/(xc1+xc2*exp(-A(11)*.2)+xm*exp(-.2*T211)));
K72=T211-(xc2*exp(-.2*A(11))*A(11)+xm*exp(-.2*T211)*T211)/(xc1+xc2*exp(-A(11)*.2)+xm*exp(-.2*T211));
K7=K71*K72;
K81=(xc2/(xc1+xc2)*(xa2*exp(-.2*T222))/(xc2+xc1*exp(-A(12)*.2)+xm*exp(-.2*T222)));
K82=T222-(xc1*exp(-A(12)*.2)*A(12)+xm*exp(-.2*T222)*T222)/(xc2+xc1*exp(-A(12)*.2)+xm*exp(-.2*T222));
K8=K81*K82;
K91=(xc1/(xc1+xc2)*(xa2*exp(-.2*T212))/(xc1+xc2*exp(A(12)*.2)+xm*exp(-.2*T212)));
K92=T212-(xm*exp(-.2*T212)*T212-xc2*exp(A(12)*.2)*A(12))/(xc1+xc2*exp(A(12)*.2)+xm*exp(-.2*T212));
K9=K91*K92;
K101=(xc2/(xc1+xc2)*(xa1*exp(-.2*T221))/(xc2+xc1*exp(A(11)*.2)+xm*exp(-.2*T221)));
K102=T221-(xm*exp(-.2*T221)*T221-xc1*exp(A(11)*.2)*A(11))/(xc2+xc1*exp(A(11)*.2)+xm*exp(-.2*T221));
K10=K101*K102;
U=exp(K1+K2+K3+K4+K5+K6+K7+K8+K9+K10);
y=1000*VP*xm*U*V;
endfunction
for i=1:1:12
yy(1,i)=datafit_1(xc1(1,i),xa1(1,i),xc2(1,i),xa2(1,i),xm(1,i),V(1,i),A0);
end
function e = myerror(A,z)
xc1=z(1);xa1=z(2);xc2=z(3);xa2=z(4);xm=z(5);V=z(6);y=z(7);
e= y - datafit_1(xc1,xa1,xc2,xa2,xm,V,A0);
endfunction
[A1,err]=datafit(myerror,Z,A0);
disp(A1)
disp(err)
for j=1:1:12
yy2(1,j)=datafit_1(xc1(1,j),xa1(1,j),xc2(1,j),xa2(1,j),xm(1,j),V(1,j),A1);
end
plot(xm, yy2,'g');
|
030e4136d529ea9af2e763390689f2493b6e448b
|
efe59cd4cca137aba9af447e8040b1eac3738006
|
/solutions/2020-2/assignment-III/solucao-exercicio-avaliativo-III-2020-2.sce
|
009fff83da3ced635b0834d93fcb121b5666bbe2
|
[] |
no_license
|
thejefecomp/scilab-codes
|
fd13f6aa666135c0fb08989e25b0ca1354c58b51
|
6eefce6eed8af0b54f2d6172f6e2b05513327184
|
refs/heads/master
| 2023-07-31T13:23:50.467306
| 2021-09-23T09:00:49
| 2021-09-23T12:04:06
| 287,115,880
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 22,619
|
sce
|
solucao-exercicio-avaliativo-III-2020-2.sce
|
/*
author: prof. Jeferson Souza (thejefecomp)
email: jeferson.souza@udesc.br
@2021 - All rights reserved.
Este programa fornece uma possível solução para o enunciado do Exercício Avaliativo III da disciplina de Programação para Engenharia II, a utilizar como base a solução do Exercício Avaliativo II. Além das funcionalidades fornecidas pela calculadora S-II, implementada como solução do Exercício Avaliativo II, a calculadora S-III fornece a possibilidade de realizar desenho de gráfico da derivada de uma função, e cálculo da área associada à curva de uma função.
*/
/*Carregar funções da biblioteca de desenho de gráficos [desenha_grafico-lib.sce]com a função exec().
PS: existem outras formas de carregar funções de uma biblioteca escrita em Scilab.
O uso direto da função exec() é a forma mais intuitiva. Para conhecer as outras formas,
veja documentaçao do Scilab, a começar pela função genlib().
*/
caminhoLibDesenhaGraficos = input('Informe o caminho da biblioteca desenha_grafico-lib.sce (default: /tmp/desenha_grafico-lib.sce): ', 's')
caminhoLibDesenhaGraficos = '/tmp/desenha_grafico-lib.sce'
if length(caminhoLibDesenhaGraficos) == 0 then
caminhoLibDesenhaGraficos = '/tmp/desenha_grafico-lib.sce'
end
exec(caminhoLibDesenhaGraficos, -1)
//Esta função implementa a função matemática y=(e.^x + e.^-x)/2
function y=f1(x)
y= (%e.^x + %e.^-x)/2
end
//Esta função implementa a função matemática y=x.^2.
function y=f2(x)
y = x.^2
end
//Esta função implementa a função matemática y=e.^x
function y=f3(x)
y = %e.^x
end
//Esta função implementa a função aritmética de soma, a receber dois valores de entrada, realizar o cálculo, e devolver o resultado ao final da execução.
function resultado=soma(operando1,operando2)
resultado = operando1 + operando2
endfunction
//Esta função implementa a função aritmética de subtração, a receber dois valores de entrada, realizar o cálculo, e devolver o resultado ao final da execução.
function resultado=subtracao(operando1,operando2)
resultado = operando1 - operando2
endfunction
//Esta função implementa a função aritmética de multiplicação, a receber dois valores de entrada, realizar o cálculo, e devolver o resultado ao final da execução.
function resultado=multiplicacao(operando1,operando2)
resultado = operando1 * operando2
endfunction
/*Esta função verifica a validade da multiplicação matricial "matrizA * matrizB" e, caso a referida multiplicação possa ser realizada, o cálculo é efetuado e o resultado retornado por meio da variável de retorno "matrizR". Em caso de sucesso, a variável de retorno "erro" recebe o valor de zero (0). Em caso de impossibilidade na multiplicação, a variável de retorno "erro" recebe o valor de menos um (-1), e a variável de retorno "matrizR" recebe o valor da constante infinito (%inf).
*/
function [erro,matrizR]=verificaEMultiplicaMat(matrizA,matrizB)
erro = 0
matrizR = %inf
if size(matrizA, 'c') == size(matrizB, 'r') then
matrizR = matrizA * matrizB
else
erro = -1
end
endfunction
/*Esta função implementa as operações de multiplicação matricial e vetorial, a receber o tipo de cálculo a ser realizado (0 -> multiplicação vetorial; 1 -> multiplicação matricial), e duas matrizes, as quais podem possuir somente uma dimensão (i.e. vetores). Com base na entrada fornecida o cálculo é realizado, e o resultado retornado ao final da execução. No caso da multiplicação matricial, caso seja possível multiplicar "matrizA * matrizB" e "matrizB * matrizA", o resultado retornado inclui ambos os valores das referidas multiplicações.
*/
function [sucesso,listaResultado]=multiplicacaoMatOrVet(tipo,matrizA,matrizB)
sucesso = 1
listaResultado = list()
numeroLinhasA = size(matrizA, 'r')
numeroLinhasB = size(matrizB, 'r')
numeroColunasA = size(matrizA, 'c')
numeroColunasB = size(matrizB, 'c')
if tipo == 0 && numeroLinhasA == 1 && numeroLinhasB == 1 && (numeroColunasA == numeroColunasB) then
listaResultado($+1) = matrizA .* matrizB
elseif tipo == 1
for i = 1:2
if i == 1 then
[erro,matrizR] = verificaEMultiplicaMat(matrizA,matrizB)
elseif i == 2
[erro,matrizR] = verificaEMultiplicaMat(matrizB,matrizA)
if length(listaResultado) == 0 && erro == 0 then
sucesso = 3
end
end
if erro == 0 then
listaResultado($+1) = matrizR
end
end
sucesso = size(listaResultado)
else
sucesso = -1
end
endfunction
/*Esta função implementa a função aritmética de divisão, a receber dois valores de entrada, realizar o cálculo, e devolver o resultado ao final da execução. Caso a operação resulte em uma divisão por zero, a variável de saída divisaoPorZero recebe o valor de -1, a indicar a referida divisão; caso contrário, divisaoPorZero recebe o valor de 0, a indicar uma operação realizada com sucesso.
*/
function [resultado,divisaoPorZero]=divisao(operando1,operando2)
resultado = 0
divisaoPorZero=0
if operando2 <> 0 then
resultado = operando1 / operando2
else
resultado = -1
divisaoPorZero = -1
end
endfunction
function resultado=calculaDerivadaOuIntegral(tipo, limiteInferior, limiteSuperior,corpoFuncao,varargin)
resultado = 1
assinaturaFuncao = 'y=f(x)'
deff(assinaturaFuncao,corpoFuncao)
if tipo then
if length(varargin) > 0 then
incremento = varargin(1)
else
incremento = 0.1
end
x = limiteInferior:incremento:limiteSuperior
matrizResultado = numderivative(f,x)
for i = 1:length(x)
resultado(1,i) = matrizResultado(i,i)
end
else
resultado = intg(limiteInferior,limiteSuperior,f)
end
endfunction
/*Esta função permite solicitar ao utilizador entradas para serem utilizadas pelo programa. O utilizador pode informar se o tipo de entrada a ser solicitado é, ou não, um conjunto de caracteres, bem como fornecer a mensagem que será exibida ao utilizador ao solicitar o valor da entrada em questão. A variável tipo entrada é um vetor onde cada posição pode assumir um de dois valores distintos:
%t -> o tipo de entrada é um conjunto de caracteres, i.e., input(mensagem, 's');
%f -> o tipo de entrada não é um conjunto de caracteres, i.e., input(mensagem).
Em complemento, a variável de entrada mensagemEntrada é um vetor onde cada posição recebe um conjunto de caracteres, a especificar a mensagem a ser exibida ao utilizador no momento de solicitar o valor de entrada em questão. Por último, um nome de customização é informado por meio da variável nome.
*/
function varargout=solicitaEntrada(tipoEntrada,mensagemEntrada, nome)
numeroEntradas = length(tipoEntrada)
for i=1:numeroEntradas
mensagem = nome+', '+mensagemEntrada(i)
if tipoEntrada(i) then
varargout(i) = input(mensagem, 's')
else
varargout(i) = input(mensagem)
end
end
endfunction
//Esta função exibe um menu de entrada, a permitir a customização de características tais como: mensagem inicial e final, pergunta de seleção da opção, número de opções de seleção, opções de seleção, mensagens associadas às opções de seleção, e indicação se a opção selecionada é ou não uma string. A função retorna a opção selecionada pelo utilizador ao final de sua execução.
function opcao=menu(opcaoString,mensagem,pergunta,opcoes,nome)
numeroOpcoes = length(opcoes)
mprintf(mensagem)
mprintf("\n\n")
for i=1:numeroOpcoes
mprintf(opcoes(i))
mprintf("\n")
end
mprintf("\n")
mprintf(mensagem)
mprintf("\n\n")
opcao = solicitaEntrada(opcaoString,pergunta,nome)
endfunction
/*Esta função permite invocar a função de cálculo necessária para realização do cálculo solicitado pelo utilizador. A variável de entrada numeroOperandos fornece indicação do número de operandos a serem utilizados para o cálculo. A variável de entrada nome permite customizar as mensagens exibidas ao utilizador. A variável de saída resultado armazena o valor do cálculo realizado com sucesso, e a variável de saída erro indica a ocorrência de erro no cálculo, i.e., indica a presença de uma divisão por zero/erro na multiplicação matricial/vetorial, a poder assumir dois possíveis valores:
erro = falso (%f) -> cálculo realizado com sucesso;
erro = verdadeiro (%t) -> presença de, ao menos, uma divisão por zero, ou erro na realização da multiplicação matricial/vetorial.
*/
function [resultado,erro,mensagemErroCalculo,operandos,operacao]=realizaCalculo(opcao,numeroOperandos,nome)
erro = %f
mensagemErroCalculo = ''
//Matrizes/Vetores
if opcao == 0 || opcao == 1 then
msgBase = 'digite os valores '
if opcao == 0 then
msgBase = msgBase+'do vetor'
operacao = '.*'
else
msgBase = msgBase+'da matriz'
operacao = '*'
end
operandos = list(1,1)
[operandos(1),operandos(2)] = solicitaEntrada([%f,%f],list(msgBase+' A: ', msgBase+' B: '),nome)
[sucesso,resultado] = multiplicacaoMatOrVet(opcao,operandos(1),operandos(2))
erro = sucesso <= 0
if sucesso == 0 then
mensagemErroCalculo = "não foi possível realizar a multiplicação entre as matrizes!"
elseif sucesso == -1
mensagemErroCalculo = "não foi possível realizar a multiplicação entre os vetores!"
elseif sucesso == 3
operandoAuxiliar = operandos(1)
operandos(1) = operandos(2)
operandos(2) = operandoAuxiliar
end
//Derivada/Integral
elseif opcao == 2 || opcao == 3
if opcao == 2 then
operacao = 'derivada'
elseif opcao == 3
operacao = 'integral'
end
[operandos(1),operandos(2)] = solicitaEntrada([%f,%f], list('digite o limite inferior do intervalo: ', 'digite o limite superior do intervalo: '), nome)
if operandos(1) > operandos(2) then
erro = %t
mensagemErroCalculo = 'Limite inferior menor do que limiteSuperior.'
resultado = -1
else
corpoFuncao = solicitaEntrada(%t, 'digite o corpo da função para o cálculo da '+operacao+' ex: y = x + 2: ', nome)
resultado = calculaDerivadaOuIntegral(opcao == 2, operandos(1), operandos(2),corpoFuncao)
end
//Função Aritmética
else
if numeroOperandos <= 3 then
[operandos(1),operandos(2)] = solicitaEntrada([%f,%f],list('digite o valor do operando 1: ', 'digite o valor do operando 2: '),nome)
end
if numeroOperandos == 3 then
operandos(3) = solicitaEntrada(%f,'digite o valor do operando 3: ',nome)
end
operacao = solicitaEntrada(%t, list('digite o valor da operaçao [+ -> Adição, - -> Subtração, * -> Multiplicação, / -> Divisão]: '),nome)
resultado = operandos(1)
for i = 2:numeroOperandos
select operacao
case '+' then resultado = soma(resultado,operandos(i))
case '-' then resultado = subtracao(resultado,operandos(i))
case '*' then resultado = multiplicacao(resultado,operandos(i))
case '/' then [resultado,divisaoPorZero] = divisao(resultado,operandos(i))
if divisaoPorZero == -1 then
erro = %t
mensagemErroCalculo = "divisão por zero não suportada!"
break
end
end
end
end
endfunction
/*
Esta função permite desenhar gráficos de funções pré-definidas,onde:
f1 -> y=(e.^x + e.^-x)/2;
f2-> y=x.^2;
f3-> y=e.^x.
A função responsável pela desenho dos gráficos está definida na biblioteca de funções 'desenha_grafico-lib.sce', a qual deve ser carregada no início da execução do programa.
*/
function geraGraficosFuncoes(nome)
mensagemFuncoes = '1 -> y=(e.^x + e.^-x)/2; 2-> y=x.^2; 3-> y=e.^x. Digite um vetor (ex: [1,2]), onde cada posição representa uma função a ser desenhanda: '
mensagemJanela = 'deseja desenhar os graficos em: %t -> janela separada; %f -> janela dividida? '
// Solicita a indicação do desenho em janela separada ou dividida, e o vetor das funções pré-definidas a serem desenhadas.
[janelaSeparada, vetorFuncoes] = solicitaEntrada([%f,%f], list(mensagemJanela, mensagemFuncoes), nome)
numeroFuncoes = length(vetorFuncoes)
for i = 1:numeroFuncoes
mensagemEntradaX = 'Digite o vetor de pontos no eixo x para a função '+string(vetorFuncoes(i))+': '
//Solicita o conjunto de valores no eixo x
x=solicitaEntrada(%f,mensagemEntradaX ,nome)
//Calcula o conjunto de valores no eixo y para a função selecionada.
select vetorFuncoes(i)
case 1 then y=f1(x) //y=(e.^x + e.^-x)/2
case 2 then y=f2(x) //y=x.^2
case 3 then y=f3(x) //y=e.^x
end
if janelaSeparada then
show_window(i)
desenhaGrafico(i,x,y)
else
desenhaGrafico(i,x,y,1,numeroFuncoes,i)
end
end
endfunction
/*
Esta função realiza a impressão de um(a) vetor/matriz, no formato de entrada do Scilab. Por exemplo:
Para vetores: [a1,a2,a3]
Para matrizes: [a11,a12,a13;a21,a22,a23]
*/
function imprimeMatriz(matriz)
numeroLinhas = size(matriz, 'r')
numeroColunas = size(matriz, 'c')
mprintf("\n[")
for i = 1:numeroLinhas
for j = 1:numeroColunas
mprintf("%1.3f", matriz(i,j))
if j == numeroColunas && numeroLinhas > 1 && i < numeroLinhas then
mprintf(";")
elseif j < numeroColunas
mprintf(",")
end
end
end
mprintf("]\n ")
endfunction
/*
Esta função realiza a impressão de valores que podem ser unidades singulares, vetores, ou matrizes no formato de entrada do Scilab. Por exemplo:
Para vetores: [a1,a2,a3]
Para matrizes: [a11,a12,a13;a21,a22,a23]
Para unidades singulares: valor.
*/
function imprimeValores(matriz)
numeroLinhas = size(matriz, 'r')
numeroColunas = size(matriz, 'c')
if numeroLinhas > 1 || numeroColunas > 1 then
imprimeMatriz(matriz)
elseif length(matriz(1)) > 1
imprimeMatriz(matriz(1))
else
mprintf("%1.3f ", matriz)
end
endfunction
/*Esta função imprime o cálculo realizado pelo utilizador, ou exibe somente mensagem a ser informada por meio da variável de entrada mensagem. A variável de entrada nome permite customizar as mensagens exibidas ao utilizador. A função assume que os parâmetros adicionais de entrada são informados em uma ordem pré-estabelecida, a qual é definida pela seguinte sequência:
[mensagemErroCalculo,resultado,erro,operacao,operandos]
onde:
mensagemErroCalculo -> especifica a mensagem associada a um erro de cálculo, e.g., divisão por zero;
resultado -> especifica o valor do resultado do cálculo efetuado;
erro -> indica a ocorrência de erro durante a tentativa de realização do cálculo;
operacao -> indica qual a operação utilizada no cálculo;
operandos -> vetor com os operandos utilizados no cálculo.
*/
function imprimeCalculo(mensagem,nome,varargin)
listaOperacoesConhecidas = list('+','-','*','/','.*')
numeroEntradas = length(varargin)
mprintf('\n\n%s, %s', nome,mensagem)
if numeroEntradas == 5 then
mensagemErroCalculo = varargin(1)
erro = varargin(3)
operacao = varargin(4)
resultados = varargin(2)
ehOperacaoConhecida = %f
for i=1:length(listaOperacoesConhecidas)
if listaOperacoesConhecidas(i) == operacao then
ehOperacaoConhecida = %t
break
end
end
if ehOperacaoConhecida then
numeroResultados = length(resultados)
operandos = varargin(5)
numeroOperandos = length(operandos)
for iResultado=1:numeroResultados
if iResultado == 1 then
inicio = 1
incremento = 1
fim = numeroOperandos
else
mprintf('\n\ne\n')
inicio = numeroOperandos
incremento = -1
fim = 1
end
for i = inicio:incremento:fim
if i <> inicio then
mprintf("%s ", operacao)
end
imprimeValores(operandos(i))
end
mprintf('= ')
if erro then
mprintf(mensagemErroCalculo)
else
imprimeValores(resultados(iResultado))
end
end
if numeroResultados == 0 && erro then
mprintf(mensagemErroCalculo)
end
elseif erro
mprintf(mensagemErroCalculo)
else
imprimeValores(resultados)
end
end
endfunction
// ======= Início da execução do programa =======
nome = input('Informe o seu nome para personalizar as mensagens do programa: ', 's')
mprintf('Olá %s, tudo bem? \nEspero que esteja tudo bem consigo.\n\n', nome)
/*
A variável opcao é utilizada para controlar a execução do programa enquanto o utilizador desejar. A variável opcao pode assumir os seguintes valores:
1 -> O utilizador deseja realizar cálculo com dois operandos;
2 -> O utilizador deseja realizar cálculo com três operandos;
3 -> O utilizador deseja realizar a multiplicação vetorial;
4 -> O utilizador deseja realizar a multiplicação matricial;
5 -> O utilizador deseja gerar gráfico de derivada de função;
6 -> O utilizador deseja calcular área de curva de função;
7 -> O utilizador deseja gerar gráficos de funções pré-definidas;
8 -> O utilizador deseja realizar exibir o último cálculo realizado;
9 -> O utilizador deseja limpar o console do scilab;
10 -> O utilizador deseja finalizar o programa.
Valor inicial -> opcao = 1
*/
opcao = 1
menuInicial = list('1 - Realizar cálculo com dois operandos','2 - Realizar cálculo com três operandos', '3 - Multiplicar vetores', '4 - Multiplicar matrizes', '5 - Gerar gráfico de derivada de função', '6 - Calcular área de curva de função', '7 - Gerar gráficos de funções pré-definidas', '8 - Exibir o último cálculo realizado', '9 - Limpar console', '10 - Finalizar programa')
/*A variável ultimoCalculo indica se já foi realizado algum cálculo anteriormente. Pode assumir dois valores distintos:
ultimoCalculo = %f -> não foi realizado nenhum cálculo até o presente momento;
ultimoCalculo = %t -> já foi realizado pelo menos um cálculo até o presente momento.
*/
ultimoCalculo = %f
mensagemCalculo = 'o resultado do cálculo é: '
while opcao <> 10
//Retorna o valor da mensagemCalculo para o valor inicial, em caso de escolha da opção 3.
if opcao == 8 then
mensagemCalculo = "o resultado do cálculo é: "
end
opcao = menu(%f,'======= Calculadora S =======','digite a opção desejada: ', menuInicial)
select opcao
case 1 then [resultado,erro,mensagemErroCalculo,operandos,operacao] = realizaCalculo(-1,2,nome)
case 2 then [resultado,erro,mensagemErroCalculo,operandos,operacao] = realizaCalculo(-1,3,nome)
case 3 then [resultado,erro,mensagemErroCalculo,operandos,operacao] = realizaCalculo(0,2,nome)
case 4 then [resultado,erro,mensagemErroCalculo,operandos,operacao] = realizaCalculo(1,2,nome)
case 5 then [resultado,erro,mensagemErroCalculo,operandos,operacao] = realizaCalculo(2,2,nome)
if erro == %f then
desenhaGrafico(1,operandos(1):.1:operandos(2),resultado)
end
case 6 then [resultado,erro,mensagemErroCalculo,operandos,operacao] = realizaCalculo(3,2,nome)
case 7 then geraGraficosFuncoes(nome)
case 8 then
if ultimoCalculo then
mensagemCalculo = 'o último cálculo realizado foi: '
else
mensagemCalculo = 'não foi realizado nenhum cálculo até o presente momento.'
end
case 9 clc()
case 10 then mprintf('\n\nPrograma finalizado.')
else mprintf('\n\nOpção inválida.')
end
//Imprime mensagem relacionada ao cálculo, caso as opções 1,2, ou 5 sejam selecionadas.
if (opcao > 0 && opcao < 7) || (opcao == 8 && ultimoCalculo) then
imprimeCalculo(mensagemCalculo,nome,mensagemErroCalculo,resultado,erro,operacao,operandos)
elseif opcao == 8
imprimeCalculo(mensagemCalculo,nome)
end
//Atribui o valor de verdadeiro (%t) quando o primeiro cálculo for efetuado.
if ultimoCalculo == %f then
ultimoCalculo = opcao > 0 && opcao < 7
end
mprintf("\n\n")
end
mprintf('%s, espero que tenhas um dia espetacular! :-D\n\n', nome)
// ======= Fim da execução do programa =======
|
08f0447d70f2a96d225ee1d1504e7af11312d54a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2282/CH5/EX5.15/ex5_15.sce
|
827061577e5b7b59e5a40186bc4d49beddf11a5d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 424
|
sce
|
ex5_15.sce
|
//Example 5.15, page no-208
clear
clc
f1=2.4 //first signal frequency
f2=3.2 //2nd signal frequency
f3=3.4 //3rd signal frequency
//minimum sampling rate for each of the signals would be twice the highest frequency component
sr=3*(f3*2)
st=10^6/(sr*10^3)
printf("Sampling rate of the composite signal = %.1f kHz \n Sampling interval of the composite signal = %.0f micro second",sr,st)
|
49f0f743f22cd67374efa56a3b919a4b02fe917b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3556/CH9/EX9.1/Ex9_1.sce
|
10a34ce23f3cb5940fd9e3c63da1d9ba5ac66ef7
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 781
|
sce
|
Ex9_1.sce
|
clc
// Fundamental of Electric Circuit
// Charles K. Alexander and Matthew N.O Sadiku
// Mc Graw Hill of New York
// 5th Edition
// Part 2 : AC Circuits
// Chapter 9 : Sinusoids and Phasors
// Example 9 - 1
clear; clc; close;
//
// Given data
Vm = 12.0000;
theta = 10.0000;
w = 50.0000;
//
// Calculations Perioda T
T = (2*%pi)/w;
// Calculations Frquency f
f = 1/T;
//
disp("Example 9-1 Solution : ");
printf(" \n Vm = Amplitude = %.3f Volt",Vm)
printf(" \n theta = Phase = %.3f degree",theta)
printf(" \n w = Angular The frequency = %.3f rad/s",w)
printf(" \n T = Period = %.3f s",T)
printf(" \n f = Frequency = %.3f Hz",f)
|
0a60fa51f0783128c9bda878ebdbf6e5fff6454f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1529/CH20/EX20.2/20_02.sce
|
2c75e6fa9389403ab9c27875cf80770552f9c856
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 487
|
sce
|
20_02.sce
|
//Chapter 20, Problem 2
clc;
R=30; //resistance of coil
f=50; //supply frequency
L=127.3e-3; //inductance of coil
Ip=5.08; //line current
Xl=2*%pi*f*L; //inductive reactance
Zp=sqrt(R^2+Xl^2); //impedance of each phase
Vp=Ip*Zp; //phase voltage
Vl=sqrt(3)*Vp; //line voltage
printf("Line voltage = %.2f V",Vl);
|
50b8494caca9ec9a0ad608b0889eb217ca427200
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1775/CH7/EX7.2/Chapter7_Example2.sce
|
2bb671d49584928ef5d51c2909f58a94c58109b5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,551
|
sce
|
Chapter7_Example2.sce
|
//Chapter-7, Illustration 2, Page 346
//Title: Air Conditioning
//=============================================================================
clc
clear
//INPUT DATA
S=60;//No. of staff
DBTo=30;//Out door Dry bulb temperature in oC
RHo=0.7;//Re-Heat factor at out-door
a=0.4;//amount of air circulated in (m^3)/min/person
DBTi=20;//In door Dry bulb temperature in oC
RHi=0.6;//Re-Heat factor at indoor
Td=25;//Heating coil surface temperature in oC
ha=82.5;//Enthalpy at point a from Psychrometric chart shown in Page 347 in kJ/kg
hb=34.5;//Enthalpy at point b from Psychrometric chart shown in Page 347 in kJ/kg
hc=42.5;//Enthalpy at point c from Psychrometric chart shown in Page 347 in kJ/kg
Wa=0.020;//Specific humidity at point a from Psychrometric chart shown in Page 347 in kg/kg dry air
Wb=0.009;//Specific humidity at point b from Psychrometric chart shown in Page 347 in kg/kg dry air
Tb=12;//Temperature at point b in oC
na=0.89;//Specific Volume from Psychrometric chart shown in page 346 in (m^3)/kg
//CALCULATIONS
ma=(a*S)/(na*60);//mass of air circulated per second in kg/s
Hc=(ma*(ha-hb))/3.5;//Heating capacity of cooling coil in tonnes
Hh=ma*(hc-hb);//Heating capacity of heating coil in kW
W=(ma*3600)*(Wa-Wb);//Amount of water vapour removed per hour in kg/hr
BPF=(Td-DBTi)/(Td-Tb);//By-Pass factor
//OUTPUT
mprintf('Capacity of cooling coil is %3.2f tonnes \n Capacity of heating coil is %3.1f kW \n Amount of water vapour removed per hour is %3.2f kg/hr \n Bypass factor is %3.3f',Hc,Hh,W,BPF)
|
23288ade5953005622c21fde6c08e81951310988
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/704/CH3/EX3.8/ex3_8.sce
|
7618605fb180f88eafe7da85ad6f30d5ae3aeb2f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 691
|
sce
|
ex3_8.sce
|
//Caption:In single phase transformer Calculate (a)The maximum flux density in the core and (b)induced emf in the secondary
//Exam:3.8
clc;
clear;
close;
N_1=80;//Primary turns
N_2=240;//secondary turns
f=50;//Supply frequency(in Hz)
E_1=240;//Supply voltage(in Volts)
F_max=E_1/(4.44*f*N_1);//Maximum value of the flux in the core
a=200;//Cross sectional area of core(in cm^2)
A=a*10^-4;//Cross sectional area of core(in m^2)
B_max=F_max/A;//Peak value of flux density in the core(in T)
disp(B_max,'Peak value of flux density in the core(in T)=');
E_2=E_1*(N_2/N_1);//Induced emf in the secondary winding(in Volts)
disp(E_2,'Induced emf in the secondary winding(in Volts)=');
|
a9fb123e200663ad0ebba4f9df3a40fce743305b
|
3bfc865f2b3d85f6e4f194cd88c4b8be442915ac
|
/read_log.sce
|
460367bc73cff6339e16db5b68e5adcc080ea768
|
[] |
no_license
|
mole80/chauffage_log_wpf
|
28c15b70be8a1ef4b4408a6cec104cd5ce1b4163
|
271a0be9cceed45623168147e835660f8d15b1d7
|
refs/heads/master
| 2020-04-03T19:18:27.712329
| 2018-10-31T08:23:24
| 2018-10-31T08:23:24
| 155,518,844
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,210
|
sce
|
read_log.sce
|
clear
clc
xdel(winsid())
//txt = mgetl("C:\prive\chauffage\log_wpf\chauffage\bin\Debug\log_30_10.csv")
txt = mgetl("C:\prive\chauffage\log_wpf\chauffage\bin\Debug\log_31_10.csv")
//csv = csvRead("C:\prive\chauffage\log_wpf\chauffage\bin\Debug\log_30_10.csv")
disp(size(txt))
function [tick] = GetTime(timeAsString)
time = strsplit( timeAsString , '_')
tick = datenum( [2018, strtod( time([2,1,3,4,5])' ) ] )
endfunction
header = strsplit(txt(1) ,',')'
start_tick = GetTime( strsplit(txt(2) ,',')(1) )
ind = 1
for i = 2:size(txt)(1)
split = strsplit(txt(i) ,',')
tmp = ( GetTime( split(1) ) - start_tick)*24
t(ind) = tmp
val(ind,:) = split'
val(ind,1) = string(tmp)
ind = ind+1
end
val( find(val=="C") ) = "0"
val( find(val=="O") ) = "1"
val = strtod(val)
//disp(t)
//disp(val(1,:))
disp( header )
// Colors
// 1 : noir
// 2 : bleu
// 3 : vert
// 4 : bleu claire
// 5 : rouge
// 6 : violet
// 7 : jaune
// 8 : blanc
// 9 : bleu
//temp_5 = 17
//temp_1 = 5
room_data_size = 7
temp_start = 34
temp_end_0 = 35
open_0 = 36
targ_0 = 32
meas_0 = 33
room = 1
temp_end = temp_end_0 + room_data_size*room
open = open_0 + room_data_size*room
targ = targ_0 + room_data_size*room
meas = meas_0 + room_data_size*room
scf()
title("Room " + string(room))
subplot(2,1,1)
plot(t,val(:,temp_start)); gce().children.foreground = 2; gce().children.thickness = 2
plot(t,val(:,temp_end)); gce().children.foreground = 6; gce().children.thickness = 2
plot(t,val(:,targ)); gce().children.foreground = 3; gce().children.thickness = 2
plot(t,val(:,meas)); gce().children.foreground = 5; gce().children.thickness = 2
ax = gca()
ax.data_bounds=[0,17,0;max(t),22,0]
//ax.y_label.text = "Dout# (LSB)";
ax.x_label.text = "Time [h]";
ax.font_size = 3
ax.x_label.font_size = 4
ax.y_label.font_size = 4
legend( header([temp_start,temp_end,targ,meas]) )
xgrid
subplot(2,1,2)
plot(t,val(:,open)); gce().children.foreground = 2; gce().children.thickness = 2
ax = gca()
ax.data_bounds=[0,-2,0;max(t),2,0]
//ax.y_label.text = "Dout# (LSB)";
//ax.x_label.text = "Time (10ms)";
ax.font_size = 3
ax.x_label.font_size = 4
ax.y_label.font_size = 4
legend( header([open]) )
xgrid
|
e598858249d3bc5d1a3c60f9b3dff540f6ad509b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3434/CH12/EX12.1/Ex12_1.sce
|
ec6d0ebf85a66863c0e8631ba4b9b72f4bcf394c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 675
|
sce
|
Ex12_1.sce
|
clc
// given data
delG=-39.59 // kJ/mol
delH=-56.83 // change in enthalpy in kJ/mol
mdotmethanol=32.0 // in g/s
mdotoxygen=48.0 // in g/s
Wmax=166.3 // -delG in kJ
flowmethanol=mdotmethanol*100*3600/(Wmax*1000) // in kg/h
flowoxygen=mdotoxygen*100*3600/(Wmax*1000) // in kg/h
printf( "The required flow rate of methanol is %.2f kg/h",flowmethanol)
printf( "\nThe required flow rate of oxygen is %.2f kg/h",flowoxygen)
delQ=delH-delG // using eq 12.7
fuelrate=-delQ*19.24/mdotmethanol // in kcal/s
printf( "\nThe required heat removal rate is %.2f kcal/s",fuelrate)
// The answer is wrong in textbook because of incorrect conversion from g/s to kg/h
|
82c81c7092a7c41fabbf28d6405bebd36cdcc379
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/443/CH3/EX3.5/3_5.sce
|
153cf37c73199bd95f960b82ef8616db76ba4d75
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 462
|
sce
|
3_5.sce
|
pathname=get_absolute_file_path('3_5.sce')
filename=pathname+filesep()+'3_5_data.sci'
exec(filename)
//Stroke Volume vs (in cc)
Vs=(%pi*d*d*L)/4
//Compression Ratio r
r=1+(Vs/Vc)
//Ratio Of SPecific Heats
y=Cp/Cv
//Air Standard Efficiency
n=1-(1/r^(y-1))
printf("\n\nResults\n\n")
printf("\nStroke Volume: %f\n",Vs)
printf("\nCompression Ratio: %f\n",r)
printf("\nRatio Of Specific Heats: %f\n",y)
printf("\nAir Standard Efficiency: %f\n",n*100)
|
a72a8e1ced783027264868daeb4f71a7f8f2ce4a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1118/CH15/EX15.7/eg15_7.sce
|
e609ad3c1eb3a852632be3cf85e4d657e369baaa
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 257
|
sce
|
eg15_7.sce
|
clear;
clc;
p1=100;
pl=5;
b11=pl/(p1*p1);
a=2*p1*b11;..// a=del(pl)/del(p1)
l1=1/(1-a);
a1=0;..// a1=del(pl)/del(p1)
l2=1/(1-a1);
printf("The penalty factor of plant 1 is: %.3f\n",l1);
printf("The penalty factor of plant 2 is: %.3f\n",l2);
|
702416f303190f4cbdd402a54b33a57c27ccdc37
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1358/CH3/EX3.4/Example34.sce
|
daf99599bb842190996358774e08576ae0d09019
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 717
|
sce
|
Example34.sce
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Turbomachinery Design and Theory,Rama S. R. Gorla and Aijaz A. Khan, Chapter 3, Example 4")
disp("Given Data")
H = 505//Head in m
P = 12900//Power in kW
N = 425//Speed in rpm
etao = 0.84//Efficiency
g = 9.81//m/s2
disp("Let Q be the discharge of the turbine")
Q = P/(etao*g*H)
disp("Velocity of jet C")
Cv = 0.98;
C = Cv * (2*g*H)^0.5
disp("Tangential velocity of the wheel is given by ")
U = 0.46*C
disp("Diameter D")
D = 60*U/(%pi*N)
disp("Let d be the diameter of the nozzle. The discharge through the nozzle must be equal to the discharge of the turbine. Therefore")
d = (Q*4/(%pi*C))^0.5
|
19093a32025666f67e1e463b28fdb5a6e5e836cf
|
c61d570c37971fa455028a89d2163f455f91c291
|
/script_fisico/inversa.sci
|
1ccb089670716797c0fca37e7430f59d6d352a4c
|
[] |
no_license
|
OgliariNatan/-ScientificComputing
|
a0af891f900f3f146a9751fd169f96052bd4ba83
|
070ea9d70430ef0c9e7944f491426b73af7c12b0
|
refs/heads/master
| 2020-04-04T23:13:12.585946
| 2017-07-03T21:46:18
| 2017-07-03T21:46:18
| 81,988,821
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,770
|
sci
|
inversa.sci
|
function x = inversa(A)
// Calculo da matriz inversa com uma fatoração LU [Capítulo 10 - pg245]
// Onde x é a matriz inversa
// -> A é a matriz de coeficientes do sistema
//Exemplo de Chamada
//exec ('path\fatoralu.sci',-1) {-1 não mostra o código de execução}
//A = [10 2 -1; -3 -5 2; 1 1 6];
//x = inversa(A)
//Autor: Daniel HC Souza
//IMPLEMENTACAÇÃO....
//checando os dados de entrada (matriz deve ser quadrada)
[m,n] = size(A); //m é linha... n é coluna
if m~=n then
error("A Matriz de coeficientes deve ser quadrada");
end
[mb,nb]=size(b);
if m ~=mb then
error("O vetor de estimulos(Resultados) deve ser da ordem da matriz")
end
P = eye(n,n);
// Eliminação Progressiva
for i = 1:n-1 //Varredura iniciando pelo primeiro pivo (Varre as Colunas)
//Pivotamento Parcial
[maior,k]=max(abs(A(i:n,i))); //maior é o numero... k é o indice
l = i + (k-1); //Ajusta o indice ao novo tamanho da matriz
if l~=i then //Se o maior naum estiver na linha de analise troca
A([l,i],:) = A([i,l],:); //Troca uma linha por outra
P([l,i],:) = P([i,l],:); //Troca uma linha por outra
end
for j = i+1:n //Varredura para diagonalizar a partir do pivo
temp = A(j,i)/A(i,i); //Calculo do L21, L31....
A(j,i:n) = A(j,i:n) - temp*A(i,i:n);
A(j,i) = temp;
end
end
disp(A,'U');
disp(P,'P');
B = eye(n,n);
//Substituição Progressiva
b = P*b;
d(1) = b(1);
for i = 2:n
d(i) = b(i) - (A(i,1:(i-1))*d(1:(i-1)));
end
disp(d,'d')
//Substituição Regressiva
x = zeros(n,1);
x(n) = d(n)/A(n,n);
for i =n-1:-1:1
// resolvendo com 'for' implicito'
x(i) = (d(i)-A(i,(i+1):n)*x((i+1):n))/A(i,i);
end
endfunction
|
31c78eaa8fd03466388e5eb7b3c38dc53b6e44a3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2102/CH4/EX4.25/exa_4_25.sce
|
3684956ebf08025b98498af4a89e61bc5194f6aa
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 217
|
sce
|
exa_4_25.sce
|
// Exa 4.25
clc;
clear;
close;
// Given data
Vout= 10;// in V
V_F= 2;// in V
Ip_max= 15;// in mA
Ip_max= Ip_max*10^-3;// in A
I_F= Ip_max;
Rs= (Vout-V_F)/I_F;// in Ω
disp(Rs,"The value of Rs in Ω is :")
|
484f0e0ab126be2cc07d876513950ef5032079b8
|
6c7a728e11a427c93b15669517131a79a0703108
|
/api/pdb_root/install/scripts/test_pdb/open_pdbs.tst
|
8af638e4be4ab235ef67bc96a333e0a631b2cbd3
|
[] |
no_license
|
ZVlad1980/adm_scripts
|
0b9fe4ff166213dc649d555c81e8d65b858074e4
|
9978a098c8140f5722b51e799969b76e2d68b42e
|
refs/heads/master
| 2020-03-31T08:45:49.405822
| 2019-04-30T05:04:03
| 2019-04-30T05:04:03
| 152,071,490
| 1
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 756
|
tst
|
open_pdbs.tst
|
PL/SQL Developer Test script 3.0
20
-- Created on 30.06.2018 by V.ZHURAVOV
declare
-- Local variables here
i integer;
begin
-- Test statements here
pdb_pub.unfreeze_(p_pdb_name => 'DEV_CLONE');
pdb_pub.unfreeze_(p_pdb_name => 'DEV');
pdb_pub.unfreeze_(p_pdb_name => 'WEEKLY_NODE');
pdb_pub.open_ro_(p_pdb_name => 'DEV_CLONE');
pdb_pub.open_(p_pdb_name => 'DEV');
pdb_pub.open_(p_pdb_name => 'PDB_RELEASE1');
pdb_pub.open_(p_pdb_name => 'DDECLONE1');
pdb_pub.open_(p_pdb_name => 'ANIKIN_TSTDB');
pdb_pub.open_(p_pdb_name => 'DEV_VBZ');
pdb_pub.open_(p_pdb_name => 'WEEKLY_NODE');
pdb_pub.freeze_(p_pdb_name => 'DEV_CLONE');
pdb_pub.freeze_(p_pdb_name => 'DEV');
pdb_pub.freeze_(p_pdb_name => 'WEEKLY_NODE');
end;
0
0
|
9e9c77f0bfcf15bb590547c80a40a1efa0091fb2
|
417f69e36190edf7e19a030d2bb6aa4f15bb390c
|
/SMTTests/tests/err_pop2.tst
|
ea098203afe9f6acb1996daefb4a1fbc5b796bc0
|
[] |
no_license
|
IETS3/jSMTLIB
|
aeaa7ad19be88117c7454d807a944e8581184a66
|
c724ac63056101bfeeb39cc3f366c8719aa23f7b
|
refs/heads/master
| 2020-12-24T12:41:17.664907
| 2019-01-04T10:47:43
| 2019-01-04T10:47:43
| 76,446,229
| 1
| 0
| null | 2016-12-14T09:46:41
| 2016-12-14T09:46:41
| null |
UTF-8
|
Scilab
| false
| false
| 178
|
tst
|
err_pop2.tst
|
; tests that the argument to a pop is a number
( set-logic QF_UF)
( push 2)
( pop 0.0 )
( pop "asd")
( pop #b1 )
( pop #x0 )
( pop a )
( pop |A| )
( pop 1 2 3 )
( pop -1 )
(pop)
|
9d2f5db52c3df75faef6c55de0e00036c1925647
|
a1161d9e9d26e0a7b20c31269be145f13d9d3e89
|
/QA/tests/ethanol/ethanol_ti.tst
|
f9bb539975800fa84e5370e22ec3afb90088cbb1
|
[
"LicenseRef-scancode-warranty-disclaimer",
"ECL-2.0"
] |
permissive
|
nwchemgit/nwchem
|
c06e7e1fe11b3afad17b167f29a97c4fa3ad0fda
|
c5a8125298a6ea7d6eb27b07c196ea8041aa7198
|
refs/heads/master
| 2023-09-05T17:18:34.513866
| 2023-09-02T02:56:47
| 2023-09-02T02:56:47
| 111,318,191
| 425
| 164
|
NOASSERTION
| 2023-09-11T16:34:14
| 2017-11-19T17:48:21
|
Fortran
|
UTF-8
|
Scilab
| false
| false
| 630
|
tst
|
ethanol_ti.tst
|
Iteration = 0
Energy = 0.000E+00
Iteration = 0
Energy = -8.957E+03
Iteration = 0
Energy = -8.961E+03
Iteration = 0
Energy = -8.955E+03
Iteration = 0
Energy = -8.957E+03
Iteration = 0
Energy = -8.957E+03
Iteration = 0
Energy = -8.956E+03
Iteration = 0
Energy = -8.959E+03
Iteration = 0
Energy = -8.964E+03
Iteration = 0
Energy = -8.957E+03
|
f1c6a39a18e6d228225fdacd9eb3df0d24c71da2
|
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
|
/ww3t v2.sce
|
258f633635ee12d1fcfe55d45290e1f3e0aeb1d4
|
[] |
no_license
|
MBHuman/Scenarios
|
be1a722825b3b960014b07cda2f12fa4f75c7fc8
|
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
|
refs/heads/master
| 2023-01-14T02:10:25.103083
| 2020-11-21T16:47:14
| 2020-11-21T16:47:14
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 370,954
|
sce
|
ww3t v2.sce
|
Name=ww3t v2
PlayerCharacters=A_air_pistol_frozen
BotCharacters=target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=A_air_pistol_frozen
AddedBots=target.bot;target.bot;target.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=2;2;2
MapName=widewall02b.map
MapScale=2.0
BlockProjectilePredictors=false
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=0.0
ScorePerKill=1.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=wide wall 3 targets
WeaponHeroTag=Pistol
DifficultyTag=2
AuthorsTag=Ku, Tammas
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=true
BlockFCT=false
Description=modified map file to mitigate target size variance and offscreen flicks
GameVersion=2.0.2.0
ScorePerDistance=0.0
MBSEnable=false
MBSTime1=0.25
MBSTime2=0.5
MBSTime3=0.75
MBSTime1Mult=1.0
MBSTime2Mult=2.0
MBSTime3Mult=3.0
MBSFBInstead=false
MBSRequireEnemyAlive=false
LockFOVRange=false
LockedFOVMin=60.0
LockedFOVMax=120.0
LockedFOVScale=Clamped Horizontal
[Aim Profile]
Name=Default
MinReactionTime=0.3
MaxReactionTime=0.4
MinSelfMovementCorrectionTime=0.001
MaxSelfMovementCorrectionTime=0.05
FlickFOV=30.0
FlickSpeed=1.5
FlickError=15.0
TrackSpeed=3.5
TrackError=3.5
MaxTurnAngleFromPadCenter=75.0
MinRecenterTime=0.3
MaxRecenterTime=0.5
OptimalAimFOV=30.0
OuterAimPenalty=1.0
MaxError=40.0
ShootFOV=15.0
VerticalAimOffset=0.0
MaxTolerableSpread=5.0
MinTolerableSpread=1.0
TolerableSpreadDist=2000.0
MaxSpreadDistFactor=2.0
AimingStyle=Original
ScanSpeedMultiplier=1.0
MaxSeekPitch=30.0
MaxSeekYaw=30.0
AimingSpeed=5.0
MinShootDelay=0.3
MaxShootDelay=0.6
[Bot Profile]
Name=target
DodgeProfileNames=Mimic
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=5.0
DodgeProfileMinChangeTime=1.0
WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default
WeaponSwitchTime=3.0
UseWeapons=false
CharacterProfile=target
SeeThroughWalls=false
NoDodging=false
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=1.000 Y=0.300 Z=0.000
LaserAlpha=1.0
[Character Profile]
Name=A_air_pistol_frozen
MaxHealth=100.0
WeaponProfileNames=pistol;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=0.0
Gravity=0.0
AirControl=1.0
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=230.0
MainBBRadius=55.0
MainBBHasHead=true
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=230.0
ProjBBRadius=55.0
ProjBBHasHead=true
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=false
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=90.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=300.0
InvertBlockedSpawn=true
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=target
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.1
MaxRespawnDelay=0.1
StepUpHeight=75.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=8.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=500.0
Acceleration=16000.0
AirAcceleration=16000.0
Friction=8.0
BrakingFrictionFactor=2.0
JumpVelocity=800.0
Gravity=0.0
AirControl=0.25
CanCrouch=true
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=255.000 Y=0.000 Z=0.000
EnemyHeadColor=X=255.000 Y=255.000 Z=255.000
TeamBodyColor=X=0.000 Y=0.000 Z=255.000
TeamHeadColor=X=255.000 Y=255.000 Z=255.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Cylindrical
MainBBHeight=100.0
MainBBRadius=50.0
MainBBHasHead=false
MainBBHeadRadius=45.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=100.0
ProjBBRadius=50.0
ProjBBHasHead=false
ProjBBHeadRadius=45.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=100000.0
JetpackFuelIncPerSec=0.1
JetpackFuelRegensInAir=true
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=1.0
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=600.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Dodge Profile]
Name=Mimic
MaxTargetDistance=2500.0
MinTargetDistance=750.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=0.2
MaxLRTimeChange=0.5
MinFBTimeChange=0.2
MaxFBTimeChange=0.5
DamageReactionChangesDirection=true
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.0
JumpFrequency=0.5
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Mimic
TargetStrafeMinDelay=0.125
TargetStrafeMaxDelay=0.25
MinProfileChangeTime=0.0
MaxProfileChangeTime=0.0
MinCrouchTime=0.3
MaxCrouchTime=0.6
MinJumpTime=0.3
MaxJumpTime=0.6
LeftStrafeTimeMult=1.0
RightStrafeTimeMult=1.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.5
BlockedMovementReactionMin=0.125
BlockedMovementReactionMax=0.2
WaypointLogic=Ignore
WaypointTurnRate=200.0
MinTimeBeforeShot=0.15
MaxTimeBeforeShot=0.25
IgnoreShotChance=0.0
ForwardTimeMult=1.0
BackTimeMult=1.0
DamageReactionChangesFB=false
[Weapon Profile]
Name=pistol
Type=Hitscan
ShotsPerClick=1
DamagePerShot=25.0
KnockbackFactor=4.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=3
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=0.7
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.08
HitSoundCooldown=0.08
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=4.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=
StunDuration=0.0
CircularSpread=true
SpreadStationaryVelocity=0.0
PassiveCharging=false
BurstFullyAuto=true
FlatKnockbackHorizontal=0.0
FlatKnockbackVertical=0.0
HitscanRadius=0.0
HitscanVisualRadius=6.0
TaggingDuration=0.0
TaggingMaxFactor=1.0
TaggingHitFactor=1.0
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=false
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=false
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=3
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Clamped Horizontal
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
WeaponModel=Heavy Surge Rifle
WeaponAnimation=Primary
UseIncReload=false
IncReloadStartupTime=0.0
IncReloadLoopTime=0.0
IncReloadAmmoPerLoop=1
IncReloadEndTime=0.0
IncReloadCancelWithShoot=true
WeaponSkin=Default
ProjectileVisualOffset=X=0.000 Y=0.000 Z=0.000
SpreadDecayDelay=0.0
ReloadBeforeRecovery=true
3rdPersonWeaponModel=Pistol
3rdPersonWeaponSkin=Default
ParticleMuzzleFlash=None
ParticleWallImpact=Gunshot
ParticleBodyImpact=Flare
ParticleProjectileTrail=None
ParticleHitscanTrace=None
ParticleMuzzleFlashScale=1.0
ParticleWallImpactScale=1.0
ParticleBodyImpactScale=1.0
ParticleProjectileTrailScale=1.0
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=100.0
SelfDamageMultiplier=0.5
ExplodesOnContactWithEnemy=false
DelayAfterEnemyContact=0.0
ExplodesOnContactWithWorld=false
DelayAfterWorldContact=0.0
ExplodesOnNextAttack=false
DelayAfterSpawn=0.0
BlockedByWorld=false
SpreadSSA=1.0,1.0,-1.0,5.0
SpreadSCA=1.0,1.0,-1.0,5.0
SpreadMSA=1.0,1.0,-1.0,5.0
SpreadMCA=1.0,1.0,-1.0,5.0
SpreadSSH=0.0,0.1,0.0,0.0
SpreadSCH=1.0,1.0,-1.0,5.0
SpreadMSH=0.0,0.1,0.0,0.0
SpreadMCH=1.0,1.0,-1.0,5.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.05
TimeToRecoilReset=0.35
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=1.0
AAMaxSpeed=360.0
AADeadZone=0.0
AAFOV=360.0
AANeedsLOS=true
TrackHorizontal=true
TrackVertical=true
AABlocksMouse=false
AAOffTimer=0.0
AABackOnTimer=0.0
TriggerBotEnabled=false
TriggerBotDelay=0.0
TriggerBotFOV=1.0
StickyLock=false
HeadLock=false
VerticalOffset=0.0
DisableLockOnKill=false
UsePerShotRecoil=false
PSRLoopStartIndex=0
PSRViewRecoilTracking=0.45
PSRCapUp=9.0
PSRCapRight=4.0
PSRCapLeft=4.0
PSRTimeToPeak=0.175
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Map Data]
reflex map version 8
global
entity
type WorldSpawn
String32 targetGameOverCamera end
UInt8 playersMin 1
UInt8 playersMax 16
brush
vertices
-1600.000000 -16.000000 16.000000
1600.000000 -16.000000 16.000000
1600.000000 -16.000000 -176.000000
-1600.000000 -16.000000 -176.000000
-1600.000000 -32.000000 16.000000
1600.000000 -32.000000 16.000000
1600.000000 -32.000000 -176.000000
-1600.000000 -32.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1344.000000 -528.000000 1808.000000
1344.000000 -528.000000 1808.000000
1344.000000 -528.000000 -176.000000
-1344.000000 -528.000000 -176.000000
-1344.000000 -544.000000 1808.000000
1344.000000 -544.000000 1808.000000
1344.000000 -544.000000 -176.000000
-1344.000000 -544.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1344.000000 1008.000000 1824.000000
1343.999878 1008.000000 1824.000000
1343.999878 1008.000000 1808.000000
-1344.000000 1008.000000 1808.000000
-1344.000000 -544.000000 1824.000000
1343.999878 -544.000000 1824.000000
1343.999878 -544.000000 1808.000000
-1344.000000 -544.000000 1808.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
1344.000000 1008.000000 1808.000000
1360.000000 1008.000000 1808.000000
1360.000000 1008.000000 -176.000000
1344.000000 1008.000000 -176.000000
1344.000000 -544.000000 1808.000000
1360.000000 -544.000000 1808.000000
1360.000000 -544.000000 -176.000000
1344.000000 -544.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1360.000000 1008.000000 1808.000000
-1344.000000 1008.000000 1808.000000
-1344.000000 1008.000000 -176.000000
-1360.000000 1008.000000 -176.000000
-1360.000000 -544.000000 1808.000000
-1344.000000 -544.000000 1808.000000
-1344.000000 -544.000000 -176.000000
-1360.000000 -544.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1344.000000 1008.000000 1808.000000
1344.000000 1008.000000 1808.000000
1344.000000 1008.000000 -176.000000
-1344.000000 1008.000000 -176.000000
-1344.000000 992.000000 1808.000000
1344.000000 992.000000 1808.000000
1344.000000 992.000000 -176.000000
-1344.000000 992.000000 -176.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
brush
vertices
-1344.000000 1008.000000 -176.000000
1343.999878 1008.000000 -176.000000
1343.999878 1008.000000 -192.000000
-1344.000000 1008.000000 -192.000000
-1344.000000 -544.000000 -176.000000
1343.999878 -544.000000 -176.000000
1343.999878 -544.000000 -192.000000
-1344.000000 -544.000000 -192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000
entity
type PlayerSpawn
Vector3 position 0.000000 4.000000 0.000000
Bool8 teamB 0
entity
type CameraPath
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 0.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 704.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 768.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 768.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 768.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 896.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -384.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -320.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -256.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -192.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1216.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1280.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 1728.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1216.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1280.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 448.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 512.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 576.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 640.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 832.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 704.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 768.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 896.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -384.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -320.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -256.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -192.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1088.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1152.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 1664.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1152.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1088.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 448.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 512.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 576.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 640.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 832.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 576.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 640.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 704.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 768.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 768.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 704.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 640.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 576.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 896.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 832.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -512.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -512.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -448.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -448.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -384.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -384.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -384.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -320.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -320.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -320.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -256.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -256.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -256.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -192.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -192.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -192.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -128.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -128.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -128.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 -64.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 -64.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 -64.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -512.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -576.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -640.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -704.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -768.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -832.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -896.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -960.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -1024.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 1600.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 512.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 576.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 640.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 768.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 832.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 896.000000 0.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 960.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 1024.000000 0.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 704.000000 0.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 320.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 448.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 512.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 576.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 640.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 704.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 768.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 832.000000 1472.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 896.000000 1408.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 384.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 192.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 256.000000 1536.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
|
de8fa436f4053edc9ec89b5d395537f60f7dc4ec
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/881/CH4/EX4.6/exa4_6.sce
|
369cecb2c878dc9d421cd8df52975edd54027d75
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 339
|
sce
|
exa4_6.sce
|
clc;
//Example 4.6
//Page no 133
//Solution
m=0.8;
Aq=100;
Fc=500; //kHz
Vc=5*(10^-3); //mV
Fm=1000; //Hz
//(a)
disp("(a)Substituting into equation 4-34(pgno 132), ");
Am=Aq*(1+m);
disp(Am," Amax = ");
am=Aq*(1-m);
disp(am,"Amin = ");
//(b)
Vom=Am*Vc;
vom=am*Vc;
disp('V',Vom,"(b)Vout(max) = ");
disp('V',vom,"Vout(min) = ");
|
483c6ac665309956c5fd63af14cd7056eb0a6381
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2777/CH2/EX2.5/Ex2_5.sce
|
068905a9af07a9084fae71fe425d0979ff45b527
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 2,036
|
sce
|
Ex2_5.sce
|
// ELECTRICAL MACHINES
// R.K.Srivastava
// First Impression 2011
// CENGAGE LEARNING INDIA PVT. LTD
// CHAPTER : 2 : FORCES IN AN ELECTROMAGNETIC SYSTEMS
// EXAMPLE : 2.5
clear ; clc ; close ; // Clear the work space and console
// GIVEN DATA
// Refer figure 2.3(a):- Page no. 36
B = 1.0; // Flux Density in the Core in Weber/Meter-Square
Liron = 0.55; // Mean length of the flux path of Iron in Meter
Lair = 0.002; // Mean length of the flux path of Air Gap in Meter
I = 20; // Coil Current in Amphere
H = 200; // Field Intensity in Amphere-Turns/Meter
mue_r = 20000; // Relative permeability of Ferrite core
mue_0 = 4*%pi*10^-7; // Permeability of the air in Henry/Meter
a = 0.0025; // Area of the Cross sectional of the core oin Metre-Square
// CALCULATIONS
phi = B*a; // Toatl Flux in the core in Weber
Rair = Lair/(mue_0*a); // Relucatnce in the Air gap
Fair = Rair*phi; // MMf in the Air gap in Amphere-Turns
Firon = H*Liron; // MMf in the Iron core in Amphere-Turns
F = Firon+Fair; // Total MMF in Amphere-Turns
N = F/I; // Number of turns in the Coil
F_new = B/(mue_0*mue_r); // Field Intensity in Amphere-Turns/Meter
F_new_total = (Fair+F_new); // Total MMF in Amphere-Turns
N_new = F_new_total/I; // Number of turns in the Coil
// DISPLAY RESULTS
disp("EXAMPLE : 2.5 : SOLUTION :-") ;
printf("\n (a) Number of turns in the Coil in air gap made of Silicon Steel having an field intensity 200At/m corresounds to 1.0 T Flux Density , N = %.2f appoximately 85 \n ",N);
printf("\n (b) Number of turns in the Coil for a ferrite core of having Relative premeability of 20000 and magnetic Field Density corresponnds to 1.0 T , N_new = %.2f appoximately 82 \n",N_new);
|
9a99cf8e3312daf567b396cb4f38a27cc5a83765
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/213/CH15/EX15.19/15_19.sce
|
b64dab24d0a2763108a40f0f23e688291ce0b01d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 803
|
sce
|
15_19.sce
|
//To find acceleration and inertia force
clc
//Given:
r=125, OC=r, l=500, PC=l, PG=275, kG=150 //mm
mC=60 //kg
N=600 //rpm
theta=45 //degrees
//Solution:
//Refer Fig. 15.24
//Calculating the angular speed of the crank
omega=2*%pi*N/60 //rad/s
//Acceleration of the piston:
//By measurement,
NO=90/1000 //m
//Calculating the acceleration of the piston
aP=omega^2*NO //m/s^2
//The magnitude, position and direction of inertia force due to the mass of the connecting rod:
//By measurement,
gO=103/1000 //m
//Calculating the magnitude of the inertia force of the connecting rod
FC=mC*omega^2*gO/1000 //kN
//Results:
printf("\n\n Acceleration of the piston, aP = %.1f m/s^2.\n\n",aP)
printf(" The magnitude of inertia force due to the mass of the connecting rod, FC = %.1f kN.\n\n",FC)
|
2063fc9a4854f78b47284aafae52115c45a84b2d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1397/CH1/EX1.22/1_22.sce
|
e16d4ae3e20208ce264bd051f326298817e60f70
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 254
|
sce
|
1_22.sce
|
//clc();
clear;
//To determine the wavelength of light
theta=15; //first diffraction maxima in degrees
a=2.5*10^(-6); //slit width in metres
lambda=(a*sind(theta)*10^10)/1.43;
printf("wavelength of light is %f Armstrong",lambda);
|
1e3a8709fb743246a3d74d0cd3e2c9b2c03ed2b7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1673/CH5/EX5.4/5_4.sce
|
3d1e9289ef3a82a2d910afab90ca29b9118572cf
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 626
|
sce
|
5_4.sce
|
//cubic spline
//example 5.4
//page 189
clc;clear;close;
x=[0 %pi/2 %pi]
y=[0 1 0]
h=x(2)-x(1)
M0=0;M2=0;
M1=((6*(y(1)-2*y(2)+y(3))/h^2)-M0-M2)/4;
X=%pi/6;
s1=(((x(2)-X)^3)*(M0/6)+((X-x(1))^3)*M1/6+(y(1)-(h^2)*M0/6)*(x(2)-X)+(y(2)-(h^2)*M1/6)*(X-x(1)))/h;
x=[0 %pi/4 %pi/2 3*%pi/4 %pi];
y=[0 1.414 1 1.414];
M0=0,M4=0;
A=[4 1 0;1 4 1;0 1 4];//calculating value of M1 M2 M3 by matrix method
C=[-4.029;-5.699;-4.029];
B=A^-1*C
printf('M0=%f\t M1=%f\t M2=%f\t M3=%f\t M4=%f\t\n\n',M0,B(1,1),B(2,1),B(3,1),M4);
h=%pi/4;
X=%pi/6;
s1=[-0.12408*X^3+0.7836*X]/h;
printf(' the value of sin(pi/6) is:%f',s1)
|
780cd06088848c434c26035b078fd17b09f80898
|
0e52518c6fe37e683dc04d785f174ce30408f8e7
|
/otimizacao/main.sce
|
a70d18d8eb962dfaaaf1e72e7bfbe063d5a0630f
|
[] |
no_license
|
thiago-franco/metodos-numericos
|
c3a7a10d00376c9b238825e9ff049635cc153a92
|
95ed4e0b1e05b10c7d0ef9cbc23f9c98d2cf8a65
|
refs/heads/master
| 2021-07-06T00:19:31.512668
| 2017-09-30T01:25:29
| 2017-09-30T01:25:29
| 104,950,926
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 22,732
|
sce
|
main.sce
|
// This GUI file is generated by guibuilder version 3.0
//////////
f=figure('figure_position',[-8,-8],'figure_size',[1382,744],'auto_resize','on','background',[-3],'figure_name','Janela gráfica número %d');
//////////
delmenu(f.figure_id,gettext('File'))
delmenu(f.figure_id,gettext('?'))
delmenu(f.figure_id,gettext('Tools'))
toolbar(f.figure_id,'off')
handles.dummy = 0;
handles.set_funcao=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.1554319,0.8518497,0.125625,0.05625],'Relief','default','SliderStep',[0.01,0.1],'String','Ackley|Beale|Goldstein-Price|Booth|Bukin|Matyas|Lévi|Three-hump Camel|Eggholder|McCormick','Style','popupmenu','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','set_funcao','Callback','set_funcao_callback(handles)')
handles.funcao=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[13],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.2808199,0.8526028,0.499375,0.0529167],'Relief','default','SliderStep',[0.01,0.1],'String',' escolha uma função...','Style','text','Value',[1876],'VerticalAlignment','middle','Visible','on','Tag','funcao','Callback','')
handles.otimizar=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.68240625,0.74225,0.074375,0.06575],'Relief','default','SliderStep',[0.01,0.1],'String','otimizar','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','otimizar','Callback','otimizar_callback(handles)')
handles.titulo=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[20],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.2359375,0.935,0.51875,0.05625],'Relief','default','SliderStep',[0.01,0.1],'String','Métodos Numéricos de Otimização','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','titulo','Callback','')
handles.grafico=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.7840625,0.8493886,0.064375,0.058],'Relief','default','SliderStep',[0.01,0.1],'String','gráfico','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','grafico','Callback','grafico_callback(handles)')
handles.curvas_nivel=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.8501611,0.8500997,0.104375,0.058],'Relief','default','SliderStep',[0.01,0.1],'String','curvas de nível','Style','pushbutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','curvas_nivel','Callback','curvas_nivel_callback(handles)')
handles.label_funcao=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[17],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.0522255,0.8551402,0.095,0.0436137],'Relief','default','SliderStep',[0.01,0.1],'String','Função Objetivo:','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','label_funcao','Callback','')
handles.label_metodo=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[17],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.0527086,0.7554517,0.0805271,0.0451713],'Relief','default','SliderStep',[0.01,0.1],'String','Método:','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','label_metodo','Callback','')
handles.deterministico=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.157877,0.7592212,0.1002928,0.0320561],'Relief','default','SliderStep',[0.01,0.1],'String','determinístico','Style','radiobutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','deterministico','Callback','deterministico_callback(handles)')
handles.estocastico=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.257877,0.7592212,0.0802928,0.0320561],'Relief','default','SliderStep',[0.01,0.1],'String','estocástico','Style','radiobutton','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','estocastico','Callback','estocastico_callback(handles)')
handles.set_metodo=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[16],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.3436018,0.7476636,0.1464275,0.056729],'Relief','default','SliderStep',[0.01,0.1],'String','escolha um método...','Style','popupmenu','Value',[1],'VerticalAlignment','middle','Visible','on','Tag','set_metodo','Callback','set_metodo_callback(handles)')
handles.label_estimat=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[17],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.514,0.7516234,0.1095461,0.0487013],'Relief','default','SliderStep',[0.01,0.1],'String','estimativa inicial:','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','label_estimat','Callback','')
handles.estimat=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[12],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.6112592,0.75,0.0688141,0.0487013],'Relief','default','SliderStep',[0.01,0.1],'String','[0 0]','Style','edit','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','estimat','Callback','')
handles.subtitulo=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[18],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','center','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.2359375,0.6,0.51875,0.05625],'Relief','default','SliderStep',[0.01,0.1],'String','Resultados da Otimização','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','titulo','Callback','')
handles.label_analitico=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[17],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.0522255,0.5,0.095,0.0436137],'Relief','default','SliderStep',[0.01,0.1],'String','Mínimo analítico:','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','label_funcao','Callback','')
handles.analitico=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.1508199,0.495,0.155,0.0509167],'Relief','default','SliderStep',[0.01,0.1],'String',' f(0,0) = 0','Style','text','Value',[1876],'VerticalAlignment','middle','Visible','on','Tag','funcao','Callback','')
handles.label_otimo=uicontrol(f,'unit','normalized','BackgroundColor',[0.7,0.7,0.7],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[17],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.0522255,0.4,0.095,0.0436137],'Relief','default','SliderStep',[0.01,0.1],'String','Ótimo obtido:','Style','text','Value',[0],'VerticalAlignment','middle','Visible','on','Tag','label_funcao','Callback','')
handles.otimo=uicontrol(f,'unit','normalized','BackgroundColor',[-1,-1,-1],'Enable','on','FontAngle','normal','FontName','Tahoma','FontSize',[14],'FontUnits','points','FontWeight','normal','ForegroundColor',[-1,-1,-1],'HorizontalAlignment','left','ListboxTop',[],'Max',[1],'Min',[0],'Position',[0.1508199,0.4,0.155,0.0509167],'Relief','default','SliderStep',[0.01,0.1],'String',' visualizar no console','Style','text','Value',[1876],'VerticalAlignment','middle','Visible','on','Tag','funcao','Callback','')
//global grafico1
//global grafico2
//grafico1 = subplot(223)
//grafico2 = subplot(224)
//////////
// Callbacks are defined as below. Please do not delete the comments as it will be used in coming version
//////////
function set_funcao_callback(handles)
if handles.set_funcao.Value == 1 then
handles.funcao.String = ' f(x,y) = -20e^(-0.2sqrt(0.5(x^2+y^2))) - e^( 0.5(cos(2pi*x) + cos(2pi*y)) ) + e + 20'
handles.analitico.String = ' f(0,0) = 0 '
end
if handles.set_funcao.Value == 2 then
handles.funcao.String = ' f(x,y) = (1.5 - x + xy)^2 + (2.25 - x + xy^2)^2 + (2.625 - x + xy^3)^2 )'
handles.analitico.String = ' f(3,0.5) = 0 '
end
if handles.set_funcao.Value == 3 then
handles.funcao.String = ' f(x,y) = [1+(x+y+1)^2*(19-14x+3x^2-14y+6xy+3y^2)]*[30+(2x-3y)^2*(18-32x+12x^2+48y-36xy+27y^2)])'
handles.analitico.String = ' f(0,-1) = 3 '
end
if handles.set_funcao.Value == 4 then
handles.funcao.String = ' f(x,y) = (x + 2y - 7)^2 + (2x + xy - 5)^2'
handles.analitico.String = ' f(1,3) = 0 '
end
if handles.set_funcao.Value == 5 then
handles.funcao.String = ' f(x,y) = 100*sqrt(|y - 0.01x^2|) + 0.01*|x + 10|'
handles.analitico.String = ' f(-10,1) = 0 '
end
if handles.set_funcao.Value == 6 then
handles.funcao.String = ' f(x,y) = 0.26*(x^2 + y^2) -0.48xy)'
handles.analitico.String = ' f(0,0) = 0 '
end
if handles.set_funcao.Value == 7 then
handles.funcao.String = ' f(x,y) = sin(3pi*x)^2+(x-1)^2*(1+sen(3pi*y)^2)+(y-1)^2*(1+sen(2pi*y)^2)'
handles.analitico.String = ' f(1,1) = 0 '
end
if handles.set_funcao.Value == 8 then
handles.funcao.String = ' f(x,y) = 2x^2 - 1.05x^4 + x^6/6 + xy + y^2'
handles.analitico.String = ' f(0,0) = 0 '
end
if handles.set_funcao.Value == 9 then
handles.funcao.String = ' f(x,y) = -(y + 47)*sin(sqrt(|y + x/2 + 47|)) - x*sin(sqrt(|x -(y + 47)|))'
handles.analitico.String = ' f(512, 404.2319) = - 959.64066 '
end
if handles.set_funcao.Value == 10 then
handles.funcao.String = ' f(x,y) = sin(x + y) + (x - y)^2 - 1.5x + 2.5y + 1'
handles.analitico.String = ' f(-0.54719,-1.54719) = -1.9133 '
end
endfunction
function grafico_callback(handles)
//Write your callback for grafico here
if handles.set_funcao.Value == 1 then
[x,y]=meshgrid(-5:.1:5,-5:.1:5)
z = -20 * exp(-0.2*sqrt(0.5 * (x.^2 + y.^2))) - exp(0.5 * (cos(2*%pi*x) + cos(2*%pi*y))) + 20 + %e
//xsetech([0,0.3,0.5,0.7])
//subplot(223)
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 2 then
[x,y]=meshgrid(-4.5:.1:4.5,-5:.1:4.5)
z = (1.5 - x + x.*y).^2 + (2.25 - x + x.*y.^2).^2 + (2.625 - x + x.*y.^3).^2
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 3 then
[x,y]=meshgrid(-2:.1:2,-2:.1:2)
z = [1+(x+y+1).^2*(19-14*x+3*x.^2-14*y+6*x.*y+3*y.^2)]*[30+(2*x-3*y).^2*(18-32*x+12*x.^2+48*y-36*x.*y+27*y.^2)]
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 4 then
[x,y]=meshgrid(-10:.1:10,-10:.1:10)
z = (x + 2*y - 7).^2 + (2*x + y - 5).^2
g = scf()
xset('colormap', jetcolormap(32))
surf(x,y,z)
end
if handles.set_funcao.Value == 5 then
[x,y]=meshgrid(-15:.1:-5,-3:.1:3)
z = 100*sqrt(abs(y - 0.01*x.^2)) + 0.01*abs(x + 10)
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 6 then
[x,y]=meshgrid(-10:.1:10,-10:.1:10)
z = 0.26*(x.^2 + y.^2) - 0.48*x.*y
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 7 then
[x,y]=meshgrid(-10:.1:10,-10:.1:10)
z = sin(3*%pi*x).^2+(x-1).^2*(1+sin(3*%pi*y).^2)+(y-1).^2*(1+sin(2*%pi*y).^2)
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 8 then
[x,y]=meshgrid(-5:.1:5,-5:.1:5)
z = 2*x.^2 - 1.05*x.^4 + x.^6/6 + x.*y + y.^2
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 9 then
[x,y]=meshgrid(-512:15:512,-512:15:512)
z = -(y + 47)*sin(sqrt(abs(y + x/2 + 47))) - x.*sin(sqrt(abs(x -(y + 47))))
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
if handles.set_funcao.Value == 10 then
[x,y]=meshgrid(-1.5:.1:4,-3:.1:4)
z = sin(x + y) + (x - y).^2 - 1.5*x + 2.5*y + 1
g = scf()
xset('colormap', jetcolormap(64))
surf(x,y,z)
end
endfunction
function curvas_nivel_callback(handles)
//Write your callback for curvas_nivel here
if handles.set_funcao.Value == 1 then
x=linspace(-5,5)
y=linspace(-5,5)
function z=funcao_selecionada(x,y), z = -20 * exp(-0.2*sqrt(0.5 * (x.^2 + y.^2))) - exp(0.5 * (cos(2*%pi*x) + cos(2*%pi*y))) + 20 + %e, endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 2 then
x=linspace(-4.5,4.5)
y=linspace(-4.5,4.5)
function z=funcao_selecionada(x,y), z = (1.5 - x + x.*y).^2 + (2.25 - x + x.*y.^2).^2 + (2.625 - x + x.*y.^3).^2, endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 3 then
x=linspace(-2,2)
y=linspace(-2,2)
function z=funcao_selecionada(x,y), z = [1+(x+y+1).^2*(19-14*x+3*x.^2-14*y+6*x.*y+3*y.^2)]*[30+(2*x-3*y).^2*(18-32*x+12*x.^2+48*y-36*x.*y+27*y.^2)], endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 4 then
x=linspace(-10,10)
y=linspace(-10,10)
function z=funcao_selecionada(x,y), z = (x + 2*y - 7).^2 + (2*x + y - 5).^2, endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 5 then
x=linspace(-15,-5)
y=linspace(-3,3)
function z=funcao_selecionada(x,y), z = 100*sqrt(abs(y - 0.01*x.^2)) + 0.01*abs(x + 10), endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 6 then
x=linspace(-10,10)
y=linspace(-10,10)
function z=funcao_selecionada(x,y), z = 0.26*(x.^2 + y.^2) - 0.48*x.*y, endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 7 then
x=linspace(-10,10)
y=linspace(-10,10)
function z=funcao_selecionada(x,y), z = sin(3*%pi*x).^2+(x-1).^2*(1+sin(3*%pi*y).^2)+(y-1).^2*(1+sin(2*%pi*y).^2), endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 8 then
x=linspace(-5,5)
y=linspace(-5,5)
function z=funcao_selecionada(x,y), z = 2*x.^2 - 1.05*x.^4 + x.^6/6 + x.*y + y.^2, endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 9 then
x=linspace(-512,512)
y=linspace(-512,512)
function z=funcao_selecionada(x,y), z = -(y + 47)*sin(sqrt(abs(y + x/2 + 47))) - x.*sin(sqrt(abs(x -(y + 47)))), endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
if handles.set_funcao.Value == 10 then
x=linspace(-1.5,4)
y=linspace(-3,4)
function z=funcao_selecionada(x,y), z = sin(x + y) + (x - y).^2 - 1.5*x + 2.5*y + 1, endfunction
//xsetech([0.5,0.3,0.5,0.7])
g = scf()
contour(x,y,funcao_selecionada,10)
end
endfunction
function deterministico_callback(handles)
handles.estocastico.Value = 0
handles.set_metodo.String = 'Hooke e Jeeves|Rosembrock|Simplex|Steepest Descent|Newton Multidimensional|DFP|Fletcher e Reeves'
handles.set_metodo.Value = 1
endfunction
function estocastico_callback(handles)
handles.deterministico.Value = 0
handles.set_metodo.String = 'Simulated Annealing|Luus-Jaakola|Evolução Diferencial'
handles.set_metodo.Value = 1
endfunction
function set_metodo_callback(handles)
//Write your callback for set_metodo here
endfunction
function y = f(x)
if handles.set_funcao.Value == 1 then
y = -20*exp(-0.2*sqrt(0.5*(x(1)^2+x(2)^2))) - exp( 0.5*(cos(2*%pi*x(1)) + cos(2*%pi*x(2))) ) + %e + 20
end
if handles.set_funcao.Value == 2 then
y = (1.5 - x(1) + x(1)*x(2))^2 + (2.25 - x(1) + x(1)*x(2)^2)^2 + (2.625 - x(1) + x(1)*x(2)^3)^2
end
if handles.set_funcao.Value == 3 then
y = [1+(x(1)+x(2)+1)^2*(19-14*x(1)+3*x(1)^2-14*x(2)+6*x(1)*x(2)+3*x(2)^2)]*[30+(2*x(1)-3*x(2))^2*(18-32*x(1)+12*x(1)^2+48*x(2)-36*x(1)*x(2)+27*x(2)^2)]
end
if handles.set_funcao.Value == 4 then
y = (x(1) + 2*x(2) - 7)^2 + (2*x(1) + x(2) - 5)^2
end
if handles.set_funcao.Value == 5 then
y = 100*sqrt(abs(x(2) - 0.01*x(1)^2)) + 0.01*abs(x(1) + 10)
end
if handles.set_funcao.Value == 6 then
y = 0.26*(x(1)^2 + x(2)^2) - 0.48*x(1)*x(2)
end
if handles.set_funcao.Value == 7 then
y = sin(3*%pi*x(1))^2+(x(1)-1)^2*(1+sin(3*%pi*x(2))^2)+(x(2)-1)^2*(1+sin(2*%pi*x(2))^2)
end
if handles.set_funcao.Value == 8 then
y = 2*x(1)^2 - 1.05*x(1)^4 + x(1)^6/6 + x(1)*x(2) + x(2)^2
end
if handles.set_funcao.Value == 9 then
y = -(x(2) + 47)*sin(sqrt(abs(x(2) + x(1)/2 + 47))) - x(1)*sin(sqrt(abs(x(1) -(x(2) + 47))))
end
if handles.set_funcao.Value == 10 then
y = sin(x(1) + x(2)) + (x(1) - x(2))^2 - 1.5*x(1) + 2.5*x(2) + 1
end
endfunction
function otimizar_callback(handles)
//Write your callback for otimizar here
if handles.deterministico.Value & handles.set_metodo.Value == 1 then
exec("hook jeeves.sce")
x = evstr(handles.estimat.String)
otimo = hook_jeeves(x')
disp(otimo)
end
if handles.deterministico.Value & handles.set_metodo.Value == 2 then
exec("rosembrock.sci")
x = evstr(handles.estimat.String)
otimo = rosembrock(x')
disp(otimo)
end
if handles.deterministico.Value & handles.set_metodo.Value == 3 then
exec("simplex.sci")
x = evstr(handles.estimat.String)
otimo = simplex(x')
disp(otimo)
end
if handles.deterministico.Value & handles.set_metodo.Value == 4 then
exec("steepest descent.sci")
x = evstr(handles.estimat.String)
otimo = steepest_descent(x')
disp(otimo)
end
if handles.deterministico.Value & handles.set_metodo.Value == 5 then
exec("newton multivariavel.sce")
x = evstr(handles.estimat.String)
otimo = newton_multi(x')
disp(otimo)
end
if handles.deterministico.Value & handles.set_metodo.Value == 6 then
exec("dfp.sce")
x = evstr(handles.estimat.String)
otimo = dfp(x')
disp(otimo)
end
if handles.deterministico.Value & handles.set_metodo.Value == 7 then
exec("fletcher reeves.sce")
x = evstr(handles.estimat.String)
otimo = fletcher_reeves(x')
disp(otimo)
end
if handles.estocastico.Value & handles.set_metodo.Value == 1 then
exec("SimulatedAnnealing.sce")
x = evstr(handles.estimat.String)
otimo = Simulated(x', 0.6)
disp(otimo)
end
if handles.estocastico.Value & handles.set_metodo.Value == 2 then
exec("luus jaakola.sci")
x = evstr(handles.estimat.String)
otimo = luus_jaakola(x')
disp(otimo)
end
if handles.estocastico.Value & handles.set_metodo.Value == 3 then
exec("evolução diferencial.sce")
otimo = de()
handles.otimo.String = ' ver console '
end
endfunction
|
df57156d3167fa6f065edda4122d5f5992ba396e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3515/CH1/EX1.3/Ex1_3.sce
|
f7e9944e781e48ab11f199141f665a2381e13b2f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 307
|
sce
|
Ex1_3.sce
|
// Exa 1.3
format('v',7);
clc;
clear;
close;
// Given data
G=-10;
Ri= 100;// in kohm
R1= Ri;// in kohm
R1=R1*10^3;// in ohm
// Formula G=-R2/R1
R2= R1*abs(G);// ohm
R1= R1*10^-3;// in kohm
R2= R2*10^-6;// in Mohm
disp(R1,"Value of R1 in kohm is : ")
disp(R2,"and value of R2 in Mohm is : ")
|
8f41ec7e525a4377d1068d95b2de0ea862f3ee6b
|
a62e0da056102916ac0fe63d8475e3c4114f86b1
|
/set7/s_Electronic_Devices_And_Circuits__J._Paul_2045.zip/Electronic_Devices_And_Circuits__J._Paul_2045/CH4/EX4.22/Ex4_22.sce
|
46cba27ae232712d728daddd6bd23bbea9a2134d
|
[] |
no_license
|
hohiroki/Scilab_TBC
|
cb11e171e47a6cf15dad6594726c14443b23d512
|
98e421ab71b2e8be0c70d67cca3ecb53eeef1df6
|
refs/heads/master
| 2021-01-18T02:07:29.200029
| 2016-04-29T07:01:39
| 2016-04-29T07:01:39
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 132
|
sce
|
Ex4_22.sce
|
errcatch(-1,"stop");mode(2);//example 22
beta1=100;
alpha1=beta1/(beta1+1);
disp("alpha = "+string((alpha1)));
exit();
|
99517282176266bbfc1971a4e30971d7e89316ff
|
39c5c468df5e2bde0147a30cf092fc8da3e7ed3e
|
/UFRGS/calcNumerico/area2/Outras/heun.sce
|
201ea0afa88ed10abc7170277bdb41ca0aaf7c36
|
[] |
no_license
|
andredxc/Files
|
9dffc9fe5f7e923b83035d794dfa15c930cdb898
|
e32309b9ab548b829b04be66c2776cf9c9c6656e
|
refs/heads/master
| 2021-06-03T10:44:01.606242
| 2020-09-21T15:39:48
| 2020-09-21T15:39:48
| 107,410,076
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 810
|
sce
|
heun.sce
|
function y = f(t, u)
y = sin(u + t)
endfunction
function y = f2(t, u)
y = u*t
endfunction
function y = fm3(t, u)
y = 11 - t^2
endfunction
function y = fm4(t, u)
y = 8 - t^2
endfunction
function y = fm7(t, u)
y = cos(u + 10)
endfunction
function y = fm8(t, u)
y = cos(u + t)
endfunction
function [u] = heun(N, uInicial, tInicial, tFinal, h)
f = fm8
cor = 'xo-'
u(1) = uInicial
t(1) = tInicial
T = tFinal
if h > 0 then
N = (T - t(1))/h
else
h = (T - t(1))/N
end
for n = 1:N
t(n+1) = t(n) + h
util = u(n) + h*f(t(n), u(n))
F1 = f(t(n), u(n))
F2 = f(t(n+1), util)
u(n+1) = u(n) + (h/2)*(F1 + F2)
end
ultimo = u(N+1)
plot(t, u, cor)
xgrid
endfunction
|
4ee91b7479406df39aea2e8fcd5dc1a75057d1bc
|
67ba0a56bc27380e6e12782a5fb279adfc456bad
|
/STAMPER_PROG_7.4/CalcTime.sce
|
6de7828d8eb5f3182daba6fe04cb8217810a72f5
|
[] |
no_license
|
2-BiAs/STAMPER_PROG
|
8c1e773700375cfab0933fc4c2b0f5be0ab8e8f0
|
4fdc0bcdaef7d6d11a0dcd97bd25a9463b9550d0
|
refs/heads/master
| 2021-01-18T19:30:06.506977
| 2016-11-10T23:32:40
| 2016-11-10T23:32:40
| 71,999,971
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 611
|
sce
|
CalcTime.sce
|
sFeed = "F(P7)";
fTotalTime = 0;
fTotalLength = 0;
for i = 2:size(listCompedCutPath, 1)
if sFeed ~= sLineEndCode(i) & sLineEndCode(i) ~= "" then
sFeed = sLineEndCode(i);
end
select sFeed
case "F(P7)"
fFeed = 20
case "F(P8)"
fFeed = 5
case "F(P9)"
fFeed = 100
end
printf("%f\n", fFeed)
fSegmentLength = norm(listCompedCutPath(i, :) - listCompedCutPath(i-1, :));
fTotalTime = fTotalTime + fSegmentLength / fFeed;
fTotalLength = fTotalLength + fSegmentLength;
end
printf("TotalTime = %f TotalLength = %f", fTotalTime, fTotalLength);
|
ce14f30856a574785942750db1b03a00b4cfced4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2495/CH2/EX2.7.4/Ex2_7_4.sce
|
f0eae03953b151b83b90d4fc8245baeee0fb986f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 406
|
sce
|
Ex2_7_4.sce
|
clear
clc
P0=100;//vapour pressure in torr
P2=760;//in torr
T2=353.15;//in K
T1=300.15;// in K
DelSm_v=87.03;//entropy in J/Kmol
R=8.314;//in J/Kmol
P1=P2/(10^((DelSm_v*(T2-T1))/(2.303*R*T1)))
printf('P1=%.1f torr',P1)
X=(P1-P0)/P1;//Mole fraction of solute
printf('\nX=%.4f',X)
T0=(1/T2)+((R*log(1-X))/(DelSm_v*T2))
Tb=1/T0;//Boiling point of solution
printf('\nTb=%.1f K',Tb)
//page 52
|
c87c3122e09d286a654c3433ccaa46ea10b59e7f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1529/CH7/EX7.8/7_08.sce
|
8de198785a429ff455712d11c258b463a191e407
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 388
|
sce
|
7_08.sce
|
//Chapter 7, Problem 8
clc;
A=10*10^-4; //cross-sectional area
l=0.2; //mean circumference in meter
phi=0.3*10^-3; //flux
B=phi/A; //flux density
H=1000;
mmf=H*l; //magnetomotive force
disp("From the magnetisation curve for cast iron on page74,")
printf("m.m.f = %f A",mmf);
|
decbf0724ab26498f0fca0bd0ec11210d9254bd9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/683/CH27/EX27.6/SBG_6.sce
|
63ca641279a7c08f49394bbd6330b3a018489290
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 498
|
sce
|
SBG_6.sce
|
// sum 27-6
clc;
clear;
Dp=300;
rp=150;
//Let the angular velocity ratio be i
i=2/3;
rg=rp/i;
Dg=2*rg;
R=sqrt(rp^2+rg^2);
P=15000;
N=300;
Cs=1.5;
FOS=2;
sigb=100;
gamma1=atan(Dp/Dg);
gamma1=180/%pi*gamma1;
gamma2=(90-gamma1);
v=2*%pi*N*rp/(60*1000);
Cv=5.6/(5.6+sqrt(v));
Pt=P/v;
Peff=Pt*Cs/Cv;
Sb=Peff*FOS;
b=R/4;
//let x=m*Y
x=Sb/(b*sigb*(1-(b/R)));
m=6;
// printing data in scilab o/p window
printf("m*Y is %0.3f mm^2 ",x);
printf("\n m is %0.0f mm ",m);
|
740850b4a1911eff3fcbe20a3c4021132ed5a2de
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1970/CH12/EX12.8/CH12Exa8.sce
|
0a0e20ff4db3057249cb3738e813da38700f4a35
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 720
|
sce
|
CH12Exa8.sce
|
// Scilab code Exa12.8 : : Page-575(2011)
clc; clear;
N_0 = 6.023e+026; // Avogadro's number, per mole
rho = 1.62e+03; // Density, kg per cubic metre
sigma_a = 3.2e-31; // Absorption cross section, square metre
sigma_s = 4.8e-28; // Scattered cross section, square metre
A = 12; // Mass number
lambda_a = A/(N_0*rho*sigma_a); // Absorption mean free path, metre
lambda_tr = A/(N_0*rho*sigma_s*(1-2/(3*A))); // Transport mean free path, metre
L = sqrt(lambda_a*lambda_tr/3); // Diffusion length for thermal neutron
printf("\nThe diffusion length for thermal neutron = %5.3f metre ",L)
// Result
// The diffusion length for thermal neutron = 0.590 metre
|
1858ba3b26a2181bec742f64cdf5e805da15872d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/764/CH5/EX5.7.b/solution5_7.sce
|
12ef3406d34cf88f235c91bd1893cffb9505186d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 934
|
sce
|
solution5_7.sce
|
//Obtain path of solution file
path = get_absolute_file_path('solution5_7.sce')
//Obtain path of data file
datapath = path + filesep() + 'data5_7.sci'
//Obtain path of function file
funcpath = path + filesep() + 'functions5_7.sci'
//Clear all
clc
//Execute the data file
exec(datapath)
exec(funcpath,[-1])
//Calculate Sdash (N/mm2)
Sdash = (50/100)*Sut
//Calculate Ka, Kb, Kc
[Ka, Kb, Kc] = fluctuate(op, d, reliability)
//From Fig.5.24
//Ka = 0.44
//Calculate Se (N/mm2)
Se = Ka * Kb * Kc * Sdash
//Plot S-N Curve
funcprot(0)
[a, b, c, d] = SNplot(Sut,Se)
//Calculate the number of cycles N for given Sf
Sfval = log10(Sf)
Nval = d + (((c - d)/(a - b))*(Sfval - b))
N = 10^Nval
//Print results
printf('\nThe life of the bar is %f cycles\n',N)
printf('\nAnswer is slightly different because of use of equation 5.18\n')
printf('Use value of Ka from Fig.5.24 in order to obtain the mentioned result\n')
|
a67020da681640d4a7a3999e0a4326cd0a776ad2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1475/CH1/EX1.61/Example_1_61.sce
|
61410a1b9833ba631b1ba508ba32c5dbb4db67e4
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 391
|
sce
|
Example_1_61.sce
|
// Example 1.61 Two dice with faces numbered 1 to 6
clc;
clear;
disp(2,"For a score of less than 12 thrower will pay Rs = ",40,"For a score of 12 thrower is given Rs=");
disp(35/36,"Probab. of getting a score less than 12 =",1/36,"Probab. of getting a total of 12 eith two dice");
disp("thrower is expected to loose the above amount",(1/36)*40+(35/36)*(-2),"Expectation per throw =");
|
5a5c207a5ae4d070e11639742444b95d44b6fbd6
|
01ecab2f6eeeff384acae2c4861aa9ad1b3f6861
|
/prog_assembly/libs/scilab_code/characterization/Default_chip_para_TR_SP_RI_CP_FP.sce
|
0dd0e8a0648d031b009423db80fa3a8af64ecbef
|
[] |
no_license
|
jhasler/rasp30
|
9a7c2431d56c879a18b50c2d43e487d413ceccb0
|
3612de44eaa10babd7298d2e0a7cddf4a4b761f6
|
refs/heads/master
| 2023-05-25T08:21:31.003675
| 2023-05-11T16:19:59
| 2023-05-11T16:19:59
| 62,917,238
| 3
| 3
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 43,221
|
sce
|
Default_chip_para_TR_SP_RI_CP_FP.sce
|
global file_name path fname extension chip_num board_num hex_1na;
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_TR_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* TR (Tunnel & Reverse tunnel) */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set TUN_TIME_SP, 3 /* tunneling time for switch FGs (ms) */",fd_w);
mputl(".set R_TUN_TIME_SP, 2 /* reverse tunneling time for switch FGs (ms) */",fd_w);
mputl(".set TUN_TIME_TP_CAB, 40 /* tunneling time for CAB FGs (ms) */",fd_w);
mputl(".set R_TUN_TIME_TP_CAB, 40 /* Reverse tunneling time for CAB FGs (ms) */",fd_w);
mclose(fd_w);
if board_num == 2 then
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_SP_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* SP (Switch Program */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set INJ_TIME_SP_1, 5000 /* injection time for switch programming (10us) (1st pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_2, 500 /* injection time for switch programming (10us) (2nd pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_3, 200 /* injection time for switch programming (10us) (3rd pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_4, 200 /* injection time for switch programming (10us) (4th pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_5, 200 /* injection time for switch programming (10us) (5th pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_SUM, 61 /* injection time for switch programming (ms) (calculation time)*/",fd_w);
mputl(".set INJ_TIME_SP_RUN, 1 /* injection time for switch programming in run-mode(10us)*/",fd_w);
mclose(fd_w);
exec("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_gateDAC.sce",-1); // Call gate DAC polifit function for 5 of reference gate dac voltages to get the voltage codes
RI_GATE_S_SWC = '0x0040'; // GND
RI_GATE_S_OTA = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(25,3)-modulo(V_to_Gdac_ivdd60V(25,3),2)+1)*256); //2.4V
RI_GATE_S_OTAREF = '0x0040'; // GND
RI_GATE_S_MITE = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(23,3)-modulo(V_to_Gdac_ivdd60V(23,3),2)+1)*256); //2.2V
RI_GATE_S_DIRSWC = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(16,3)-modulo(V_to_Gdac_ivdd60V(16,3),2)+1)*256); //1.5V
RIL_GATE_S_SWC = RI_GATE_S_SWC;
RIL_GATE_S_OTA = RI_GATE_S_OTA;
RIL_GATE_S_OTAREF = RI_GATE_S_OTAREF;
RIL_GATE_S_MITE = RI_GATE_S_MITE;
RIL_GATE_S_DIRSWC = RI_GATE_S_DIRSWC;
CP_GATE_S_SWC = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(31,2)-modulo(V_to_Gdac_ivdd60V(31,2),2))*256); //3.0V
CP_GATE_S_OTA = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(31,2)-modulo(V_to_Gdac_ivdd60V(31,2),2))*256); //3.0V
CP_GATE_S_OTAREF = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(31,2)-modulo(V_to_Gdac_ivdd60V(31,2),2))*256); //3.0V
CP_GATE_S_MITE = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(31,2)-modulo(V_to_Gdac_ivdd60V(31,2),2))*256); //3.0V
CP_GATE_S_DIRSWC = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(31,2)-modulo(V_to_Gdac_ivdd60V(31,2),2))*256); //3.0V
CPL_GATE_S_SWC = RI_GATE_S_SWC;
CPL_GATE_S_OTA = RI_GATE_S_OTA;
CPL_GATE_S_OTAREF = RI_GATE_S_OTAREF;
CPL_GATE_S_MITE = RI_GATE_S_MITE;
CPL_GATE_S_DIRSWC = RI_GATE_S_DIRSWC;
FPS_GATE_S_SWC = CP_GATE_S_SWC;
FPS_GATE_S_OTA = CP_GATE_S_OTA;
FPS_GATE_S_OTAREF = CP_GATE_S_OTAREF;
FPS_GATE_S_MITE = CP_GATE_S_MITE;
FPS_GATE_S_DIRSWC = CP_GATE_S_DIRSWC;
FPA_GATE_S_SWC = CP_GATE_S_SWC;
FPA_GATE_S_OTA = CP_GATE_S_OTA;
FPA_GATE_S_OTAREF = CP_GATE_S_OTAREF;
FPA_GATE_S_MITE = CP_GATE_S_MITE;
FPA_GATE_S_DIRSWC = CP_GATE_S_DIRSWC;
FPL_GATE_S_SWC = RI_GATE_S_SWC;
FPL_GATE_S_OTA = RI_GATE_S_OTA;
FPL_GATE_S_OTAREF = RI_GATE_S_OTAREF;
FPL_GATE_S_MITE = RI_GATE_S_MITE;
FPL_GATE_S_DIRSWC = RI_GATE_S_DIRSWC;
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_RI_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* RI (Recover Injection) */",fd_w);
mputl("/**********************************/",fd_w);
mputl("/* RI (Recover Injection Above & Sub threshold) parameters */",fd_w);
mputl(".set RI_GATE_S_SWC, "+RI_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set RI_VC1_SWC, 4536 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_SWC, 4434 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_SWC, 4130 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_SWC, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_SWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_SWC, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_SWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_SWC, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_OTA, "+RI_GATE_S_OTA+" /* Gate(OTA) = 2.4V */",fd_w);
mputl(".set RI_VC1_OTA, 5239 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_OTA, 5068 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_OTA, 4552 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_OTA, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_OTA, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_OTA, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_OTA, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_OTA, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_OTAREF, "+RI_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set RI_VC1_OTAREF, 4712 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_OTAREF, 4592 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_OTAREF, 4235 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_OTAREF, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_OTAREF, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_OTAREF, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_OTAREF, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_OTAREF, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_MITE, "+RI_GATE_S_MITE+" /* Gate(MITE) = 2.2V */",fd_w);
mputl(".set RI_VC1_MITE, 5400 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_MITE, 5212 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_MITE, 4648 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_MITE, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_MITE, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_MITE, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_MITE, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_MITE, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_DIRSWC, "+RI_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.5V */",fd_w);
mputl(".set RI_VC1_DIRSWC, 4554 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_DIRSWC, 4451 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_DIRSWC, 4141 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_DIRSWC, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_DIRSWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_DIRSWC, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_DIRSWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_DIRSWC, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl("/* RIL (Recover Injection low sub threshold) parameters */",fd_w);
mputl(".set RIL_GATE_S_SWC, "+RIL_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set RIL_VC1_SWC, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_SWC, 3491 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_SWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_SWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_SWC, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_OTA, "+RIL_GATE_S_OTA+" /* Gate(OTA) = 2.4V */",fd_w);
mputl(".set RIL_VC1_OTA, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_OTA, 3490 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_OTA, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_OTA, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_OTA, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_OTAREF, "+RIL_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set RIL_VC1_OTAREF, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_OTAREF, 3491 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_OTAREF, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_OTAREF, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_OTAREF, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_MITE, "+RIL_GATE_S_MITE+" /* Gate(MITE) = 2.2V */",fd_w);
mputl(".set RIL_VC1_MITE, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_MITE, 3497 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_MITE, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_MITE, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_MITE, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_DIRSWC, "+RIL_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.5V */",fd_w);
mputl(".set RIL_VC1_DIRSWC, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_DIRSWC, 3504 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_DIRSWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_DIRSWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_DIRSWC, 300 /* # of Recover Injection */",fd_w);
mclose(fd_w);
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_CP_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* CP (Coarse Program) parameters */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set ADC_1nA, "+string(hex_1na)+" /* 1nA ADC value */",fd_w);
mputl("",fd_w);
mputl("/* above & sub threshold */",fd_w);
mputl(".set CP_GATE_S_SWC, "+CP_GATE_S_SWC+" /* Gate(SWC) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_SWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_OTA, "+CP_GATE_S_OTA+" /* Gate(OTA) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_OTA, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_OTAREF, "+CP_GATE_S_OTAREF+" /* Gate(OTAREF) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_OTAREF, 2 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_OTAREF, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_MITE, "+CP_GATE_S_MITE+" /* Gate(MITE) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_MITE, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_DIRSWC, "+CP_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_DIRSWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl("",fd_w);
mputl("/* low sub threshold */",fd_w);
mputl(".set CPL_GATE_S_SWC, "+CPL_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set CPL_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_SWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_OTA, "+CPL_GATE_S_OTA+" /* Gate(OTA) = 2.4V */",fd_w);
mputl(".set CPL_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_OTA, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_OTAREF, "+CPL_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set CPL_INJ_T_OTAREF, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_OTAREF, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_MITE, "+CPL_GATE_S_MITE+" /* Gate(MITE) = 2.2V */",fd_w);
mputl(".set CPL_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_MITE, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_DIRSWC, "+CPL_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.5V */",fd_w);
mputl(".set CPL_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_DIRSWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mclose(fd_w);
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_FP_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* FP (Fine Program) parameters */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set ADC_1nA, "+string(hex_1na)+" /* 1nA ADC value */",fd_w);
mputl("",fd_w);
mputl("/* sub threshold */",fd_w);
mputl(".set FPS_GATE_S_SWC, "+FPS_GATE_S_SWC+" /* Gate(SWC) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_SWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_SWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_SWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_SWC, 40 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_SWC, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_SWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_OTA, "+FPS_GATE_S_OTA+" /* Gate(OTA) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_OTA, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_OTA, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_OTA, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_OTA, 47 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_OTA, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_OTA, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_OTAREF, "+FPS_GATE_S_OTAREF+" /* Gate(OTAREF) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_OTAREF, 2 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_OTAREF, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_OTAREF, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_OTAREF, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_OTAREF, 53 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_OTAREF, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_OTAREF, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_MITE, "+FPS_GATE_S_MITE+" /* Gate(MITE) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_MITE, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_MITE, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_MITE, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_MITE, 49 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_MITE, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_MITE, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_DIRSWC, "+FPS_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_DIRSWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_DIRSWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_DIRSWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_DIRSWC, 40 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_DIRSWC, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_DIRSWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl("",fd_w);
mputl("/* above threshold */",fd_w);
mputl(".set FPA_GATE_S_SWC, "+FPA_GATE_S_SWC+" /* Gate(SWC) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_SWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_SWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_SWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_SWC, 28 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_SWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_SWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_OTA, "+FPA_GATE_S_OTA+" /* Gate(OTA) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_OTA, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_OTA, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_OTA, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_OTA, 34 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_OTA, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_OTA, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_OTAREF, "+FPA_GATE_S_OTAREF+" /* Gate(OTAREF) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_OTAREF, 2 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_OTAREF, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_OTAREF, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_OTAREF, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_OTAREF, 35 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_OTAREF, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_OTAREF, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_MITE, "+FPA_GATE_S_MITE+" /* Gate(MITE) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_MITE, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_MITE, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_MITE, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_MITE, 37 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_MITE, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_MITE, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_DIRSWC, "+FPA_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 3.0V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_DIRSWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_DIRSWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_DIRSWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_DIRSWC, 30 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_DIRSWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_DIRSWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl("",fd_w);
mputl("/* low sub threshold */",fd_w);
mputl(".set FPL_GATE_S_SWC, "+FPL_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set FPL_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_SWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_SWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_SWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_SWC, 50 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_SWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_SWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_OTA, "+FPL_GATE_S_OTA+" /* Gate(OTA) = 2.4V */",fd_w);
mputl(".set FPL_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_OTA, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_OTA, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_OTA, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_OTA, 44 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_OTA, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_OTA, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_OTAREF, "+FPL_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set FPL_INJ_T_OTAREF, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_OTAREF, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_OTAREF, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_OTAREF, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_OTAREF, 54 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_OTAREF, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_OTAREF, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_MITE, "+FPL_GATE_S_MITE+" /* Gate(MITE) = 2.2V */",fd_w);
mputl(".set FPL_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_MITE, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_MITE, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_MITE, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_MITE, 47 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_MITE, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_MITE, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_DIRSWC, "+FPL_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.5V */",fd_w);
mputl(".set FPL_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_DIRSWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_DIRSWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_DIRSWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_DIRSWC, 48 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_DIRSWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_DIRSWC, 0 /* 0:Vd table 1:GND */",fd_w);
mclose(fd_w);
end
if board_num == 3 then
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_SP_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* SP (Switch Program */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set INJ_TIME_SP_1, 5000 /* injection time for switch programming (10us) (1st pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_2, 500 /* injection time for switch programming (10us) (2nd pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_3, 200 /* injection time for switch programming (10us) (3rd pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_4, 200 /* injection time for switch programming (10us) (4th pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_5, 200 /* injection time for switch programming (10us) (5th pulse)*/",fd_w);
mputl(".set INJ_TIME_SP_SUM, 61 /* injection time for switch programming (ms) (calculation time)*/",fd_w);
mputl(".set INJ_TIME_SP_RUN, 5000 /* injection time for switch programming in run-mode(10us)*/",fd_w);
mclose(fd_w);
exec("~/rasp30/prog_assembly/libs/scilab_code/characterization/char_gateDAC.sce",-1); // Call gate DAC polifit function for 5 of reference gate dac voltages to get the voltage codes
RI_GATE_S_SWC = '0x0040'; // GND
RI_GATE_S_OTA = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(22,5)-modulo(V_to_Gdac_ivdd60V(22,5),2)+1)*256+48); //2.1V, 48 for '0x0030' (External Resistor)
RI_GATE_S_OTAREF = '0x0040'; // GND
RI_GATE_S_MITE = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(22,5)-modulo(V_to_Gdac_ivdd60V(22,5),2)+1)*256+48); //2.1V, 48 for '0x0030' (External Resistor)
RI_GATE_S_DIRSWC = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(18,5)-modulo(V_to_Gdac_ivdd60V(22,5),2)+1)*256+48); //2.1V, 48 for '0x0030' (External Resistor)
RIL_GATE_S_SWC = RI_GATE_S_SWC;
RIL_GATE_S_OTA = RI_GATE_S_OTA;
RIL_GATE_S_OTAREF = RI_GATE_S_OTAREF;
RIL_GATE_S_MITE = RI_GATE_S_MITE;
RIL_GATE_S_DIRSWC = RI_GATE_S_DIRSWC;
CP_GATE_S_SWC = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(30,4)-modulo(V_to_Gdac_ivdd60V(30,4),2))*256+48); //2.9V, 48 for '0x0030' (External Resistor)
CP_GATE_S_OTA = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(30,4)-modulo(V_to_Gdac_ivdd60V(30,4),2))*256+48); //2.9V, 48 for '0x0030' (External Resistor)
CP_GATE_S_OTAREF = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(30,4)-modulo(V_to_Gdac_ivdd60V(30,4),2))*256+48); //2.9V, 48 for '0x0030' (External Resistor)
CP_GATE_S_MITE = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(30,4)-modulo(V_to_Gdac_ivdd60V(30,4),2))*256+48); //2.9V, 48 for '0x0030' (External Resistor)
CP_GATE_S_DIRSWC = '0x'+sprintf('%4.4x',(V_to_Gdac_ivdd60V(30,4)-modulo(V_to_Gdac_ivdd60V(30,4),2))*256+48); //2.9V, 48 for '0x0030' (External Resistor)
CPL_GATE_S_SWC = RI_GATE_S_SWC;
CPL_GATE_S_OTA = RI_GATE_S_OTA;
CPL_GATE_S_OTAREF = RI_GATE_S_OTAREF;
CPL_GATE_S_MITE = RI_GATE_S_MITE;
CPL_GATE_S_DIRSWC = RI_GATE_S_DIRSWC;
FPS_GATE_S_SWC = CP_GATE_S_SWC;
FPS_GATE_S_OTA = CP_GATE_S_OTA;
FPS_GATE_S_OTAREF = CP_GATE_S_OTAREF;
FPS_GATE_S_MITE = CP_GATE_S_MITE;
FPS_GATE_S_DIRSWC = CP_GATE_S_DIRSWC;
FPA_GATE_S_SWC = CP_GATE_S_SWC;
FPA_GATE_S_OTA = CP_GATE_S_OTA;
FPA_GATE_S_OTAREF = CP_GATE_S_OTAREF;
FPA_GATE_S_MITE = CP_GATE_S_MITE;
FPA_GATE_S_DIRSWC = CP_GATE_S_DIRSWC;
FPL_GATE_S_SWC = RI_GATE_S_SWC;
FPL_GATE_S_OTA = RI_GATE_S_OTA;
FPL_GATE_S_OTAREF = RI_GATE_S_OTAREF;
FPL_GATE_S_MITE = RI_GATE_S_MITE;
FPL_GATE_S_DIRSWC = RI_GATE_S_DIRSWC;
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_RI_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* RI (Recover Injection) */",fd_w);
mputl("/**********************************/",fd_w);
mputl("/* RI (Recover Injection Above & Sub threshold) parameters */",fd_w);
mputl(".set RI_GATE_S_SWC, "+RI_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set RI_VC1_SWC, 4536 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_SWC, 4434 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_SWC, 4130 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_SWC, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_SWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_SWC, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_SWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_SWC, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_OTA, "+RI_GATE_S_OTA+" /* Gate(OTA) = 2.1V */",fd_w);
mputl(".set RI_VC1_OTA, 5239 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_OTA, 5068 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_OTA, 4552 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_OTA, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_OTA, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_OTA, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_OTA, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_OTA, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_OTAREF, "+RI_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set RI_VC1_OTAREF, 4712 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_OTAREF, 4592 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_OTAREF, 4235 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_OTAREF, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_OTAREF, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_OTAREF, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_OTAREF, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_OTAREF, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_MITE, "+RI_GATE_S_MITE+" /* Gate(MITE) = 2.1V */",fd_w);
mputl(".set RI_VC1_MITE, 5400 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_MITE, 5212 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_MITE, 4648 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_MITE, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_MITE, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_MITE, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_MITE, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_MITE, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RI_GATE_S_DIRSWC, "+RI_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.7V */",fd_w);
mputl(".set RI_VC1_DIRSWC, 4554 /* Ivfg @Vgm=0V -> 1nA@Vgm=0.6V */",fd_w);
mputl(".set RI_VC2_DIRSWC, 4451 /* Ivfg*2/5 @Vgm=0V */",fd_w);
mputl(".set RI_VC3_DIRSWC, 4141 /* Ivfg*1/10 @Vgm=0V */",fd_w);
mputl(".set RI_VC4_DIRSWC, 3520 /* Ivfg=1nA @Vgm=0V */",fd_w);
mputl(".set RI_VD1_DIRSWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RI_VD2_DIRSWC, 0xfe0e /* Vd @ pre-final stage */",fd_w);
mputl(".set RI_INJ_T_DIRSWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RI_NUM_DIRSWC, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl("/* RIL (Recover Injection low sub threshold) parameters */",fd_w);
mputl(".set RIL_GATE_S_SWC, "+RIL_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set RIL_VC1_SWC, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_SWC, 3491 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_SWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_SWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_SWC, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_OTA, "+RIL_GATE_S_OTA+" /* Gate(OTA) = 2.1V */",fd_w);
mputl(".set RIL_VC1_OTA, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_OTA, 3490 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_OTA, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_OTA, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_OTA, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_OTAREF, "+RIL_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set RIL_VC1_OTAREF, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_OTAREF, 3491 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_OTAREF, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_OTAREF, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_OTAREF, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_MITE, "+RIL_GATE_S_MITE+" /* Gate(MITE) = 2.1V */",fd_w);
mputl(".set RIL_VC1_MITE, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_MITE, 3497 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_MITE, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_MITE, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_MITE, 300 /* # of Recover Injection */",fd_w);
mputl("",fd_w);
mputl(".set RIL_GATE_S_DIRSWC, "+RIL_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.7V */",fd_w);
mputl(".set RIL_VC1_DIRSWC, 3520 /* Ivfg=1n A@Vgm=0V */",fd_w);
mputl(".set RIL_VC2_DIRSWC, 3504 /* Ivfg=lowest current @Vgm=0V */",fd_w);
mputl(".set RIL_VD1_DIRSWC, 0xea0e /* Vd @ final stage */",fd_w);
mputl(".set RIL_INJ_T_DIRSWC, 1 /* Injection time unit (*10us) */",fd_w);
mputl(".set RIL_NUM_DIRSWC, 300 /* # of Recover Injection */",fd_w);
mclose(fd_w);
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_CP_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* CP (Coarse Program) parameters */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set ADC_1nA, "+string(hex_1na)+" /* 1nA ADC value */",fd_w);
mputl("",fd_w);
mputl("/* above & sub threshold */",fd_w);
mputl(".set CP_GATE_S_SWC, "+CP_GATE_S_SWC+" /* Gate(SWC) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_SWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_OTA, "+CP_GATE_S_OTA+" /* Gate(OTA) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_OTA, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_OTAREF, "+CP_GATE_S_OTAREF+" /* Gate(OTAREF) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_OTAREF, 2 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_OTAREF, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_MITE, "+CP_GATE_S_MITE+" /* Gate(MITE) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_MITE, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CP_GATE_S_DIRSWC, "+CP_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set CP_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CP_NUM_DIRSWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl("",fd_w);
mputl("/* low sub threshold */",fd_w);
mputl(".set CPL_GATE_S_SWC, "+CPL_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set CPL_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_SWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_OTA, "+CPL_GATE_S_OTA+" /* Gate(OTA) = 2.1V */",fd_w);
mputl(".set CPL_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_OTA, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_OTAREF, "+CPL_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set CPL_INJ_T_OTAREF, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_OTAREF, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_MITE, "+CPL_GATE_S_MITE+" /* Gate(MITE) = 2.1V */",fd_w);
mputl(".set CPL_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_MITE, 20 /* # of Measured Coarse Progrm */",fd_w);
mputl(".set CPL_GATE_S_DIRSWC, "+CPL_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.7V */",fd_w);
mputl(".set CPL_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set CPL_NUM_DIRSWC, 20 /* # of Measured Coarse Progrm */",fd_w);
mclose(fd_w);
fd_w= mopen ('~/rasp30/prog_assembly/libs/chip_parameters/chip_para/chip_para_FP_chip"+chip_num+brdtype+".asm','wt');
mputl("/**********************************/",fd_w);
mputl("/* FP (Fine Program) parameters */",fd_w);
mputl("/**********************************/",fd_w);
mputl(".set ADC_1nA, "+string(hex_1na)+" /* 1nA ADC value */",fd_w);
mputl("",fd_w);
mputl("/* sub threshold */",fd_w);
mputl(".set FPS_GATE_S_SWC, "+FPS_GATE_S_SWC+" /* Gate(SWC) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_SWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_SWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_SWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_SWC, 40 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_SWC, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_SWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_OTA, "+FPS_GATE_S_OTA+" /* Gate(OTA) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_OTA, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_OTA, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_OTA, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_OTA, 55 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_OTA, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_OTA, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_OTAREF, "+FPS_GATE_S_OTAREF+" /* Gate(OTAREF) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_OTAREF, 2 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_OTAREF, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_OTAREF, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_OTAREF, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_OTAREF, 55 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_OTAREF, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_OTAREF, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_MITE, "+FPS_GATE_S_MITE+" /* Gate(MITE) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_MITE, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_MITE, 7 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_MITE, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_MITE, 55 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_MITE, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_MITE, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPS_GATE_S_DIRSWC, "+FPS_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPS_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPS_NUM_DIRSWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPS_VD_A_DIRSWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPS_VD_B_DIRSWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPS_VD_OS_DIRSWC, 40 /* Vd table offset */",fd_w);
mputl(".set FPS_VD_SA_DIRSWC, 0 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPS_VD_GND_DIRSWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl("",fd_w);
mputl("/* above threshold */",fd_w);
mputl(".set FPA_GATE_S_SWC, "+FPA_GATE_S_SWC+" /* Gate(SWC) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_SWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_SWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_SWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_SWC, 20 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_SWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_SWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_OTA, "+FPA_GATE_S_OTA+" /* Gate(OTA) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_OTA, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_OTA, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_OTA, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_OTA, 30 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_OTA, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_OTA, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_OTAREF, "+FPA_GATE_S_OTAREF+" /* Gate(OTAREF) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_OTAREF, 2 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_OTAREF, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_OTAREF, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_OTAREF, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_OTAREF, 30 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_OTAREF, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_OTAREF, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_MITE, "+FPA_GATE_S_MITE+" /* Gate(MITE) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_MITE, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_MITE, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_MITE, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_MITE, 30 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_MITE, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_MITE, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPA_GATE_S_DIRSWC, "+FPA_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 2.9V @ IVDD 6.0V */",fd_w);
mputl(".set FPA_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPA_NUM_DIRSWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPA_VD_A_DIRSWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPA_VD_B_DIRSWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPA_VD_OS_DIRSWC, 20 /* Vd table offset */",fd_w);
mputl(".set FPA_VD_SA_DIRSWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPA_VD_GND_DIRSWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl("",fd_w);
mputl("/* low sub threshold */",fd_w);
mputl(".set FPL_GATE_S_SWC, "+FPL_GATE_S_SWC+" /* Gate(SWC) = gnd */",fd_w);
mputl(".set FPL_INJ_T_SWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_SWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_SWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_SWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_SWC, 50 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_SWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_SWC, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_OTA, "+FPL_GATE_S_OTA+" /* Gate(OTA) = 2.1V */",fd_w);
mputl(".set FPL_INJ_T_OTA, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_OTA, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_OTA, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_OTA, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_OTA, 40 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_OTA, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_OTA, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_OTAREF, "+FPL_GATE_S_OTAREF+" /* Gate(OTAREF) = gnd */",fd_w);
mputl(".set FPL_INJ_T_OTAREF, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_OTAREF, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_OTAREF, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_OTAREF, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_OTAREF, 50 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_OTAREF, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_OTAREF, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_MITE, "+FPL_GATE_S_MITE+" /* Gate(MITE) = 2.1V */",fd_w);
mputl(".set FPL_INJ_T_MITE, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_MITE, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_MITE, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_MITE, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_MITE, 40 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_MITE, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_MITE, 0 /* 0:Vd table 1:GND */",fd_w);
mputl(".set FPL_GATE_S_DIRSWC, "+FPL_GATE_S_DIRSWC+" /* Gate(DIRSWC) = 1.7V */",fd_w);
mputl(".set FPL_INJ_T_DIRSWC, 1 /* Injection time (*10us) */",fd_w);
mputl(".set FPL_NUM_DIRSWC, 50 /* # of Fine Progrm */",fd_w);
mputl(".set FPL_VD_A_DIRSWC, 8 /* Vd constant A */",fd_w);
mputl(".set FPL_VD_B_DIRSWC, 5 /* Vd constant B */",fd_w);
mputl(".set FPL_VD_OS_DIRSWC, 35 /* Vd table offset */",fd_w);
mputl(".set FPL_VD_SA_DIRSWC, 1 /* 0:Subtraction 1:Add */",fd_w);
mputl(".set FPL_VD_GND_DIRSWC, 0 /* 0:Vd table 1:GND */",fd_w);
mclose(fd_w);
end
|
81ba0d8f8a4a0c52ae181b8e878e09a044d05f3f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2165/CH8/EX8.6/8_6.sce
|
0eb64a71265d14de60a18f87acc63f1a74a3c9f5
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 499
|
sce
|
8_6.sce
|
clc
//initialisation of variables
h=12//in
h1=18//in
v=19000//B.Th.U/lb
T=12600//lb/in^2
m=90//lb/in^2
w=120//gal
t1=140//F
t2=60//F
t3=570//F
Cv=0.24//ft/lb
q=810//ft/lb
n=16.9//lb
//CALCULATIONS
H=(n/t2*v)//B.Th.U
H1=[m*%pi*(144/4)*(h1/h)*(T/t2)]/(778*2)//B.TH.U/min
H2=1750//B.Th.U
H3=(H1-H2)//B.Th.U
W=(w*10/t2)*(t1-t2)//B,Th.U
G=((q+n)/(t2))*(t3-t2)*Cv//B.TH.U
//RESULTS
printf('The heat balance showing heat quantities received and the discharged per min=% f B.TH.U',G)
|
ca4381178334d29329f3f5443f10c601f69584be
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2699/CH13/EX13.42/Ex13_42.sce
|
abac4a5a324367321e4892e1f40e47df3e6d5f0f
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 221
|
sce
|
Ex13_42.sce
|
//EX13_42 Pg-23
clc
clear
x=['1010'];
y=['0011'];
//binary to decimal conversion//
x=bin2dec(x)
y=bin2dec(y)
z=x+y;
a=dec2bin(z)//decimal to binary conversion//
printf('the addition of given numbers is: ')
printf("%s",a)
|
8ee9e457f8a55fe59ab2ee54870263cb58e1b12a
|
e9b135074a04c0ae4273c18ac8466c003190b21a
|
/2 Ano/Metodos Numericos/Soluciones/raices.sce
|
5df8f7a3f3d293a559061db26905ea167a515bc4
|
[] |
no_license
|
damianarielm/lcc
|
804faae03e5f60e44de58d264721892e1fea0c3c
|
ffd3e65f54073215e1e3542aabd62b3ec1ec5960
|
refs/heads/master
| 2023-02-18T12:14:00.543045
| 2023-02-14T00:19:54
| 2023-02-14T00:19:54
| 161,278,175
| 60
| 9
| null | 2020-12-04T14:43:40
| 2018-12-11T04:41:42
|
HTML
|
UTF-8
|
Scilab
| false
| false
| 817
|
sce
|
raices.sce
|
function r = raices(polinomio)
a = coeff(p, 2)
b = coeff(p, 1)
c = coeff(p, 0)
delta = b^2 - 4*a*c
if b < 0 then
x1 = (2*c) / (-b + sqrt(delta))
x2 = (-b + sqrt(delta)) / (2*a)
else
x1 = (-b - sqrt(delta)) / (2*a)
x2 = (2*c) / (-b - sqrt(delta))
end
r = [x1; x2]
endfunction
function r = resolvente(p)
a = coeff(p, 2)
b = coeff(p, 1)
c = coeff(p, 0)
delta = b^2 - 4*a*c
x1 = (-b - sqrt(delta)) / 2*a
x2 = (-b + sqrt(delta)) / 2*a
r = [x1; x2]
endfunction
epsilon = 0.0001;
a = epsilon;
b = 1 / epsilon;
c = -epsilon;
p = poly([c b a], "x", "coeff");
assert_checkequal(raices(p), roots(p));
error1 = abs(raices(p)(1) - resolvente(p)(1))
error2 = abs(raices(p)(1) - resolvente(p)(1))
|
bd2e79c474043f26791dc2a7cbe075e6c14fe1d5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1373/CH14/EX14.6/Chapter14_Example6.sce
|
a3b2b87ef7778539f72bb592c2eec6d49d64b6c0
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 624
|
sce
|
Chapter14_Example6.sce
|
//Chapter-14, Example 14.6, Page 586
//=============================================================================
clc
clear
//INPUT DATA
T=25;//Temperature of air in degree C
v=5;//Velocity in m/s
D=0.03;//Diameter of tube in m
DAB=(0.82*10^-5)//DAB value in m^2/s
//CALCULATIONS
v1=(15.7*10^-6);//Kinematic viscosity in m^2/s
Sc=(v1/DAB);//Schnidt number
Re=(v*D)/v1;//Reynolds number
h=(0.023*Re^(4/5)*Sc^(1/3)*DAB)/D;//Mass transfer coefficient in m/s
//OUTPUT
mprintf('Mass transfer coefficient is %3.4f m/s',h)
//=================================END OF PROGRAM==============================
|
87a0ed38d19dd3c3d8dd1eaa131ae278e8701d2e
|
c49cfb0568cc47def2bab58998cf7a2745deeb75
|
/integrals.sce
|
b88805c93b3c933887633fc6dccfc85fe22fa5d0
|
[] |
no_license
|
mirgayazov/Computational-mathematics
|
7be950e9c54231943912aa8cc0eba9484b8613ee
|
97eb92557308d51709101ba1922ed2bb39a0e08f
|
refs/heads/master
| 2023-05-31T18:16:04.774709
| 2021-07-08T09:18:58
| 2021-07-08T09:18:58
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,502
|
sce
|
integrals.sce
|
clc
//function [f_xi]=f(x)
// f_xi = 1/(sqrt(1+x^2))
//endfunction
function [f_xi]=f(x)
f_xi = sqrt(x^2+9)
endfunction
function [I]=FLP(f, x, n, h)
I = 0
for j = 0:1:(n-1)
I = I + f(x(j+1))*h
// disp(f(x(j+1))*h)
end
endfunction
function [I]=FPP(f, x, n, h)
I = 0
for j = 1:1:(n)
I = I + f(x(j+1))*h
// disp(I)
end
endfunction
function [I]=FCP(f, x, n, h)
I = 0
for j = 0:1:(n-1)
I = I + ( ( f(x(j+1)) + f(x(j+2)) ) / 2 ) * h
// disp(I)
end
endfunction
function [I]=FTRAP(f, x, n, h)
I = 0
for j = 1:1:(n-1)
I = I + f(x(j+1))
// disp(I)
end
I = ( I + ((f(x(1))+f(x(n+1)))/2) ) * h
// disp(I)
endfunction
//x0 = x(1)
//если начинаем с 2 то на самом деле с 1
function [I]=FSIMP(f, x, n, h)
I = 0
for j = 2:n-1
if modulo(j, 2) == 0 then I = I + 4*f(x(j))
else I = I + 2*f(x(j))
end
// disp(I)
end
I = ( I + f(x(1)) + f(x(n))) * (h/3)
// disp(I)
endfunction
h=0.49
disp('ФЛП',FLP(f, [0.1:h:5], 10, h))
disp('ФПП',FPP(f, [0.1:h:5], 10, h))
//disp('ФЦП',FCP(f, [0.1:h:5], 10, h))
disp('ФТРАП',FTRAP(f, [0.1:h:5], 10, h))
disp('FSIMP',FSIMP(f, [0.1:h:5], 11, h))
//disp('intg', intg(0.1, 5, f))
//disp('inttrap', inttrap([-0.8:h:2], f([-0.8:h:2])))
//disp('intsplin', intsplin([-0.8:h:2], f([-0.8:h:2])))
//disp('integrate', integrate('%e^((x^2)/8)', 'x', -0.8, 2))
|
1cc68a0257410918c1cc17c06025a9e2b620e27b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1092/CH12/EX12.19/Example12_19.sce
|
08d6517f9bda709fcdc5c6f5fde8e00fa9b51828
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 5,975
|
sce
|
Example12_19.sce
|
// Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 12: POWER,ENERGY,AND EFFICIENCY RELATIONS OF DC AND AC DYNAMOS
// Example 12-19
clear; clc; close; // Clear the work space and console.
// Given data
V = 220 ; // Rated voltage of SCIM in volt
f = 60 ; // Frequency in Hz
P = 4 ; // Number of poles
PF = 0.85 ; // power factor of capacitor start IM
// nameplate details
hp_IM = 5 ; // power rating of IM in hp
I_L = 28 ; // Rated line current in A
S_r = 1620 ; // Rotor speed of IM in rpm
// No-load test data
I_nl = 6.4 ; // No-load line current in A
V_nl = 220 ; // No-load line voltage in volt
P_nl = 239 ; // No-load power reading in W
s_nl = 0.01 ; // No-load slip
// Blocked rotor test
I_br = 62 ; // Blocked rotor line current in A
V_br = 64 ; // Blocked rotor voltage in volt
P_br = 1922 ; // Blocked rotor power reading in W
s_br = 1 ; // blocked rotor slip(unity)
// Calculations
// case a
R_e1s = P_br / (I_br^2); // Equivalent total resistance of IM in ohm
// case b
P_in = P_nl ; // Input power to IM in W
I_1s = I_nl ; // Input current in A
P_ro = P_in - ((I_1s)^2 * R_e1s); // Rotational losses in W
// case c
S = (120*f/P); // Speed of synchronous magnetic field in rpm
S_fl = S_r ; // Full-load rotor speed of IM in rpm
s_fl = (S - S_fl)/S ; // Full-load Slip
LF1 = 1/4 ; // Load fraction
LF2 = 1/2 ; // Load fraction
LF3 = 3/4 ; // Load fraction
LF4 = 5/4 ; // Load fraction
s_LF1 = s_fl*LF1 ; // slip at 1/4 rated load
s_LF2 = s_fl*LF2 ; // slip at 1/2 rated load
s_LF3 = s_fl*LF3 ; // slip at 3/4 rated load
s_LF4 = s_fl*LF4 ; // slip at 5/4 rated load
// case d
s_o = s_nl ; // No-load slip
P_rs_LF1 = P_ro * (1 - s_LF1)/(1 - s_o); // Rotational losses in W at s_LF1
P_rs_LF2 = P_ro * (1 - s_LF2)/(1 - s_o); // Rotational losses in W at s_LF2
P_rs_LF3 = P_ro * (1 - s_LF3)/(1 - s_o); // Rotational losses in W at s_LF3
P_rs_fl = P_ro * (1 - s_fl)/(1 - s_o); // Rotational losses in W at full-load slip
P_rs_LF4 = P_ro * (1 - s_LF4)/(1 - s_o); // Rotational losses in W at s_LF4
// case e
I1s = I_L ; // Line current in A
P_cu_fl = (I1s)^2*R_e1s ; // Equivalent copper loss at full-load slip
P_cu_LF1 = (LF1)^2 * P_cu_fl ; // Equivalent copper loss at s_LF1
P_cu_LF2 = (LF2)^2 * P_cu_fl ; // Equivalent copper loss at s_LF2
P_cu_LF3 = (LF3)^2 * P_cu_fl ; // Equivalent copper loss at s_LF3
P_cu_LF4 = (LF4)^2 * P_cu_fl ; // Equivalent copper loss at s_LF4
// case f
Input = V*I_L*PF ; // Input to single phase capacitor start IM
// Efficiency at 1/4 rated load
eta_LF1 = ( Input*LF1 - (P_rs_LF1 + P_cu_LF1) ) / (Input*LF1) * 100 ;
// Efficiency at 1/2 rated load
eta_LF2 = ( Input*LF2 - (P_rs_LF2 + P_cu_LF2) ) / (Input*LF2) * 100 ;
// Efficiency at 3/4 rated load
eta_LF3 = ( Input*LF3 - (P_rs_LF3 + P_cu_LF3) ) / (Input*LF3) * 100 ;
// Efficiency at rated load
eta_fl = ( Input - (P_rs_fl + P_cu_fl) ) / (Input) * 100 ;
// Efficiency at 5/4 rated load
eta_LF4 = ( Input*LF4 - (P_rs_LF4 + P_cu_LF4) ) / (Input*LF4) * 100 ;
// case g
// since eta is calculated in percent divide it by 100 for hp calculations
P_o_LF1 = (Input*LF1*eta_LF1/100)/746 ; // Output hp at 1/4 rated load
P_o_LF2 = (Input*LF2*eta_LF2/100)/746 ; // Output hp at 1/2 rated load
P_o_LF3 = (Input*LF3*eta_LF3/100)/746 ; // Output hp at 3/4 rated load
P_o = (Input*eta_fl/100)/746 ; // Output hp at 1/4 rated load
P_o_LF4 = (Input*LF4*eta_LF4/100)/746 ; // Output hp at 5/4 rated load
// case h
hp = P_o ; // Rated output horsepower
S_fl = S_r ; // Full-load rotor speed in rpm
T_o = (P_o*5252)/S_fl ; // Outpue torque at full-load in lb-ft
T_o_Nm = T_o * 1.356 ; // Outpue torque at full-load in N-m
// Display the results
disp("Example 12-19 Solution : ");
printf(" \n a: Equivalent total resistance of IM :\n R_e1s = %.1f Ω \n",R_e1s);
printf(" \n b: Rotational losses :\n P_ro = %.1f W \n ",P_ro);
printf(" \n c: Slip at rated load : s = %.1f \n Slip,",s_fl);
printf(" \n s at %.2f rated load = %.3f",LF1,s_LF1);
printf(" \n s at %.2f rated load = %.3f",LF2,s_LF2);
printf(" \n s at %.2f rated load = %.3f",LF3,s_LF3);
printf(" \n s at %.2f rated load = %.3f \n ",LF4,s_LF4);
printf(" \n d: Rotational losses :\n ");
printf(" \n P_r at at %.2f rated load = %.1f W ",LF1,P_rs_LF1);
printf(" \n P_r at at %.2f rated load = %.1f W ",LF2,P_rs_LF2);
printf(" \n P_r at at %.2f rated load = %.1f W ",LF3,P_rs_LF3);
printf(" \n P_r at at full load = %.1f W ",P_rs_fl);
printf(" \n P_r at at %.2f rated load = %.1f W \n ",LF4,P_rs_LF4);
printf(" \n e: At full-load, P_cu = %d W \n",P_cu_fl);
printf(" \n P_cu at %.2f rated load = %.2f W",LF1,P_cu_LF1)
printf(" \n P_cu at %.2f rated load = %.2f W",LF2,P_cu_LF2)
printf(" \n P_cu at %.2f rated load = %.2f W",LF3,P_cu_LF3)
printf(" \n P_cu at %.2f rated load = %.2f W \n",LF4,P_cu_LF4)
printf(" \n f: Full-load input = %.f W \n",Input);
printf(" \n Efficiency :\n η at %.2f rated load = %.1f percent \n",LF1,eta_LF1);
printf(" \n η at %.2f rated load = %.1f percent \n",LF2,eta_LF2);
printf(" \n η at %.2f rated load = %.1f percent \n",LF3,eta_LF3);
printf(" \n η at rated load = η_fl = %.1f percent \n",eta_fl);
printf(" \n η at %.2f rated load = %.1f percent \n",LF4,eta_LF4);
printf(" \n Please note: Calculation error for η_fl in textbook.\n");
printf(" \n g: Output horsepower :\n P_o at %.2f rated load = %.3f hp \n",LF1,P_o_LF1);
printf(" \n P_o at %.2f rated load = %.3f hp \n",LF2,P_o_LF2);
printf(" \n P_o at %.2f rated load = %.3f hp \n",LF3,P_o_LF3);
printf(" \n P_o at rated load = %.3f hp \n",P_o);
printf(" \n P_o at %.2f rated load = %.3f hp \n",LF4,P_o_LF4);
printf(" \n h: Output torque at full-load :\n T_o = %.1f lb-ft",T_o);
printf(" \n T_o = %.2f N-m ≃ %.1f N-m",T_o_Nm,T_o_Nm);
|
9775b4d2a85aae3405602dae6a97cae780c2d948
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3864/CH2/EX2.22/Ex2_22.sce
|
0949e768ec49dcf0d5e62ff88a1ac4d768864780
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 874
|
sce
|
Ex2_22.sce
|
clear
//
//Initilization of Variables
A_a=50*20 //mm //Area of aluminium strip
A_s=50*15 //mm //Area of steel strip
P=50*10**3 //N //Load
E_a=1*10**5 //N/mm**2 //Modulus of aluminium
E_s=2*10**5 //N/mm**2 //Modulus of steel
//Calculations
//Let P_a and P_s br the Load shared by aluminium and steel strip
//P_a+P_s=P ..................(1)
//For compatibility condition,dell_l_a=dell_l_s
//P_a*L_a*(A_a*E_a)**-1=P_s*L_s*(A_s*E_s)**-1 .....(2)
//As L_a=L_s we get
//P_s=1.5*P_a .................(3)
//From Equation 1 and 2 we get
P_a=P*2.5**-1
//Substituting in equation 1 we get
P_s=P-P_a
//stress in aluminium strip
sigma_a=P_a*A_a**-1
//stress in steel strip
sigma_s=P_s*A_s**-1
//Now from the relation we get
//result
printf("\n Stress in Aluminium strip is %0.2f N/mm**2",sigma_a)
printf("\n Stress in steel strip is %0.2f N/mm**2",sigma_s)
|
9e68b4ad75b7a08abcda8f2692ea1c6a2bf627ff
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2492/CH3/EX3.6/ex3_6.sce
|
bbf61931c351f28790a94feb1b6d206de2d04da9
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 448
|
sce
|
ex3_6.sce
|
// Exa 3.6
format('v',6)
clc;
clear;
close;
// Given data
Vo= -6;// in V (for Vi<=-6.6 V)
Vo= 8;// in V (for Vi>=8.8 V)
// Vi= 10000*i+100000*i or i= Vi/110000 (i)
Vi= -6.6:0.1:8.8;
// Vo= 100000*i
Vo= 100000*Vi/110000;// (substituting i from eq(i))
plot(Vi,Vo);
xlabel("Vi in volts")
ylabel("Vo in volts")
title("The overall transfer characteristics")
disp("The overall transfer characteristics shown in figure.")
|
aec0dd7e291bf15a8907c8767cfea71957c73713
|
20253970b7dd99e615215029609de822e2bf855d
|
/judge/tests/52063/51.tst
|
1399d63b41f162823d37c53738ff9b749e29b167
|
[] |
no_license
|
B-Rich/CATS
|
d26d6c85cfc1dbdc78fa16f691adbfccc615df03
|
d299e328f9e7498ecd9f58f64069fcd57536db00
|
refs/heads/master
| 2021-01-01T06:10:11.322262
| 2011-06-21T15:06:06
| 2011-06-21T15:06:06
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,116
|
tst
|
51.tst
|
1000 1000
100
948 752 1
951 754 1
948 756 1
951 758 1
948 760 1
951 762 1
948 764 1
951 766 1
948 768 1
951 770 1
948 772 1
951 774 1
948 776 1
951 778 1
948 780 1
951 782 1
948 784 1
951 786 1
948 788 1
951 790 1
948 792 1
951 794 1
948 796 1
951 798 1
948 800 1
951 802 1
948 804 1
951 806 1
948 808 1
951 810 1
948 812 1
951 814 1
948 816 1
951 818 1
948 820 1
951 822 1
948 824 1
951 826 1
948 828 1
951 830 1
948 832 1
951 834 1
948 836 1
951 838 1
948 840 1
951 842 1
948 844 1
951 846 1
948 848 1
951 850 1
948 852 1
951 854 1
948 856 1
951 858 1
948 860 1
951 862 1
948 864 1
951 866 1
948 868 1
951 870 1
948 872 1
951 874 1
948 876 1
951 878 1
948 880 1
951 882 1
948 884 1
951 886 1
948 888 1
951 890 1
948 892 1
951 894 1
948 896 1
951 898 1
948 900 1
951 902 1
948 904 1
951 906 1
948 908 1
951 910 1
948 912 1
951 914 1
948 916 1
951 918 1
948 920 1
951 922 1
948 924 1
951 926 1
948 928 1
951 930 1
948 932 1
951 934 1
948 936 1
951 938 1
948 940 1
951 942 1
948 944 1
951 946 1
948 948 1
950 950 1
|
e7c092051fa2e09bf1f339083c0f0d824f01d1a4
|
1bb72df9a084fe4f8c0ec39f778282eb52750801
|
/test/PD7.prev.tst
|
16a805ea96f327f16f3bc07040681a953a61b46e
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
gfis/ramath
|
498adfc7a6d353d4775b33020fdf992628e3fbff
|
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
|
refs/heads/master
| 2023-08-17T00:10:37.092379
| 2023-08-04T07:48:00
| 2023-08-04T07:48:00
| 30,116,803
| 2
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 92
|
tst
|
PD7.prev.tst
|
(a*x^2 + b*x*y^2 + c*y^4).degree() = -1
(a*x^2 + b*x*y^2 + c*y^4).degree(false) = -1
|
c95a3ff651f362ee15d865c98c611017cfdcc2c9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1092/CH6/EX6.6/Example6_6.sce
|
74dbed5918977fbabbe207bda975bf096149cb9e
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,961
|
sce
|
Example6_6.sce
|
// Electric Machinery and Transformers
// Irving L kosow
// Prentice Hall of India
// 2nd editiom
// Chapter 6: AC DYNAMO VOLTAGE RELATIONS-ALTERNATORS
// Example 6-6
clear; clc; close; // Clear the work space and console.
// Given data
// 3-phase Y-connected alternator
E_L = 11000 ; // Line voltage generated in volt
kVA = 165000 ; // kVA rating of the alternator
R_p = 0.1 ; // Armature resistance in ohm/per phase
Z_p = 1.0 ; // Synchronous reactance/phase
Z_r = 0.8 ; // Reactor reactance/phase
// Calculations
E_p = E_L / sqrt(3); // Rated phase voltage in volt
I_p = (kVA * 1000)/(3*E_p); // Rated current per phase in A
// case a
I_max_a = E_p / R_p ; // Maximum short-circuit current in A (case a)
overload_a = I_max_a / I_p ; // Overload (case a)
// case b
I_steady = E_p / Z_p ; // Sustained short-circuit current in A
overload_b = I_steady / I_p ; // Overload (case b)
// case c
Z_t = R_p + %i*Z_r ; // Total reactance per phase
I_max_c = E_p / Z_t ; // Maximum short-circuit current in A (case b)
I_max_c_m=abs(I_max_c);//I_max_c_m=magnitude of I_max_c in A
I_max_c_a=atan(imag(I_max_c) /real(I_max_c))*180/%pi;//I_max_c_a=phase angle of I_max_c in degrees
overload_c = I_max_c_m / I_p ; // Overload (case a)
// Display the results
disp("Example 6-6 Solution : ");
printf("\n root 3 value is taken as %f , so slight variations in the answer.\n", sqrt(3));
printf(" \n a: I_max = %d A ", I_max_a );
printf(" \n overload = %.1f * rated current \n", overload_a );
printf(" \n b: I_steady = %d A ", I_steady );
printf(" \n overload = %.2f * rated current \n", overload_b );
printf(" \n c: Rectangular form :\n I_max = "); disp(I_max_c);
printf(" \n Polar form :");
printf(" \n I_max = %d <%.2f A ", I_max_c_m , I_max_c_a );
printf(" \n where %d is magnitude and %.2f is phase angle\n",I_max_c_m,I_max_c_a);
printf(" \n overload = %.3f * rated current \n", overload_c );
|
fc98f78db416ee0a0d24fbfcbc58794e152d533d
|
e25bb3040c96f9782aab0493e05ba22f5bf50ccf
|
/ex5/ex5_template.sce
|
83e3a98ff6e7a8148e2cffb0d0d86591555dbc65
|
[] |
no_license
|
gpioblink/aizu-spls-exercise
|
c13258d46f50ed2db7797693a097b0fb75d24eaf
|
6c0b9326ba8e4b52378cfe777e82a2bfcdecc9b9
|
refs/heads/master
| 2022-09-14T06:09:44.774157
| 2020-05-31T07:43:26
| 2020-05-31T07:43:26
| 263,856,972
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,882
|
sce
|
ex5_template.sce
|
// EXERCISE 5
// Define some parameters
n = 0:1023;
f_signal = 20;
f_noise = 250;
T = 0.001;
sigLen = length(n); // Length of signal
// Implement input signal x(n) into "x"
x = zeros(1, sigLen);
piValue = %pi; // Value of pi
// Write your code here
x = 100*sin(2*piValue*f_signal*n*T)+10*sin(2*piValue*f_noise*n*T);
// Compute Fourier transform of x(n) into "x_k"
x_k = zeros(1,sigLen);
// Write your code here
x_k = fft(x);
// Define h(n)
h = [0.2 0.2 0.2 0.2 0.2];
// Compute y(n) into "y"
y = zeros(1, length(x)+length(h)-1);
// Write your code here
for n=1:length(y)
for k=1:5
if 0 <= n-k && n-k < length(x) //0≤ n-k <length(x)
y(n)=y(n)+h(k)*x(n-k+1);
end
end
end
// Compute Fourier transform of y(n) into "y_k"
y_k = zeros(1, length(x)+length(h)-1);
// Write your code here
y_k = fft(y);
//=======================================================================
// Do NOT modify this part
// Plot x(n), y(n)
// Create figure for two signals
figure
// Plot x(n)
subplot(2,1,1)
plot(x);
title('x(n)');
xlabel('n');
a=get("current_axes")
a.data_bounds=[0,-150;1000,150];
// Plot y(n)
subplot(2,1,2)
plot(y);
title('y(n)');
xlabel('n');
a=get("current_axes")
a.data_bounds=[0,-150;1000,150];
// Plot x(k), y(k)
// Create figure for two signals
figure
// Plot x(k)
subplot(2,1,1)
Fs = 1/T;
fshift = (-length(x_k)/2:length(x_k)/2-1)*(Fs/length(x_k)); // zero-centered frequency range
plot(fshift,abs(fftshift(x_k)));
title('x(k)');
xlabel('f');
a=get("current_axes")
a.data_bounds=[0,-1;500,40000];
// Plot y(k)
subplot(2,1,2)
fshift = (-length(y_k)/2:length(y_k)/2-1)*(Fs/length(y_k)); // zero-centered frequency range
plot(fshift,abs(fftshift(y_k)));
title('y(k)');
xlabel('f');
a=get("current_axes")
a.data_bounds=[0,-1;500,40000];
|
8d8a984b8d2e724954e06fad5b504a45dc71f1af
|
cadda4ec8d2b4c71fab6db1a87c0b4d711629ddf
|
/k_means.sce
|
473b25254c8291270cfe1aaa743b174b10e1e3b2
|
[] |
no_license
|
AkshataDM/DataMiningClustering-IS630
|
ad9abde9d1140af26fa7eebf72d642379f0c66e8
|
5d8517ddf961517299018651bb8dbb280d0d1142
|
refs/heads/master
| 2020-12-24T16:50:10.674783
| 2015-04-10T01:54:06
| 2015-04-10T01:54:06
| 33,702,453
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,074
|
sce
|
k_means.sce
|
data = read("pendigits.tra",1500,17); //each row of this data matrix contains a vector
class_label = data(:,17);
p1 = data(16,:);
p2 = data(994,:); //choosing random prototype initially.
p = [p1;p2];
count=0;
flag = 0;
while flag==0
c1=1;
c2=1;
count = count+1;
for i = 1:1500
for j = 1:2
dif(j,1:16) = p(j,1:16) - data(i,1:16);
sqr(j) = dif(j,1:16)*dif(j,1:16)';
euclidean_distance(j,1:16) = sqrt(sqr(j));
end
[euc_dist,key] = gsort(euclidean_distance,"g","i");
if(key(1) == 1) cluster1(c1,:) = data(i,:); c1=c1+1;
elseif(key(1) == 2) cluster2(c2,:) = data(i,:); c2=c2+1;
end
end
cluster_no_label1 = cluster1(:,1:16);
cluster_no_label2 = cluster2(:,1:16);
m1 = mean(cluster_no_label1,'r');
m2 = mean(cluster_no_label2,'r');
m = [m1;m2];
for i=1:2
mean_sums(i) = sqrt(m(i,:)*m(i,:)');
prototype_sums(i) = sqrt(p(i,:)*p(i,:)');
end
for i=1:2
if(abs(mean_sums(i)-prototype_sums(i)) < 1)
flag=1;
else flag=0; p = m;
end
end
end
//ENTROPY CALCULATION
|
3bde209ae8a93a2807f31fcbba6f30d032317d37
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2873/CH8/EX8.10/Ex8_10.sce
|
80221ac9ad44c79f1dcdd1341e0a4a143eb54949
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 3,189
|
sce
|
Ex8_10.sce
|
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Engineering Thermodynamics by Onkar Singh Chapter 8 Example 10")
disp("at inlet to HP turbine,h2=3287.1 KJ/kg,s2=6.6327 KJ/kg K")
h2=3287.1;
s2=6.6327;
disp("By interpolation state 3 i.e. for isentropic expansion betweeen 2-3 lies at 328.98oc at 30 bar.h3=3049.48 KJ/kg")
h3=3049.48;
disp("actual enthapy at 3_a,h3_a=h2-0.80*(h2-h3)in KJ/kg")
h3_a=h2-0.80*(h2-h3)
disp("enthalpy at inlet to LP turbine,h4=3230.9 KJ/kg,s4=6.9212 KJ K")
h4=3230.9;
s4=6.9212;
disp("for ideal expansion from 4-6,s4=s6.Let dryness fraction at state 6 be x6.")
s6=s4;
disp("s6=6.9212=sf at 0.075 bar+x6* sfg at 0.075 bar in KJ/kg K")
disp("from steam tables,at 0.075 bar,sf=0.5764 KJ/kg K,sfg=7.6750 KJ/kg K")
sf=0.5764;
sfg=7.6750;
disp("so x6=(s6-sf)/sfg")
x6=(s6-sf)/sfg
x6=0.827;//approx.
disp("h6=hf at 0.075 bar+x6*hfg at 0.075 bar in KJ/kg K")
disp("from steam tables,at 0.075 bar,hf=168.79 KJ/kg,hfg=2406.0 KJ/kg")
hf=168.79;
hfg=2406.0;
h6=hf+x6*hfg
disp("for actual expansion process in LP turbine.")
disp("h6_a=h4-0.85*(h4-h6) in KJ/kg")
h6_a=h4-0.85*(h4-h6)
disp("Ideally,enthalpy at bleed point can be obtained by locating state 5 using s5=s4.The pressure at bleed point shall be saturation pressure corresponding to the 140oc i.e from steam tables.Let dryness fraction at state 5 be x5.")
p5=3.61;
s5=s4;
disp("s5_a=6.9212=sf at 140oc+x5*sfg at 140oc")
disp("from steam tables,at 140oc,sf=1.7391 KJ/kg K,sfg=5.1908 KJ/kg K")
sf=1.7391;
sfg=5.1908;
disp("so x5=(s5-sf)/sfg")
x5=(s5-sf)/sfg
x5=0.99;//approx.
disp("h5=hf at 140oc+x5*hfg at 140oc in KJ/kg")
disp("from steam tables,at 140oc,hf=589.13 KJ/kg,hfg=2144.7 KJ/kg")
hf=589.13;
hfg=2144.7;
h5=hf+x5*hfg
disp("actual enthalpy,h5_a=h4-0.85*(h4-h5)in KJ/kg")
h5_a=h4-0.85*(h4-h5)
disp("enthalpy at exit of open feed water heater,h9=hf at 30 bar=1008.42 KJ/kg")
h9=1008.42;
disp("specific volume at inlet of CEP,v7=0.001008 m^3/kg")
v7=0.001008;
disp("enthalpy at inlet of CEP,h7=168.79 KJ/kg")
h7=168.79;
disp("for pumping process 7-8,h8=h7+v7*(3.61-0.075)*10^2 in KJ/kg")
h8=h7+v7*(3.61-0.075)*10^2
disp("Applying energy balance at open feed water heater.Let mass of bled steam be m kg per kg of steam generated.")
disp("m*h5+(1-m)*h8=h9")
disp("so m=(h9-h8)/(h5-h8) in kg /kg of steam generated")
m=(h9-h8)/(h5-h8)
disp("For process on feed pump,9-1,v9=vf at 140oc=0.00108 m^3/kg")
v9=0.00108;
disp("h1=h9+v9*(70-3.61)*10^2 in KJ/kg")
h1=h9+v9*(70-3.61)*10^2
disp("Net work per kg of steam generated,W_net=(h2-h3_a)+(h4-h5_a)+(1-m)*(h5_a-h6_a)-{(1-m)*(h8-h7)+(h1-h9)}in KJ/kg steam generated")
W_net=(h2-h3_a)+(h4-h5_a)+(1-m)*(h5_a-h6_a)-{(1-m)*(h8-h7)+(h1-h9)}
disp("heat added per kg of steam generated,q_add=(h2-h1)+(h4-h3_a)in KJ/kg of steam generated")
q_add=(h2-h1)+(h4-h3_a)
disp("Thermal efficiency,n=W_net/q_add")
n=W_net/q_add
disp("in percentage")
n=n*100
disp("so thermal efficiency=39.03%%")
disp("NOTE=>In this question there is some calculation mistake while calculating W_net and q_add in book, which is corrected above and the answers may vary.")
|
9676e09262c7342d1788432ebc7678824f8ce783
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/779/CH7/EX7.10/7_10.sce
|
3e13e010d6ae918bf8df3bb742bb4c7dbb29b525
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 425
|
sce
|
7_10.sce
|
P1 = 0.5e06;
V1 = 0.2; V2 = 0.05;
n = 1.3
P2 = P1*(V1/V2)^n;
function y = H(p)
y = ((P1*V1^n)/p)^(1/n);
endfunction
H = integrate('H','p',P1,P2); // H = H2-H1
U = H-(P2*V2-P1*V1);
W12 = -U;
disp("kJ",H/1000,"Change in enthalpy is")
disp("kJ",U/1000,"Change in internal energy is")
disp("kJ",0,"and",0,"The change in entropy and heat transfer are")
disp("kJ",W12/1000,"The work transfer during the process is ")
|
3e246798045213cdb58be466167e28183a8cdf80
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3543/CH6/EX6.35/EX6_35.sce
|
5f3e80d76db5bdf26809f83e06a6cef411d6a86a
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 739
|
sce
|
EX6_35.sce
|
// Example 6.35
// Calculation of a) responsivity b)incident optical power
// Page no 493
clc;
clear;
close;
//Given data
n=0.6; // Quantum efficiency
e=1.602*10^-19; // Charge of electron
lambda=0.9*10^-6; // Wavelength
h=6.626*10^-34; // Planck constant
c=3*10^8; // Velocity of light
I=2*10^-6; // Photocurrent
// a)Responsivity
R= (n*e*lambda)/(h*c);
// b)Incident power
P=I/R;
P=P*10^6;
//Displaying results in the command window
printf("\n Responsivity(in A/W) = %0.3f ",R);
printf("\n Incident power (in microwatt) = %0.3f ",P);
// The answers vary due to round off error
|
771c8c1f30efbc87332eb3d6a7137ef550ec16e0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1466/CH13/EX13.2/13_2.sce
|
4afad7ae1467a7a39f1ab2abff9e02047eea964d
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 199
|
sce
|
13_2.sce
|
clc
//initialisation of variables
w=62.4//lb/ft^3
g=32.2//ft/sec^2
b=300000//lb/in^2
//CALCULATIONS
p=w/g
v=sqrt(b*144*g/w)
//RESULTS
printf (' velocity of sound in water= %.f ft/sec',v)
|
01587ebf3419fec26a25eadca926a8a298201e5d
|
1db0a7f58e484c067efa384b541cecee64d190ab
|
/macros/cplxreal.sci
|
a5529982039a7f58756e3ae55928202e26b60cf0
|
[] |
no_license
|
sonusharma55/Signal-Toolbox
|
3eff678d177633ee8aadca7fb9782b8bd7c2f1ce
|
89bfeffefc89137fe3c266d3a3e746a749bbc1e9
|
refs/heads/master
| 2020-03-22T21:37:22.593805
| 2018-07-12T12:35:54
| 2018-07-12T12:35:54
| 140,701,211
| 2
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,414
|
sci
|
cplxreal.sci
|
function [zc, zr] = cplxreal (z, thresh)
//Function to divide vector z into complex and real elements, removing the one of each complex conjugate pair.
//Calling Sequence
//[zc, zr] = cplxreal (z, thresh)
//[zc, zr] = cplxreal (z)
//zc = cplxreal (z, thresh)
//zc = cplxreal (z)
//Parameters
//z: vector of complex numbers.
//thresh: tolerance for comparisons.
//zc: vector containing the elements of z that have positive imaginary parts.
//zr: vector containing the elements of z that are real.
//Description
//This is an Octave function.
//Every complex element of z is expected to have a complex-conjugate elsewhere in z. From the pair of complex-conjugates, the one with the negative imaginary part is removed.
//If the magnitude of the imaginary part of an element is less than the thresh, it is declared as real.
//Examples
//[zc, zr] = cplxreal([1 2 3+i 4 3-i 5])
//zc = 3 + 1i
//zr =
// 1 2 4 5
funcprot(0);
lhs = argn(1)
rhs = argn(2)
if (rhs < 1 | rhs > 2)
error("Wrong number of input arguments.")
end
select(rhs)
case 1 then
if(lhs==1)
zc = callOctave("cplxreal",z)
elseif (lhs==2)
[zc, zr] = callOctave("cplxreal",z)
else
error("Wrong number of output argments.")
end
case 2 then
if(lhs==1)
zc = callOctave("cplxreal",z, thresh)
elseif (lhs==2)
[zc, zr] = callOctave("cplxreal",z, thresh)
else
error("Wrong number of output argments.")
end
end
endfunction
|
25559af48578e02099f49337b69525621dc453dc
|
527c41bcbfe7e4743e0e8897b058eaaf206558c7
|
/Positive_Negative_test/Netezza-Base-HypothesisTesting/SP_FLKSTest1S-TD-01.tst
|
c20692e032e0b46e94761fc0731f9df2d8205374
|
[] |
no_license
|
kamleshm/intern_fuzzy
|
c2dd079bf08bede6bca79af898036d7a538ab4e2
|
aaef3c9dc9edf3759ef0b981597746d411d05d34
|
refs/heads/master
| 2021-01-23T06:25:46.162332
| 2017-07-12T07:12:25
| 2017-07-12T07:12:25
| 93,021,923
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 6,518
|
tst
|
SP_FLKSTest1S-TD-01.tst
|
-- Fuzzy Logix, LLC: Functional Testing Script for DB Lytix functions on Teradata
--
-- Copyright (c): 2014 Fuzzy Logix, LLC
--
-- NOTICE: All information contained herein is, and remains the property of Fuzzy Logix, LLC.
-- The intellectual and technical concepts contained herein are proprietary to Fuzzy Logix, LLC.
-- and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade
-- secret or copyright law. Dissemination of this information or reproduction of this material is
-- strictly forbidden unless prior written permission is obtained from Fuzzy Logix, LLC.
--
--
-- Functional Test Specifications:
--
-- Test Category: Hypothesis Testing Functions
--
-- Test Unit Number: FLKSTest1S-TD-01
--
-- Name(s): FLKSTest1S
--
-- Description: FLKSTest1S conducts One-Sample Kolmogorov-Smirnov (KS) Test.
-- One-Sample Kolmogorov-Smirnov (KS) Test is normally used to
-- determine if a given sample of data comes from a specified
-- normal distribution.
-- Applications:
--
-- Signature: FLKSTest1S(IN Testtype VARCHAR(10), IN TableName VARCHAR(256),
-- IN ValueCol VARCHAR(100), IN Mean DOUBLE PRECISION,
-- IN StdDev DOUBLE PRECISION, IN SigLevel DOUBLE PRECISION,
-- IN WhereClause VARCHAR(512), IN GroupBy VARCHAR(256),
-- IN TableOutput BYEINT, OUT OutTable VARCHAR(256))
--
-- Parameters: See Documentation
--
-- Return value: Table
--
-- Last Updated: 07-07-2017
--
-- Author: Kamlesh Meena
--
-- BEGIN: TEST SCRIPT
\time
.run file=../PulsarLogOn.sql
---- Table used for regression
SELECT a.GroupID,
COUNT(*)
FROM tblKSTest a
GROUP BY a.GroupID
ORDER BY 1;
---- Drop and recreate the test table
DROP TABLE tblKSTestNew IF EXISTS;
CREATE TABLE tblKSTestNew (
GroupID INTEGER,
ObsID INTEGER,
NumVal DOUBLE PRECISION)
DISTRIBUTE ON(OBSID);
-- BEGIN: NEGATIVE TEST(s)
---- Case 1a: Incorrect table name
CALL FLKSTest1S('NORMAL', 'tblKSTestTemp', 'NumVal', 3.5, 11.5, NULL, 'GroupID', 0, ResultTable);
-- Result: Fuzzy Logix specific error message
---- Populate data in table
INSERT INTO tblKSTestNew
SELECT a.*
FROM tblKSTest a;
---- Case 1b: Incorrect first parameters
CALL SP_KSTest1S(NULL, 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'GroupID', 'ResultTable');
-- Result: Fuzzy Logix specific error message
CALL SP_KSTest1S('EXPONETIAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'GroupID', 'ResultTable');
-- Result: Fuzzy Logix specific error message
---- Case 1c: Incorrect column names
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumValue', 3.5, 11.5, NULL, 'GroupID', 'ResultTable');
-- Result: Fuzzy Logix specific error message
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'Group','ResultTable');
-- Result: syntax error
---- Case 1d: Absurd WHERE clause
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, 'WHERE Dog = Cat', 'Group','ResultTable');
-- Result: syntax error
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, 'WHERE Dog Is Not My Pet', 'Group','ResultTable');
-- Result: syntax error
---- Case 1e: NULLs for all values
DELETE FROM tblKSTestNew;
INSERT INTO tblKSTestNew
SELECT a.GroupID,
a.ObsID,
NULL
FROM tblKSTest a;
---- Case 1f: NULLs for all values
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'GroupID','ResultTable');
-- Result: Fuzzy Logix specifc error message for FLCDFNormal
---- Case 1g: All values are same
DELETE FROM tblKSTestNew;
INSERT INTO tblKSTestNew
SELECT a.GroupID,
a.ObsID,
10
FROM tblKSTest a;
---- Case 1h: All values are same
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'GroupID', 'ResultTable');
-- Result: produces result, but R says "ties should not be present for the Kolmogorov-Smirnov test"
-- R: ks.test(rep(10,20), "pnorm", alternative="two.sided")
---- Case 1i: Group ID column is NULL
DROP TABLE ResultTable IF EXISTS;
DELETE FROM tblKSTestNew;
INSERT INTO tblKSTestNew
SELECT NULL,
a.ObsID,
a.Num_Val
FROM tblKSTest a;
---- Case 1j: NULLs for Group ID
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'GroupID','ResultTable');
-- Result: cannot verify result
-- R: x <- c(1.26, 0.34, 0.7, 1.75, 50.57, 1.55, 0.08, 0.42, 0.5, 3.2, 0.15, 0.49, 0.95, 0.24, 1.37, 0.17, 6.98, 0.1, 0.94, 0.38)
-- y <- c(2.37, 2.16, 14.82, 1.73, 41.04, 0.23, 1.32, 2.91, 39.41, 0.11, 24.44, 4.51, 0.51, 4.5, 0.18, 14.68, 4.66, 1.3, 2.06, 1.19)
-- ks.test(c(x,y), "pnorm", 3.5, 11.5)
---- Populate valid data
DELETE FROM tblKSTestNew;
INSERT INTO tblKSTestNew
SELECT a.GroupID,
a.ObsID,
a.Num_Val
FROM tblKSTest a;
---- Case 1i: Restrictive WHERE clause
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, 'WHERE ObsID < 0', 'GroupID','ResultTable');
-- Result: no rows returned
---- Case 1j: Violating the condition that Mean (Arg #4) and Standard Deviation (Arg #5) being both known and unknown
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, NULL, NULL, 'GroupID','ResultTable');
-- Result: Fuzzy Logix specific error message (INCORRECT)
-- "... Standard Deviation (arg #4) ..." should be "... Standard Deviation (arg #5) ..."
---- Case 1k: Violating the condition that Mean (Arg #4) and Standard Deviation (Arg #5) being both known and unknown
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', NULL, 11.5, NULL, 'GroupID', 'ResultTable');
-- Result: Fuzzy Logix specific error message (INCORRECT)
-- "... Standard Deviation (arg #4) ..." should be "... Standard Deviation (arg #5) ..."
-- END: NEGATIVE TEST(s)
-- BEGIN: POSITIVE TEST(s)
-- Test with normal and extreme scale factor values
---- Valid values
DELETE FROM tblKSTestNew;
INSERT INTO tblKSTestNew
SELECT a.GroupID,
a.ObsID,
a.Num_Val
FROM tblKSTest a;
---- Valid values
DROP TABLE ResultTable IF EXISTS;
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', 3.5, 11.5, NULL, 'GroupID', 'ResultTable');
-- Result: standard outputs
-- R: ks.test(x, "pnorm", 3.5, 11.5)
-- ks.test(y, "pnorm", 3.5, 11.5)
DROP TABLE ResultTable IF EXISTS;
CALL SP_KSTest1S('NORMAL', 'tblKSTestNew', 'NumVal', NULL, NULL, NULL, 'GroupID','ResultTable');
-- Result: standard outputs
-- R: ks.test(x, "pnorm", mean(x), sd(x))
-- ks.test(y, "pnorm", mean(y), sd(y))
-- END: POSITIVE TEST(s)
DROP TABLE tblKSTestNew;
DROP TABLE ResultTable IF EXISTS;
\time
-- END: TEST SCRIPT
|
a1cb299ce02b1fd5a60d65123333bd6ac703f985
|
e1527120156f72705816c6f6071227e65c579308
|
/kernel/smewr.sci
|
65b19b64a478036df947b8e7e3300dc294967586
|
[] |
no_license
|
bhuepping/scilab_collaborative_filtering
|
583e0a7b01ca9d53fe0e5f9346947bccd03b9229
|
39966976b862196c836e7d04bca26ebe27e25632
|
refs/heads/master
| 2021-01-22T12:13:02.121309
| 2012-05-31T21:41:08
| 2012-05-31T21:41:08
| null | 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 143
|
sci
|
smewr.sci
|
function value = smewr(ratings,users,items,lambda)
value = sme(ratings,users,items) + lambda*(sum(users.^2) + sum(items.^2));
endfunction
|
004cfee7ebaecce540974247bbc6ab9ec4dd9f76
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1301/CH4/EX4.14/ex4_14.sce
|
47098d98a37b3fc1f3d68bb147b693b3a48c6890
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 292
|
sce
|
ex4_14.sce
|
clc;
re=6.4*10^6; //radius of earth in m
g=9.8; //gravitational constant in m/sec square
G=6.67*10^-11; //Universal gravitational constant in Nm square/kg square
m=(g*re*re)/G; //calculating mass of earth in kg
disp(m,"Mass of Earth in kg = "); //diaplaying mass of Earth inkg
|
9229bd87e14c262c713a66b6e87b71c1b0bae5e9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2735/CH14/EX14.11/Ex14_11.sce
|
93af1831c2b99d3a5abae109100f5c2d004ed736
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 767
|
sce
|
Ex14_11.sce
|
clc
clear
//Initialization of variables
mfr=1
water=900 //gallons
t2=110 //F
t1=80 //F
cp1=1
//calculations
mfa=mfr*water*8.33*60
mfc=mfa/(60*0.075)
qa=mfa*(t2-t1)
dH=qa/(mfc*4.5)
dH2=mfr*cp1*(t2-t1)
H1=23.73
H2=5.08
f=3.309
lnmean=(H1-H2)/log(H1/H2)
dtt=(t2-t1)/lnmean
per=25
//results
printf("flow rate of air = %d lbm/hr.It is equal to %d cfm",mfa,mfc)
printf("\n Total heat transferred = %d Btu/hr",qa)
printf("\n Enthalpy = %.1f Btu/lbm dry air",dH)
printf("\n Using second method, Enthalpy = %.1f Btu/lbm",dH2)
printf("\n Performance factor = %.3f ",f)
printf("\n logrithamic mean enthalpy difference = %.2f . Estimated low percentage = %d low",dtt,per)
disp("The answers are a bit different due to rounding off error in textbook.")
|
4c93be83bbe09a015650842974ec780c0c776089
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3293/CH1/EX1.11/Ex1_11.sce
|
dde9540b5ebc5f2e261eea6658b20b0f0856e90b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 273
|
sce
|
Ex1_11.sce
|
//page 18
//Example 1.11
clear;
close;
clc;
disp('I = m * m identity matrix');
disp('A = m * n matrix');
disp('I*A = A','Then,');
disp('A * I = A');
disp('0(k,m) = k * m zero matrix');
disp('0(k,m) = 0(k,m) * A','Then,');
disp('And, A*0(k,m) = 0(k,m)');
//end
|
e2b69c021d9b9a9dbcc619b8ed207c0c790c1373
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1026/CH10/EX10.8/Example10_8.sce
|
6827e284ed4431fd95baac7b0bb94827bee58630
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 463
|
sce
|
Example10_8.sce
|
//chapter10,Example10_8,pg 274
e=1.6*10^-19
me=9.1*10^-31//mass of electron
q=3.2*10^-19
malp=6.68*10^-27//mass of alpha particle
B=0.05
V=20*10^3
//v=sqrt((2*q*V)/m)
//R=(1/B)*sqrt((2*m*V)/q)
Re=(1/B)*sqrt((2*me*V)/e)
Ralp=(1/B)*sqrt((2*malp*V)/q)
S=2*Ralp-2*Re//linear separation between two particles on common boundary wall
printf("linear separation between two particles on common boundary wall\n")
printf("S=%.2f m",S)
|
73c5747cb097000f68e24171d37b9d74a7df813a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2084/CH9/EX9.9w/9_9w.sce
|
26d5b48fef4e1b194308527bfdfc51a28af77ece
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 522
|
sce
|
9_9w.sce
|
//developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 9.9w
//calculation of the distance moved by the bigger block
//given data
L=2.2//length(in m) of the base
n=10// mass of bigger block is 'n' number of times the mass of smaller block
//calculation
//centre of mass at rest initially will remain in horizontal position thus
//M*(L-X)=10*M*X
X=L/(n+1)
printf('distance moved by the bigger block at the instant the smaller block reaches the ground is %3.1f m',X)
|
435d599b33c5166a737a1e92a8a189eb37975506
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/48/CH15/EX15.5/eg_15_5.sce
|
5edda0967263c12eff28ba5890bdc81d136dd589
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 464
|
sce
|
eg_15_5.sce
|
clc;
clear;
//T=1+D+D^3 over GF(2)
//let X0 is the null sequence
//0=X0+DX0+D^3X0 since output of the null sequence is zero
//Adding X0 on both sides we get X0=DX0+D^3X0
nul=[0 0 1];
T=[0 1 0 1];
j=1;
for i=1:max(size(T));
if(T(i)==1)
s(1,j)=i-1;
j=j+1;
end
end
j=4;
for i=1:7
nul(1,j)=nul(1,j-s(1))+nul(1,j-s(2));
nul(1,j)=modulo(nul(1,j),2);
j=j+1;
end
disp("Null Sequence for input 001 is ");
disp(nul);
|
b6f2676dafa58a22483f3114bff8e536b4c6a791
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1949/CH1/EX1.11/1_11.sce
|
548c970b747b11ff76bbca1cfc32f41c2a7e8a79
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 587
|
sce
|
1_11.sce
|
//Chapter-1,Example 1_11,Page 1-22
clc()
//Given Data:
i=asin(4/5) //angle of incidence
u=4/3 //Refractive index of a soap film
lam1=6.1*10^-7 //wavelength of light
lam2=6*10^-7 //wavelength of light
//Calculations:
//u=sin i/sin r //Snell's law .So,
r=asin(sin(i)/u) //angle of reflection
//Now, condition for dark band is
//2ut*cos r=n*lam
//for consecutive bands, n=lam2/(lam1-lam2). hence
t=lam2*lam1/((lam1-lam2)*2*u*sqrt(1-(sin(i)/u)^2)) //thickness of film
printf('Thickness of the film is =%.7f m',t)
|
5e3874902a633f387af630788c60cc3c9d316fb5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/869/CH5/EX5.2/5_2.sce
|
6eab5b1ceae18f749211ad7b48364929f86b979b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 420
|
sce
|
5_2.sce
|
clc
//initialisation of variables
W= -100 //lb
angle= 45 //degrees
x1= 2 //ft
x2= 2 //ft
y1= 2 //ft
y2= 4 //ft
Fx= 200 //lb
//CALCULATIONS
Cx= Fx*y1/y2
Bx= Fx+Cx
By= (y2*Bx+x1*(-W))/(x1+x2)
Cy= By
Ax= Bx
Ay= W+By
//RESULTS
printf ('Ax= %.3f lb',Ax)
printf (' \n Ay=%.2f lb',Ay)
printf (' \n Bx=%.3f lb',Bx)
printf (' \n By=%.2f lb',By)
printf (' \n Cx=%.2f lb',Cx)
printf (' \n Cy=%.2f lb',Cy)
|
74febac1e7e310c55dc42b7b7ddf9003e8c0450a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3769/CH1/EX1.1/Ex1_1.sce
|
eddafe6bcbddceb387f5c9bd405c04b8e76f78b8
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 188
|
sce
|
Ex1_1.sce
|
clear
//Given
q=4.5*10**-19 //C
e=1.6*10**-19 //C
//Calculation
n=q/e
//Result
printf("\n n= %0.1f This value of charge is not possible",n)
|
b88e7f881592f8dfc7d629e74fc254396652d7a0
|
14b30ff5ef57588ecd4f45401bb9086e3888e8e1
|
/comp_Pendulo.sce
|
30f06eb70c5a325dff5fa510febea27cbeb71c68
|
[] |
no_license
|
Ivanobrc/L_P_I
|
d2fb06c0816bbb74d498733a272eca572d93c502
|
dff17b6c142e8f2fa58d0e07334042d1db4c1330
|
refs/heads/master
| 2022-11-17T17:21:37.458719
| 2020-07-13T03:11:31
| 2020-07-13T03:11:31
| 279,197,157
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,496
|
sce
|
comp_Pendulo.sce
|
// Comparacion de modelo linealizado por software y modelo linealizado analiticamente
// Cargar datos de modelo de software
load("edsonjLTI.sod","X","U","sys")
// Cargar datos de modelo analico
load("edsonjLTIanalitPendulo.sod","sysa")
// Obtener la matrices A,B,C,D
A=sys.A
B=sys.B
C=sys.C
D=sys.D
AA=sysa.A
BB=sysa.B
CC=sysa.C
DD=sysa.D
// Controlabilidad y observabilidad
// Cc=[B, AB, A^2 B,..., A^(n-1) B]
Cc = cont_mat(A,B)
rankCc=rank(Cc)
//
// O=[C; CA; CA^2;...; CA^(n-1) ]
O = obsv_mat(A, C)
rankO=rank(O)
// verificar si el rango de Cc es n, dimensión de un
// verificar si el rango de O es n, dimensión de un
/* Trazar valores singulares de LTI el modelo */
G = syslin('c', A, B, C, D);
tr = trzeros(G)
w = logspace(-3,3);
sv = svplot(G,w);
//valores analiticos
Ga = syslin('c', AA, BB, CC, DD);
tra = trzeros(Ga)
wa = logspace(-3,3);
sva = svplot(Ga,wa);
scf(1);
plot2d("ln", w, [20*log(sv')/log(10) 20*log(sva')/log(10)],leg="Caso Soft@Caso Analitico")
xgrid(12)
xtitle("Valores singulares","Frecuencia (rad/s)", "Amplitud (dB)");
/* Scaling */
//Obtenciion de los polors zeros del modelo de software
scf(2);
plzr(sys);
//Obtencion de los polos zeros del modelo analitico
scf(3);
plzr(sysa);
//Obtencion de las funciones de transferencia
[h]=ss2tf(sys)
[hA]=ss2tf(sysa)
//Bode de amplitud y fase del modelo de software
scf(4);
bode(h);
//Bode de amplitud y fase del modelo de analitico
scf(5);
bode(hA);
|
b5eb835218fae032edb6bb21691fc140ce985775
|
aac095b3736bd9d1ff203763f3420ff7e6e14ecd
|
/affichm.sci
|
027af847dd3424659abd76e8ed619503ef86a641
|
[
"MIT"
] |
permissive
|
raehasandalwala/xcos_on_cloud
|
388df5b76285ebbc216a1125615c77540c120c69
|
d60cc9807701acf3b65daea84c304fdc5a29c487
|
refs/heads/master
| 2020-03-25T04:45:15.950408
| 2018-08-03T05:29:46
| 2018-08-03T05:29:46
| 143,411,471
| 0
| 0
|
MIT
| 2018-08-03T10:03:45
| 2018-08-03T10:03:44
| null |
UTF-8
|
Scilab
| false
| false
| 931
|
sci
|
affichm.sci
|
function affichm(varargin)
loop = argn(2); //Counting number of variables
filename='affichm-scilab-log-'+string(getpid())+''
fileid = strcat([pwd(), "/",filename,".txt"]); //Location of the text file
f_temp = mopen(fileid, 'wt');// Creating a text file
mclose(f_temp); // Closing the text file
for k= 1:loop //For reading and storing different variables
variable= varargin(k).values; // Storing variable one at a time
[m,n] = size(variable); // reading the size of variable
fid = mopen(fileid, 'at'); // opening the file to write the variable
for y = 1:m // no. of rows in variables
for z = 1:n //no. of columns in variabes
mfprintf(fid, ' %f', variable(y,z)); //Print the variable values
end
mfprintf(fid, '\n');
end
mfprintf(fid, '\n');
end
mclose(fid); // Closing the file
endfunction
|
2d1c881cb052a298b4c3020ef7bf383bca23b5d9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/284/CH1/EX1.1/Chapter_1_ex_1.sce
|
26169038c90a7a05943942769d12000fbc54e98c
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 409
|
sce
|
Chapter_1_ex_1.sce
|
// Chapter 1_Principles of Quantum Mechanics
//Caption_Photon Energy
//Ex_1//page 3
disp("X-Rays wavelength lambda=0.708*10^-8 cm");
lambda=0.708*(10^-10);//Wavelength
h=6.625*(10^-34);// Plank's constant
c=3*10^8 //speed of light
E=(h*c)/lambda;
printf('The photon energy corresponding to given wavelength is %fd J\n',E)
Evv=E/(1.6*(10^-19));
printf('Energy in the units of ev is %fd eV \n',Evv)
|
7c2c3f6f796bf13b92a162ad022bb57e02a3bb7b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/174/CH5/EX5.3/example5_3.sce
|
6798b11c8ef1ab8670d3c4658c6ec67341a4955b
|
[] |
no_license
|
FOSSEE/Scilab-TBC-Uploads
|
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
|
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
|
refs/heads/master
| 2020-04-09T02:43:26.499817
| 2018-02-03T05:31:52
| 2018-02-03T05:31:52
| 37,975,407
| 3
| 12
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 1,405
|
sce
|
example5_3.sce
|
// To find the unknown impedence
// Modern Electronic Instrumentation And Measurement Techniques
// By Albert D. Helfrick, William D. Cooper
// First Edition Second Impression, 2009
// Dorling Kindersly Pvt. Ltd. India
// Example 5-3 in Page 111
clear; clc; close;
// Given data
// The given polar forms in textbook is represented in rect form
Z_1 = 17.36482 +%i *98.48078;
Z_2 = 250;
Z_3 = 346.4102 +%i *200;
//Calculations
//The first condition for bridge balance is Z_1*Z_4 = Z_2*Z_3
mod_Z_4 = (abs(Z_2) *abs(Z_3)/abs(Z_1));
//The second condition for bridge balance requires that sum of the phase angles of opposite arms be equal
theta_Z_4 = (atan(imag(Z_2),real(Z_2)) +atan(imag(Z_3),real(Z_3)) -atan(imag(Z_1),real(Z_1)))*180/%pi;
printf("The impedence of the unknown arm = %d ohm /_ %d deg\n",mod_Z_4,theta_Z_4);
printf("Here the magnitude of impedence is 1000 and phase angle is 50 in degrees\n");
printf("The above value indicates that we are dealing with a capacitive element, possibly consisting of a series combination of a resistor and capacitance");
//Result
// The impedence of the unknown arm = 1000 ohm /_ -50 deg
// Here the magnitude of impedence is 1000 and phase angle is 50 in degrees
// The above value indicates that we are dealing with a capacitive element, possibly consisting of a series combination of a resistor and capacitance
|
0f2e2aecf278e8cbf4ad2ee70bc3ea359dd3d093
|
f04d3d47f893de08cd99a31b4870112915b80d5b
|
/Datasets/segment/data7.tst
|
480f3b2aab4336b1e4c4dcbfb48c51a9b2c1c9ce
|
[] |
no_license
|
MesumRaza/MyWorkInPython
|
f5364b8514943e44c7200123653da9f4551251b1
|
bd8c9b3ca2fb02ae6d2b626054fa3cd32c28b330
|
refs/heads/master
| 2021-08-19T21:46:41.412995
| 2017-11-27T13:37:52
| 2017-11-27T13:37:52
| 111,728,604
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 37,295
|
tst
|
data7.tst
|
0.537549 0.745833 0 0 0 0.0703422 0.000749072 0.0509317 0.00101348 0.421379 0.389789 0.500736 0.367108 0.481343 0.611765 0.163188 0.500736 0.308799 0.167973class5
0.181818 0.85 0 0 0 0.106464 0.00179961 0.0757764 0.00173664 0.119804 0.105348 0.103829 0.150429 0.695896 0.0835294 0.796964 0.142121 0.341766 0.891485class6
0.470356 0.520833 0 0 0 0.0209125 0.000422014 0.0223602 0.000320591 0.0436354 0.0567261 0.0478645 0.0265004 0.910448 0.162353 0.451613 0.0530191 0.529541 0.355832class0
0.280632 0.75 0 0.333333 0 0.0437262 0.000511645 0.0695652 0.00332346 0.105861 0.0883306 0.0986745 0.130164 0.679104 0.122353 0.751423 0.122975 0.35037 0.938363class6
0.407115 0.533333 0 0 0 0.0114068 0.00052071 0.00745341 0.000372493 0.00464756 0 0.011782 0.00155884 0.800373 0.167059 0.555977 0.011782 1 0.149991class2
0.0237154 0.429167 0 0 0 0.039924 0.000795477 0.047205 0.000919027 0.101214 0.117504 0.113402 0.0724864 0.914179 0.214118 0.364326 0.115611 0.408644 0.313066class0
0.735178 0.704167 0 0 0 0.138783 0.00300945 0.0745341 0.00230625 0.432739 0.400324 0.513991 0.377241 0.472015 0.623529 0.1537 0.513991 0.306906 0.167879class5
0.916996 0.833333 0 0.333333 0 0.0912548 0.00613974 0.0372671 0.0012503 0.107668 0.0907618 0.100884 0.130943 0.682836 0.124706 0.743833 0.123711 0.335421 0.939981class6
0.470356 0.2625 0 0 0 0.0114069 8.96313e-05 0.0111801 5.61036e-05 0.710044 0.649919 0.816642 0.653936 0.192164 0.810588 0.136622 0.816642 0.276784 0.138269class1
0.284585 0.6375 0 0 0 0.0323194 0.000578927 0.042236 0.000755261 0.161374 0.158833 0.126657 0.200312 0.764925 0.00352942 0.855787 0.189249 0.330345 0.812952class6
0.407115 0.5125 0 0 0 0.0171103 0.000184099 0.0186335 0.000201169 0.0123935 0.000810372 0.0257732 0.00935308 0.75 0.198824 0.555977 0.0257732 0.977778 0.104365class2
0.592885 0.429167 0 0 0 0.0209125 0.000197935 0.0223602 0.000384709 0.0433772 0.0551053 0.0493373 0.025721 0.901119 0.170588 0.447818 0.0522828 0.537919 0.341362class0
0.869565 0.595833 0 0.333333 0.5 0.144487 0.00276362 0.0285714 0.000430126 0.0451846 0.0316045 0.0714286 0.0303975 0.725746 0.268235 0.468691 0.0714286 0.6248 0.160525class4
0.87747 0.725 0 0 0 0.0171103 0.000352522 0.0534161 0.00150092 0.0903692 0.0842788 0.0648012 0.123149 0.76306 0.0305882 0.814042 0.116348 0.445418 0.81976class6
0.833992 0.154167 0 0 0 0.0190114 0.000253955 0.0124223 5.34318e-05 0.853085 0.818476 0.915317 0.819174 0.322761 0.631765 0.29222 0.915317 0.187362 0.128524class1
0.58498 0.633333 0 0 0 0.0893536 0.0122533 0.313043 0.035265 0.290473 0.258509 0.340206 0.268122 0.520522 0.438824 0.402277 0.340206 0.297547 0.110756class5
0.83004 0.8125 0 0 0 0.0323194 0.00113906 0.0484472 0.000793462 0.112058 0.0988655 0.0964654 0.141076 0.70709 0.0835294 0.785579 0.133284 0.32736 0.889181class6
0.0474308 0.258333 0 0 0 0.0475285 0.000735723 0.0583851 0.00225749 0.132972 0.140194 0.159794 0.0974279 0.841418 0.291765 0.313093 0.159794 0.421504 0.255164class0
0.225296 0.425 0 0 0 0.117871 0.00123345 0.0161491 0.000281089 0.145365 0.123177 0.188513 0.120811 0.634328 0.372941 0.392789 0.188513 0.414807 0.154194class4
0.110672 0.279167 0 0 0 0.0228136 0.000705045 0.0583851 0.00167564 0.486186 0.43517 0.586156 0.428683 0.326493 0.725882 0.136622 0.586156 0.325487 0.150862class3
0.209486 0.529167 0 0 0 0.00760456 0.00029877 0.00869565 0.00030189 0.00180738 0 0.00441826 0.000779422 0.820896 0.144706 0.571158 0.00441826 0.333333 0.144836class2
0.0632411 0.308333 0 0.333333 0 0.0304183 0.000726095 0.0248447 0.000519416 0.0123935 0.00324149 0.0228277 0.0101325 0.766791 0.184706 0.56167 0.0228277 0.912963 0.1119class2
0.339921 0.770833 0 0.333333 0 0.0456273 0.000876487 0.0496894 0.00120382 0.429383 0.401135 0.501473 0.379579 0.501866 0.578824 0.195446 0.501473 0.287526 0.167114class5
0.513834 0.3125 0 0 0 0.0475285 0.00122869 0.0372671 0.00185943 0.169378 0.171799 0.207658 0.126267 0.796642 0.355294 0.256167 0.207658 0.424597 0.233912class0
0.952569 0.716667 0 0 0 0.0513308 0.000944722 0.0484472 0.00129706 0.107152 0.0923825 0.0824742 0.147311 0.697761 0.0388235 0.867173 0.139175 0.420244 0.859551class6
0.750988 0.45 0 0 0 0.0380228 0.00130467 0.021118 0.000557012 0.277821 0.264182 0.319588 0.246298 0.651119 0.397647 0.335863 0.319588 0.271717 0.174288class3
0.501976 0.683333 0 0 0 0.0741445 0.00424628 0.0608695 0.00312309 0.165763 0.15235 0.14433 0.201091 0.688433 0.0682353 0.829222 0.189985 0.284954 0.891056class6
0.434783 0.933333 0 0 0 0.0551331 0.00131832 0.0608696 0.00184073 0.108959 0.0858995 0.105302 0.13484 0.639925 0.14 0.762808 0.127393 0.388096 0.959422class6
0.822134 0.991667 0 0 0 0.0836502 0.0024051 0.0645963 0.00274639 0.0596437 0.0583468 0.0500736 0.0709275 0.80597 0.1 0.658444 0.0670103 0.309022 0.83295class6
0.391304 0.416667 0 0 0 0.0551331 0.000914985 0.0360248 0.000590421 0.13891 0.144246 0.164948 0.106002 0.826493 0.289412 0.332068 0.164948 0.391701 0.245563class0
0.383399 0.3875 0 0 0 0.0760456 0.00365994 0.0335404 0.000953758 0.13039 0.140194 0.153903 0.0958691 0.860075 0.275294 0.320683 0.153903 0.410009 0.268193class0
0.747036 0.391667 0 0 0 0.0646388 0.00231547 0.0484472 0.00121023 0.318874 0.300648 0.373343 0.278254 0.606343 0.468235 0.267552 0.373343 0.295992 0.175953class3
0.897233 0.429167 0 0 0 0.013308 6.34888e-05 0.0186335 8.81623e-05 0.0410534 0.0510535 0.0493373 0.0226033 0.889925 0.181176 0.442125 0.0493373 0.56746 0.317685class0
0.0355731 0.770833 0 0 0 0.0418251 0.00105578 0.0223602 0.000608278 0.106894 0.102917 0.0758468 0.143414 0.772388 0.0082353 0.840607 0.135493 0.44058 0.811419class6
0.146245 0.395833 0 0 0 0.0760456 0.00253955 0.047205 0.00226551 0.139427 0.145867 0.166421 0.104443 0.833955 0.294118 0.316888 0.166421 0.408155 0.249562class0
0.897233 0.75 0 0 0 0.0494297 0.000625816 0.0521739 0.000860235 0.343145 0.320908 0.401325 0.302416 0.570896 0.491765 0.265655 0.401325 0.289582 0.168494class5
0.391304 0.416667 0 0 0 0.127376 0.0211268 0.0919255 0.0140633 0.0340821 0.0162075 0.0603829 0.0233827 0.699627 0.265882 0.499051 0.0603829 0.864664 0.138954class2
0.873518 0.1125 0 0.333333 0 0.0190114 0.000407058 0.047205 0.000496657 0.791118 0.732577 0.871134 0.761497 0.177239 0.702353 0.326376 0.871134 0.23576 0.11318class1
0.58498 0.7125 0 0.333333 0 0.106464 0.00323558 0.156522 0.00407478 0.277821 0.271475 0.313697 0.245518 0.701493 0.369412 0.330171 0.313697 0.24779 0.197409class5
0.592885 0.529167 0 0 0 0.0152091 7.46926e-05 0.00993788 5.34318e-05 0.0379551 0.0510535 0.0419735 0.0210444 0.912313 0.16 0.45351 0.0463918 0.56746 0.363233class0
0.972332 0.616667 0 0 0 0.0874525 0.00509404 0.351553 0.12187 0.249419 0.222042 0.298233 0.223694 0.565299 0.424706 0.379507 0.301178 0.289218 0.0830711class5
0.612648 0.708333 0 0 0 0.0171103 0.000352522 0.0335404 0.00036465 0.0813323 0.0656402 0.0648012 0.113796 0.699627 0.0717647 0.812144 0.107511 0.445979 0.881504class6
0.422925 0.529167 0 0 0 0.00950571 6.34888e-05 0.0111801 8.81623e-05 0.022205 0.0105348 0.0441826 0.0101325 0.746269 0.242353 0.489564 0.0441826 0.799603 0.160551class4
0.557312 0.0916667 0 0 0 0.0171102 0.000628817 0.0111801 0.000252179 0.770979 0.705835 0.852725 0.745908 0.13806 0.705882 0.360531 0.852725 0.247776 0.106798class1
0.256917 0.375 0 0.333333 0 0.0247149 0.000332382 0.0496894 0.0004702 0.132714 0.143436 0.156112 0.0974279 0.865672 0.275294 0.314991 0.156112 0.410267 0.266355class0
0.743083 0.470833 0 0 0 0.0437262 0.000959802 0.0285715 0.00097513 0.269042 0.26175 0.306333 0.236165 0.697761 0.374118 0.326376 0.306333 0.271474 0.190824class3
0.758893 0.545833 0 0.333333 0 0.013308 6.34888e-05 0.0385093 0.000109535 0.0335657 0.0494327 0.0346097 0.0171473 0.932836 0.144706 0.457306 0.044919 0.646164 0.397715class0
0.561265 0.429167 0 0 0 0.0513308 0.000816425 0.00869565 0.000281089 0.189517 0.167747 0.228277 0.169135 0.623134 0.362353 0.421252 0.228277 0.331888 0.14232class4
0.233202 0.708333 0 0.333333 0 0.0570342 0.00121002 0.0596273 0.00150678 0.136845 0.124797 0.118557 0.167576 0.70709 0.0764706 0.796964 0.158321 0.285691 0.878565class6
0.0948617 0.783333 0 0 0 0.0380228 0.000612479 0.0236025 0.000333949 0.122128 0.095624 0.118557 0.151208 0.61194 0.143529 0.785579 0.142857 0.393002 0.962669class6
0.976285 0.7875 0 0 0 0.0475285 0.000960534 0.0397516 0.000842124 0.321456 0.301459 0.374816 0.28371 0.593284 0.463529 0.288425 0.374816 0.286663 0.168913class5
0.0790514 0.329167 0 0 0 0.0228137 4.48151e-05 0.0173913 0.000406082 0.791118 0.772285 0.851988 0.74357 0.451493 0.610588 0.195446 0.851988 0.179697 0.158874class1
0.411067 0.416667 0 0 0 0.013308 0.000392936 0.0236025 0.000319587 0.419571 0.388169 0.496318 0.367888 0.483209 0.598824 0.182163 0.496318 0.299664 0.165559class3
0.146245 0.7875 0 0 0 0.117871 0.00214343 0.0770186 0.000869151 0.390137 0.357374 0.46539 0.341387 0.483209 0.584706 0.204934 0.46539 0.309826 0.161831class5
0.533597 0.141667 0 0 0 0.0418251 0.0015573 0.0459627 0.00110097 0.369997 0.350891 0.42268 0.332034 0.583955 0.471765 0.28463 0.42268 0.259367 0.167589class3
0.391304 0.6 0 0 0 0.0171103 0.000463305 0.0186335 0.000252179 0.162665 0.145867 0.136966 0.205768 0.666045 0.0470588 0.886148 0.194404 0.31809 0.875252class6
0.450593 0.716667 0 0 0 0.026616 0.000388402 0.0447205 0.00105795 0.126259 0.102107 0.114875 0.161341 0.626866 0.107059 0.829222 0.15243 0.392364 0.927932class6
0.521739 0.475 0 0 0 0.0494296 0.00285326 0.047205 0.000951088 0.461916 0.445705 0.5243 0.410756 0.574627 0.54 0.184061 0.5243 0.259842 0.181473class3
0.00395257 0.975 0 0 0 0.0646388 0.00218103 0.0708075 0.00236436 0.0446682 0.0453809 0.0397644 0.0491037 0.824627 0.118824 0.609108 0.0478645 0.191049 0.805959class6
0.264822 0.2875 0 0 0 0.039924 0.000168058 0.0385094 0.0012316 0.774335 0.750405 0.843888 0.722525 0.421642 0.648235 0.165085 0.843888 0.198052 0.158726class1
0.640316 0.2375 0 0 0 0.0627377 0.00222957 0.0347826 0.000694614 0.395817 0.379254 0.452135 0.35152 0.593284 0.495294 0.237192 0.452135 0.265053 0.17793class3
0.173913 0.479167 0 0 0 0.239544 0.00390243 0.0571429 0.00129631 0.0710044 0.0356564 0.114138 0.0592362 0.567164 0.355294 0.489564 0.114138 0.736431 0.0997768class2
0.703557 0.375 0 0 0 0.0152092 0.000388404 0.0136645 0.000237774 0.940614 0.922204 0.9757 0.919719 0.406716 0.522353 0.383302 0.9757 0.141107 0.120108class1
0.6917 0.504167 0 0 0 0.0171103 0.000123243 0.021118 0.000237772 0.0400207 0.054295 0.0412371 0.0249415 0.919776 0.147059 0.466793 0.0500736 0.529982 0.389171class0
0.304348 0.366667 0 0 0 0.0551331 0.00808548 0.068323 0.010657 0.0289182 0.00810373 0.0596465 0.0163679 0.68097 0.285882 0.485769 0.0596465 0.9109 0.132373class2
0.0316206 0.2875 0 0 0 0.10076 0.0138667 0.372671 0.0515831 0.16473 0.126418 0.209867 0.153546 0.516791 0.387059 0.489564 0.209867 0.514254 0.102853class2
0.0869565 0.183333 0 0 0 0.0760456 0.00370475 0.0397515 0.000566377 0.163439 0.158023 0.206186 0.123149 0.744403 0.375294 0.27704 0.206186 0.43507 0.213713class0
0.802372 0.0583333 0 0 0 0.0209125 0.000332381 0.0186335 0.000344633 0.714433 0.641815 0.832842 0.657833 0.104478 0.868235 0.132827 0.832842 0.299583 0.132754class1
0.486166 0.75 0 0 0 0.119772 0.00276148 0.0732919 0.00201982 0.416473 0.385737 0.495582 0.361652 0.488806 0.609412 0.159393 0.495582 0.313611 0.169339class5
0.786561 0.0833333 0 0 0 0.0722433 0.00123345 0.113043 0.00193204 0.0784921 0.060778 0.10972 0.0623539 0.686567 0.3 0.457306 0.10972 0.500944 0.146429class4
0.0197628 0.858333 0 0 0 0.0722433 0.00513885 0.0881987 0.00902196 0.101472 0.0834684 0.0883652 0.132502 0.677239 0.0929412 0.800759 0.125184 0.39534 0.9079class6
0.304348 0.404167 0 0 0 0.0285171 0.000436952 0.0360248 0.000846894 0.119287 0.138574 0.131811 0.0872954 0.929104 0.22 0.339658 0.132548 0.378839 0.314717class0
0.312253 0.3 0 0.333333 0 0.0570342 0.00179263 0.0335404 0.000408753 0.344694 0.333063 0.388807 0.308652 0.643657 0.424706 0.29981 0.388807 0.249679 0.179725class3
0.889328 0.925 0 0 0 0.095057 0.00132953 0.0397516 0.000790791 0.0815905 0.060778 0.0729013 0.110678 0.664179 0.109412 0.787476 0.104566 0.473944 0.926827class6
0.0671937 0.229167 0 0 0 0.296578 0.00916558 0.24472 0.00381515 0.278079 0.235818 0.328424 0.265004 0.453358 0.438824 0.470588 0.328424 0.350169 0.103002class2
0.806324 0.745833 0 0 0 0.0437262 0.00100648 0.0360248 0.000810642 0.344952 0.32658 0.402062 0.301637 0.597015 0.487059 0.246679 0.402062 0.290788 0.177377class5
0.343874 0.833333 0 0.666667 0 0.0475285 0.000887162 0.0546584 0.0010499 0.0753938 0.0648298 0.05081 0.111458 0.73694 0.0317647 0.83871 0.105302 0.524328 0.83688class6
0.55336 0.2125 0 0 0 0.0646388 0.00213621 0.0757764 0.00459781 0.190808 0.17342 0.249632 0.144973 0.652985 0.458824 0.235294 0.249632 0.450305 0.19403class0
0.664032 0.379167 0 0 0 0.0342205 0.000358524 0.0198758 0.000213726 0.405887 0.389789 0.461708 0.361652 0.593284 0.495294 0.237192 0.461708 0.25976 0.177716class3
0.529644 0.725 0 0.333333 0 0.0760456 0.0028335 0.0509317 0.000930196 0.334366 0.321718 0.379971 0.29774 0.639925 0.429412 0.296015 0.379971 0.259189 0.178301class5
0.0118577 0.820833 0 0.333333 0 0.0798479 0.00177856 0.0546584 0.00122288 0.103021 0.0883306 0.0810015 0.140296 0.699627 0.0505882 0.8463 0.132548 0.429398 0.865719class6
0.936759 0.2 0 0 0 0.0285172 0.000463303 0.0236025 0.000490801 0.848438 0.796596 0.921208 0.819953 0.205224 0.681176 0.332068 0.921208 0.214204 0.114151class1
0.58498 0.220833 0 0 0 0.0513308 0.001154 0.0310559 0.000333949 0.167829 0.165316 0.21134 0.123928 0.76306 0.38 0.250474 0.21134 0.446354 0.22148class0
0.916996 0.595833 0 0 0 0.127376 0.0117155 0.0149068 0.000416768 0.230054 0.183144 0.308542 0.191738 0.436567 0.562353 0.288425 0.308542 0.458785 0.141275class3
0.648221 0.366667 0 0 0 0.0304183 0.000478033 0.0173913 0.000341964 0.651175 0.576175 0.782032 0.583788 0.108209 0.912941 0.056926 0.782032 0.330418 0.140418class1
0.87747 0.745833 0 0 0 0.068441 0.00104142 0.0459627 0.00105813 0.326878 0.306321 0.382916 0.286828 0.587687 0.477647 0.271347 0.382916 0.292226 0.171076class5
0.146245 0.383333 0 0 0 0.0304183 0.00106064 0.0434783 0.00100719 0.405629 0.388979 0.460972 0.362432 0.589552 0.492941 0.244782 0.460972 0.257014 0.1757class3
0.84585 0.466667 0 0 0 0.0114068 0.000134446 0.0149068 3.20588e-05 0.00955332 0 0.0250368 0.00233827 0.764925 0.208235 0.525617 0.0250368 1 0.146779class2
0.225296 0.470833 0 0.333333 0 0.0380228 0.00115027 0.0124224 0.000341964 0.00800413 0.000810372 0.0184094 0.00389712 0.781716 0.183529 0.548387 0.0184094 0.984127 0.144861class2
0.134387 0.504167 0 0 0 0.0171103 7.84275e-05 0.00496894 0.00011755 0.0374387 0.0518639 0.0405007 0.020265 0.921642 0.155294 0.451613 0.0471281 0.593254 0.375344class0
0.743083 0.733333 0 0 0 0.0418251 0.00101208 0.068323 0.00172327 0.338239 0.321718 0.396907 0.291504 0.61194 0.492941 0.222011 0.396907 0.305755 0.184114class5
0.778656 0.725 0 0 0 0.0456274 0.00123954 0.0559006 0.00119498 0.350116 0.331442 0.40648 0.307872 0.593284 0.484706 0.254269 0.40648 0.285554 0.174091class5
0.577075 0.7125 0 0 0 0.0779468 0.00171935 0.0658385 0.00115229 0.303899 0.294165 0.348306 0.265783 0.669776 0.416471 0.286528 0.348306 0.278669 0.188866class5
0.355731 0.0333333 0 0 0 0.0342206 0.000766466 0.0322982 0.000562178 0.883036 0.841977 0.944035 0.856586 0.268657 0.632941 0.345351 0.944035 0.189527 0.116062class1
0.608696 0.0666667 0 0 0 0.0361217 0.000242747 0.0322981 0.000181667 0.958688 0.966775 0.971281 0.936087 0.583955 0.418824 0.370019 0.971281 0.098472 0.150665class1
0.162055 0.216667 0 0.333333 0 0.0513308 0.00110919 0.0434782 0.00177661 0.155951 0.148298 0.196613 0.120031 0.731343 0.363529 0.309298 0.196613 0.422651 0.20654class0
0.225296 0.858333 0 0 0 0.0475285 0.00107172 0.0372671 0.00097372 0.0831397 0.0713128 0.0596465 0.119252 0.725746 0.0388235 0.83871 0.112666 0.486598 0.847928class6
0.486166 0.075 0 0 0 0.0342206 0.000717046 0.0236024 0.000654547 0.89543 0.86953 0.946981 0.86438 0.369403 0.590588 0.311195 0.946981 0.165616 0.129779class1
0.743083 0.554167 0 0 0 0 0 0 0 0 0 0 0 0.833955 0.131765 0.578748 0 0 0.511054class4
0.833992 0.5875 0 0 0 0.171103 0.00770828 0.0534161 0.00235367 0.185128 0.148298 0.249632 0.151988 0.520522 0.484706 0.328273 0.249632 0.46343 0.147473class3
0.869565 0.1625 0 0 0 0.0152091 0.000548878 0.0322981 0.000496659 0.85102 0.801459 0.926362 0.817615 0.220149 0.694118 0.296015 0.926362 0.213809 0.120621class1
0.893281 0.770833 0 0 0 0.0893536 0.00238066 0.0795031 0.00122288 0.328944 0.307131 0.385862 0.289166 0.578358 0.482353 0.273245 0.385862 0.292469 0.168666class5
0.628458 0.4125 0 0 0 0.0285171 0.000696986 0.00993788 0.000196321 0.220501 0.198541 0.260677 0.198753 0.61194 0.376471 0.409867 0.260677 0.307444 0.143861class4
0.770751 0.470833 0 0 0 0.00760456 2.98774e-05 0.0186335 0.000280517 0.0433772 0.0551053 0.0493373 0.025721 0.901119 0.170588 0.447818 0.0530191 0.542108 0.341247class0
0.881423 0.216667 0 0 0 0.0266159 0.000298768 0.0149069 0.000128236 0.83811 0.790924 0.911635 0.804365 0.240672 0.682353 0.294118 0.911635 0.211484 0.122265class1
0.889328 0.5 0 0 0 0 0 0 0 0 0 0 0 0.833955 0.131765 0.578748 0 0 0.511054class4
0.699605 0.529167 0 0 0 0.00380228 0.00017357 0.00124225 9.81607e-05 0.00955332 0.00729336 0.0206186 0 0.815299 0.187059 0.508539 0.0206186 1 0.216423class4
0.920949 0.6375 0 0 0 0.0171103 0.000212874 0.0670807 0.0058027 0.095275 0.0850891 0.0994109 0.100546 0.733209 0.174118 0.612903 0.111929 0.29915 0.993728class6
0.343874 0.704167 0 0 0 0.0513308 0.000944722 0.0857143 0.00208369 0.351407 0.329822 0.413107 0.306313 0.572761 0.510588 0.233397 0.413107 0.300918 0.173832class5
0.683794 0.695833 0 0 0 0.0475285 0.00270761 0.111801 0.00750183 0.136328 0.123987 0.120029 0.165238 0.705224 0.0858824 0.783681 0.156112 0.298962 0.892834class6
0.98419 0.770833 0 0 0 0.0513308 0.00151439 0.0509317 0.00087907 0.333075 0.311183 0.389543 0.293843 0.576493 0.481176 0.27704 0.389543 0.289138 0.167574class5
0.841897 0.283333 0 0 0 0.0437262 0.000870169 0.0298137 0.000384709 0.0338239 0.0145867 0.0611193 0.0233827 0.690299 0.270588 0.500949 0.0611193 0.791667 0.126782class2
0.826087 0.15 0 0 0 0.0171103 0.000212876 0.0149068 0.00035265 0.676995 0.602107 0.80486 0.612627 0.100746 0.904706 0.0777989 0.80486 0.320097 0.137822class1
0.328063 0.166667 0 0 0 0.0608365 0.00164324 0.0596273 0.000641182 0.179447 0.165316 0.232695 0.136399 0.679104 0.429412 0.256167 0.232695 0.446118 0.196611class0
0.608696 0.529167 0 0 0 0.0684411 0.000672228 0.0236024 0.000301891 0.484379 0.465964 0.547128 0.434918 0.552239 0.547059 0.195446 0.547128 0.248998 0.175456class3
0.474308 0.466667 0 0 0 0.0532319 0.00249473 0.0198758 0.000790791 0.0485412 0.0575365 0.0559647 0.0319563 0.880597 0.178824 0.455408 0.0559647 0.475 0.312843class0
0.711462 0.433333 0 0 0 0.00760462 2.98774e-05 0.0322981 0.000886973 0.925639 0.898703 0.963181 0.910366 0.352612 0.530588 0.425047 0.963181 0.152134 0.107224class1
0.181818 0.325 0 0 0 0.0190114 0.00017357 0.0807453 0.0027684 0.0991479 0.0745543 0.146539 0.0724864 0.632463 0.382353 0.379507 0.146539 0.548825 0.15728class4
0.853755 0.433333 0 0 0 0.039924 0.000347321 0.0124223 0.000277845 0.0131681 0.00162074 0.0309278 0.00545596 0.75 0.22 0.521822 0.0309278 0.962963 0.138932class2
0.379447 0.466667 0 0 0 0.013308 1.86736e-05 0.00372672 5.61036e-05 0.00800413 0 0.0228277 0 0.776119 0.204706 0.519924 0.0228277 1 0.159449class2
0.525692 0.179167 0 0 0 0.0209126 0.000652333 0.0273292 0.000723996 0.867028 0.821718 0.936672 0.835542 0.244403 0.670588 0.309298 0.936672 0.202708 0.12012class1
0.557312 0.416667 0 0 0 0.0380228 0.000459223 0.0124223 0.000248328 0.200361 0.179092 0.23785 0.180826 0.623134 0.358824 0.426945 0.23785 0.315484 0.141272class4
0.0395257 0.1625 0 0.333333 0 0.0608365 0.00101208 0.0248447 0.000657016 0.761683 0.684765 0.86377 0.726422 0.0597015 0.801176 0.286528 0.86377 0.2797 0.112841class1
0.853755 0.558333 0 0 0 0.0190114 0.000164324 0.0161491 4.54171e-05 0.0369223 0.0461913 0.0434462 0.0210444 0.886194 0.171765 0.461101 0.0463918 0.564153 0.331597class0
0.280632 0.933333 0 0.333333 0 0.0969582 0.00176261 0.118012 0.00226281 0.105086 0.0875203 0.0994109 0.127825 0.679104 0.129412 0.740038 0.120766 0.347481 0.945194class6
0.972332 0.1625 0 0 0 0.0152091 0.000274439 0.0173913 0.000248328 0.844823 0.796596 0.920471 0.809821 0.231343 0.694118 0.28463 0.920471 0.213538 0.122866class1
0.976285 0.575 0 0 0 0.039924 0.000795477 0.0236025 0.000462185 0.132455 0.105348 0.131075 0.159782 0.604478 0.156471 0.772296 0.150957 0.363717 0.971321class6
0.592885 0.375 0 0 0 0.328897 0.00659138 0.0111801 0.000252179 0.217403 0.198541 0.261414 0.18862 0.634328 0.394118 0.358634 0.261414 0.327288 0.165493class3
0.600791 0.820833 0 0 0 0.0836502 0.00244992 0.0434782 0.00222544 0.11748 0.0948136 0.106038 0.151208 0.639925 0.104706 0.819734 0.142857 0.396909 0.927948class6
0.16996 0.283333 0 0 0 0.0152091 0.00034714 0.0173913 0.000291191 0.751097 0.684765 0.838733 0.720966 0.136194 0.729412 0.324478 0.838733 0.258079 0.111843class1
0.84585 0.325 0 0.666667 0 0.0646388 0.00160024 0.0521739 0.00124474 0.125742 0.105348 0.166421 0.102104 0.652985 0.356471 0.40038 0.166421 0.43138 0.158122class4
0.889328 0.329167 0 0 0 0.026616 0.000625816 0.00869565 0.000180999 0.0500904 0.0372771 0.0802651 0.0303975 0.729478 0.288235 0.432638 0.0802651 0.641018 0.177051class4
0.395257 0.458333 0 0.333333 0 0.0228137 0.000850316 0.0335404 0.00064068 0.0237542 0.00810373 0.0397644 0.0218238 0.718284 0.214118 0.563567 0.0397644 0.843518 0.0881384class2
0.889328 0.6875 0 0 0 0.104563 0.00330297 0.0534161 0.0020707 0.39685 0.367909 0.47349 0.342946 0.507463 0.592941 0.166983 0.47349 0.315862 0.171638class5
0.624506 0.529167 0 0 0 0.00570343 0.000168059 0.00745341 9.6177e-05 0.0185902 0.00810373 0.039028 0.00701481 0.755597 0.234118 0.493359 0.039028 0.826852 0.162232class4
0.952569 0.291667 0 0 0 0.0513308 0.001154 0.0273292 0.000534319 0.266718 0.252026 0.31296 0.231489 0.647388 0.416471 0.309298 0.31296 0.300796 0.177887class3
0.375494 0.770833 0 0 0 0.119772 0.00127104 0.165217 0.00265324 0.442809 0.408428 0.5243 0.388932 0.455224 0.627059 0.165085 0.5243 0.301586 0.16347class5
0.0474308 0.545833 0 0 0 0.013308 6.34888e-05 0.0285714 0.000109535 0.0320165 0.0453809 0.0346097 0.0163679 0.916045 0.151765 0.462998 0.0419735 0.630159 0.380724class0
0.343874 0.25 0 0.333333 0.5 0.0494297 0.000791742 0.100621 0.00409555 0.155693 0.158833 0.189249 0.116913 0.80597 0.329412 0.288425 0.189249 0.416299 0.236259class0
0.549407 0.475 0 0 0 0.0228137 0.000224078 0.0596273 0.00272502 0.027369 0.0113452 0.0515464 0.0171473 0.714552 0.254118 0.502846 0.0515464 0.853199 0.135971class2
0.762846 0.191667 0 0 0 0.0209125 0.00042201 0.026087 0.000280518 0.947844 0.947326 0.969072 0.924396 0.527985 0.457647 0.364326 0.969072 0.111695 0.139194class1
0.264822 0.441667 0 0 0 0.0152091 0.000209139 0.0360248 0.00155219 0.138652 0.150729 0.159794 0.104443 0.873134 0.265882 0.322581 0.159794 0.381277 0.272651class0
0.470356 0.379167 0 0 0 0.026616 0.000164325 0.0149068 0.000128237 0.442551 0.414101 0.511046 0.396726 0.496269 0.564706 0.223909 0.511046 0.26938 0.161354class3
0.636364 0.941667 0 0.333333 0 0.0779468 0.00115297 0.0596273 0.00185001 0.0921766 0.0794165 0.0662739 0.131723 0.716418 0.0294118 0.863378 0.124448 0.472826 0.845199class6
0.15415 0.545833 0 0 0 0.00950571 0.000137219 0.00496894 0.000124165 0.00852053 0.000810372 0.0235641 0 0.777985 0.205882 0.516129 0.0235641 1 0.165868class4
0.529644 0.3875 0 0 0 0.0323194 0.000108306 0.0447205 0.000512945 0.443584 0.424635 0.507364 0.393609 0.561567 0.542353 0.193548 0.507364 0.267219 0.177551class3
0.379447 0.145833 0 0 0 0.0570342 0.00163285 0.0496894 0.00101633 0.434547 0.388169 0.5243 0.383476 0.375 0.664706 0.185958 0.5243 0.326719 0.149727class3
0.486166 0.791667 0 0 0 0.0665399 0.00197615 0.0459627 0.000942545 0.12471 0.102107 0.0986745 0.173811 0.63806 0.0364706 0.931689 0.164212 0.439718 0.876527class6
0.869565 0.416667 0 0 0 0.0209125 0.000242751 0.00869565 0.000173654 0.00929512 0 0.0265096 0 0.766791 0.216471 0.510436 0.0265096 1 0.159449class2
0.695652 0.270833 0 0 0 0.0475285 0.00136807 0.335404 0.00828186 0.207849 0.209076 0.221649 0.191738 0.776119 0.247059 0.451613 0.221649 0.200662 0.191475class3
0.399209 0.8 0 0 0 0.0228137 0.000766465 0.0298137 0.000645176 0.0681642 0.054295 0.0427099 0.10834 0.716418 0.0258824 0.86907 0.102356 0.591826 0.844259class6
0.237154 0.3375 0 0 0 0.0437262 0.00107172 0.0124223 0.000447681 0.12032 0.0940032 0.170839 0.0919719 0.613806 0.402353 0.366224 0.170839 0.499695 0.15652class4
0.256917 0.125 0 0 0 0.0209126 0.000330468 0.00869572 0.000236403 0.764782 0.693679 0.854197 0.737334 0.0988806 0.741176 0.343454 0.854197 0.262046 0.107347class1
0.802372 0.604167 0 0 0 0.0171103 0.000281215 0.0447205 0.000402338 0.165247 0.126418 0.16863 0.198753 0.51306 0.187059 0.815939 0.187776 0.389034 0.992017class6
0.229249 0.316667 0 0 0.5 0.382129 0.0855866 0.295652 0.0505144 0.119287 0.089141 0.155376 0.109899 0.587687 0.332941 0.504744 0.155376 0.652043 0.105109class2
0.426877 0.479167 0 0 0 0.0285171 0.000212874 0.0149068 0.000256472 0.050865 0.0640195 0.0544919 0.0342946 0.908582 0.161176 0.455408 0.0589102 0.450309 0.357667class0
0.442688 0.354167 0 0 0 0.0323194 0.000511644 0.0248447 0.000245786 0.0265944 0.00810373 0.056701 0.0124708 0.697761 0.282353 0.474383 0.056701 0.872222 0.144031class2
0.747036 0.391667 0 0 0 0.0646388 0.00231547 0.0484472 0.00121023 0.318874 0.300648 0.373343 0.278254 0.606343 0.468235 0.267552 0.373343 0.295992 0.175953class3
0.106719 0.420833 0 0 0 0.0247148 0.000422013 0.0124223 0.00011755 0.0413116 0.0518639 0.0478645 0.0241621 0.893657 0.172941 0.451613 0.0500736 0.544092 0.333391class0
0.909091 0.333333 0 0 0 0.0171103 0.000281216 0.0124223 0.000124165 0.041828 0.0332253 0.0648012 0.025721 0.761194 0.251765 0.459203 0.0648012 0.620651 0.186223class4
0.0355731 0.420833 0 0 0 0.0114068 0.000425158 0.0111801 0.000131696 0.00309837 0 0.00810015 0.000779422 0.811567 0.156471 0.56167 0.00810015 0.666667 0.149792class2
0.458498 0.1375 0 0 0 0.0437263 0.000242752 0.0298137 0.000224413 0.738962 0.678282 0.840206 0.68901 0.179104 0.791765 0.180266 0.840206 0.266391 0.132389class1
0.403162 0.475 0 0 0 0.0323194 0.000834671 0.0186335 0.000498594 0.0123935 0.00324149 0.0257732 0.00701481 0.766791 0.198824 0.538899 0.0257732 0.923809 0.135414class2
0.73913 0.7125 0 0 0 0.0551331 0.000749072 0.0931677 0.00153394 0.404338 0.378444 0.480118 0.348402 0.526119 0.590588 0.151803 0.480118 0.314281 0.176707class5
0.762846 0.445833 0 0 0 0.0152091 0.000119508 0.0099379 0.00011755 0.0436354 0.0551053 0.05081 0.0249415 0.899254 0.176471 0.440228 0.0515464 0.543871 0.330383class0
0.189723 0.4375 0 0 0 0.0456274 0.000313709 0.047205 0.000951087 0.020914 0.00648298 0.0397644 0.014809 0.727612 0.227059 0.533207 0.0397644 0.875529 0.122747class2
0.0237154 0.154167 0 0 0 0.0209125 0.000108304 0.0298136 0.000256474 0.807126 0.78363 0.877761 0.753702 0.414179 0.661176 0.151803 0.877761 0.197114 0.160093class1
0.387352 0.604167 0 0 0 0.0703422 0.00266279 0.0559006 0.0037429 0.146398 0.122366 0.193667 0.119252 0.621269 0.392941 0.373814 0.193667 0.431321 0.156935class3
0.304348 0.241667 0 0 0 0.0513308 0.001154 0.0360248 0.00103925 0.169636 0.160454 0.215758 0.129384 0.716418 0.392941 0.27704 0.215758 0.431547 0.206991class0
0.3083 0.154167 0 0 0 0.0361216 0.00100462 0.0223602 0.000256473 0.75213 0.691248 0.85567 0.699922 0.173508 0.805882 0.163188 0.85567 0.265899 0.133823class1
0.237154 0.795833 0 0 0 0.0779467 0.00189442 0.042236 0.000723996 0.429641 0.401135 0.503682 0.37802 0.5 0.588235 0.182163 0.503682 0.293527 0.167986class5
0.375494 0.2875 0 0.333333 0 0.053232 0.00419773 0.0559006 0.00137053 0.181255 0.175041 0.228277 0.137178 0.733209 0.4 0.248577 0.228277 0.432471 0.213304class0
0.217391 0.5375 0 0 0 0.0323194 0.000466829 0.00621118 4.54171e-05 0.0387297 0.0267423 0.0625921 0.0249415 0.738806 0.255294 0.476281 0.0625921 0.639254 0.163163class4
0.15415 0.191667 0 0 0 0.0399239 0.000728686 0.0310559 0.000577398 0.861348 0.818476 0.921208 0.83788 0.26306 0.622353 0.368121 0.921208 0.192488 0.112164class1
0.806324 0.3 0 0 0 0.840304 0.69382 0.186335 0.0874572 0.162406 0.144246 0.189249 0.151208 0.656716 0.298824 0.489564 0.189249 0.504161 0.121349class2
0.731225 0.8625 0 0 0 0.039924 0.000750661 0.026087 0.000472871 0.0955332 0.0777958 0.083947 0.124708 0.68097 0.0988235 0.787476 0.11782 0.401347 0.911058class6
0.300395 0.729167 0 0 0 0.0684411 0.00268893 0.0521739 0.00256473 0.243739 0.226904 0.287923 0.212783 0.639925 0.401176 0.341556 0.287923 0.303377 0.169144class5
0.703557 0.241667 0 0 0 0.0247148 0.000494751 0.021118 0.000535852 0.283501 0.298217 0.295287 0.25643 0.845149 0.255294 0.368121 0.295287 0.17869 0.256086class3
0.395257 0.775 0 0 0 0.121673 0.00760371 0.110559 0.00462987 0.148206 0.127229 0.124448 0.193297 0.641791 0.0529412 0.901328 0.182621 0.394886 0.887624class6
0.960474 0.5125 0 0.333333 0 0.0722434 0.00113818 0.0223603 0.000526784 0.311645 0.270664 0.385862 0.272019 0.451493 0.561176 0.275142 0.385862 0.361284 0.145858class3
0.0158103 0.375 0 0 0 0.0798479 0.00233041 0.0397516 0.000438141 0.117996 0.133712 0.131811 0.0880748 0.904851 0.225882 0.354839 0.134021 0.376852 0.307734class0
0.272727 0.1375 0 0 0.5 0.0836502 0.00211157 0.0521739 0.00154334 0.854635 0.816856 0.907216 0.833983 0.300373 0.585882 0.388994 0.907216 0.181821 0.11072class1
0.695652 0.479167 0 0 0 0.0152091 0.000119509 0.0136646 0.00030189 0.0376969 0.0559157 0.0375552 0.020265 0.947761 0.14 0.449715 0.05081 0.623016 0.408163class0
0.26087 0.0875 0 0 0 0.0323194 0.00107172 0.0397516 0.000945607 0.879938 0.839546 0.942563 0.85113 0.274254 0.64 0.328273 0.942563 0.190625 0.119266class1
0.881423 0.470833 0 0 0 0.108365 0.00962415 0.165217 0.0506347 0.3008 0.286062 0.349043 0.263445 0.636194 0.434118 0.29222 0.349043 0.290982 0.178489class3
0.403162 0.220833 0 0 0 0.0228137 0.000705044 0.0298136 0.000662856 0.758327 0.702593 0.836524 0.727981 0.20709 0.685882 0.322581 0.836524 0.236797 0.115624class1
0.841897 0.625 0 0 0 0.127376 0.000735727 0.257143 0.0136492 0.281952 0.257699 0.329161 0.254871 0.576493 0.424706 0.368121 0.329161 0.298056 0.141898class5
0.806324 0.295833 0 0 0 0.0418251 0.00115786 0.0559006 0.0015638 0.106119 0.0867099 0.143594 0.0849571 0.666045 0.336471 0.419355 0.143594 0.458152 0.158051class4
0.56917 0.633333 0 0 0 0.106464 0.013609 0.417391 0.0196522 0.274981 0.247974 0.316642 0.25643 0.559701 0.396471 0.43074 0.318851 0.281536 0.103892class5
0.027668 0.341667 0 0 0 0.0285171 0.000463305 0.0236025 0.000670085 0.138652 0.110211 0.191458 0.109899 0.593284 0.417647 0.362429 0.191458 0.480246 0.152428class4
0.853755 0.275 0 0 0 0.0532319 0.00276363 0.0372671 0.000384709 0.280403 0.271475 0.319588 0.247077 0.682836 0.385882 0.322581 0.319588 0.269192 0.1867class3
0.213439 0.558333 0 0 0 0.173004 0.00300193 0.0223602 0.00030414 0.186677 0.176661 0.220913 0.159782 0.705224 0.34 0.373814 0.220913 0.315338 0.18626class3
0.932806 0.75 0 0 0 0.0342205 0.000313709 0.0335404 0.000729344 0.0511232 0.0388979 0.0360825 0.0787217 0.733209 0.0717647 0.777989 0.0743741 0.53582 0.867365class6
0.142292 0.741667 0 0 0 0.0475285 0.00149759 0.12795 0.0172291 0.20914 0.197731 0.240795 0.186282 0.688433 0.332941 0.402277 0.240795 0.265248 0.166854class5
0.29249 0.895833 0 0 0 0.0760457 0.000660935 0.0360248 0.000735876 0.116447 0.111831 0.0861561 0.152767 0.764925 0.0141177 0.83871 0.14433 0.404749 0.816988class6
0.0592885 0.4875 0 0 0 0.0171103 7.84275e-05 0.0149068 0.000224414 0.0387297 0.0502431 0.0441826 0.0218238 0.901119 0.167059 0.45351 0.0471281 0.561508 0.345557class0
0.818182 0.954167 0 0.333333 0 0.0361217 0.000870169 0.0546584 0.00361199 0.0986316 0.0794165 0.0861561 0.130164 0.669776 0.0952941 0.804554 0.122975 0.421621 0.912704class6
0.853755 0.2875 0 0 0 0.0190114 0.000588605 0.0621118 0.000519416 0.110509 0.0867099 0.153903 0.0872954 0.634328 0.365882 0.404175 0.153903 0.489982 0.151411class4
0.853755 0.141667 0 0.333333 0 0.0304182 0.00020914 0.0347826 0.000598435 0.847147 0.810373 0.910162 0.814497 0.309702 0.634118 0.301708 0.910162 0.190912 0.126163class1
0.87747 0.2125 0 0 0 0.0114068 0.000300632 0.00993788 0.000361998 0.0449264 0.0299838 0.0758468 0.0265004 0.716418 0.290588 0.442125 0.0758468 0.67037 0.167117class4
0.766798 0.520833 0 0 0 0.039924 0.000526583 0.026087 0.000344635 0.0170411 0.00486224 0.0382916 0.00623539 0.744403 0.237647 0.499051 0.0382916 0.911155 0.153414class4
0.256917 0.125 0 0 0 0.0209126 0.000330468 0.00869572 0.000236403 0.764782 0.693679 0.854197 0.737334 0.0988806 0.741176 0.343454 0.854197 0.262046 0.107347class1
0.284585 0.383333 0 0 0 0.0437262 0.000332383 0.0248447 0.00111138 0.127808 0.140194 0.149485 0.0927514 0.878731 0.265882 0.316888 0.149485 0.410306 0.276457class0
0.264822 0.383333 0 0 0 0.0228137 0.000582603 0.0248447 0.000694614 0.0149755 0.000810372 0.0375552 0.00467654 0.731343 0.243529 0.502846 0.0375552 0.987654 0.14416class2
0.557312 0.0916667 0 0 0 0.0171102 0.000628817 0.0111801 0.000252179 0.770979 0.705835 0.852725 0.745908 0.13806 0.705882 0.360531 0.852725 0.247776 0.106798class1
0.411067 0.241667 0 0 0 0.0855514 0.00154394 0.0409938 0.00106177 0.415182 0.389789 0.485272 0.36477 0.526119 0.565882 0.191651 0.485272 0.289653 0.171458class3
0.667984 0.533333 0 0 0 0.0361217 0.000511645 0.0161491 0.000205712 0.0291763 0.0137763 0.056701 0.014809 0.718284 0.270588 0.472486 0.056701 0.786175 0.153876class4
0.916996 0.220833 0 0 0 0.0342206 0.000806684 0.0173913 0.000149608 0.647044 0.563209 0.786451 0.579111 0.0485074 0.952941 0.0531309 0.786451 0.34921 0.136861class1
0.450593 0.529167 0 0 0 0.0114068 8.96313e-05 0.00745341 0.000128236 0.00542216 0 0.0154639 0 0.794776 0.181176 0.538899 0.0154639 1 0.159449class2
0.889328 0.5 0 0 0 0 0 0 0 0 0 0 0 0.833955 0.131765 0.578748 0 0 0.511054class4
0.561265 0.729167 0 0 0 0.0798479 0.00233837 0.0621118 0.00182272 0.383166 0.358185 0.449926 0.335931 0.539179 0.542353 0.216319 0.449926 0.296251 0.170491class5
0.628458 0.258333 0 0.333333 0 0.0323194 0.000332383 0.0173913 0.0004702 0.410018 0.393841 0.464654 0.367108 0.591418 0.490588 0.246679 0.464654 0.253364 0.175815class3
0.454545 0.720833 0 0 0 0.0760457 0.00213621 0.237267 0.0325213 0.221017 0.209887 0.251841 0.198753 0.686567 0.331765 0.406072 0.25405 0.250721 0.139124class5
0.249012 0.429167 0 0 0 0.176806 0.00637294 0.197516 0.00625291 0.207849 0.133712 0.31296 0.167576 0.255597 0.684706 0.275142 0.31296 0.629245 0.125707class2
0.794466 0.758333 0 0 0 0.0380228 0.000756574 0.0757764 0.00179556 0.290731 0.276337 0.335788 0.25643 0.641791 0.416471 0.314991 0.335788 0.278387 0.176471class5
0.00395257 0.666667 0 0 0 0.0665399 0.00122886 0.0819876 0.00225556 0.319132 0.299028 0.373343 0.280592 0.593284 0.467059 0.282732 0.373343 0.287983 0.169767class5
0.537549 0.3375 0 0 0 0.252852 0.00744153 0.0173913 0.000248328 0.0694552 0.0518639 0.103093 0.0506625 0.690299 0.309412 0.43833 0.103093 0.608437 0.159061class4
0.770751 0.35 0 0 0 0.0589354 0.0011332 0.0298137 0.000912417 0.0531887 0.0494327 0.0714286 0.0374123 0.791045 0.231765 0.461101 0.0714286 0.512566 0.21739class4
0.332016 0.1875 0 0 0 0.0456274 0.00040334 0.0285714 0.00132778 0.184353 0.170178 0.238586 0.140296 0.677239 0.435294 0.248577 0.238586 0.442788 0.198264class0
0.604743 0.741667 0 0 0 0.0532319 0.00105578 0.0322981 0.000620822 0.417764 0.389789 0.496318 0.360873 0.507463 0.607059 0.144213 0.496318 0.312892 0.174296class5
0.893281 0.3875 0 0 0.5 0.0171103 0.000552297 0.0695652 0.00151816 0.136845 0.118314 0.173049 0.116134 0.662313 0.337647 0.421252 0.173049 0.380292 0.153768class4
0.407115 0.420833 0 0 0 0.0209125 0.000253019 0.0236025 0.000513821 0.412342 0.380875 0.486009 0.363991 0.485075 0.582353 0.206831 0.486009 0.293681 0.162123class3
0.454545 0.475 0 0 0 0.0969582 0.000728684 0.0459627 0.000414139 0.424735 0.383306 0.506627 0.377241 0.412313 0.624706 0.212524 0.506627 0.317206 0.150945class3
0.719368 0.279167 0 0 0 0.0361217 0.000332385 0.0173913 0.000919032 0.945004 0.938412 0.974227 0.91894 0.48694 0.495294 0.345351 0.974227 0.124647 0.137433class1
0.173913 0.233333 0 0 0 0.0228137 0.000300631 0.0236024 0.000466649 0.45133 0.416532 0.533137 0.397506 0.449627 0.630588 0.165085 0.533137 0.298145 0.162426class3
0.533597 0.758333 0 0 0 0.0817491 0.00146381 0.0571429 0.00101633 0.423186 0.397083 0.496318 0.370226 0.518657 0.582353 0.172676 0.496318 0.295304 0.172238class5
0.300395 0.725 0 0 0 0.10076 0.00772695 0.13913 0.023168 0.226956 0.213128 0.262887 0.201871 0.666045 0.357647 0.385199 0.262887 0.27036 0.16098class5
0.0474308 0.0166667 0 0.333333 0 0.0418251 0.000893508 0.0273292 0.000739795 0.480764 0.432739 0.575847 0.425565 0.348881 0.701176 0.1537 0.575847 0.316905 0.150899class3
0.664032 0.525 0 0 0 0.0513308 0.000481767 0.18882 0.0361199 0.176607 0.136143 0.242268 0.145752 0.498134 0.488235 0.345351 0.242268 0.502569 0.139532class4
0.367589 0.00833333 0 0 0 0.0361216 0.000511643 0.037267 0.000897652 0.98709 0.983793 0.993373 0.982073 0.496269 0.395294 0.497154 0.993373 0.100091 0.0998732class1
0.411067 0.225 0 0 0 0.0323193 0.000616725 0.0335404 0.000883445 0.857475 0.814425 0.927835 0.823071 0.26306 0.671765 0.288425 0.927835 0.202365 0.124262class1
|
ee77ac915ec4f4ee7c7b26e6021d66f86565b2f5
|
bacd6919260d728f4316702bbe1edf811810bede
|
/legacy/33/console/_viewOut_extrap.sce
|
88f268dc68772f69a535e632447339fd6682dfcd
|
[] |
no_license
|
vopl/sp
|
332d8c2ff536fc5d8772ff2f3fbeca9b50c47641
|
a4313f4d7af47cc3132d7546947d4d668c7e487e
|
refs/heads/master
| 2020-04-16T02:09:36.036424
| 2016-10-05T18:08:30
| 2016-10-05T18:08:30
| 65,293,458
| 0
| 0
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 688
|
sce
|
_viewOut_extrap.sce
|
stacksize('max');
w = 60*24*30;
h = -1;
t = read("P:\finance\spectrumSeparator\nhel.Composite\31\console\out_small_10\out_time", h, w);
t = t/60/60-336200;
e = read("P:\finance\spectrumSeparator\nhel.Composite\31\console\out_small_10\out_extrap", h, w);
o = read("P:\finance\spectrumSeparator\nhel.Composite\31\console\out_small_10\out_original", h, w);
clf;
pos = 34;
plot(t(pos,:),o(pos,:),'k');
bx=[t(pos,1),t(pos,w/2),t(pos,w/2),t(pos,w)];
mn = min(o(pos,:));
mx = max(o(pos,:));
by=[mn,mn,mx,mx];
plot(bx, by,'g');
eo = mean(o(pos,:)) - mean(e(pos,:));
//eo = o(pos,w/2) - e(pos,w/2);
plot(t(pos,:),e(pos,:)+eo,'b');
plot(t(1,:),e(1,:)+eo,'r');
|
7fb2dded1acc479f653da3ba46decf983137d39e
|
63c8bbe209f7a437f8bcc25dc1b7b1e9a100defa
|
/test/0075.tst
|
68ed2114bb475611ace89eb56b1e8e949e0ac8ff
|
[] |
no_license
|
fmeci/nfql-testing
|
e9e7edb03a7222cd4c5f17b9b4d2a8dd58ea547c
|
6b7d465b32fa50468e3694f63c803e3630c5187d
|
refs/heads/master
| 2021-01-11T04:09:48.579127
| 2013-05-02T13:30:17
| 2013-05-02T13:30:17
| 71,239,280
| 0
| 0
| null | 2016-10-18T11:01:57
| 2016-10-18T11:01:55
|
Python
|
UTF-8
|
Scilab
| false
| false
| 251
|
tst
|
0075.tst
|
sPLitTer fnN {}
fIltEr G { }
fiLtEr d {PtP Cy }
dgZ brANCh Z -> z
GROuper K {AGGregAtE g ,JDb ,mAx(v.jSw) as H ,BiTOr(cU.gYrYk) as UB ,MSR.xqC }
UngrOupER CC { }
groUpFiLTER M {}
mErGeR twsl { mODUle Uu { bRAnches ChDH, KM, h } expOrT Z }
|
10854dbc0bfbd533d01e80f1000b5f57401f03bf
|
8217f7986187902617ad1bf89cb789618a90dd0a
|
/browsable_source/2.4.1/Unix-Windows/scilab-2.4.1/macros/elem/asinm.sci
|
e0cbbf52c37763e4b19dcd1510c94f85d2053771
|
[
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] |
permissive
|
clg55/Scilab-Workbench
|
4ebc01d2daea5026ad07fbfc53e16d4b29179502
|
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
|
refs/heads/master
| 2023-05-31T04:06:22.931111
| 2022-09-13T14:41:51
| 2022-09-13T14:41:51
| 258,270,193
| 0
| 1
| null | null | null | null |
UTF-8
|
Scilab
| false
| false
| 194
|
sci
|
asinm.sci
|
function t=asinm(x)
//Matrix wise Sine-inverse of x
// Copyright INRIA
if type(x)<>1 then error(53),end
[m,n]=size(x)
if m<>n then
error(20)
else
t=-%i*logm(%i*x+sqrtm(eye()-x*x))
end
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.