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
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aed7948db0908607d09fedbe861d8c138500463e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3774/CH1/EX1.4/Ex1_4.sce
|
1c82508d3b4f0fc4fe299c8d91d2cfaeca6dab0c
|
[] |
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 | 492 |
sce
|
Ex1_4.sce
|
// exa 1.4 Pg 15
clc;clear;close;
Pmax=50;// kW
Pmin=5;// kW
z=4;// no. of models
//Rn=Pmax/Pmin=fi**(z-1)
fi=(Pmax/Pmin)**(1/(z-1));// common ratio
printf('The models are:')
for i=0:z-1
P1=fi**(i)*Pmin;// kW
printf('\n\t\t\tP%d = %.1f kW',i,P1)
end;
printf('\n for 8 models.')
z=8;// no. of models
//Rn=Pmax/Pmin=fi**(z-1)
fi=(Pmax/Pmin)**(1/(z-1));// common ratio
printf('The models are:')
for i=0:z-1
P1=fi**(i)*Pmin;// kW
printf('\n\t\t\tP%d = %.1f kW',i,P1)
end;
|
3931eaf6294b8d7d3d2d6ffbc11862bc84c4d885
|
328039f23f397ae760ae5fd4027e8f3111bef894
|
/01/reporting.sce
|
1c887fbe607f1530f85b38f6feaa653bfe4f237a
|
[] |
no_license
|
sbednarz/scilab4chemists
|
8107d0766683d24c9cf4ff9a3dff1de48b27e26b
|
4545215f5a6d1d5589c40105b9e9b85a3e579822
|
refs/heads/master
| 2022-04-18T18:11:58.495942 | 2020-04-14T22:45:01 | 2020-04-14T22:45:01 | 255,630,945 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 354 |
sce
|
reporting.sce
|
//1
disp(2+2)
//2
var1 = 1992
disp(var)
//3
disp('a string')
var2 = 1992.45
printf('Value of var1 is %0.2f \n', var2)
printf('Value of var1 is %0.2e \n', var2)
printf('Value of var1 is %0.5f \n', var2)
printf('Value of var1 is %0.5e \n', var2)
printf('Value of var1 is %0.1f \n', var2)
printf('Value of var1 is %0.1e \n', var2)
|
65d6f257eb9396c31f86ab2f74fc8bc48614dd59
|
527c41bcbfe7e4743e0e8897b058eaaf206558c7
|
/Positive_Negative_test/Netezza-Base-HypothesisTesting/FLCrossTab-TD-04.tst
|
454be1f6a5961a7a06a06e2c009dc2a2dadb923e
|
[] |
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 | 2,201 |
tst
|
FLCrossTab-TD-04.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: FLCrossTab-TD-04
--
-- Name(s): FLCrossTab
--
-- Description: Cross tabulation, or cross tab, also called pivot table in Microsoft excel, display the joint distribution of two variables.
--
-- Applications:
--
-- Signature: FLCrossTab(IN TableName VARCHAR(256),
-- IN RowColName VARCHAR(100),
-- IN ColColName VARCHAR(100),
-- IN WhereClause VARCHAR(512),
-- IN GroupBy VARCHAR(256),
-- IN TableOutput byteint,
-- OUT ResultTable VARCHAR(256))
--
-- Parameters: See Documentation
--
-- Return value: VARCHAR(256)
--
-- Last Updated: 08-28-2014
--
-- Author: <zhi.wang@fuzzyl.com>
-- <gandhari.sen@fuzzyl.com> (changed the table name to avoid conflict)
-- BEGIN: TEST SCRIPT
.run file=../PulsarLogOn.sql
-- BEGIN: POSITIVE TEST(s)
-- JIRA TD-220
Drop table tblcrosstab_test;
CREATE MULTISET TABLE tblcrosstab_test
(
TABROWID INTEGER,
TABCOLID INTEGER)
PRIMARY INDEX ( TABROWID );
DELETE FROM tblcrosstab_test
;ins into tblcrosstab_test values( 1 , 1 )
;ins into tblcrosstab_test values( 2 , 1 )
;ins into tblcrosstab_test values( 3 , 1 )
;ins into tblcrosstab_test values( 4 , 1 );
call FLCrossTab('tblcrosstab_test', 'tabrowid', 'tabcolid', NULL, NULL, 0,OutTable);
-- END: POSITIVE TEST(s)
Drop table tblcrosstab_test;
-- END: TEST SCRIPT
|
b99653e65ff54bd09c269c1387a956213549410f
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/551/CH13/EX13.19/19.sce
|
25f36a54312f6b8edd4f8c63deb2f23edd34c2b9
|
[] |
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 | 390 |
sce
|
19.sce
|
clc
r=14; //let clearance volume be unity
y=1.4;
//When the fuel is cut-off at 5%
rho1=5/100*(r-1)+1;
n_diesel1=1-1/y/r^(y-1)*((rho1^y-1)/(rho1-1));
//When the fuel is cut-off at 8%
rho2=8/100*(r-1)+1;
n_diesel2=1-1/y/r^(y-1)*((rho2^y-1)/(rho2-1));
%loss=(n_diesel1-n_diesel2)*100;
disp("percentage loss in efficiency due to delay in fuel cut off =")
disp(%loss)
disp("%")
|
e56151061a3c2eea451673315c39b2a1985a0b35
|
4dd1ada918c84efc7b5e61c85db026077f090922
|
/TP2/inverse.sci
|
f8a20a0395334d5cf675fcc3ddf99c231275c7a2
|
[] |
no_license
|
marius0511/MT09
|
3c2c2fde5a458aa8ca33892c0dff5db8f1735810
|
5178371d205536c939260bc86c1f4908f6869d9b
|
refs/heads/master
| 2021-01-20T17:43:27.417979 | 2014-10-08T12:24:49 | 2014-10-08T12:24:49 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 166 |
sci
|
inverse.sci
|
function[b] = inverse(a)
exec('resolG.sci', -1);
[m n] = size(a);
id = eye(n, n);
b = zeros(n, n);
for i = 1:n
b(:, i) = resolG(a, id(:, i));
end
endfunction
|
f5342770e39bb546ae41f8e375808868b6c55814
|
1db0a7f58e484c067efa384b541cecee64d190ab
|
/macros/latcfilt.sci
|
941aa7eabedbcd25a3870e992b3731ecbeef83df
|
[] |
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 | 2,633 |
sci
|
latcfilt.sci
|
//Author: Parthasarathi Panda
//parthasarathipanda314@gmail.com
//the function is for application on vectors only
function [f,g,zo]=latcfilt(k,x,v,zi,dim)
[nargout,nargin]=argn();
//(k,x)
if nargin==2 then
v=[zeros(length(k)-1,1);1];
zi=zeros(length(k),1);
//(k,x,v)
elseif nargin==3 then
zi=zeros(length(k),1);
//making sure k is not a matrix
[m,n]=size(k);
if m~=1 & n~=1 then
error('k cannot be a matrix');
end
//(k,x,v,zi)
elseif nargin==4
[m,n]=size(k);
if m~=1 & n~=1 then
error('k cannot be a matrix');
end
//(k,x,v,zi,dim)
elseif nargin==5
if dim==2 then
x=x';
end
[m,n]=size(k);
if m~=1 & n~=1 then
error('k cannot be a matrix');
end
else
error('check input format');
end
//making sure they are all real or complex matrices
if type(k)~=1 | type(x)~=1 | type(v)~=1 | type(zi)~=1 then
error('wrong input data type');
end
//sanitising v
[m,n]=size(v);
if m==1 then
v=v';
elseif m~=1 & n~=1
error('v cannot be a matrix');
end
if length(v)~=(length(k)+1) then
error('dimension mis-match between k and v');
end
//sanitising zi
[m,n]=size(zi);
if m==1 then
zi=zi';
elseif m~=1 & n~=1
error('zi cannot be a matrix');
end
if length(zi)~=(length(k)) then
error('dimension mis-match between zi and k');
end
//if k is row vector make it a column vector
[m,n]=size(k);
if m==1 then
k=k';
end
//if x is row vector make it a column vector
[m,n]=size(x);
if m==1 then
x=x';
end
[m,n]=size(x);
[mk,nk]=size(k);
//when x and k are both matrices
if nk>1 & n>1 then
if nk==n then
f=[];g=[];zo=[];
for i=[1:n]
[f1,g1,zo1]=latcfilt1(k(:,i),x(:,i),v,zi);
f=[f,f1];
g=[g,g1];
zo=[zo,zo1];
end
else
error('the number of columns of k and x must match');
end
//k is a vector
elseif nk==1
f=[];g=[];zo=[];
for i=[1:n]
[f1,g1,zo1]=latcfilt1(k,x(:,i),v,zi);
f=[f,f1];
g=[g,g1];
zo=[zo,zo1];
end
//k is a column
elseif n==1
f=[];g=[];zo=[];
for i=[1:nk]
[f1,g1,zo1]=latcfilt1(k(:,i),x,v,zi);
f=[f,f1];
g=[g,g1];
zo=[zo,zo1];
end
end
endfunction
|
6e04d50b85992e361646a772f1de3df2cb10cd34
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1049/CH5/EX5.7/ch5_7.sce
|
3bb02e9c0a1c9a1e8ba02baeec1c98980221ba4c
|
[] |
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 | 154 |
sce
|
ch5_7.sce
|
clear;
clc;
R=1;
L=20*10^-6;
C=40*10^-6;
w_r=sqrt((1/(L*C))-(R/(2*L))^2);
t_1=%pi/w_r; printf("conduction time of thyristor=%.3f us",t_1*10^6);
|
a4415e0ed5cd4d55fea5af3d3abb3c6034f67125
|
d465fcea94a1198464d7f8a912244e8a6dcf41f9
|
/system/kiks_tou.sci
|
6397c89b5b79ea5fda815a2a5047047d4130c833
|
[] |
no_license
|
manasdas17/kiks-scilab
|
4f4064ed7619cad9e2117a6c0040a51056c938ee
|
37dc68914547c9d0f423008d44e973ba296de67b
|
refs/heads/master
| 2021-01-15T14:18:21.918789 | 2009-05-11T05:43:11 | 2009-05-11T05:43:11 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 4,955 |
sci
|
kiks_tou.sci
|
function [res] = kiks_tou(lic)
// Ouput variables initialisation (not found in input variables)
res=[];
// Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
// -----------------------------------------------------
// (c) 2000-2004 Theodor Storm <theodor@tstorm.se>
// http://www.tstorm.se
// -----------------------------------------------------
global("KIKS_GUI_COLOR");
res = makecell([27,1],""," ======================= TERMS OF USE ======================="," * KiKS is donationware and may be used for research, "," teaching, and non-commercial use.",""," * You may not distribute modified or unmodified copies of"," KiKS, not even in electronical form, without the written"," permission of Theodor Storm <theodor@tstorm.se>.",""," * Removing or modifying this message, or the copyright"," notices within the source code, is not permitted.",""," * The author is not responsible for any form of damage"," caused by the use of this software."," ============================================================",""," Maintaining and developing KiKS costs time and money. If"," you find KiKS useful, please support my work by donating"," a sum of your choice to the PayPal account kiks@tstorm.se."," The donations will be used to purchase a Khepera II robot"," and add-on turrets.",""," You can also send donations by mail to:"," Theodor Storm, Djuloegatan 58, 64131 Katrineholm, Sweden."," Thank you!",""," KiKS is (c) 2000-2004 Theodor Storm <theodor@tstorm.se>");
// !! L.20: Matlab function figure not yet converted
// !! L.20: Matlab function figure not yet converted, original calling sequence used
h = figure("Visible","off","Color",KIKS_GUI_COLOR,"PaperUnits","points","Name","KiKS log history","ToolBar","none","CloseRequestFcn","","Resize","off","ResizeFcn","p=get(gcf,''Position''); h=findobj(gcf,''tag'',''tou''); lp=get(h,''position''); lp(3:4)=p(3:4); set(h,''position'',lp);","Menu","none","WindowStyle","modal","NumberTitle","off");
// !! L.21: Matlab function set not yet converted, original calling sequence used
// L.21: Name conflict: function name changed from set to %set
%set(h,"Name","KiKS terms of use");
// !! L.22: Matlab function get not yet converted, original calling sequence used
// L.22: Name conflict: function name changed from get to %get
p = %get(h,"Position");
xs = 470;
ys = 481;
p = mtlb_i(p,1,mtlb_a(mtlb_double(mtlb_e(p,1)),mtlb_s(mtlb_double(mtlb_e(p,3)),xs)/2));
p = mtlb_i(p,2,mtlb_a(mtlb_double(mtlb_e(p,2)),mtlb_s(mtlb_double(mtlb_e(p,4)),ys)/2));
p = mtlb_i(p,3,xs);
p = mtlb_i(p,4,ys);
// !! L.29: Matlab function set not yet converted, original calling sequence used
// L.29: Name conflict: function name changed from set to %set
%set(h,"Position",p);
[rows,tmp] = size(res);
// !! L.46: Matlab function uicontrol not yet converted, original calling sequence used
h1 = uicontrol("Parent",h,"BackgroundColor",[1,1,1],"Enable","on","Units","pixels","FontUnits","points","FontName","Courier New","FontSize",9,"FontWeight","normal","HorizontalAlignment","left","Position",[0,70,xs,ys-70],"Style","listbox","String",res,"value",rows,"Tag","tou");
// !! L.61: Matlab function uicontrol not yet converted, original calling sequence used
h2 = uicontrol("Parent",h,"BackgroundColor",KIKS_GUI_COLOR,"Units","pixels","Callback","delete(gcf);","FontUnits","points","FontName","Courier New","Enable","off","FontSize",9,"FontWeight","normal","HorizontalAlignment","left","Position",[5,5,200,30],"Style","pushbutton","String","I agree, continue","Tag","tou_yes");
// !! L.76: Matlab function uicontrol not yet converted, original calling sequence used
h3 = uicontrol("Parent",h,"BackgroundColor",KIKS_GUI_COLOR,"Units","pixels","Callback","kiks_quit; delete(gcf);","FontUnits","points","FontName","Courier New","Enable","off","FontSize",9,"FontWeight","normal","HorizontalAlignment","left","Position",[xs-205,5,200,30],"Style","pushbutton","String","No way, quit","Tag","tou_no");
// !! L.91: Matlab function uicontrol not yet converted, original calling sequence used
h4 = uicontrol("Parent",h,"BackgroundColor",KIKS_GUI_COLOR,"Units","pixels","Callback","v=get(gco,''Value''); yn=''off''; if(v==1) yn=''on''; end; h=findobj(gcf,''tag'',''tou_no''); set(h,''Enable'',yn); h=findobj(gcf,''tag'',''tou_yes''); set(h,''Enable'',yn);","FontUnits","points","FontName","Courier New","Enable","on","FontSize",9,"FontWeight","normal","HorizontalAlignment","left","Position",[60,40,400,30],"Style","checkbox","String","I have read and understood the terms of use.","Tag","tou_understood");
// !! L.93: Matlab function set not yet converted, original calling sequence used
// L.93: Name conflict: function name changed from set to %set
%set(h,"Visible","on");
// !! L.95: Matlab function uiwait not yet converted, original calling sequence used
uiwait(h);
endfunction
|
b324f2c5e32bc3f8ff6d1e74310305958ba06786
|
ed58f6c9bdf9eb17094d5539044c81165230563f
|
/data/dir-test/002-test-google.tst
|
e13e53f5d079cfbc69e670cde4d0c4f39d562878
|
[
"MIT"
] |
permissive
|
joeatbayes/http-stress-test
|
d10bdb028e5bdc80959f3d1a71a280c23be86f6b
|
f53789928714fbb62de6c9ebf1184a16d9eb4005
|
refs/heads/master
| 2021-07-18T16:23:05.953472 | 2020-06-09T03:21:40 | 2020-06-09T03:21:40 | 176,176,023 | 5 | 4 |
MIT
| 2020-02-07T12:33:05 | 2019-03-18T00:09:11 |
Go
|
UTF-8
|
Scilab
| false | false | 302 |
tst
|
002-test-google.tst
|
{ "id" : "002-google-auto-suggest-for-quant",
"verb" : "GET",
"uri" : "https://www.google.com/complete/search?q=quant&cp=5&client=psy-ab&xssi=t&gs_ri=gws-wiz&hl=en&authuser=0",
"expected" : 200,
"rematch" : "quant.*eum.*physics",
"message" :"Google auto suggest for quant"
}
#END
|
c6d865587eea347e4e9191fa424804df325d594e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1299/CH15/EX15.59/example15_59.sce
|
61ba1a57f63d976dfc275613bbe2b6aefb481052
|
[] |
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 | 358 |
sce
|
example15_59.sce
|
//Example 15.59
// transfer function of signal flow graph
clear;clc;
xdel(winsid());
k1=1;
k2=5;
k3=5;
s=%s;
// From the graph the transfer function is
T=(k3*k1)/(s^3+s^2+(k3*k1)+(k1*k2*s^2)+5)
// substitutins "s=0"in the equation of T
// and differentiating and simplifying the equation
// the following value of T will appear
T1=1/(1+k1)
|
cb0ab09d2884740eb43dcff0395772bb14dc8e23
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2153/CH2/EX2.5/ex_2_5.sce
|
23f8b3772c98d49e3e5c277005c291476aaf7774
|
[] |
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 | 155 |
sce
|
ex_2_5.sce
|
//Example 2.5 : velocity
clc;
clear;
close;
//given data :
n=1;
Z=1;
k=6.56*10^15; // k is constant
fn=k*(Z^2/n^3);
disp(fn,"orbital frequency,fn(Hz) = ")
|
cc7336e4f1366f076a20ed90374b6ef176a60756
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1808/CH3/EX3.34/Chapter3_Exampl34.sce
|
8d219cfdd9fcf694ef45c60e193c7e7450e8d629
|
[] |
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 | 491 |
sce
|
Chapter3_Exampl34.sce
|
clc
clear
//INPUT DATA
t1=300;//temperature in K
t3=1300;//temperature in K
g=1.4;//constant
//CALCULATIONS
Rpm=(t3/t1)^(g/(g-1));//Solution pressure ratio
ng=(1-(t1/t3))*100;//thermal efficiency corresponds to maximum pressure ratio
//OUTPUT
printf('(i)Solution pressure ratio is %3.2f \n (ii)net workdone corresponds to maximum pressure ratio is zero \n (iii)thermal efficiency corresponds to maximum pressure ratio is %3.2f percntage \n (iv)work ratio is zero',Rpm,ng)
|
c27ccfaa1ba461968545b8ef1d733d7846090b0c
|
52bc9d4a4a76ae754ef5ed1e1bfaa3734778e40b
|
/lab3/lab3.sce
|
1733634aa3f8c3b676b3ed9ab9ceb3a27ca92ebf
|
[] |
no_license
|
DavidShagabaev/mathmod-labs
|
4850686841cac662c49350dad6fd1a3e2a02d4a7
|
8832962a354e40b0860e45c440d962727ad53871
|
refs/heads/main
| 2023-08-30T19:20:26.965258 | 2021-11-14T17:02:40 | 2021-11-14T17:02:40 | 427,987,455 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 861 |
sce
|
lab3.sce
|
x0=25000;
y0=39000;
v0=[x0;y0];
c=0.55;
a=0.441;
function p=P(t)
p=sin(2*t)+1;
endfunction
b=0.773;
d=0.664;
function q=Q(t)
q=cos(2*t)+1;
endfunction
c_G=0.299;
a_G=0.399;
function p=P_G(t)
p=sin(2*t)+2;
endfunction
b_G=0.688;
d_G=0.811;
function q=Q_G(t)
q=cos(3*t)+1;
endfunction
t0=0;
dt=0.05;
tmax=1;
t=t0:dt:tmax;
function dy=f_y(t,y)
dy(1)=-a*y(1)-b*y(2)+P(t);
dy(2)=-c*y(1)-d*y(2)+Q(t);
endfunction
y=ode(v0,t0,t,f_y);
function dy=f_y_G(t,y_G)
dy(1)=-a_G*y_G(1)-b_G*y_G(2)+P_G(t);
dy(2)=-c_G*y_G(1)*y_G(2)-d_G*y_G(2)+Q_G(t);
endfunction
y_G=ode(v0,t0,t,f_y_G);
//Graphic
plot2d(t,y(1,:),style=color('blue'));
plot2d(t,y(2,:),style=color('red'));
plot2d(t,y_G(1,:),style=color('green'));
plot2d(t,y_G(2,:),style=color('yellow'));
xtitle('Модель боевых действий','Шаг','Численность армии');
xgrid();
|
7b160a781c5e8ba2585632f49d30637c14196244
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1544/CH4/EX4.7/Ch04Ex7.sce
|
0a401b83151edd915ecb667404934703bf49a077
|
[] |
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,376 |
sce
|
Ch04Ex7.sce
|
// Scilab code Ex4.7: Pg 120 (2008)
clc; clear;
r = 0.04; // Mean radius of torod, m
A = 3e-04; // Csa of toroid, m^2
mew_o = 4*(%pi)*1e-07; // Permeability of free space
mew_r = 150; // Relative permeability of toroid
N = 900; // Number of turns on coil
I = 1.5; // Coil current, A
l = 2*(%pi)*r; // Effective length of toroid, m
// Part (a)
// Since m.m.f is the product of the current and the number of turns, therefore, we have
F = N*I; // Magnetomotive force, At
printf("\nThe m.m.f of toroid = %4d At", F);
// Part (b)
// Since magnetic field strength is defined as the mmf per metre length of the magnetic circuit, therefore, we have
H = F/l; // Magnetic field strength, At/m
printf("\nThe magntic field strength = %6.1f At/m", H);
// Part (c)
B = (mew_r*mew_o*H); // Flux density, T
phi = B*A; // Flux, Wb
printf("\nThe flux and flux density are %6.2f micro-weber and %6.4f T respectively", phi/1e-06, B)
// Result
// The m.m.f of toroid = 1350 At
// The magntic field strength = 5371.5 At/m
// The flux and flux density are 303.75 micro-weber and 1.0125 T respectively
|
07cfbcb98b3d84482b3b7b6f64b43aed3472cd4d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2066/CH5/EX5.7/5_7.sce
|
850a9a6e4dc6a8714e1a8b2715b399d4337ae080
|
[] |
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 | 272 |
sce
|
5_7.sce
|
clc
clear
//Initialization of variables
muw=2.04e-5 //lb-sec/ft^2
rhow=1.94 //slugs/ft^3
mua=3.74e-7 //lb-sec/ft^2
rhoa=0.00237 //slug/ft^3
Qw=200 //gal/min
Lr=5
//calculations
Qa=Qw*Lr *(rhow/rhoa)*(mua/muw)
//results
printf("Flow in model = %d gal/min",Qa)
|
1dc1b3fdae39db949d9899052015ba43fc317ef1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2267/CH12/EX4.12/Ex12_12.sce
|
cce1880ba4c1095baef8900476fb5168c0258494
|
[] |
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 | 392 |
sce
|
Ex12_12.sce
|
//Part B Chapter 4 Example 12
clc;
clear;
close;
n=8;//no. of bolts
d=160;//mm
F=450;//kN
T=20;//kNm
tau_t=120;//N/mm^2(For tensile load)
tau_s=60;//N/mm^2(For shear load)
db1=sqrt(F*1000/n/(%pi/4)/tau_t);//mm
db2=sqrt(T*10^6/(n*tau_s*%pi/4*(d/2)));//mm
db=max(db1,db2);//mm
disp("Suitable bolt diameter is "+string(db)+" mm");
|
de9592e0910bde7362e4035216a5cfc7efb3b1d1
|
1bb72df9a084fe4f8c0ec39f778282eb52750801
|
/test/H02.prev.tst
|
c97c2702ef2f4228c42b88cc22810582b669273d
|
[
"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 | 16,016 |
tst
|
H02.prev.tst
|
norm: (2*x + 1)^2 + (2*x + 2*x^2)^2 - ( - 2*x - 2*x^2 - 1)^2 = 0
test: 0
norm: (2*x + 1)^2 + (2*x + 2*x^2)^2 - (2*x + 2*x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x + 1)^2 + ( - 2*x + 2*x^2)^2 - (2*x - 2*x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x + 1)^2 + ( - 2*x + 2*x^2)^2 - ( - 2*x + 2*x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x - 1)^2 + (2*x + 2*x^2)^2 - ( - 2*x - 2*x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x - 1)^2 + (2*x + 2*x^2)^2 - (2*x + 2*x^2 + 1)^2 = 0
test: 0
norm: (2*x - 1)^2 + ( - 2*x + 2*x^2)^2 - (2*x - 2*x^2 - 1)^2 = 0
test: 0
norm: (2*x - 1)^2 + ( - 2*x + 2*x^2)^2 - ( - 2*x + 2*x^2 + 1)^2 = 0
test: 0
norm: (2*x + 2)^2 + (2*x + x^2)^2 - ( - 2*x - x^2 - 2)^2 = 0
test: 0
norm: (2*x + 2)^2 + (2*x + x^2)^2 - (2*x + x^2 + 2)^2 = 0
test: 0
norm: ( - 2*x + 2)^2 + ( - 2*x + x^2)^2 - (2*x - x^2 - 2)^2 = 0
test: 0
norm: ( - 2*x + 2)^2 + ( - 2*x + x^2)^2 - ( - 2*x + x^2 + 2)^2 = 0
test: 0
norm: ( - 2*x - 2)^2 + (2*x + x^2)^2 - ( - 2*x - x^2 - 2)^2 = 0
test: 0
norm: ( - 2*x - 2)^2 + (2*x + x^2)^2 - (2*x + x^2 + 2)^2 = 0
test: 0
norm: (2*x - 2)^2 + ( - 2*x + x^2)^2 - (2*x - x^2 - 2)^2 = 0
test: 0
norm: (2*x - 2)^2 + ( - 2*x + x^2)^2 - ( - 2*x + x^2 + 2)^2 = 0
test: 0
norm: (2*x)^2 + (x^2 - 1)^2 - ( - x^2 - 1)^2 = 0
test: 0
norm: (2*x)^2 + (x^2 - 1)^2 - ( - x^2 - 1)^2 = 0
test: 0
norm: (2*x)^2 + (x^2 - 1)^2 - (x^2 + 1)^2 = 0
test: 0
norm: (2*x)^2 + (x^2 - 1)^2 - (x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x)^2 + (x^2 - 1)^2 - ( - x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x)^2 + (x^2 - 1)^2 - ( - x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x)^2 + (x^2 - 1)^2 - (x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x)^2 + (x^2 - 1)^2 - (x^2 + 1)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: (3*x^2)^2 + (4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - ( - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: ( - 3*x^2)^2 + ( - 4*x^2)^2 - (5*x^2)^2 = 0
test: 0
norm: (3*x + 3*x^2)^2 + (4*x + 4*x^2)^2 - ( - 5*x - 5*x^2)^2 = 0
test: 0
norm: (3*x + 3*x^2)^2 + (4*x + 4*x^2)^2 - ( - 5*x - 5*x^2)^2 = 0
test: 0
norm: (3*x + 3*x^2)^2 + (4*x + 4*x^2)^2 - (5*x + 5*x^2)^2 = 0
test: 0
norm: (3*x + 3*x^2)^2 + (4*x + 4*x^2)^2 - (5*x + 5*x^2)^2 = 0
test: 0
norm: (3*x - 3*x^2)^2 + (4*x - 4*x^2)^2 - (5*x - 5*x^2)^2 = 0
test: 0
norm: (3*x - 3*x^2)^2 + (4*x - 4*x^2)^2 - (5*x - 5*x^2)^2 = 0
test: 0
norm: (3*x - 3*x^2)^2 + (4*x - 4*x^2)^2 - ( - 5*x + 5*x^2)^2 = 0
test: 0
norm: (3*x - 3*x^2)^2 + (4*x - 4*x^2)^2 - ( - 5*x + 5*x^2)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2)^2 + ( - 4*x + 4*x^2)^2 - (5*x - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2)^2 + ( - 4*x + 4*x^2)^2 - (5*x - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2)^2 + ( - 4*x + 4*x^2)^2 - ( - 5*x + 5*x^2)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2)^2 + ( - 4*x + 4*x^2)^2 - ( - 5*x + 5*x^2)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2)^2 + ( - 4*x - 4*x^2)^2 - ( - 5*x - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2)^2 + ( - 4*x - 4*x^2)^2 - ( - 5*x - 5*x^2)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2)^2 + ( - 4*x - 4*x^2)^2 - (5*x + 5*x^2)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2)^2 + ( - 4*x - 4*x^2)^2 - (5*x + 5*x^2)^2 = 0
test: 0
norm: (4*x + 3*x^2 + 1)^2 + (2*x + 4*x^2)^2 - ( - 4*x - 5*x^2 - 1)^2 = 0
test: 0
norm: (4*x + 3*x^2 + 1)^2 + (2*x + 4*x^2)^2 - (4*x + 5*x^2 + 1)^2 = 0
test: 0
norm: ( - 4*x + 3*x^2 + 1)^2 + ( - 2*x + 4*x^2)^2 - (4*x - 5*x^2 - 1)^2 = 0
test: 0
norm: ( - 4*x + 3*x^2 + 1)^2 + ( - 2*x + 4*x^2)^2 - ( - 4*x + 5*x^2 + 1)^2 = 0
test: 0
norm: (4*x - 3*x^2 - 1)^2 + (2*x - 4*x^2)^2 - (4*x - 5*x^2 - 1)^2 = 0
test: 0
norm: (4*x - 3*x^2 - 1)^2 + (2*x - 4*x^2)^2 - ( - 4*x + 5*x^2 + 1)^2 = 0
test: 0
norm: ( - 4*x - 3*x^2 - 1)^2 + ( - 2*x - 4*x^2)^2 - ( - 4*x - 5*x^2 - 1)^2 = 0
test: 0
norm: ( - 4*x - 3*x^2 - 1)^2 + ( - 2*x - 4*x^2)^2 - (4*x + 5*x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x - 3*x^2 + 1)^2 + (4*x - 4*x^2)^2 - (2*x - 5*x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x - 3*x^2 + 1)^2 + (4*x - 4*x^2)^2 - ( - 2*x + 5*x^2 + 1)^2 = 0
test: 0
norm: (2*x - 3*x^2 + 1)^2 + ( - 4*x - 4*x^2)^2 - ( - 2*x - 5*x^2 - 1)^2 = 0
test: 0
norm: (2*x - 3*x^2 + 1)^2 + ( - 4*x - 4*x^2)^2 - (2*x + 5*x^2 + 1)^2 = 0
test: 0
norm: ( - 2*x + 3*x^2 - 1)^2 + (4*x + 4*x^2)^2 - ( - 2*x - 5*x^2 - 1)^2 = 0
test: 0
norm: ( - 2*x + 3*x^2 - 1)^2 + (4*x + 4*x^2)^2 - (2*x + 5*x^2 + 1)^2 = 0
test: 0
norm: (2*x + 3*x^2 - 1)^2 + ( - 4*x + 4*x^2)^2 - (2*x - 5*x^2 - 1)^2 = 0
test: 0
norm: (2*x + 3*x^2 - 1)^2 + ( - 4*x + 4*x^2)^2 - ( - 2*x + 5*x^2 + 1)^2 = 0
test: 0
norm: (4*x + 2)^2 + (4*x + 4*x^2)^2 - ( - 4*x - 4*x^2 - 2)^2 = 0
test: 0
norm: (4*x + 2)^2 + (4*x + 4*x^2)^2 - (4*x + 4*x^2 + 2)^2 = 0
test: 0
norm: ( - 4*x + 2)^2 + ( - 4*x + 4*x^2)^2 - (4*x - 4*x^2 - 2)^2 = 0
test: 0
norm: ( - 4*x + 2)^2 + ( - 4*x + 4*x^2)^2 - ( - 4*x + 4*x^2 + 2)^2 = 0
test: 0
norm: ( - 4*x - 2)^2 + (4*x + 4*x^2)^2 - ( - 4*x - 4*x^2 - 2)^2 = 0
test: 0
norm: ( - 4*x - 2)^2 + (4*x + 4*x^2)^2 - (4*x + 4*x^2 + 2)^2 = 0
test: 0
norm: (4*x - 2)^2 + ( - 4*x + 4*x^2)^2 - (4*x - 4*x^2 - 2)^2 = 0
test: 0
norm: (4*x - 2)^2 + ( - 4*x + 4*x^2)^2 - ( - 4*x + 4*x^2 + 2)^2 = 0
test: 0
norm: (4*x + 4)^2 + (4*x + 2*x^2)^2 - ( - 4*x - 2*x^2 - 4)^2 = 0
test: 0
norm: (4*x + 4)^2 + (4*x + 2*x^2)^2 - (4*x + 2*x^2 + 4)^2 = 0
test: 0
norm: ( - 4*x + 4)^2 + ( - 4*x + 2*x^2)^2 - (4*x - 2*x^2 - 4)^2 = 0
test: 0
norm: ( - 4*x + 4)^2 + ( - 4*x + 2*x^2)^2 - ( - 4*x + 2*x^2 + 4)^2 = 0
test: 0
norm: ( - 4*x - 4)^2 + (4*x + 2*x^2)^2 - ( - 4*x - 2*x^2 - 4)^2 = 0
test: 0
norm: ( - 4*x - 4)^2 + (4*x + 2*x^2)^2 - (4*x + 2*x^2 + 4)^2 = 0
test: 0
norm: (4*x - 4)^2 + ( - 4*x + 2*x^2)^2 - (4*x - 2*x^2 - 4)^2 = 0
test: 0
norm: (4*x - 4)^2 + ( - 4*x + 2*x^2)^2 - ( - 4*x + 2*x^2 + 4)^2 = 0
test: 0
norm: (4*x)^2 + (4*x^2 - 1)^2 - ( - 4*x^2 - 1)^2 = 0
test: 0
norm: (4*x)^2 + (4*x^2 - 1)^2 - ( - 4*x^2 - 1)^2 = 0
test: 0
norm: (4*x)^2 + (4*x^2 - 1)^2 - (4*x^2 + 1)^2 = 0
test: 0
norm: (4*x)^2 + (4*x^2 - 1)^2 - (4*x^2 + 1)^2 = 0
test: 0
norm: ( - 4*x)^2 + (4*x^2 - 1)^2 - ( - 4*x^2 - 1)^2 = 0
test: 0
norm: ( - 4*x)^2 + (4*x^2 - 1)^2 - ( - 4*x^2 - 1)^2 = 0
test: 0
norm: ( - 4*x)^2 + (4*x^2 - 1)^2 - (4*x^2 + 1)^2 = 0
test: 0
norm: ( - 4*x)^2 + (4*x^2 - 1)^2 - (4*x^2 + 1)^2 = 0
test: 0
norm: (4*x)^2 + (2*x^2 - 2)^2 - ( - 2*x^2 - 2)^2 = 0
test: 0
norm: (4*x)^2 + (2*x^2 - 2)^2 - ( - 2*x^2 - 2)^2 = 0
test: 0
norm: (4*x)^2 + (2*x^2 - 2)^2 - (2*x^2 + 2)^2 = 0
test: 0
norm: (4*x)^2 + (2*x^2 - 2)^2 - (2*x^2 + 2)^2 = 0
test: 0
norm: ( - 4*x)^2 + (2*x^2 - 2)^2 - ( - 2*x^2 - 2)^2 = 0
test: 0
norm: ( - 4*x)^2 + (2*x^2 - 2)^2 - ( - 2*x^2 - 2)^2 = 0
test: 0
norm: ( - 4*x)^2 + (2*x^2 - 2)^2 - (2*x^2 + 2)^2 = 0
test: 0
norm: ( - 4*x)^2 + (2*x^2 - 2)^2 - (2*x^2 + 2)^2 = 0
test: 0
norm: (4*x + 4)^2 + (2*x + x^2 - 3)^2 - ( - 2*x - x^2 - 5)^2 = 0
test: 0
norm: (4*x + 4)^2 + (2*x + x^2 - 3)^2 - (2*x + x^2 + 5)^2 = 0
test: 0
norm: ( - 4*x + 4)^2 + ( - 2*x + x^2 - 3)^2 - (2*x - x^2 - 5)^2 = 0
test: 0
norm: ( - 4*x + 4)^2 + ( - 2*x + x^2 - 3)^2 - ( - 2*x + x^2 + 5)^2 = 0
test: 0
norm: ( - 4*x - 4)^2 + (2*x + x^2 - 3)^2 - ( - 2*x - x^2 - 5)^2 = 0
test: 0
norm: ( - 4*x - 4)^2 + (2*x + x^2 - 3)^2 - (2*x + x^2 + 5)^2 = 0
test: 0
norm: (4*x - 4)^2 + ( - 2*x + x^2 - 3)^2 - (2*x - x^2 - 5)^2 = 0
test: 0
norm: (4*x - 4)^2 + ( - 2*x + x^2 - 3)^2 - ( - 2*x + x^2 + 5)^2 = 0
test: 0
norm: (2*x + 4)^2 + (4*x + x^2 + 3)^2 - ( - 4*x - x^2 - 5)^2 = 0
test: 0
norm: (2*x + 4)^2 + (4*x + x^2 + 3)^2 - (4*x + x^2 + 5)^2 = 0
test: 0
norm: ( - 2*x + 4)^2 + ( - 4*x + x^2 + 3)^2 - (4*x - x^2 - 5)^2 = 0
test: 0
norm: ( - 2*x + 4)^2 + ( - 4*x + x^2 + 3)^2 - ( - 4*x + x^2 + 5)^2 = 0
test: 0
norm: ( - 2*x - 4)^2 + (4*x + x^2 + 3)^2 - ( - 4*x - x^2 - 5)^2 = 0
test: 0
norm: ( - 2*x - 4)^2 + (4*x + x^2 + 3)^2 - (4*x + x^2 + 5)^2 = 0
test: 0
norm: (2*x - 4)^2 + ( - 4*x + x^2 + 3)^2 - (4*x - x^2 - 5)^2 = 0
test: 0
norm: (2*x - 4)^2 + ( - 4*x + x^2 + 3)^2 - ( - 4*x + x^2 + 5)^2 = 0
test: 0
norm: (4*x)^2 + (x^2 - 4)^2 - ( - x^2 - 4)^2 = 0
test: 0
norm: (4*x)^2 + (x^2 - 4)^2 - ( - x^2 - 4)^2 = 0
test: 0
norm: (4*x)^2 + (x^2 - 4)^2 - (x^2 + 4)^2 = 0
test: 0
norm: (4*x)^2 + (x^2 - 4)^2 - (x^2 + 4)^2 = 0
test: 0
norm: ( - 4*x)^2 + (x^2 - 4)^2 - ( - x^2 - 4)^2 = 0
test: 0
norm: ( - 4*x)^2 + (x^2 - 4)^2 - ( - x^2 - 4)^2 = 0
test: 0
norm: ( - 4*x)^2 + (x^2 - 4)^2 - (x^2 + 4)^2 = 0
test: 0
norm: ( - 4*x)^2 + (x^2 - 4)^2 - (x^2 + 4)^2 = 0
test: 0
norm: (3*x^2 + 3)^2 + (4*x^2 + 4)^2 - ( - 5*x^2 - 5)^2 = 0
test: 0
norm: (3*x^2 + 3)^2 + (4*x^2 + 4)^2 - ( - 5*x^2 - 5)^2 = 0
test: 0
norm: (3*x^2 + 3)^2 + (4*x^2 + 4)^2 - (5*x^2 + 5)^2 = 0
test: 0
norm: (3*x^2 + 3)^2 + (4*x^2 + 4)^2 - (5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x^2 + 3)^2 + ( - 4*x^2 + 4)^2 - ( - 5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x^2 + 3)^2 + ( - 4*x^2 + 4)^2 - ( - 5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x^2 + 3)^2 + ( - 4*x^2 + 4)^2 - (5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x^2 + 3)^2 + ( - 4*x^2 + 4)^2 - (5*x^2 - 5)^2 = 0
test: 0
norm: (3*x^2 - 3)^2 + (4*x^2 - 4)^2 - ( - 5*x^2 + 5)^2 = 0
test: 0
norm: (3*x^2 - 3)^2 + (4*x^2 - 4)^2 - ( - 5*x^2 + 5)^2 = 0
test: 0
norm: (3*x^2 - 3)^2 + (4*x^2 - 4)^2 - (5*x^2 - 5)^2 = 0
test: 0
norm: (3*x^2 - 3)^2 + (4*x^2 - 4)^2 - (5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x^2 - 3)^2 + ( - 4*x^2 - 4)^2 - ( - 5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x^2 - 3)^2 + ( - 4*x^2 - 4)^2 - ( - 5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x^2 - 3)^2 + ( - 4*x^2 - 4)^2 - (5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x^2 - 3)^2 + ( - 4*x^2 - 4)^2 - (5*x^2 + 5)^2 = 0
test: 0
norm: (3*x + 3*x^2 + 3)^2 + (4*x + 4*x^2 + 4)^2 - ( - 5*x - 5*x^2 - 5)^2 = 0
test: 0
norm: (3*x + 3*x^2 + 3)^2 + (4*x + 4*x^2 + 4)^2 - (5*x + 5*x^2 + 5)^2 = 0
test: 0
norm: (3*x - 3*x^2 + 3)^2 + (4*x - 4*x^2 + 4)^2 - (5*x - 5*x^2 + 5)^2 = 0
test: 0
norm: (3*x - 3*x^2 + 3)^2 + (4*x - 4*x^2 + 4)^2 - ( - 5*x + 5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2 + 3)^2 + ( - 4*x + 4*x^2 + 4)^2 - (5*x - 5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2 + 3)^2 + ( - 4*x + 4*x^2 + 4)^2 - ( - 5*x + 5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2 + 3)^2 + ( - 4*x - 4*x^2 + 4)^2 - ( - 5*x - 5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2 + 3)^2 + ( - 4*x - 4*x^2 + 4)^2 - (5*x + 5*x^2 - 5)^2 = 0
test: 0
norm: (3*x + 3*x^2 - 3)^2 + (4*x + 4*x^2 - 4)^2 - ( - 5*x - 5*x^2 + 5)^2 = 0
test: 0
norm: (3*x + 3*x^2 - 3)^2 + (4*x + 4*x^2 - 4)^2 - (5*x + 5*x^2 - 5)^2 = 0
test: 0
norm: (3*x - 3*x^2 - 3)^2 + (4*x - 4*x^2 - 4)^2 - (5*x - 5*x^2 - 5)^2 = 0
test: 0
norm: (3*x - 3*x^2 - 3)^2 + (4*x - 4*x^2 - 4)^2 - ( - 5*x + 5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2 - 3)^2 + ( - 4*x + 4*x^2 - 4)^2 - (5*x - 5*x^2 + 5)^2 = 0
test: 0
norm: ( - 3*x + 3*x^2 - 3)^2 + ( - 4*x + 4*x^2 - 4)^2 - ( - 5*x + 5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2 - 3)^2 + ( - 4*x - 4*x^2 - 4)^2 - ( - 5*x - 5*x^2 - 5)^2 = 0
test: 0
norm: ( - 3*x - 3*x^2 - 3)^2 + ( - 4*x - 4*x^2 - 4)^2 - (5*x + 5*x^2 + 5)^2 = 0
test: 0
norm: (6*x + 3)^2 + (6*x + 6*x^2)^2 - ( - 6*x - 6*x^2 - 3)^2 = 0
test: 0
norm: (6*x + 3)^2 + (6*x + 6*x^2)^2 - (6*x + 6*x^2 + 3)^2 = 0
test: 0
norm: ( - 6*x + 3)^2 + ( - 6*x + 6*x^2)^2 - (6*x - 6*x^2 - 3)^2 = 0
test: 0
norm: ( - 6*x + 3)^2 + ( - 6*x + 6*x^2)^2 - ( - 6*x + 6*x^2 + 3)^2 = 0
test: 0
norm: ( - 6*x - 3)^2 + (6*x + 6*x^2)^2 - ( - 6*x - 6*x^2 - 3)^2 = 0
test: 0
norm: ( - 6*x - 3)^2 + (6*x + 6*x^2)^2 - (6*x + 6*x^2 + 3)^2 = 0
test: 0
norm: (6*x - 3)^2 + ( - 6*x + 6*x^2)^2 - (6*x - 6*x^2 - 3)^2 = 0
test: 0
norm: (6*x - 3)^2 + ( - 6*x + 6*x^2)^2 - ( - 6*x + 6*x^2 + 3)^2 = 0
test: 0
norm: (6*x + 6)^2 + (6*x + 3*x^2)^2 - ( - 6*x - 3*x^2 - 6)^2 = 0
test: 0
norm: (6*x + 6)^2 + (6*x + 3*x^2)^2 - (6*x + 3*x^2 + 6)^2 = 0
test: 0
norm: ( - 6*x + 6)^2 + ( - 6*x + 3*x^2)^2 - (6*x - 3*x^2 - 6)^2 = 0
test: 0
norm: ( - 6*x + 6)^2 + ( - 6*x + 3*x^2)^2 - ( - 6*x + 3*x^2 + 6)^2 = 0
test: 0
norm: ( - 6*x - 6)^2 + (6*x + 3*x^2)^2 - ( - 6*x - 3*x^2 - 6)^2 = 0
test: 0
norm: ( - 6*x - 6)^2 + (6*x + 3*x^2)^2 - (6*x + 3*x^2 + 6)^2 = 0
test: 0
norm: (6*x - 6)^2 + ( - 6*x + 3*x^2)^2 - (6*x - 3*x^2 - 6)^2 = 0
test: 0
norm: (6*x - 6)^2 + ( - 6*x + 3*x^2)^2 - ( - 6*x + 3*x^2 + 6)^2 = 0
test: 0
norm: ( - 6*x - 3*x^2)^2 + (2*x - 4*x^2 + 2)^2 - ( - 2*x - 5*x^2 - 2)^2 = 0
test: 0
norm: ( - 6*x - 3*x^2)^2 + (2*x - 4*x^2 + 2)^2 - (2*x + 5*x^2 + 2)^2 = 0
test: 0
norm: (6*x - 3*x^2)^2 + ( - 2*x - 4*x^2 + 2)^2 - (2*x - 5*x^2 - 2)^2 = 0
test: 0
norm: (6*x - 3*x^2)^2 + ( - 2*x - 4*x^2 + 2)^2 - ( - 2*x + 5*x^2 + 2)^2 = 0
test: 0
norm: ( - 6*x + 3*x^2)^2 + (2*x + 4*x^2 - 2)^2 - (2*x - 5*x^2 - 2)^2 = 0
test: 0
norm: ( - 6*x + 3*x^2)^2 + (2*x + 4*x^2 - 2)^2 - ( - 2*x + 5*x^2 + 2)^2 = 0
test: 0
norm: (6*x + 3*x^2)^2 + ( - 2*x + 4*x^2 - 2)^2 - ( - 2*x - 5*x^2 - 2)^2 = 0
test: 0
norm: (6*x + 3*x^2)^2 + ( - 2*x + 4*x^2 - 2)^2 - (2*x + 5*x^2 + 2)^2 = 0
test: 0
norm: (2*x + 3*x^2)^2 + (6*x + 4*x^2 + 2)^2 - ( - 6*x - 5*x^2 - 2)^2 = 0
test: 0
norm: (2*x + 3*x^2)^2 + (6*x + 4*x^2 + 2)^2 - (6*x + 5*x^2 + 2)^2 = 0
test: 0
norm: ( - 2*x + 3*x^2)^2 + ( - 6*x + 4*x^2 + 2)^2 - (6*x - 5*x^2 - 2)^2 = 0
test: 0
norm: ( - 2*x + 3*x^2)^2 + ( - 6*x + 4*x^2 + 2)^2 - ( - 6*x + 5*x^2 + 2)^2 = 0
test: 0
norm: (2*x - 3*x^2)^2 + (6*x - 4*x^2 - 2)^2 - (6*x - 5*x^2 - 2)^2 = 0
test: 0
norm: (2*x - 3*x^2)^2 + (6*x - 4*x^2 - 2)^2 - ( - 6*x + 5*x^2 + 2)^2 = 0
test: 0
norm: ( - 2*x - 3*x^2)^2 + ( - 6*x - 4*x^2 - 2)^2 - ( - 6*x - 5*x^2 - 2)^2 = 0
test: 0
norm: ( - 2*x - 3*x^2)^2 + ( - 6*x - 4*x^2 - 2)^2 - (6*x + 5*x^2 + 2)^2 = 0
test: 0
norm: (6*x)^2 + (3*x^2 - 3)^2 - ( - 3*x^2 - 3)^2 = 0
test: 0
norm: (6*x)^2 + (3*x^2 - 3)^2 - ( - 3*x^2 - 3)^2 = 0
test: 0
norm: (6*x)^2 + (3*x^2 - 3)^2 - (3*x^2 + 3)^2 = 0
test: 0
norm: (6*x)^2 + (3*x^2 - 3)^2 - (3*x^2 + 3)^2 = 0
test: 0
norm: ( - 6*x)^2 + (3*x^2 - 3)^2 - ( - 3*x^2 - 3)^2 = 0
test: 0
norm: ( - 6*x)^2 + (3*x^2 - 3)^2 - ( - 3*x^2 - 3)^2 = 0
test: 0
norm: ( - 6*x)^2 + (3*x^2 - 3)^2 - (3*x^2 + 3)^2 = 0
test: 0
norm: ( - 6*x)^2 + (3*x^2 - 3)^2 - (3*x^2 + 3)^2 = 0
test: 0
norm: (6*x + 3)^2 + (2*x + 2*x^2 - 4)^2 - ( - 2*x - 2*x^2 - 5)^2 = 0
test: 0
norm: (6*x + 3)^2 + (2*x + 2*x^2 - 4)^2 - (2*x + 2*x^2 + 5)^2 = 0
test: 0
norm: ( - 6*x + 3)^2 + ( - 2*x + 2*x^2 - 4)^2 - (2*x - 2*x^2 - 5)^2 = 0
test: 0
norm: ( - 6*x + 3)^2 + ( - 2*x + 2*x^2 - 4)^2 - ( - 2*x + 2*x^2 + 5)^2 = 0
test: 0
norm: ( - 6*x - 3)^2 + (2*x + 2*x^2 - 4)^2 - ( - 2*x - 2*x^2 - 5)^2 = 0
test: 0
norm: ( - 6*x - 3)^2 + (2*x + 2*x^2 - 4)^2 - (2*x + 2*x^2 + 5)^2 = 0
test: 0
norm: (6*x - 3)^2 + ( - 2*x + 2*x^2 - 4)^2 - (2*x - 2*x^2 - 5)^2 = 0
test: 0
norm: (6*x - 3)^2 + ( - 2*x + 2*x^2 - 4)^2 - ( - 2*x + 2*x^2 + 5)^2 = 0
test: 0
norm: (2*x + 3)^2 + (6*x + 2*x^2 + 4)^2 - ( - 6*x - 2*x^2 - 5)^2 = 0
test: 0
norm: (2*x + 3)^2 + (6*x + 2*x^2 + 4)^2 - (6*x + 2*x^2 + 5)^2 = 0
test: 0
norm: ( - 2*x + 3)^2 + ( - 6*x + 2*x^2 + 4)^2 - (6*x - 2*x^2 - 5)^2 = 0
test: 0
norm: ( - 2*x + 3)^2 + ( - 6*x + 2*x^2 + 4)^2 - ( - 6*x + 2*x^2 + 5)^2 = 0
test: 0
norm: ( - 2*x - 3)^2 + (6*x + 2*x^2 + 4)^2 - ( - 6*x - 2*x^2 - 5)^2 = 0
test: 0
norm: ( - 2*x - 3)^2 + (6*x + 2*x^2 + 4)^2 - (6*x + 2*x^2 + 5)^2 = 0
test: 0
norm: (2*x - 3)^2 + ( - 6*x + 2*x^2 + 4)^2 - (6*x - 2*x^2 - 5)^2 = 0
test: 0
norm: (2*x - 3)^2 + ( - 6*x + 2*x^2 + 4)^2 - ( - 6*x + 2*x^2 + 5)^2 = 0
test: 0
|
ec68b0b7267c868341c4185fa9c74716027af6c8
|
e9d5f5cf984c905c31f197577d633705e835780a
|
/GED/linear/scilab/P8_test_sample_size/P8.sci
|
6c1fa1978cbb947aa7579fc5a320b3b85d32ce0c
|
[] |
no_license
|
faiz-hub/dr-ged-benchmarks
|
1ad57a69ed90fe7595c006efdc262d703e22d6c0
|
98b250db9e9f09d42b3413551ce7a346dd99400c
|
refs/heads/master
| 2021-05-18T23:12:18.631904 | 2020-03-30T21:12:16 | 2020-03-30T21:12:16 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 3,977 |
sci
|
P8.sci
|
// Data Reconciliation Benchmark Problems From Lietrature Review
// Author: Edson Cordeiro do Valle
// Contact - edsoncv@{gmail.com}{vrtech.com.br}
// Skype: edson.cv
//Rao, R Ramesh, and Shankar Narasimhan. 1996.
//“Comparison of Techniques for Data Reconciliation of Multicomponent Processes.”
//Industrial & Engineering Chemistry Research 35:1362-1368.
//http://dx.doi.org/10.1021/ie940538b.
//Bibtex Citation
//@article{Rao1996,
//author = {Rao, R Ramesh and Narasimhan, Shankar},
//isbn = {0888-5885},
//journal = {Industrial \& Engineering Chemistry Research},
//month = apr,
//number = {4},
//pages = {1362--1368},
//publisher = {American Chemical Society},
//title = {{Comparison of Techniques for Data Reconciliation of Multicomponent Processes}},
//url = {http://dx.doi.org/10.1021/ie940538b},
//volume = {35},
//year = {1996}
//}
// 12 Streams
// 7 Equipments
function [x_sol, f_sol, status]=P7(xm, sd,xr)
// 1 2 3 4 5 6 7 8 9 10 11
jac = [ 1 -1 -1 0 0 0 0 0 0 0 0
0 1 1 -1 -1 -1 -1 0 0 0 0
0 0 0 0 1 0 0 0 0 -1 -1
0 0 0 1 0 0 0 -1 -1 0 0 ];
// 1 2 3 4 5 6 7 8 9 10 11
// From here on, the problem generation is automatic
// No need to edit below
//The problem size: nc = number of constraints and nv number of variables
[nc,nv] = size(jac);
// index of the non-zero elements of the Jacobian
[i1,i2]=find(jac<>0);
nonz = length(i1);
function f = objfun ( x )
f = sum(((x-xm).^2)./sd);
endfunction
function c = confun(x)
c = jac*x;
endfunction
////////////////////////////////////////////////////////////////////////
// Define gradient and Hessian matrix
function gf = gradf ( x )
gf=2*(x-xm)./sd;
endfunction
function H = hessf ( x )
H = diag(2*ones(nv,1)./sd);
endfunction
function y = dg1(x)
for i = 1: nonz;
y(i)=jac(i1(i),i2(i));
end
endfunction
function H = Hg1(x)
H = zeros(nv,nv);
endfunction
// The Lagrangian
function y = dh(x,lambda,obj_weight)
y = obj_weight * hessf ( x ) + lambda * Hg1(x)
endfunction
// The constraints
function y=dg(x)
y = dg1(x)
endfunction
// The sparsity structure of the constraints
sparse_dg = [i1', i2']
// The sparsity structure of the Lagrangian
// the Hessian for this problem is diagonal
sparse_dh = [ [1:nv]', [1:nv]']
// the variables have lower bounds of 0
lower = zeros(nv,1);
// the variables have upper bounds of 50000
upper = 50000*ones(nv,1);
var_lin_type(1:nv) = 1; // Non-Linear
constr_lin_type (1:nc) = 0; // Non-Linear
// the constraints has lower bound of 0
constr_lhs(1:nc) = 0;
// the constraints has upper bound of 0.
constr_rhs(1:nc) = 0;
params = init_param();
// We use the given Hessian
params = add_param(params,"hessian_approximation","exact");
//params = add_param(params,"derivative_test","first-order");
params = add_param(params,"mu_oracle","probing");
params = add_param(params,"hessian_constant","yes");
params = add_param(params,"jac_d_constant","yes");
params = add_param(params,"jac_c_constant","yes");
//params = add_param(params,"fast_step_computation","yes");
//params = add_param(params,"mu_oracle","probing");
//params = add_param(params,"mehrotra_algorithm","yes");
params = add_param(params,"mu_strategy","monotone");
[x_sol, f_sol, extra] = ipopt(xr, objfun, gradf, confun, dg, sparse_dg, dh, sparse_dh, var_lin_type, constr_lin_type, constr_rhs, constr_lhs, lower, upper, params);
status = extra('status');
x_sol = x_sol';
endfunction
function [jac]=jacP8()
// 1 2 3 4 5 6 7 8 9 10 11
jac = [ 1 -1 -1 0 0 0 0 0 0 0 0
0 1 1 -1 -1 -1 -1 0 0 0 0
0 0 0 0 1 0 0 0 0 -1 -1
0 0 0 1 0 0 0 -1 -1 0 0 ];
// 1 2 3 4 5 6 7 8 9 10 11
endfunction
|
646e621df504369dcb1dbb750f0ccce5abdd2879
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/48/CH1/EX1.4/eg_1_4.sce
|
d2fd429f572471a668192c8f74d42b3019e994a0
|
[] |
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 | 641 |
sce
|
eg_1_4.sce
|
clc;//clears the command window
clear;//clears all the variables
format('v',8);//making the default precision to 8 significant digits
i=1;
dec=0.3125;//given decimal number which should be expressed in base 8
temp=modulo(0.3125,1);//separating decimal part from the given number
while(temp~=0) //storing each decimal digit in vector for convenience
temp=temp*8;
p(i)=floor(temp);
i=i+1;
temp=modulo(temp,1);
end
temp1=0; //flag bit
for j=1:length(p)
//multipliying bits of decimal part with their position values and adding
temp1=temp1+(10^(-1*j)*p(j))
end
disp(temp1);//displays the final output
|
d1dcf03bd9af6b537fa3993a816b263bc1f83a4c
|
a159f59d19e2b03b234e9c2977ba4a932180e648
|
/Software/GreenScilabV0.9/Gl_simulate.sci
|
c830dbafcded676f2b4cc9fbc5190e6674df934b
|
[] |
no_license
|
OpenAgricultureFoundation/openag_sim
|
e052bbcc31b1d7f9b84add066327b479785f8723
|
425e678b55e24b5848d17181d25770175b8c2c3f
|
refs/heads/master
| 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 6,041 |
sci
|
Gl_simulate.sci
|
function []=accessParams(FileName,envFile,outputFile,iteration)
disp(FileName);
//
// __|__ __________ * _*_
// __|__ | _____ / _ *\* |/ \__
// ___|___ | _______ | \\| *| _*_ \
// ____ | | | | || // \__
// |_ __| | / | | GREENLAB:STRUCTUTRAL and FUNCTIONAL PLANT MODEL ||//-* \
// |____| | / \_ | Philippe de Reffye, Yan HongPing, Kang MengZhen | |
// | | |_________ | ---copyright LIAMA, INRIA ,1999-2004 | |
// / \|
//
//mode(0)
set("old_style","off");//use new graphics style
disp("things are going fine:iteration: "+string(iteration));
disp(iteration);
xdel(winsid()); //close all graphics window
//Read parameter file
//if exists('Flag_TCL')//under interface mode
// FileName=FName;
//else //command line mode
// FileName = xgetfile('*.sci', GL_SYS_DIR+'parafiles',title='open parameter file');
// realFile = FileName;
//end
//disp(GL_SYS_DIR);
//disp(SEPARATOR);
//GL_SYS_DIR="C:\Program Files (x86)\scilab-4.1\contrib\GreenScilabV0.9\";
//SEPARATOR="\";
[Filepath,FileID,Fileextension]=fileparts(FileName);//get file ID
[fid, %v] = mopen(FileName, 'r');
if %v then
disp('Parameter file read error.');
abort;
end
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_read.sci');
mclose(fid);
//Load climate data
fun = GL_SYS_DIR+'bin'+SEPARATOR+'env_fun.sci';
[water_sequence, theta_sequence, light_sequence, GC_index] = gl_env(Flag_environment, Flag_sumt, Omega, aux_paras,THETA_BASE, KSUMT, N,envFile);
// organ ID: 1 blade, 2 petiel, 3 internode, 4 female flower, 5 male flower, 6 layer, 7 root
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//% T O P O L O G Y O F P L A N T ---- C O M P U T I N G A U T O M A T O N
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Flag_Gl1=1;
Flag_Gl2=0;
if ~exists('Flag_TCL') then
Flag_C_code = 1;
Flag_Sci_code = 0;
end
if Flag_Gl1==1 then
printf('Determinist Topological computation ...');timer();
if Flag_C_code == 1 then
// c
StateO = Gl_StateOccupy(Tu_O);
[S,Nb_BI,DL,Nb_O] = topo(N,maxp,nr,RingOption,Nu_Ma,st_j,b_o,br_a,re_a,Flag_pruning,Pruning_delay,T_Pr,Nu_I,rs_A,rs_B,rt_a,Nu_O,Tu_O,StateO);
end;
if Flag_Sci_code == 1 then
//scilab
[S,Nb_O,Nb_BI,DL]= gl_topo_phy(N,maxp,Nu_Ma,Nu_I,Nu_O,st_j,b_o,br_a,re_a,rs_A,rs_B,rt_a,T_Pr,Tu_O,Flag_pruning,Pruning_delay,RingOption);
end;
printf(string(timer())+' seconds.\n');
end;
if Flag_Gl2==1 then
printf('Stochastical Topological computation ...');timer();
[sqa,sqb,sqbu,sqc,sel,um,umb,uml]=gl_sample(Tr,N,maxp,Nu_Ma,Nu_I,Nu_O,u,rt_a,st_j,a,b,bu,c);
[S,Nb_O]= gl_topo_phy_stoch(N,maxp,Nu_Ma,Nu_I,Nu_O,st_j,b_o,br_a,re_a,rs_A,rt_a,T_Pr,Tu_O,sqa,sqb,sqbu,sqc,sel,um,umb,uml,Tr,Flag_pruning,Pruning_delay);
[MSim,VSim,MSSim,VSSim]=gl_stat_simu(S,N,maxp,Tr,b,bu,c,Nu_Ma,Nu_I,Nu_O,st_j,rt_a);
[MTh,VTh,MSTh,VSTh]=gl_stat(N,maxp,Nu_I,Nu_O,st_j,Nu_Ma,rt_a,a,c,b,bu);
gl_display(MTh,VTh,MSTh,VSTh,MSim,VSim,MSSim,VSSim,Tr,S); // S takes place of Sd
printf(string(timer())+' seconds.\n');
end;
if Flag_Gl1==1 then
// compute share of biomass and demand
if Flag_hydro == 1 then
printf('Wait, under simulation...');timer();
[MAT_EX,Demand,q_O,q_L,QO,B_S,B_ST,P_H,P_S,I_H,I_S,L_S,Fm_V,Ff_V,R_Struct,Q,QSW,QTW,E] =gl_main(Flag_C_code,Flag_Sci_code,N,maxp,t_exp,Bt_N, Bt_p,S_O, N_SI,kp_SI,Nb_O,Tu_O,...
Nb_BI,Q0,dQ0,DL,coff_L,RingOption,a_aI,a_aP,Th_B,Den_Ff,Den_Fm,Den_I,a_bI,a_bP,r_B,r_P,r_R,Sp,rp,kp,...
QSW,QTW,water_sequence,theta_sequence, light_sequence,Omega, aux_paras, Flag_environment,QSWMAX,QSWMIN,C1,C2,E,Nu_Ma,u,E0, Flag_field);
printf(string(timer())+' seconds.\n');
end; //end if hydro
if Flag_C_code == 1 then
printf('executing using C code\n');
end;
if Flag_Sci_code == 1 then
printf('executing using Scilab code\n');
end;
//if exists('Flag_TCL')
// if Flag_TCL==1
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_topo.sci');
// end
//else
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_topo.sci');
//end
//display environmental data
//exec('gl_disp_env.sci');
//display topological and/or biomass production
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_result.sci');
outputFolder(outputFile,iteration);
exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_curve.sci');
writeTo(outputFile,iteration);
//if exists('Flag_TCL')
// if Flag_TCL==1
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_curve.sci');
// end
//else
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_disp_curve.sci');
//end
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//% G E O M E T R Y O F P L A N T
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//if exists('Flag_TCL') then
//
// if Flag_TCL==1
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_draw_phy.sci');
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_retrieve_structure.sci');
// end
//else
//
// if Flag_geometry==1 then
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_draw_phy.sci');
// exec(GL_SYS_DIR+'bin'+SEPARATOR+'gl_retrieve_structure.sci');
// end
//end
//mclose('all') // close all opened files
end; // temporary Flag_GL1 ==1
disp('Done.')
printf('\n');
if exists('Flag_TCL') then
if Flag_TCL == 0
x_message('simulating finished.');
mdelete(GL_SYS_DIR+'parafiles'+SEPARATOR+'tempfile.sci');
end
end
clear Flag_TCL
endfunction
|
d27dd37ec1814ec3ec7677243477bb68493a9fd7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3630/CH11/EX11.8/Ex11_8.sce
|
7591d6323fbd7a0c44ca6340a3a735f64b9e20cb
|
[] |
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 | 236 |
sce
|
Ex11_8.sce
|
clc;
Vcc=10; //volt
RL=10; //ohm
Icsat=Vcc/(2*RL); //Ampere
Vceoff=Vcc/2; //Volt
disp('mA',Icsat*1000,"Icsat=");//The answers vary due to round off error
disp('V',Vceoff,"Vceoff=");//The answers vary due to round off error
|
2bb9e1fcc10aa4ecfea0beebf2a534fbd37cc051
|
4a1effb7ec08302914dbd9c5e560c61936c1bb99
|
/Project 2/Experiments/Ripper-C/results/Ripper-C.led7digit-10-1tra/result7s0.tst
|
ce975aa23d6ea1855d6cd8d5301a250bb5a548db
|
[] |
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 | 535 |
tst
|
result7s0.tst
|
@relation led7digit
@attribute Led1 real[0.0,1.0]
@attribute Led2 real[0.0,1.0]
@attribute Led3 real[0.0,1.0]
@attribute Led4 real[0.0,1.0]
@attribute Led5 real[0.0,1.0]
@attribute Led6 real[0.0,1.0]
@attribute Led7 real[0.0,1.0]
@attribute number{0,1,2,3,4,5,6,7,8,9}
@inputs Led1,Led2,Led3,Led4,Led5,Led6,Led7
@outputs number
@data
2 2
2 0
5 5
6 6
8 0
9 9
2 2
4 5
6 6
6 0
8 0
1 1
2 2
3 9
4 4
6 6
7 1
7 1
2 2
2 2
4 1
6 6
8 2
9 9
0 0
7 1
2 6
3 2
5 6
8 0
5 6
5 9
8 2
9 9
0 0
1 1
3 2
3 5
3 9
4 5
5 6
7 2
9 9
0 0
1 1
1 1
4 3
5 6
7 1
8 1
|
e8a60f6bf0fb7d92b313b1bd4c7272fff6df8a5e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1040/CH5/EX5.3.b/Chapter5_Ex3_b.sce
|
fe0def3743724621a32e5ac787af661bbda45bae
|
[] |
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,702 |
sce
|
Chapter5_Ex3_b.sce
|
//Harriot P.,2003,Chemical Reactor Design (I-Edition) Marcel Dekker,Inc., USA,pp 436.
//Chapter-5 Ex5.3.b Pg No. 209
//Title:Peak Radial average bed temperature for velocities
//===========================================================================================================
clear
clc
format(16)
//INPUT
k_s= 8*10^(-4);//(cal/sec cm°C)
M_air_avg=29.24;//
Cp_air_mol=7.91;// cal/mol°C;
Cp_air_g=Cp_air_mol/M_air_avg;//cal/g°C
dp=0.4;//Size of the catalyst pellet (cm)
D=3.8;//Diameter of tube (cm)
R_pellet=D/2;//Radius
f_EO=0.7;//Fraction of ethylene forming ethylene oxide
f_CO2_H2O=1-f_EO;//Fraction of ethylene forming CO2 and H2O
rho_p=2.5;//Density of catalyst particle (g/cm3)
P=5;//System Pressure (atm)
T_C=230;//System Temperature (°C)
T=T_C+273;//System Temperature (K)
u_ft=[1.5 3];//Velocity (ft/s)
myu=0.026*(10^(-2));//Viscosity of air (Poise)
M_wt=[28 32 44 28];//Molecular weight
M_fraction=[0.04 0.07 0.06 0.83];
del_H_rxn=[-29.9 -317];//Heat of reaction(kcal/mol)
E=18*1000;//Activation Energy (cal)
R=1.987;//Gas Constant (cal/K.mol)
U=[0.00275 0.00431 ];//Overall heat transfer coefficients calculated in Ex5.3.a
//CALCULATION
minus_delH=f_EO*(-del_H_rxn(1))+f_CO2_H2O*(-del_H_rxn(2));
T_max=T+20;
del_Tc= R*(T_max)^2/E;
T_new=250 +273;
X_E=0.1;
k250_by_k230=exp((E/R)*((1/T)-(1/T_new)));
P_E=P*(1-X_E)*M_fraction(1);
P_O2=P*(1-f_EO*X_E)*M_fraction(2);
P_CO2=P*(1+f_CO2_H2O*X_E)*M_fraction(3);
r=k250_by_k230*((0.076*P_E*P_O2)/(1+2*P_E+15*P_CO2));
Q_dash=r*minus_delH*10^3/3600;
epsilon=0.4;
rho_bed=rho_p*(1-0.4);
A_percm3=4/D;
Q=(Q_dash*rho_bed)
for i=1:2
delta_T(i)=(Q/A_percm3)*(1/U(i));
end
//OUTPUT
//Console Output
mprintf('\nThe Peak Radial average bed temperature for given Velocities' )
mprintf('\n==========================================================')
mprintf('\n u(velocity) delta_T')
mprintf('\n (ft/s) (°C)')
mprintf('\n==========================================================')
for i=1:2
mprintf('\n %0.1f \t \t %0.0f',u_ft(i),delta_T(i))
end
//File Output
fid= mopen('.\Chapter5_Ex3_b_Output.txt','w');
mfprintf(fid,'\nThe Peak Radial average bed temperature for given Velocities' );
mfprintf(fid,'\n==========================================================');
mfprintf(fid,'\n u(velocity) delta_T');
mfprintf(fid,'\n (ft/s) (°C)');
mfprintf(fid,'\n==========================================================');
for i=1:2
mfprintf(fid,'\n %0.1f \t \t %0.0f',u_ft(i),delta_T(i));
end
mclose(fid);
//======================================================END OF PROGRAM========================================
|
67c2712037473dfea2dc836ee4385a631e7677fe
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2465/CH4/EX4.18/Example_18.sce
|
2c66dc8878ca6af51a0cd3f1ef472504f7ee09a2
|
[] |
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 | 341 |
sce
|
Example_18.sce
|
//Chapter-4,Example 18,Page 97
clc();
close();
T1= 300 //temperature in Kelvin
T2= 363 //temperature in Kelvin
P1= 1 //pressure in atm
P2=7 //pressure in atm
Cv=5
R=2 //gas constant
Cp=Cv+R
delta_S= Cp*log(T2/T1)+R*log(P1/P2) //entropy change
printf('the entropy change is %.4f cal/deg ', delta_S)
|
05d68b4b76e87ce543ae71857b19da87aa54982e
|
1db0a7f58e484c067efa384b541cecee64d190ab
|
/macros/freqz.sci
|
dc71b75863f738ad28d5a542cc2a4ca49442cdfc
|
[] |
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 | 2,390 |
sci
|
freqz.sci
|
function [H, W] = freqz(B, varargin)
//This function returns the complex frequency response H of the rational IIR filter whose numerator and denominator coefficients are B and A, respectively.
//Calling Sequence
//[H, W] = freqz(B, A, N, "whole")
//[H, W] = freqz(B)
//[H, W] = freqz(B, A)
//[H, W] = freqz(B, A, N)
//H = freqz(B, A, W)
//[H, W] = freqz(..., FS)
//freqz(...)
//Parameters
//B, A, N: Integer or Vector
//Description
// Return the complex frequency response H of the rational IIR filter whose numerator and denominator coefficients are B and A, respectively.
//
//The response is evaluated at N angular frequencies between 0 and 2*pi.
//
//The output value W is a vector of the frequencies.
//
//If A is omitted, the denominator is assumed to be 1 (this corresponds to a simple FIR filter).
//
//If N is omitted, a value of 512 is assumed. For fastest computation, N should factor into a small number of small primes.
//
//If the fourth argument, "whole", is omitted the response is evaluated at frequencies between 0 and pi.
//
// 'freqz (B, A, W)'
//
//Evaluate the response at the specific frequencies in the vector W. The values for W are measured in radians.
//
// '[...] = freqz (..., FS)'
//
//Return frequencies in Hz instead of radians assuming a sampling rate FS. If you are evaluating the response at specific frequencies W, those frequencies should be requested in Hz rather than radians.
//
// 'freqz (...)'
//
//Plot the magnitude and phase response of H rather than returning them.
//Examples
//H = freqz([1,2,3], [4,3], [1,2,5])
//ans =
// 0.4164716 - 0.5976772i - 0.4107690 - 0.2430335i 0.1761948 + 0.6273032i
funcprot(0);
rhs=argn(2);
lhs=argn(1);
if(rhs<2 | rhs>4) then
error("Wrong number of input arguments.");
end
if (lhs<1 | lhs>2)
error("Wrong number of output arguments.");
end
if (lhs==1) then
select(rhs)
case 1 then
H = callOctave("freqz",B);
case 2 then
H = callOctave("freqz",B, varargin(1));
case 3 then
H = callOctave("freqz",B, varargin(1), varargin(2));
end
elseif (lhs==2) then
select(rhs)
case 1 then
[H, W] = callOctave("freqz",B);
case 2 then
[H, W] = callOctave("freqz",B, varargin(1));
case 3 then
[H, W] = callOctave("freqz",B, varargin(1), varargin(2));
case 4 then
[H, W] = callOctave("freqz", B, varargin(1), varargin(2), varargin(3));
end
end
endfunction
|
3a794b7641a9864c2dd692a2c0ffd2d424e2630d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1271/CH4/EX4.1/example4_1.sce
|
3a93d11ab1d14fa611adbb4bc3b6c8132dc40c4d
|
[] |
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 | 980 |
sce
|
example4_1.sce
|
clc
// Given that
lambda = 5.5e-7 // wavelength of light in meter
c = 3e+8 // speed of light in m/sec
h = 6.63e-34 // Planck constant in j/sec
e = 1.6e-19 // charge on electron in coulomb
k = 8.62e-5 // Boltzmann constant in eV/K
T = 300 // temperature in kelvin
// Sample Problem 1 on page no. 4.24
printf("\n # PROBLEM 1 # \n")
delta_E = (h * c) / (lambda * e) // calculation for energy difference
r = exp(-delta_E / (k * T)) // calculation for ratio of population of upper level to the lower energy level
T_ = (delta_E / (k * 0.693)) // calculation for temperature for the second condition
printf("\n Standard formula used \n delta_E = (h * c) / (lambda * e). \n r = exp(-delta_E / (k * T)). \n T_ = (delta_E / (k * 0.693)). \n")
printf("\n Ratio of population of upper level to the lower energy level = %e. \n Temperature for the second condition = %f K. ",r,T_)
//Answer in the book: 1.3 X 10^-38 and 37800 K
//Answer in the program:1.100524 X 10^-38 and 37836.557301 K"
|
32dad079a9026f9920d9f9713d4424d824fcb7b1
|
f542bc49c4d04b47d19c88e7c89d5db60922e34e
|
/PresentationFiles_Subjects/CONT/JY25NGP/ATWM1_Working_Memory_MRI_JY25NGP/ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce
|
f9fa81e3fda73ee2ee022580483a972980cee373
|
[] |
no_license
|
atwm1/Presentation
|
65c674180f731f050aad33beefffb9ba0caa6688
|
9732a004ca091b184b670c56c55f538ff6600c08
|
refs/heads/master
| 2020-04-15T14:04:41.900640 | 2020-02-14T16:10:11 | 2020-02-14T16:10:11 | 56,771,016 | 0 | 1 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 12,282 |
sce
|
ATWM1_Working_Memory_MRI_Nonsalient_Uncued_Run1.sce
|
# ATWM1 MRI Experiment
scenario = "ATWM1_Working_Memory_MRI_nonsalient_uncued_run1";
scenario_type = fMRI; # Fuer Scanner
#scenario_type = fMRI_emulation; # Zum Testen
#scenario_type = trials;
scan_period = 2000; # TR
pulses_per_scan = 1;
pulse_code = 1;
#pulse_width=6;
default_monitor_sounds = false;
active_buttons = 2;
response_matching = simple_matching;
button_codes = 10, 20;
default_font_size = 28;
default_font = "Arial";
default_background_color = 0 ,0 ,0 ;
#write_codes=true; # for MEG only
begin;
#Picture definitions
box { height = 300; width = 300; color = 0, 0, 0;} frame1;
box { height = 290; width = 290; color = 255, 255, 255;} frame2;
box { height = 30; width = 4; color = 0, 0, 0;} fix1;
box { height = 4; width = 30; color = 0, 0, 0;} fix2;
box { height = 30; width = 4; color = 255, 0, 0;} fix3;
box { height = 4; width = 30; color = 255, 0, 0;} fix4;
box { height = 290; width = 290; color = 128, 128, 128;} background;
TEMPLATE "StimuliDeclaration.tem" {};
trial {
sound sound_incorrect;
time = 0;
duration = 1;
} wrong;
trial {
sound sound_correct;
time = 0;
duration = 1;
} right;
trial {
sound sound_no_response;
time = 0;
duration = 1;
} miss;
# baselinePre (at the beginning of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
}default;
time = 0;
duration = 9400;
mri_pulse = 1;
code = "BaselinePre";
#port_code = 1;
};
TEMPLATE "ATWM1_Working_Memory_MRI.tem" {
trigger_volume_encoding trigger_volume_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4;
6 11 292 292 399 125 9543 2992 12342 fixation_cross gabor_147 gabor_096 gabor_033 gabor_164 gabor_147_alt gabor_096_alt gabor_033 gabor_164 "1_1_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_147_096_033_164_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_078_framed gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_078_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
19 24 292 292 399 125 9543 2992 12342 fixation_cross gabor_113 gabor_001 gabor_129 gabor_067 gabor_113_alt gabor_001 gabor_129 gabor_067_alt "1_2_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_113_001_129_067_target_position_2_3_retrieval_position_2" gabor_circ gabor_001_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_001_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
32 37 292 292 399 125 9543 2992 14342 fixation_cross gabor_072 gabor_155 gabor_097 gabor_126 gabor_072 gabor_155 gabor_097_alt gabor_126_alt "1_3_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_072_155_097_126_target_position_1_2_retrieval_position_2" gabor_circ gabor_155_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_155_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
46 51 292 292 399 125 9543 2992 14342 fixation_cross gabor_007 gabor_179 gabor_131 gabor_160 gabor_007 gabor_179_alt gabor_131_alt gabor_160 "1_4_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_007_179_131_160_target_position_1_4_retrieval_position_1" gabor_007_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
60 66 292 292 399 125 11543 2992 14342 fixation_cross gabor_177 gabor_061 gabor_149 gabor_006 gabor_177 gabor_061_alt gabor_149_alt gabor_006 "1_5_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_177_061_149_006_target_position_1_4_retrieval_position_1" gabor_128_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
75 81 292 292 399 125 11543 2992 12342 fixation_cross gabor_029 gabor_067 gabor_002 gabor_044 gabor_029_alt gabor_067 gabor_002 gabor_044_alt "1_6_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_11601_3000_12400_gabor_patch_orientation_029_067_002_044_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_044_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
89 94 292 292 399 125 9543 2992 14342 fixation_cross gabor_017 gabor_076 gabor_036 gabor_146 gabor_017 gabor_076_alt gabor_036_alt gabor_146 "1_7_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_9601_3000_14400_gabor_patch_orientation_017_076_036_146_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_100_framed blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
103 108 292 292 399 125 9543 2992 12342 fixation_cross gabor_015 gabor_098 gabor_151 gabor_041 gabor_015 gabor_098_alt gabor_151_alt gabor_041 "1_8_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_015_098_151_041_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_041_framed blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
116 121 292 292 399 125 9543 2992 12342 fixation_cross gabor_139 gabor_025 gabor_004 gabor_065 gabor_139 gabor_025 gabor_004_alt gabor_065_alt "1_9_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_9601_3000_12400_gabor_patch_orientation_139_025_004_065_target_position_1_2_retrieval_position_1" gabor_139_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
129 135 292 292 399 125 11543 2992 14342 fixation_cross gabor_087 gabor_032 gabor_002 gabor_153 gabor_087_alt gabor_032 gabor_002 gabor_153_alt "1_10_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_087_032_002_153_target_position_2_3_retrieval_position_2" gabor_circ gabor_032_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
144 149 292 292 399 125 9543 2992 12342 fixation_cross gabor_075 gabor_009 gabor_155 gabor_042 gabor_075 gabor_009 gabor_155_alt gabor_042_alt "1_11_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_UncuedRetriev_300_300_399_9601_3000_12400_gabor_patch_orientation_075_009_155_042_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_042_framed blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_NoChange_UncuedRetriev_retrieval_patch_orientation_042_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
157 163 292 292 399 125 11543 2992 14342 fixation_cross gabor_098 gabor_009 gabor_051 gabor_165 gabor_098 gabor_009_alt gabor_051_alt gabor_165 "1_12_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_098_009_051_165_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_117_framed blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
172 178 292 292 399 125 11543 2992 12342 fixation_cross gabor_018 gabor_068 gabor_048 gabor_108 gabor_018 gabor_068_alt gabor_048_alt gabor_108 "1_13_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_12400_gabor_patch_orientation_018_068_048_108_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_156_framed blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_156_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
186 192 292 292 399 125 11543 2992 14342 fixation_cross gabor_180 gabor_160 gabor_028 gabor_100 gabor_180_alt gabor_160 gabor_028 gabor_100_alt "1_14_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_UncuedRetriev_300_300_399_11601_3000_14400_gabor_patch_orientation_180_160_028_100_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_054_framed blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_UncuedRetriev_retrieval_patch_orientation_054_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
201 207 292 292 399 125 11543 2992 14342 fixation_cross gabor_060 gabor_120 gabor_031 gabor_139 gabor_060_alt gabor_120_alt gabor_031 gabor_139 "1_15_Encoding_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_300_300_399_11601_3000_14400_gabor_patch_orientation_060_120_031_139_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_170_framed gabor_circ blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MRI_P2_LR_Nonsalient_DoChange_CuedRetrieval_retrieval_patch_orientation_170_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69;
};
# baselinePost (at the end of the session)
trial {
picture {
box frame1; x=0; y=0;
box frame2; x=0; y=0;
box background; x=0; y=0;
bitmap fixation_cross_black; x=0; y=0;
};
time = 0;
duration = 20600;
code = "BaselinePost";
#port_code = 2;
};
|
37f5da0be3c8344641b067aea3c1eb48204e4ba0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/23/CH15/EX15.1/Example_15_1.sce
|
547d6a913fd64e6666bdb6b2b58f08b290f2b530
|
[] |
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,791 |
sce
|
Example_15_1.sce
|
clear;
clc;
//To find Approx Value
function[A]=approx(V,n)
A=round(V*10^n)/10^n;//V-Value n-To what place
funcprot(0)
endfunction
function[Q]=MCPS(T0,T,A,B,C,D)
t=T/T0;
Q=(A)+(((B*T0)+(((C*T0*T0)+(D/(t*t*T0*T0)))*(t+1)/2))*((t-1)/log(t)))
funcprot(0);
endfunction
function[Q]=MCPH(T0,T,A,B,C,D)
t=T/T0;
Q=(A+((B/2)*T0*(t+1))+((C/3)*T0*T0*((t^2)+t+1))+(D/(t*T0*T0)))
funcprot(0);
endfunction
//Example 15.1
//Caption : Program to do a Thermodynamic Analysis of Steam Power Plant
State=['Supercooled Liquid','Superheated Vapor','Wet Vapor,x=0.9378','Saturated Liqiud'];
T=[318.98 773.15 318.98 318.98];
P=[8600 8600 10 10];
H=[203.4 3391.6 2436 191.8];
S=[0.6580 6.6858 7.6846 0.6493];
T0=298.15;
T1=460;//[K]
R=8.314;
T_sigma=T0;
//CH4 + 2O2 --> CO2 + 2H2O
dH_CO2=-393509;
dH_H2O=-241818;
dH_CH4=-74520;
dG_CO2=-394359;
dG_H2O=-228572;
dG_CH4=-50460;
dH_298=dH_CO2+(2*dH_H2O)-dH_CH4
dG_298=dG_CO2+(2*dG_H2O)-dG_CH4
dS_298=approx((dH_298-dG_298)/T0,3);
//Moles Entering
ni_O2=2*1.25;
ni_N2=approx(ni_O2*(79/21),3);
ni=ni_O2+ni_N2;
//Moles After Combustion
n_CO2=1;
n_H2O=2;
n_O2=0.5;
n_N2=ni_N2;
n=n_CO2+n_H2O+n_O2+n_N2;
m=[n_CO2 n_H2O n_N2 n_O2];
y_CO2=approx(n_CO2/n,4);
y_H2O=approx(n_H2O/n,4);
y_O2=approx(n_O2/n,4);
y_N2=approx(n_N2/n,4);
y=[y_CO2 y_H2O y_O2 y_N2];
yT=sum(y);
//Step(a)
dH_a=0
dS_a=approx(ni*R*((0.21*log(0.21))+(0.79*log(0.79))),3)//[J/K]
//Step(b)
dH_b=dH_298
dS_b=dS_298//[J/K]
//Step(c)
dH_c=0
dS_c=approx(-n*R*sum(y.*log(y)),3)//[J/K]
//Step(d)
//For CO2
CpH_CO2=approx(R*MCPH(T0,T1,5.457,1.045*(10^-3),0,-1.157*(10^5)),3);
//For H2O
CpH_H2O=approx(R*MCPH(T0,T1,3.470,1.450*(10^-3),0,0.121*(10^5)),3);
//For O2
CpH_O2=approx(R*MCPH(T0,T1,3.639,0.506*(10^-3),0,-0.227*(10^5)),3);
//For N2
CpH_N2=approx(R*MCPH(T0,T1,3.280,0.593*(10^-3),0,0.040*(10^5)),3);
//For CO2
CpS_CO2=approx(R*MCPS(T0,T1,5.457,1.045*(10^-3),0,-1.157*(10^5)),3);
//For H2O
CpS_H2O=approx(R*MCPS(T0,T1,3.470,1.450*(10^-3),0,0.121*(10^5)),3);
//For O2
CpS_O2=approx(R*MCPS(T0,T1,3.639,0.506*(10^-3),0,-0.227*(10^5)),3);
//For N2
CpS_N2=approx(R*MCPS(T0,T1,3.280,0.593*(10^-3),0,0.040*(10^5)),3);
CpH=[CpH_CO2 CpH_H2O CpH_N2 CpH_O2];
CpS=[CpS_CO2 CpS_H2O CpS_N2 CpS_O2];
Comp=['CO2' 'H2O' 'N2' 'O2'];
Ans=[CpH',CpS'];
disp(Ans,' CpH CpS',Comp')
CpHt=approx(sum(m.*CpH),3)//[J/K]
CpSt=approx(sum(m.*CpS),3)//[J/K]
dH_d=approx(CpHt*(T1-T0),0)//[J]
dS_d=approx((CpSt*log(T1/T0)),3)//[J/K]
dH=dH_a+dH_b+dH_c+dH_d//[J]
dS=dS_a+dS_b+dS_c+dS_d//[J/K]
rm=84.75;//[kg/s]
rn_CH4=approx((rm*(H(1)-H(2))*1000)/dH,2)//[mol/s]
rW_ideal=approx(rn_CH4*((dH/1000)-(T0*dS/1000))/1000,2)*1000//[KW]
//(a) Furnace/Boiler
rS_a=approx((rn_CH4*dS/1000)+(rm*(S(2)-S(1))),2)//[kJ/s/K]
rW_a=approx(T_sigma*rS_a/1000,2)*1000//[kW]
//(b) Turbine
rS_b=approx(rm*(S(3)-S(2)),2)//[kW/K]
rW_b=approx(T_sigma*rS_b/1000,2)*1000//[kW]
//(c) Condenser
Q_c=H(4)-H(3);//[kJ/kg]
rQ_c=approx(rm*Q_c/1000,1)*1000//[kJ/s]
rS_c=approx((rm*(S(4)-S(3)))-(rQ_c/T_sigma),2)//[kW/K]
rW_c=approx(T_sigma*rS_c/1000,2)*1000//[kW]
//(d) Pump
rS_d=approx(rm*(S(1)-S(4)),2)//[kW/K]
rW_d=approx(T_sigma*rS_d/1000,2)*1000//[kW]
rS=[rS_a rS_b rS_c rS_d];
pS=approx(rS/sum(rS)*100,1);
T=[sum(rS) sum(pS)];
Process=['Furnace/boiler' 'Turbine' 'Condenser' 'Pump'];
Ans=[rS',pS'];
disp(Ans,' S(kW/K) %',Process')
disp(T)
rW_ideal=80000;
rW=[rW_ideal rW_a rW_b rW_c rW_d]/1000;
pW=approx(rW/sum(rW)*100,1);
T=[sum(rW) sum(pW)];
Process=['Ideal' 'Furnace/boiler' 'Turbine' 'Condenser' 'Pump'];
Ans=[rW',pW'];
disp(Ans,' W(kW/K)*10^-3 %',Process')
disp(T)
eta=pW(1);
disp('%',eta,'Efficiency of the power plant is')
//End
|
c3d3d50794312e3b1ed89a4af93f4ee0bc80bec4
|
ebd6f68d47e192da7f81c528312358cfe8052c8d
|
/swig/Examples/test-suite/scilab/constover_runme.sci
|
5b8935f684da0d55c9a309bb82ae29f2d9638092
|
[
"LicenseRef-scancode-swig",
"GPL-3.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-3.0-only",
"Apache-2.0"
] |
permissive
|
inishchith/DeepSpeech
|
965ad34d69eb4d150ddf996d30d02a1b29c97d25
|
dcb7c716bc794d7690d96ed40179ed1996968a41
|
refs/heads/master
| 2021-01-16T16:16:05.282278 | 2020-05-19T08:00:33 | 2020-05-19T08:00:33 | 243,180,319 | 1 | 0 |
Apache-2.0
| 2020-02-26T05:54:51 | 2020-02-26T05:54:50 | null |
UTF-8
|
Scilab
| false | false | 589 |
sci
|
constover_runme.sci
|
exec("swigtest.start", -1);
p = test("test");
if strcmp(p, "test") <> 0 then swigtesterror(); end
p = test_pconst("test");
if strcmp(p, "test_pconst") <> 0 then swigtesterror(); end
f = new_Foo();
p = Foo_test(f, "test");
if strcmp(p,"test") <> 0 then swigtesterror(); end
p = Foo_test_pconst(f, "test");
if strcmp(p,"test_pconst") <> 0 then swigtesterror(); end
p = Foo_test_constm(f, "test");
if strcmp(p,"test_constmethod") <> 0 then swigtesterror(); end
p = Foo_test_pconstm(f, "test");
if strcmp(p,"test_pconstmethod") <> 0 then swigtesterror(); end
exec("swigtest.quit", -1);
|
93c25d28783cd197980304dbc78c0b0002e10ea7
|
e806e966b06a53388fb300d89534354b222c2cad
|
/macros/crossCorrelator.sci
|
c676044e058bac8a662783dd8612ffe681818f33
|
[] |
no_license
|
gursimarsingh/FOSSEE_Image_Processing_Toolbox
|
76c9d524193ade302c48efe11936fe640f4de200
|
a6df67e8bcd5159cde27556f4f6a315f8dc2215f
|
refs/heads/master
| 2021-01-22T02:08:45.870957 | 2017-01-15T21:26:17 | 2017-01-15T21:26:17 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,527 |
sci
|
crossCorrelator.sci
|
function relation = crossCorrelator(inputMatrix1,inputMatrix2)
//Calculate 2-D cross correlation of two input matrices
//
//Calling Sequence
// relation=crossCorrelator(inputMatrix1, inputMatrix2);
//
//Parameters
// inputMatrix1: matrix of any size
// inputMatrix2: matrix of any size
//
//Description
//This function computes 2-D cross correlation of two input matrices
//
// Examples
// A=[1 4;2 3];
// B=[2 3 5;6 1 4];
// relation=crossCorrelator(A,B);
[r,c,channels1] = size(inputMatrix1);
[m,n,channels2] = size(inputMatrix2);
if channels1<> 1 then
error(msprintf("wrong argument #1: cross correlator function do not support more than two dimensions"))
elseif type(inputMatrix1)<> 1
error(msprintf("wrong argument #1: cross correlator function do not support input type %s",typeof(A)))
end
if channels2<> 1 then
error(msprintf("wrong argument #2: cross correlator function do not support more than two dimensions"))
elseif type(inputMatrix2)<> 1
error(msprintf("wrong argument #2: cross correlator function do not support input type %s",typeof(B)))
end
conjMatrix=conj(inputMatrix2);
Rep = zeros(r + m*2-2, c + n*2-2);
for x = m : m+r-1
for y = n : n+c-1
Rep(x,y) = inputMatrix1(x-m+1, y-n+1);
end
end
relation = zeros(r+m-1,n+c-1);
for x = 1 : r+m-1
for y = 1 : n+c-1
for i = 1 : m
for j = 1 : n
relation(x, y) = relation(x, y) + (Rep(x+i-1, y+j-1) * conjMatrix(i, j));
end
end
end
end
endfunction
|
0cc8702d7e8707bfeb325538592351591a2467b9
|
91312e64a128a5467df39f37eb5454c338fa6c04
|
/Scilab/SimpleFizzBuzz.sce
|
95576c6bb4824910a4b76fa0339aa2512db4de61
|
[
"Unlicense"
] |
permissive
|
parthnvaswani/Hacktoberfest-2020-FizzBuzz
|
3dff47a31de831cf96e013b54ff8438b1986077a
|
f9842a508a32c8b28f913b94a1b8d95a27711a78
|
refs/heads/master
| 2023-08-02T13:56:00.314765 | 2021-10-06T17:29:26 | 2021-10-06T17:29:26 | 300,802,776 | 1 | 0 |
Unlicense
| 2020-10-10T04:36:03 | 2020-10-03T05:22:17 |
Python
|
UTF-8
|
Scilab
| false | false | 262 |
sce
|
SimpleFizzBuzz.sce
|
for n=1:100
if modulo(n,3)==0 & modulo(n,5)>0 then
disp("Fizz")
elseif modulo(n,5)==0 & modulo(n,3)>0 then
disp("Buzz")
elseif modulo(n,5)==0 & modulo(n,3)==0 then
disp("FizzBuzz")
else
disp(string(n))
end
end
|
ff6671d74e65905741252d5250596a9e73179cbf
|
fcc4645d4eee021a4cf8b2cee0922d812710573f
|
/frame/2D_10-bar-truss.sce
|
d44925dd985a6b3b4151279a6181c784164aadb7
|
[] |
no_license
|
gviolato/nemo
|
656a6db0481d9828bff307de24ee0b92045d653f
|
44cf1554de9e1c4bc8450ae147bdec512599e0d9
|
refs/heads/master
| 2020-12-29T02:37:17.515209 | 2017-05-28T16:12:49 | 2017-05-28T16:12:49 | 43,207,682 | 2 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 667 |
sce
|
2D_10-bar-truss.sce
|
//2D_10-bar-truss
//Nodes coordinates, each line is a node n located at x & y
coord = [18288 9144
18288 0
9144 9144
9144 0
0 9144
0 0 ];
//Conectivity Matrix, each line is an element connecting nodes a & b
conec = [5 3
3 1
6 4
4 2
4 3
2 1
5 4
6 3
3 2
4 1
];
//Forces, applied to matching DOF
F(5)=-444822.16;
F(11)=-444822.16;
//Restricted DOFs (also for boundary conditions)
glrest=[13,14,16,17];//7*3,8*3,9*3,10*3,11*3,12*3,13*3,14*3,15*3,16*3];
Am=[1000];
d=sqrt(4*Am/%pi) ;
Im=(%pi*d^4) / 64;
Em=68.95E3;
Gm=0;
Jm=0;
//If any properties change for each element, use matrix input
//Create Properties Matrix
[Prop]=Properties(Am,Em,Im,Gm,Jm,conec);
|
9428ebe521264246a06a64a3450f2f49ab89d15c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/869/CH8/EX8.3/8_3.sce
|
c21bf6670427e5e02d80bd5c7788fccd7b0c20ad
|
[] |
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 | 192 |
sce
|
8_3.sce
|
clc
//initialisation of variables
P= 5 //kips
angle= 30 //degrees
//CALCULATIONS
Fn= P*sind(angle)
Ft= P*cosd(angle)
//RESULTS
printf ('Fn= %.2f lb',Fn)
printf (' \n Ft=%.2f lb',Ft)
|
243d19ee6228f7e16591c9ec08eb93b79cbb2dd9
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/405/CH10/EX10.15/10_15.sce
|
f6df56f12df4a19a7c31dfba071436819854e5dc
|
[] |
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,447 |
sce
|
10_15.sce
|
clear;
clc;
printf("\t\t\tExample Number 10.15\n\n\n");
// crossflow exchanger as energy conservation device
// Example 10.15 (page no.-553-555)
// solution
q = 210000;// [W] heat to be removed from atmospheric air
m_dot_h = 1200/60;// [kg/s] hot air flow rate
m_dot_c = m_dot_h;// [kg/s] cold air flow rate
Ta1 = 25;// [degree celsius] atmospheric air temperature
Ta2 = 0;// [degree celsius] temperature of air entering from out-door conditions
U = 30;// [W/m degree celsius] overall heat transfer coefficient
Cp = 1005;// [J/kg degree celsius] specific heat of air
//*************calculation 1. the design value for the area of the heat exchanger **************//
// the hot and cold fluids have the same flow rate
// and
Ch = m_dot_h*Cp;// [W/degree celsius]
Cc = m_dot_c*Cp;// [W/degree cslsius]
Cmin_by_Cmax = 1;// for use in table 10-3(page no.-543)
// the energy balance gives q = Ch*dT_h = Cc*dT_c
// and
dT_h = q/Ch;// [degree celsius]
dT_c = q/Cc;// [degree celsius]
// the heat exchanger effectiveness is
E = dT_h/(Ta1-Ta2);
// consulting table 10-3(page no.-543) for a cross flow exchanger with both fluids unmixed, and inserting the value
C = 1;
// we have
deff('[y] = f(N)','y = E-1+exp(N^(0.22)*(exp(-N^(0.78))-1))');
N = fsolve(1,f);
// solving above to get the value of NTU
// area is
A = N*Ch/U;// [square meter]
printf("the design value for the area of heat exchanger is %f square meter",A);
//*************calculation 2. the percent reduction in heat transfer rate if the flow rate is reduced by 50% while keeping the inlet temperatures and value of U constant ******************//
// we now examine the effect of reducing the flow rate by half, while keeping the inlet temperatures and value of U the same.
// note that the flow rate of both fluids is reduced because they are physically the same fluid. this means that the value of Cmin_by_Cmax will remain the same at a value of 1.0.
// the new value of Cmin is
Cmin = Cc/2;// [W/degree celsius]
// so that NTU is
N = U*A/Cmin;
// equation (b) may be used for the calculation of effectiveness
E = 1-exp(N^(0.22)*(exp(-N^(0.78))-1));
// the temperature difference for each fluid is then
dT = E*(Ta1-Ta2);// [degree celsius]
// the resulting heat transfer is then
q_dot = m_dot_c*Cp*dT/2;// [W]
printf("\n\nthe percent reduction in heat transfer rate if the flow rate is reduced by 50%% is %f ",(q-q_dot)*100/q);
//*************calculation 3. the percent reduction in heat transfer rate if the flow rate is reduced by 50% and the value of U varies as mass flow to the 0.8 power, with the same inlet temperature conditions
// finally, we examine the effect of reducing the flow rate by 50 percent coupled with reduction in overall heat-transfer coefficient under the assumption that U varies as m_dot^(0.8) or, correspondingly, as Cmin^(0.8)
// still keeping the area constant, we would find that NTU varies as N = U*A/Cmin ~ C^(0.8)*C^(-1) = C^(-0.2)
// our new value of N under these conditions would be
N1 = 0.8*(Cmin/Cc)^(-0.2);
// inserting this value in equation (b) above for the effectiveness
E1 = 1-exp(N1^(0.22)*(exp(-N1^(0.78))-1));
// the corresponding temperature difference in each fluid is
dT = E1*(Ta1-Ta2);// [degree celsius]
// the heat transfer is calculated as
q1 = Cmin*dT;// [W]
printf("\n\n the percent reduction in heat transfer is %f ",(q-q1)*100/q);
|
128960f32ea8184f7f83fad21a862854cb39fbdb
|
36c5f94ce0d09d8d1cc8d0f9d79ecccaa78036bd
|
/6wall18targets small reload.sce
|
01f99598043cc8ddf180e3234c599d9b50049c06
|
[] |
no_license
|
Ahmad6543/Scenarios
|
cef76bf19d46e86249a6099c01928e4e33db5f20
|
6a4563d241e61a62020f76796762df5ae8817cc8
|
refs/heads/master
| 2023-03-18T23:30:49.653812 | 2020-09-23T06:26:05 | 2020-09-23T06:26:05 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 111,810 |
sce
|
6wall18targets small reload.sce
|
Name=6wall18targets small reload
PlayerCharacters=Player
BotCharacters=offsetrotation.rot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Player
AddedBots=offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot;offsetrotation.rot
PlayerMaxLives=0
BotMaxLives=0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0
PlayerTeam=1
BotTeams=2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2;2
MapName=fuckyou.map
MapScale=4.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
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=
WeaponHeroTag=BB gun
DifficultyTag=2
AuthorsTag=Tammas
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=false
BlockFCT=false
Description=u r in cube bots spawn on walls thers 18 of them goodlcuk
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=offs
DodgeProfileNames=
DodgeProfileWeights=
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=offs
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx+y-z-
DodgeProfileNames=
DodgeProfileWeights=
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=offsx+y-z-
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx+y-z+
DodgeProfileNames=
DodgeProfileWeights=
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=offsx+y-z+
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx-y-z+
DodgeProfileNames=
DodgeProfileWeights=
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=offsx-y-z+
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx-y-z-
DodgeProfileNames=
DodgeProfileWeights=
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=offsx-y-z-
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx+y+z-
DodgeProfileNames=
DodgeProfileWeights=
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=offsx+y+z-
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx+y+z+
DodgeProfileNames=
DodgeProfileWeights=
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=offsx+y+z+
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx-y+z+
DodgeProfileNames=
DodgeProfileWeights=
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=offsx-y+z+
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Profile]
Name=offsx-y+z-
DodgeProfileNames=
DodgeProfileWeights=
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=offsx-y+z-
SeeThroughWalls=false
NoDodging=true
NoAiming=false
AbilityUseTimer=0.1
UseAbilityFrequency=1.0
UseAbilityFreqMinTime=0.3
UseAbilityFreqMaxTime=0.6
ShowLaser=false
LaserRGB=X=0.000 Y=0.000 Z=0.000
LaserAlpha=1.0
[Bot Rotation Profile]
Name=offsetrotation
ProfileNames=offs;offsx+y-z-;offsx+y-z+;offsx-y-z+;offsx-y-z-;offsx+y+z-;offsx+y+z+;offsx-y+z+;offsx-y+z-
ProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0
Randomized=true
[Character Profile]
Name=Player
MaxHealth=100.0
WeaponProfileNames=BB Gun;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.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=200.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=2.0
ProjBBRadius=1.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=false
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
[Character Profile]
Name=offs
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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
[Character Profile]
Name=offsx+y-z-
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=-150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=150.0
SpawnYOffset=-150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx+y-z+
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=150.0
SpawnYOffset=-150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx-y-z+
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=-150.0
SpawnYOffset=-150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx-y-z-
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=-150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=-150.0
SpawnYOffset=-150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx+y+z-
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=-150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=150.0
SpawnYOffset=150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx+y+z+
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=150.0
SpawnYOffset=150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx-y+z+
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=-150.0
SpawnYOffset=150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Character Profile]
Name=offsx-y+z-
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=40.0
MainBBRadius=20.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
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=-150.0
TerminalVelocity=0.0
CharacterModel=None
CharacterSkin=Default
SpawnXOffset=-150.0
SpawnYOffset=150.0
InvertBlockedSpawn=false
ViewBobTime=0.0
ViewBobAngleAdjustment=0.0
ViewBobCameraZOffset=0.0
ViewBobAffectsShots=false
IsFlyer=false
FlightObeysPitch=false
FlightVelocityUp=800.0
FlightVelocityDown=800.0
[Weapon Profile]
Name=BB Gun
Type=Hitscan
ShotsPerClick=1
DamagePerShot=1.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=false
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=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=72.099998
ADSFOVScale=Overwatch
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=None
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=true
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
-512.000000 -512.000000 512.000000
512.000000 -512.000000 512.000000
512.000000 -512.000000 -512.000000
-512.000000 -512.000000 -512.000000
-512.000000 -528.000000 512.000000
512.000000 -528.000000 512.000000
512.000000 -528.000000 -512.000000
-512.000000 -528.000000 -512.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
-528.000000 512.000000 511.999969
-512.000000 512.000000 511.999969
-512.000000 512.000000 -512.000000
-528.000000 512.000000 -512.000000
-528.000000 -512.000000 511.999969
-512.000000 -512.000000 511.999969
-512.000000 -512.000000 -512.000000
-528.000000 -512.000000 -512.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
512.000000 512.000000 528.000000
512.000000 512.000000 511.999969
-512.000000 512.000000 512.000000
-512.000000 512.000000 528.000000
512.000000 -512.000000 528.000000
512.000000 -512.000000 511.999969
-512.000000 -512.000000 512.000000
-512.000000 -512.000000 528.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
-512.000000 512.000000 -528.000000
-512.000000 512.000000 -512.000000
512.000000 512.000000 -512.000061
512.000000 512.000000 -528.000061
-512.000000 -512.000000 -528.000000
-512.000000 -512.000000 -512.000000
512.000000 -512.000000 -512.000061
512.000000 -512.000000 -528.000061
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
-32.000000 -32.000000 32.000000
32.000000 -32.000000 32.000000
32.000000 -32.000000 -32.000000
-32.000000 -32.000000 -32.000000
-32.000000 -48.000000 32.000000
32.000000 -48.000000 32.000000
32.000000 -48.000000 -32.000000
-32.000000 -48.000000 -32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-48.000000 48.000000 32.000000
-32.000000 48.000000 32.000000
-32.000000 48.000000 -32.000000
-48.000000 48.000000 -32.000000
-48.000000 -32.000000 32.000000
-32.000000 -32.000000 32.000000
-32.000000 -32.000000 -32.000000
-48.000000 -32.000000 -32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
32.000004 48.000000 48.000000
32.000000 48.000000 32.000000
-32.000000 48.000000 32.000004
-32.000000 48.000000 48.000004
32.000004 -32.000000 48.000000
32.000000 -32.000000 32.000000
-32.000000 -32.000000 32.000004
-32.000000 -32.000000 48.000004
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
48.000004 48.000000 -32.000000
32.000004 48.000000 -31.999992
32.000008 48.000000 32.000008
48.000008 48.000000 32.000008
48.000004 -32.000000 -32.000000
32.000004 -32.000000 -31.999992
32.000008 -32.000000 32.000008
48.000008 -32.000000 32.000008
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-32.000000 48.000000 -47.999992
-32.000000 48.000000 -31.999992
32.000004 48.000000 -31.999996
32.000000 48.000000 -47.999992
-32.000000 -32.000000 -47.999992
-32.000000 -32.000000 -31.999992
32.000004 -32.000000 -31.999996
32.000000 -32.000000 -47.999992
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-32.000000 64.000000 32.000000
32.000000 64.000000 32.000000
32.000000 64.000000 -32.000000
-32.000000 64.000000 -32.000000
-32.000000 48.000000 32.000000
32.000000 48.000000 32.000000
32.000000 48.000000 -32.000000
-32.000000 48.000000 -32.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 internal/editor/textures/editor_clip
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 internal/editor/textures/editor_clip
brush
vertices
-512.000000 528.000000 512.000000
512.000000 528.000000 512.000000
512.000000 528.000000 -512.000000
-512.000000 528.000000 -512.000000
-512.000000 512.000000 512.000000
512.000000 512.000000 512.000000
512.000000 512.000000 -512.000000
-512.000000 512.000000 -512.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
528.000000 512.000000 -512.000061
512.000000 512.000000 -512.000061
512.000000 512.000000 511.999878
528.000000 512.000000 511.999878
528.000000 -512.000000 -512.000061
512.000000 -512.000000 -512.000061
512.000000 -512.000000 511.999878
528.000000 -512.000000 511.999878
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 CameraPath
UInt32 entityIdAttachedTo 5
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 0.000000 -32.000000 0.000000
Bool8 teamB 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 0.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 0.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 0.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 320.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 320.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 0.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 -64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 0.000000 128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 -191.999985
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 -255.999969
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 0.000000 192.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 -192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 -256.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 0.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000031 0.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 0.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 0.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000015 0.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 0.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 0.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 0.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 0.000000 -320.000092
Vector3 angles 315.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 0.000000 -320.000000
Vector3 angles 405.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 0.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 -64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 0.000000 -128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 0.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 64.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 128.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -64.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -128.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -192.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -256.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -320.000000 -320.000031
Vector3 angles 360.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -384.000000 -256.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -384.000000 -192.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000031 -128.000000 -0.000031
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000031 -64.000000 -0.000031
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000031 -192.000000 -0.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000031 -256.000000 -0.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000031 -320.000000 -0.000061
Vector3 angles 450.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -384.000000 -0.000061
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000031 -384.000000 -0.000061
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -128.000000 447.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 -64.000000 447.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 -192.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 -256.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 -320.000000 319.999969
Vector3 angles 540.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 -384.000000 255.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 -384.000000 191.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 -0.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 -0.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -192.000000 0.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -256.000000 0.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 0.000061
Vector3 angles 630.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 0.000061
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -384.000000 0.000061
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 192.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 256.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 320.000000 -320.000031
Vector3 angles 360.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 384.000000 -256.000031
Vector3 angles 360.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 384.000000 -192.000031
Vector3 angles 360.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 -0.000031
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 -0.000031
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 -0.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 -0.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 -0.000061
Vector3 angles 450.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 -0.000061
Vector3 angles 450.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 384.000000 -0.000061
Vector3 angles 450.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 64.000000 447.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 0.000000 128.000000 447.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 192.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 256.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 320.000000 319.999969
Vector3 angles 540.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 384.000000 255.999969
Vector3 angles 540.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -0.000061 384.000000 191.999969
Vector3 angles 540.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 -0.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 -0.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 192.000000 0.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 256.000000 0.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 0.000061
Vector3 angles 630.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 0.000061
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 384.000000 0.000061
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 64.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 64.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 64.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 64.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 64.000000 -320.000092
Vector3 angles 315.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 -255.999969
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 -191.999985
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 -64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 64.000000 128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 192.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 64.000000 256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 64.000000 320.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 64.000000 320.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000031 64.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 64.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000015 64.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 64.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 64.000000 -320.000000
Vector3 angles 405.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 -256.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 64.000000 -192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 -128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 64.000000 -64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -128.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -128.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -128.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -128.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -128.000000 -320.000092
Vector3 angles 315.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 -255.999969
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 -191.999985
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 -64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -128.000000 128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 192.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -128.000000 256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -128.000000 320.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -128.000000 320.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000031 -128.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -128.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000015 -128.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -128.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -128.000000 -320.000000
Vector3 angles 405.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 -256.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -128.000000 -192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 -128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -128.000000 -64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -64.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -64.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -64.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -64.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -64.000000 -320.000092
Vector3 angles 315.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 -255.999969
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 -191.999985
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 -64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 -64.000000 128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 192.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 -64.000000 256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -64.000000 320.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -64.000000 320.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 -64.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -64.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000031 -64.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -64.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000015 -64.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -64.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -64.000000 -320.000000
Vector3 angles 405.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 -256.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -64.000000 -192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 -128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 -64.000000 -64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 128.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 128.000000 -448.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 128.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 128.000000 -384.000031
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 128.000000 -320.000092
Vector3 angles 315.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 -255.999969
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 -191.999985
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 -128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 -64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 64.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 448.000000 128.000000 128.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 192.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000000 128.000000 256.000000
Vector3 angles 270.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 128.000000 320.000000
Vector3 angles 225.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 128.000000 320.000000
Vector3 angles 135.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 128.000000 384.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 128.000000 448.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000031 128.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 128.000000 -448.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000015 128.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 128.000000 -384.000000
Vector3 angles 360.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 128.000000 -320.000000
Vector3 angles 405.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 -256.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 128.000000 -192.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 -128.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -448.000000 128.000000 -64.000000
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 63.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 127.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 -64.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 192.000000 -128.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 -128.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 -64.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 63.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 256.000000 127.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 191.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 -256.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 256.000000 -192.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 192.000000 319.999939
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 192.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 192.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000015 192.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 192.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999969 192.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 192.000000 319.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 192.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 256.000000 319.999939
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 256.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 256.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000015 256.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 256.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999969 256.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 256.000000 319.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 192.000000 255.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 192.000000 191.999924
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 192.000000 127.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 192.000000 63.999954
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 192.000000 -64.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 192.000000 -128.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 192.000000 -192.000046
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 192.000000 -256.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 256.000000 255.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 256.000000 191.999924
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 256.000000 127.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 256.000000 63.999954
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 256.000000 -64.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 256.000000 -128.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 256.000000 -192.000046
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 256.000000 -256.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 192.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 192.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 192.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000015 192.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 192.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -127.999969 192.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 192.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -255.999985 192.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 256.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 256.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000015 256.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 256.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -127.999969 256.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 256.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -255.999985 256.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 -256.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 -192.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 192.000000 191.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 -63.999939
Vector3 angles 630.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 -127.999939
Vector3 angles 630.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 64.000061
Vector3 angles 630.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 320.000000 128.000061
Vector3 angles 630.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 320.000000 192.000061
Vector3 angles 585.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 320.000000 -191.999939
Vector3 angles 675.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000015 320.000000 -255.999939
Vector3 angles 765.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 320.000000 -319.999939
Vector3 angles 720.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 320.000000 -319.999939
Vector3 angles 720.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 320.000000 -319.999939
Vector3 angles 720.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 320.000000 -319.999939
Vector3 angles 720.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 320.000000 -255.999969
Vector3 angles 675.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 320.000000 192.000061
Vector3 angles 855.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 128.000031
Vector3 angles 810.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 64.000031
Vector3 angles 810.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 320.000000 -63.999969
Vector3 angles 810.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000031 320.000000 -127.999939
Vector3 angles 810.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000061 320.000000 -191.999939
Vector3 angles 765.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000015 320.000000 256.000061
Vector3 angles 945.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 320.000000 320.000061
Vector3 angles 900.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 63.999969 320.000000 320.000061
Vector3 angles 900.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000031 320.000000 320.000061
Vector3 angles 900.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 320.000000 320.000122
Vector3 angles 900.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 320.000000 256.000153
Vector3 angles 855.000000 45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 -63.999939
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 -127.999939
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 64.000061
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 384.000000 128.000061
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 384.000000 -255.999939
Vector3 angles 720.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 384.000000 -255.999939
Vector3 angles 720.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 -255.999939
Vector3 angles 720.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 384.000000 -255.999939
Vector3 angles 720.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 -63.999939
Vector3 angles 810.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 -127.999939
Vector3 angles 810.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 64.000061
Vector3 angles 810.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 384.000000 128.000061
Vector3 angles 810.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 256.000061
Vector3 angles 900.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 384.000000 256.000061
Vector3 angles 900.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000008 384.000000 256.000061
Vector3 angles 900.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000015 384.000000 256.000061
Vector3 angles 900.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000015 384.000000 192.000046
Vector3 angles 225.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000031 384.000000 -191.999939
Vector3 angles 315.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 384.000000 -191.999939
Vector3 angles 45.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 384.000000 192.000061
Vector3 angles 135.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -127.999985 384.000000 -127.999939
Vector3 angles 45.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -127.999985 384.000000 128.000061
Vector3 angles 135.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000015 384.000000 128.000046
Vector3 angles 225.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000031 384.000000 -127.999939
Vector3 angles 315.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 384.000000 -191.999939
Vector3 angles 720.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 -191.999939
Vector3 angles 720.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 384.000000 -63.999939
Vector3 angles 810.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000000 384.000000 64.000061
Vector3 angles 810.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 384.000000 192.000061
Vector3 angles 900.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000008 384.000000 192.000061
Vector3 angles 900.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 384.000000 64.000061
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 384.000000 -63.999939
Vector3 angles 630.000000 90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 -128.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 -128.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 -64.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 -64.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 63.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 63.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -256.000000 127.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -384.000000 -192.000000 127.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 191.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 191.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 255.999939
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -192.000000 319.999939
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000000 -256.000000 319.999939
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 -192.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -192.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -256.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 -256.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000015 -192.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000015 -256.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -256.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -192.000000 383.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999969 -256.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999969 -192.000000 384.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 -256.000000 319.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 -192.000000 319.999969
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -256.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -192.000000 320.000000
Vector3 angles 540.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -256.000000 255.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -192.000000 255.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 -256.000000 191.999924
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 -192.000000 191.999924
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 -256.000000 127.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 -192.000000 127.999939
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 -192.000000 63.999954
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 -256.000000 63.999954
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 -192.000000 -64.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000031 -256.000000 -64.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 -256.000000 -128.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 -256.000000 -256.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000061 -192.000000 -256.000061
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -256.000000 -192.000046
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -192.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -192.000000 -192.000046
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -256.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 384.000061 -192.000000 -128.000031
Vector3 angles 630.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 -256.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999985 -192.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000015 -192.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000015 -256.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -256.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -192.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -256.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -192.000000 -384.000092
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -127.999969 -256.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -127.999969 -192.000000 -384.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 -256.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -191.999985 -192.000000 -320.000061
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -255.999985 -192.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -255.999985 -256.000000 -320.000122
Vector3 angles 720.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 -256.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 -256.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -192.000000 -192.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000000 -256.000000 -192.000061
Vector3 angles 450.000000 0.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -320.000000 -320.000031
Vector3 angles 360.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -320.000000 -320.000031
Vector3 angles 360.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -320.000000 -320.000031
Vector3 angles 360.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -320.000000 -320.000031
Vector3 angles 360.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 -63.999939
Vector3 angles 630.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 -127.999939
Vector3 angles 630.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 64.000061
Vector3 angles 630.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 320.000000 -320.000000 128.000061
Vector3 angles 630.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 63.999939 -320.000000 319.999969
Vector3 angles 540.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999939 -320.000000 319.999969
Vector3 angles 540.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000061 -320.000000 319.999969
Vector3 angles 540.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000061 -320.000000 319.999969
Vector3 angles 540.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000031 -320.000000 63.999939
Vector3 angles 450.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000031 -320.000000 127.999939
Vector3 angles 450.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000031 -320.000000 -64.000061
Vector3 angles 450.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -320.000031 -320.000000 -128.000061
Vector3 angles 450.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -320.000000 -192.000061
Vector3 angles 45.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000031 -320.000000 -256.000061
Vector3 angles 45.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -320.000000 191.999939
Vector3 angles 135.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000031 -320.000000 255.999939
Vector3 angles 135.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 255.999969 -320.000000 -192.000061
Vector3 angles 315.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999939 -320.000000 -256.000092
Vector3 angles 315.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 255.999954 -320.000000 191.999847
Vector3 angles 225.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999939 -320.000000 255.999878
Vector3 angles 225.000000 -45.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 -63.999939
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 -127.999939
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 64.000061
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 256.000000 -384.000000 128.000061
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -384.000000 -256.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 128.000000 -384.000000 -256.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 64.000000 -384.000000 -192.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -384.000000 -63.999939
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 192.000000 -384.000000 64.000061
Vector3 angles 630.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -384.000000 -256.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000000 -384.000000 -256.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000000 -384.000000 -192.000031
Vector3 angles 360.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000031 -384.000000 -64.000061
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -384.000000 -64.000061
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -384.000000 -128.000061
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -384.000000 63.999939
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -256.000031 -384.000000 127.999939
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000031 -384.000000 63.999939
Vector3 angles 450.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000061 -384.000000 191.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -64.000061 -384.000000 255.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000061 -384.000000 255.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 63.999939 -384.000000 255.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999939 -384.000000 255.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 63.999939 -384.000000 191.999969
Vector3 angles 540.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000061 -384.000000 191.999969
Vector3 angles 495.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000061 -384.000000 127.999969
Vector3 angles 495.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999939 -384.000000 191.999969
Vector3 angles 585.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999939 -384.000000 127.999954
Vector3 angles 585.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -192.000061 -384.000000 -192.000031
Vector3 angles 765.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position -128.000046 -384.000000 -128.000031
Vector3 angles 765.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 191.999878 -384.000000 -192.000046
Vector3 angles 675.000000 -90.000000 0.000000
Bool8 teamA 0
entity
type PlayerSpawn
Vector3 position 127.999878 -384.000000 -128.000046
Vector3 angles 675.000000 -90.000000 0.000000
Bool8 teamA 0
|
89b8604d31bc246f98c27e7affd3ce9b3ea0e037
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1694/CH2/EX2.18/EX2_18.sce
|
e77f3198b920b7eb4e1daab10843c08878e3df99
|
[] |
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 | 315 |
sce
|
EX2_18.sce
|
clear;
clc;
printf("\nEx2.18\n");
//page no.-65
//given
del_x=4*10^-10;...............//uncertainty in position of electron
h=6.6*10^-34;................//planck's constant
del_p=h/del_x................//uncertainty in momentum in kg*m/sec
printf("\nuncertainty in momentum is 1.6*10^-24 kg*m/sec\n");
|
7a1e1ce524ef79568fc102c2391a8eb1ece8a24b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1541/CH1/EX1.12/Chapter1_Example12.sce
|
71def7683e5d872cf2ecb84a022486509b21afe1
|
[] |
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 | 640 |
sce
|
Chapter1_Example12.sce
|
//Chapter-1, Example 1.12, Page 1.34
//=============================================================================
clc
clear
//INPUT DATA
V=220;//Terminal voltage in V
IaFL=25;//Full load armature current in A
IaNL=5;//No load armature current in A
Ra=0.5;//Armature resistance in ohm
//CALCULATIONS
EbNL=(V-(IaNL*Ra));//Back emf at no load in V
Eb=(V-(IaFL*Ra));//Back emf at full load in V
E=(EbNL-Eb);//Change in back emf from no load to full load in V
//OUTPUT
mprintf('Change in back emf from no load to full load is %3.0f V',E)
//=================================END OF PROGRAM==============================
|
75cc05888017ed06ad3ed3341a5de6a6d21259b0
|
6eb42df0d9f452fee0d084e0b0058e4e4ac242ef
|
/Updated_Exercises_March_2015/Exercise 5/ShallowWaterWave.sce
|
cdeb3d78a10dde40daf1869027f5a7a9ef34f68f
|
[] |
no_license
|
huangqingze/ocean_modelling_for_beginners
|
b21c1b398efe91e4a3aa1fa5a1d732e2eb4ec16e
|
3e73a511480c73f4e38b41c17b2defebb53133ed
|
refs/heads/main
| 2023-07-03T12:00:01.326399 | 2021-08-14T21:16:12 | 2021-08-14T21:16:12 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,795 |
sce
|
ShallowWaterWave.sce
|
//*******************************************
// This is the Scilab script for Exercise 5.
//
// Use the help facility for more information
// on individual functions used.
//
// Author: J. Kaempf, 2015 (updated)
//********************************************
clf();scf(0);
a=gcf(); a.figure_size= [1000,600];
// read input data
eta1=read("eta.dat",-1,101);
u1=read("u.dat",-1,101);
w1=read("w.dat",-1,101);
[ntot nx] = size(eta1); // extract dimension
x = (500:10:1000)'; // location vector
for n=1:70 // animation loop
time = 2*n; // time in seconds
// grab data line
u = u1(n,51:101)'; // horizontal velocity
w = w1(n,51:101)'; // vertical velocity
eta = eta1(n,51:101)'; // sea-level elevation
drawlater; clf;
subplot(311); // draw graph of eta
plot2d(x,eta,2);
b = gce(); b.children.thickness = 2;
c = gca(); c.data_bounds = [500,-1;1000,1];
c.font_size = 3;
c.auto_ticks = ["off","off","on"]; c.sub_ticks = [3,3];
c.x_ticks = tlist(["ticks", "locations","labels"],..
[500 600 700 800 900 1000], ["500" "600" "700" "800" "900" "1000"]);
c.y_ticks = tlist(["ticks", "locations","labels"],..
[-1 -0.5 0 0.5 1.0], ["-1" "-0.5" "0" "0.5" "1"]);
xstring(820, 0.8,"Time = "+string(int(time))+" seconds"); //title
b = gce(); b.clip_state = "off";
xstring(510, 0.8,"eta (m)"); // y label
b = gce(); b.clip_state = "off";
subplot(312); // draw graph of u
plot2d(x,u,5);
b = gce(); b.children.thickness = 2;
c = gca(); c.data_bounds = [500,-1;1000,1];
c.font_size = 3;
c.auto_ticks = ["off","off","on"]; c.sub_ticks = [3,3];
c.x_ticks = tlist(["ticks", "locations","labels"],..
[500 600 700 800 900 1000], ["500" "600" "700" "800" "900" "1000"]);
c.y_ticks = tlist(["ticks", "locations","labels"],..
[-1 -0.5 0 0.5 1.0], ["-1" "-0.5" "0" "0.5" "1"]);
xstring(510, 0.8,"u (m/s)"); // y label
b = gce(); b.clip_state = "off";
u(1:51) = 0.0;
subplot(313); // draw vertical velocity stickplot
champ(x,0,u,w,arfact = 3.0);
c = gca(); c.data_bounds = [500,-1;1000,1];
c.font_size = 3;
c.auto_ticks = ["off","off","on"]; c.sub_ticks = [3,3];
c.x_ticks = tlist(["ticks", "locations","labels"],..
[500 600 700 800 900 1000], ["500" "600" "700" "800" "900" "1000"]);
c.y_ticks = tlist(["ticks", "locations","labels"],..
[-1 -0.5 0 0.5 1.0], ["-1" "-0.5" "0" "0.5" "1"]);
xstring(720, -1,"Distance (m)"); b = gce(); b.clip_state = "off";
xstring(510,0.8,"Vertical velocity stickplot"); b = gce(); b.clip_state = "off";
drawnow(); xpause(2d4);
// create GIF files (optional)
//if n < 10 then
// xs2gif(0,'ex100'+string(n)+'.gif')
//else
// if n < 100 then
// xs2gif(0,'ex10'+string(n)+'.gif')
// else
// xs2gif(0,'ex1'+string(n)+'.gif')
// end
//end
end // end of animation
|
a17a407f520abca17a06eb6ee38d69280e8eb8e0
|
482cdc3e27e99afe860829eff3e593caa62202e3
|
/src/cs142_testcases_project3/Public/tests/test1.tst
|
b7a1d3b0e4f65c1dcdb8a0b0fd4306bfb32df1a9
|
[] |
no_license
|
abrageddon/DLXCompiler
|
e153430de4412fe48a34955851352d0fd73ab2d8
|
2d1abd102f723c2e1f0ed5893e86c7d0ceb42914
|
refs/heads/master
| 2020-12-30T10:50:20.955331 | 2011-12-02T03:34:59 | 2011-12-02T03:34:59 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 97 |
tst
|
test1.tst
|
main
var myvar;
{
myvar <- call inputnum();
call outputnum(myvar);
call outputnewline()
}.
|
b3fcab5857a38d6a219ee034c980b72e4c240d05
|
538e0c3891a6925534c9c93ff5a8987735b8d22f
|
/SciLAB/Assignment_2_sol.sce
|
1383f096c5583b468cdb5d0e28bd0932a7e1790d
|
[] |
no_license
|
rajan596/Assignments
|
7a047cf0cd04a00497046252b56d9477a2830167
|
ce43e931cf74597263f89ddf7a4f0f7e86ac6085
|
refs/heads/master
| 2021-05-31T07:19:37.526649 | 2016-04-13T07:57:32 | 2016-04-13T07:57:32 | 34,728,601 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 4,658 |
sce
|
Assignment_2_sol.sce
|
// ans : 1 -------------------------------
x=input("Enter value : ") // input x
if x>0 then
disp("x is +ve")
elseif x==0 then
disp("x is zero")
else
disp("x ix -ve")
end
// ans 2 ---------------------------------
disp("While and for loop to print 1 to 5")
x=1
while x<=5 // using while loop
mprintf(" %d ",x)
x=x+1
end
disp("")
for i=1:5 // using for loop
mprintf(" %d ",i)
end
//ans 3 ---------------------------------
disp("Matrix Addition")
A=[1,2,3; 4,5,6 ; 9,10,11]
B=[1,5,6; 7,9,4 ; 45,1,5]
C=[0,0,0;0,0,0;0,0,0]
for i=1:3 //matrix addition
for j=1:3
C(i,j)=A(i,j)+B(i,j)
end
end
disp(C)
C=[0,0,0;0,0,0;0,0,0]
for i=1:3 // matrix multiplication
for j=1:3
for k=1:3
C(i,j)=C(i,j)+A(i,k)*B(k,j)
end
end
end
disp("A*B using loop")
disp(C)
//ans 4 ----------------------------------
disp("Transpose of A :")
for i=1:3
for j=1:3
C(i,j)=A(j,i)
end
end
disp(C)
// ans 5 ---------------------------------
m=input("Input a no.: ")
y=int(m)
x=0
while y>=1
x=int((x*10))+int(modulo(y,10)); //type casting to neglect point values
y=y/10;
end
disp(y)
mprintf("Reverse is : %d",x);
//ans 6 -----------------------------------
y=input("Que. 6 : Enter any no : ")
z=y
largest_digit=0
while y>=1
m=modulo(y,10)
if largest_digit<m then
largest_digit=m
end
y=y/10
end
mprintf("Largest digit of %d : %d\n",z,largest_digit)
mprintf("Sum of first & last digit : %d",m+modulo(z,10))
//ans 7 -----------------------------------
A=[1,5,4;6,5,4;4,6,5]
disp(A)
x=input("Raw Sum [1] -- Column Sum [2] : ")
x1=input("First : ")
x2=input("Second : ")
if x==1 then
disp(A(x1,:)+A(x2,:)) // Sum of Raw
elseif x==2 then
disp(A(:,x1)+A(:,x2)) // Sum of Column
end
//ans 8 -----------------------------------
disp("Ans : 8")
A=[1,4,8;5,4,7;6,7,4]
disp(A)
for i=1:3
for j=1:3
if modulo(A(i,j),5)==0 | modulo(A(i,j),7)==0 then
mprintf("A[%d][%d]=%d\n",i,j,A(i,j));
end
end
end
//ans 10 -----------------------------------
disp("Ans : 10------------------------------")
A=[1,4,5;9,13,11;46,29,11]
for i=1:3
for j=1:3
flag=1 // if flag=1 then prime
for k=2:sqrt(A(i,j))
if modulo(A(i,j),k)==0 then
flag=0
break
end
end
if flag==1 & A(i,j) ~=1 then //as 1 is not prime
mprintf("A[%d][%d]=%d\n",i,j,A(i,j));
end
end
end
//ans 11------------------------------------
disp("Ans : 11")
sums=0
mul=1
x=input("Enter any no : ")
while x>=1
l=modulo(x,10)
sums=sums+int(l)
mul=mul*int(l)
x=x/10
end
if sums==mul then
disp("--- Perfect Number")
else
disp("--- Not Perfect No ")
end
//ans 12
x=input("Ans : 12 : Enter the no. of terms to display finbonacci series (>24): ")
f0=0
f1=1
disp(f0)
disp(f1)
for i=1:x-2
f2=f0+f1
f0=f1
f1=f2
disp(f2)
end
//ans 13
A=[1,5,4;6,4,7;5,4,4]
disp(A)
// Traversing each element of matrices by i and j
for i=1:3
for j=1:3
//Checking previous values of matrices
flag=1
for m=1:i
if i==m then
p=j-1
else
p=3
end
for n=1:p
if A(i,j)==A(m,n) then
A(i,j)=%nan //It will display Nan instead of any value
end
end
end
end
end
disp(A)
//ans 14
A=[5,5,5;5,5,5;5,5,5]
disp("ANs : 14 ")
disp(A)
s=A(1,1)+A(1,2)+A(1,3) // sum of first raw..
flag=1
for i=1:3
s1=0 // sum of raw
s2=0 // sum of column
for j=1:3
s1=s1+A(i,j)
s2=s2+A(j,i)
end
if s1~=s | s2~=s then
flag=0
break;
end
end
d1=0
d2=0
i=1
j=3
while i<=3
d1=d1+A(i,i)
d2=d2+A(i,j)
j=j-1
i=i+1
end
if d1~=s | d2~=s then
flag=0
end
if flag==1 then
disp("Magic Square")
else
disp("Not magic Square")
end
//ans 15
//1
mprintf("\n")
for line=1:4
for spaces=1:4-line
mprintf(" ")
end
for star=1:line
mprintf("* ")
end
mprintf("\n")
end
//2
for i=1:5
for spaces=1:5-i
mprintf(" ")
end
for j=1:i
mprintf("%d ",6-i)
end
mprintf("\n")
end
//3
c=65
for i=1:4
for spaces=1:4-i
mprintf(" ")
end
for j=1:i
mprintf("%c ",ascii(c))
c=c+1
end
mprintf("\n")
end
|
d4cfb572f894c0ece41c8f82d201fd48e2491646
|
affb43e91a6a0cac39356ff1c5f9f5154b70a4a2
|
/Filter_Desgin/FIR_Filter.sce
|
a34cda372f9d50e07c540fc2a2c403a27eb9021d
|
[] |
no_license
|
kathan-shah99/Digital-signal-processing
|
87fb0615a98a764c546681ffb18fea32d69caa6d
|
3d5ad3553152a2b57f98a3b1a26756ebca37d7bc
|
refs/heads/main
| 2023-04-07T06:53:06.263109 | 2021-04-07T03:57:52 | 2021-04-07T03:57:52 | 355,397,284 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 2,144 |
sce
|
FIR_Filter.sce
|
clc;
clear;
//---------------wfir-Function----------
forder=11; //order of filter
fcutoff=[0.10 0.30]; //cutoff frequencies
wintype="hn"; //window type: kaiser/hamming/hann
wintype2="hm"
wintype3="kr"
//-------FIR filter design---------
//-----Hanning window--------
ftype="bp"; //filter type: bandpass
[h,hm,fr]=wfir(ftype,forder,fcutoff,wintype,[0 0]);
ftype="lp"; //filter type: lowpass
[h2,hm2,fr2]=wfir(ftype,forder,fcutoff,wintype,[0 0]);
ftype="hp"; //filter type: highpass
[h3,hm3,fr3]=wfir(ftype,forder,fcutoff,wintype,[0 0]);
//--------Plotting Response--------
subplot(311);
plot(fr,hm,"r");
subplot(312);
plot(fr2,hm2,'r');
subplot(313);
plot(fr3,hm3,'r');
//-----Hamming window--------
ftype="bp"; //filter type: bandpass
[h,hm,fr]=wfir(ftype,forder,fcutoff,wintype2,[0 0]);
ftype="lp"; //filter type: lowpass
[h2,hm2,fr2]=wfir(ftype,forder,fcutoff,wintype2,[0 0]);
ftype="hp"; //filter type: highpass
[h3,hm3,fr3]=wfir(ftype,forder,fcutoff,wintype2,[0 0]);
//----Plotting Response------
subplot(311);
plot(fr,hm,"g");
subplot(312);
plot(fr2,hm2,'g');
subplot(313);
plot(fr3,hm3,'g');
//-----triangualr window--------
ftype="bp"; //filter type: bandpass
[h,hm,fr]=wfir(ftype,forder,fcutoff,wintype3,[0 0]);
ftype="lp"; //filter type: lowpass
[h2,hm2,fr2]=wfir(ftype,forder,fcutoff,wintype3,[0 0]);
ftype="hp"; //filter type: highpass
[h3,hm3,fr3]=wfir(ftype,forder,fcutoff,wintype3,[0 0]);
//----Plotting Response------
subplot(311);
plot(fr,hm,"m");
mtlb_grid on;
legend(["Hanning", "Hamming", "Kesiar"]);
title("FIR Bandpass filter");
xlabel("Frequency (Hz)")
ylabel("Gain")
subplot(312);
plot(fr2,hm2,'m');
mtlb_grid on;
legend(["Hanning", "Hamming", "Kesiar"]);
title("FIR Low Pass filter");
xlabel("Frequency (Hz)")
ylabel("Gain")
subplot(313);
plot(fr3,hm3,'m');
mtlb_grid on;
legend(["Hanning", "Hamming", "Kesiar"]);
title("FIR High Pass filter");
xlabel("Frequency (Hz)")
ylabel("Gain")
|
4f45a204101ae17def3b3219bbe8cc1b959f63fe
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/761/CH16/EX16.2/16_2.sce
|
d04be6db34443f067c9b17ccfab5ba3c0f399be5
|
[] |
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 | 225 |
sce
|
16_2.sce
|
clc;
//page no 566
//prob no. 16.2
//A dipole antenna with radiatn resistance=67ohm & loss resistance 5ohm
Rr=67;Rl=5;
//Determination of efficiency
eta=Rr/(Rr+Rl);
disp('%',eta,'The efficiency of dipole antenna is');
|
ac0ba48af1a5008404d8f3fee268a1702e73204c
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1943/CH11/EX11.5/Ex11_5.sce
|
c5833f4103d57d72e863d9a3efb863424b6ef88f
|
[] |
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,786 |
sce
|
Ex11_5.sce
|
clc
clear
//Input data
Vbm=360//Blade velocity in m/s
b1=20//Blade angle at inlet in degrees
a2=b1//Angle in degrees
b2=52//Blade angle at exit in degrees
a1=b2//Angle in degrees
R=50//Degree of reaction in percent
dm=0.45//Mean diameter of the blade in m
bh=0.08//Mean blade height in m
//Calculations
Vf=(Vbm/(tand(b2)-tand(b1)))//Velocity in m/s
rt=(dm/2)+(bh/2)//Mean radius in m
Vbt=(Vbm*(rt/(dm/2)))//Velocity in m/s
Vw1m=Vf*tand(a1)//Velocity in m/s
Vw1t=(Vw1m*((dm/2)/rt))//Velocity in m/s
dVw1=(Vf*(tand(b1)+tand(b2))*Vbm)/Vbt//Velocity in m/s
rr=(dm/2)-(bh/2)//Radius in m
Vbr=(Vbm*(rr/(dm/2)))//Velocity in m/s
Vw1r=(Vw1m*((dm/2)/rr))//Velocity in m/s
Vr2=Vf/cosd(b2)//Velocity in m/s
dVwr=((Vw1m+((Vr2*sind(b2))-Vbm))*Vbm)/Vbr//Velocity in m/s
a1r=atand(Vw1r/Vf)//Angle in degrees
a2r=atand((dVwr-Vw1r)/Vf)//Angle in degrees
b1r=atand((Vw1r-Vbr)/Vf)//Angle in degrees
b2r=atand((Vbr+(Vf*tand(a2r)))/Vf)//Angle in degrees
a1t=atand(Vw1t/Vf)//Angle in degrees
a2t=atand((dVw1-Vw1t)/Vf)//Angle in degrees
b1t=atand((Vw1t-Vbt)/Vf)//Angle in degrees
b2t=atand((Vbt+(Vf*tand(a2t)))/Vf)//Angle in degrees
Rt=((Vf*(tand(b2t)-tand(b1t)))/(2*Vbt))*100//Degree of reaction at the tip in percent
Rr=((Vf*(tand(b2r)-tand(b1r)))/(2*Vbr))*100//Degree of reaction at the root in percent
//Output
printf('(a)The flow velocity is %3.0f m/s \n (b) The blade angles at the tip are : \n Fixed blades (root) are %3.2f degrees and %3.2f degrees \n Moving blades (root) are %3.2f degrees and %3.2f degrees \n Fixed blades (tip) are %3.2f degrees and %3.2f degrees \n Moving blades (tip) are %3.2f degrees and %3.2f degrees \n (c) The degree of reaction at : \n the tip is %3.0f percent \n the root is %3.0f percent',Vf,a1r,a2r,b1r,b2r,a1t,a2t,b1t,b2t,Rt,Rr)
|
da958efa1f07d323cc0798ebbc340a85dbc470dd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/431/CH5/EX5.6/EX5_6.sce
|
54c46f7b4afcbbbc7d1fdd4ec40adb54bc9adefb
|
[] |
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 | 945 |
sce
|
EX5_6.sce
|
//chapter 5
//example 5.6
//page 428
clear;
clc;
disp("example 5.6");
printf("\n");
slots=144; //number of slots
ph=3; //3-phase machine
P=16; //number of poles
Cp=10; //number of conducters per slot
Fp=0.03; //flux per pole
Ns=375; //synchronous speed
fre=(Ns*P)/120; //frequency
printf("frequency=%d\n\n",fre);
m=slots/(P*ph); //number of slots per pole per phase
printf("number of slots per pole per phase,m= %d\n",m);
SA_m=360/slots; //slot angle mechanical
SA_e=(P/2)*SA_m; //slot angle electrical
k_p=1 //no short pitching
printf("short pitch= %d\n",k_p);
k_d=sind((m*SA_e)/2)/(m*sind(SA_e/2));
printf("distribution factor= %f\n",k_d);
T=(slots*10)/(2*ph);
printf("number of turns per phase,T= %d\n",T);
E=4.44*Fp*fre*T*k_d*k_p;
printf("RMS value of induced emf per phase,E= %fV\n",E);
printf("induced emf across the linesis %fV \n",(sqrt(3)*E));
|
0b8d40396052dc45f4783022a1d99256a1190da3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1163/CH4/EX4.13/example_4_13.sce
|
fa2e0a0a66dd36c5929d16a1f329ebdca7d393f2
|
[] |
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 | 353 |
sce
|
example_4_13.sce
|
clear;
clc;
disp("--------------Example 4.13---------------")
SNRdB=40;
nb=(SNRdB-1.76)/6.02; // SNRdB = 6.02(nb)+1.76
printf("\nnb = %4.2f",nb); // display result
printf("\nTherefore telephone companies usually assign %d or %d bits per sample.",ceil(nb),ceil(nb)+1); // round off to nearest integer as number of bits should be a whole number
|
1eeef4d3583a60844d82e4e5433a92d9f5a5d2bb
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/135/CH11/EX11.9/EX9.sce
|
6886b23aa5a98c1020b949dc35f76134e81473a2
|
[] |
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 | 799 |
sce
|
EX9.sce
|
// Example 11.9: (a) RE
// (b) RL
// (c) R1F
// (d) Quiescent collector current
clc, clear
GmF=1; // Transconductance gain in mili-amperes per volts
AVF=-4; // Voltage gain
D=50; // Desensitivity factor
RS=1; // in kilo-ohms
btao=150;
AoL=GmF*D; // Open loop mutual conductance in mili-amperes per volts
disp("Part (a)");
RE=(D-1)/AoL; // in kilo-ohms
disp(RE,"RE (kΩ) =");
disp("Part (b)");
RL=-AVF/GmF; // in kilo-ohms
disp(RL,"RL (kΩ) =");
disp("Part (c)");
r_pi=btao/AoL-RS-RE; // in kilo-ohms
R1F=RS+r_pi+(1+btao)*RE; // in kilo-ohms
disp(R1F,"R1F (kΩ) =");
disp("Part (d)");
VT=26e-3; // Voltage equivalent to temperatue at room temperature in volts
IC=btao*VT/r_pi; // in mili-amperes
disp(IC,"IC (mA) =");
|
fe65a1f334fa302eef9fe0b97788ae2a6288d7db
|
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
|
/Pokeball Frenzy Auto 1w3tes.sce
|
a8d008d45da239f6f54337d3cce4db0e207d480e
|
[] |
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 | 141,807 |
sce
|
Pokeball Frenzy Auto 1w3tes.sce
|
Name=Pokeball Frenzy Auto 1w3tes
PlayerCharacters=Player
BotCharacters=Regenerating Pokeball.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=Player
AddedBots=Regenerating Pokeball.bot;Regenerating Pokeball.bot;Regenerating Pokeball.bot
PlayerMaxLives=0
BotMaxLives=0;0;0
PlayerTeam=1
BotTeams=0;0;0
MapName=cube_1wall_wide.map
MapScale=4.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=true
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=click
WeaponHeroTag=BB Gun
DifficultyTag=4
AuthorsTag=voxel
BlockHitMarkers=false
BlockHitSounds=true
BlockMissSounds=true
BlockFCT=true
Description=1w3tes auto & extended 1wall map
GameVersion=2.0.1.2
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=Regenerating Pokeball
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=Regenerating Pokeball
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=Player
MaxHealth=100.0
WeaponProfileNames=Poke-Drill;;;;;;;
MinRespawnDelay=1.0
MaxRespawnDelay=5.0
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=-1.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.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=2.0
MainBBRadius=1.0
MainBBHasHead=false
MainBBHeadRadius=0.1
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=2.0
ProjBBRadius=1.0
ProjBBHasHead=false
ProjBBHeadRadius=0.1
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=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.5
AllowBufferedJumps=false
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
[Character Profile]
Name=Regenerating Pokeball
MaxHealth=1.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.001
MaxRespawnDelay=0.001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=1.0
CameraOffset=X=0.000 Y=0.000 Z=0.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=0.0
Acceleration=0.0
AirAcceleration=16000.0
Friction=0.0
BrakingFrictionFactor=0.0
JumpVelocity=0.0
Gravity=0.0
AirControl=0.0
CanCrouch=false
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=true
AirJumpCount=0
AirJumpVelocity=800.0
MainBBType=Spheroid
MainBBHeight=64.0
MainBBRadius=30.0
MainBBHasHead=false
MainBBHeadRadius=30.0
MainBBHeadOffset=-64.0
MainBBHide=false
ProjBBType=Spheroid
ProjBBHeight=128.0
ProjBBRadius=60.0
ProjBBHasHead=true
ProjBBHeadRadius=60.0
ProjBBHeadOffset=-124.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=0.0
BlockSpawnFOV=0.0
BlockSpawnDistance=0.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=false
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=100.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=Poke-Drill
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.2
KnockbackFactor=0.0
TimeBetweenShots=0.01
Pierces=false
Category=FullyAuto
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=100.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=100.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=3.0
MaxHitscanRange=1000000.0
GravityScale=0.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=0
AmmoPerShot=1
ReloadTimeFromEmpty=0.5
ReloadTimeFromPartial=0.5
DamageFalloffStartDistance=1000000.0
DamageFalloffStopDistance=1000000.0
DamageAtMaxRange=25.0
DelayBeforeShot=0.0
ProjectileGraphic=Ball
VisualLifetime=0.1
BounceOffWorld=false
BounceFactor=0.5
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=0.01
CanAimDownSight=false
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.05
HitSoundCooldown=0.05
HitscanVisualOffset=X=0.000 Y=0.000 Z=0.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=0.1
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=0.1
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=0
CancelReloadOnKill=false
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=90.0
ADSFOVScale=Quake/Source
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=None
ParticleBodyImpact=None
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=true
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
Float sky.timeOfDay 13.000000
ColourXRGB32 sky.sunColor ffffde8c
Float sky.sunIntensitySize 64.000000
Float sky.sunSharpness 128.000000
Bool8 sky.sunEnabled 0
ColourXRGB32 sky.horizonColor fffff4b5
Float sky.horizonIntensity 0.250000
Float sky.horizonHaloExponentSunIntensity 0.300000
ColourXRGB32 sky.cloudsColor ffffffff
Float sky.cloudsCoverage 0.500000
Float sky.cloudsCoverageMultiplier 24.000000
Float sky.cloudsRoughness 0.400000
UInt8 playersMin 1
UInt8 playersMax 16
Bool8 modeFFA 0
brush
vertices
-2048.000000 1056.000000 1024.000000
-2032.000000 1056.000000 1024.000000
-2032.000000 1056.000000 -1024.000000
-2048.000000 1056.000000 -1024.000000
-2048.000000 -992.000000 1024.000000
-2032.000000 -992.000000 1024.000000
-2032.000000 -992.000000 -1024.000000
-2048.000000 -992.000000 -1024.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
2032.000000 1056.000000 1024.000000
2048.000000 1056.000000 1024.000000
2048.000000 1056.000000 -1024.000000
2032.000000 1056.000000 -1024.000000
2032.000000 -992.000000 1024.000000
2048.000000 -992.000000 1024.000000
2048.000000 -992.000000 -1024.000000
2032.000000 -992.000000 -1024.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
-2032.000000 -976.000000 1032.000000
2032.000000 -976.000000 1032.000000
2032.000000 -976.000000 -1016.000000
-2032.000000 -976.000000 -1016.000000
-2032.000000 -992.000000 1032.000000
2032.000000 -992.000000 1032.000000
2032.000000 -992.000000 -1016.000000
-2032.000000 -992.000000 -1016.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
-2032.000000 1056.000000 1024.000000
2032.000000 1056.000000 1024.000000
2032.000000 1056.000000 1008.000000
-2032.000000 1056.000000 1008.000000
-2032.000000 -992.000000 1024.000000
2032.000000 -992.000000 1024.000000
2032.000000 -992.000000 1008.000000
-2032.000000 -992.000000 1008.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
2040.000000 1056.000000 -1008.000000
2040.000000 1056.000000 -1024.000000
-2032.000000 1056.000000 -1023.999878
-2032.000000 1056.000000 -1007.999878
2040.000000 -992.000000 -1008.000000
2040.000000 -992.000000 -1024.000000
-2032.000000 -992.000000 -1023.999878
-2032.000000 -992.000000 -1007.999878
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 0.000000 -840.000000
Bool8 teamB 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type CameraPath
UInt32 entityIdAttachedTo 132
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 472.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -848.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -728.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -608.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 832.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -488.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -368.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -248.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 112.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 232.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 352.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 472.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 592.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 712.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -128.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -8.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1448.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1928.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1688.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1568.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1328.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1808.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1208.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -968.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1088.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1064.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1184.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1304.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1664.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1784.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1544.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1424.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 944.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 0.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 120.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 360.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 240.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 -840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 480.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 840.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 720.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1904.000000 600.000000 960.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
|
8533125ae3e4745ce0c409aa4c47df4af3352cac
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1727/CH8/EX8.11/8_11.sce
|
c0fe8992542fd0d8a3e5fb18e983a191827347a4
|
[] |
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 | 189 |
sce
|
8_11.sce
|
clc
//Initialization of variables
Q=30
V=1
//calculations
A=Q/V
y = sqrt(A/(sqrt(2) + 0.5))
b= (A- 0.5*y^2)/y
//results
printf("width = %.2f m",b)
printf("\n depth = %.2f m",y)
|
7fb8efbb4ec9303ccc5a19976ce29a98c99f4f33
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1646/CH19/EX19.4/Ch019Ex4.sce
|
49eba35921b3b11ecce18a1469f2ac2c4b264a12
|
[] |
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,351 |
sce
|
Ch019Ex4.sce
|
// Scilab Code Ex19.4: Page-960 (2011)
clc; clear;
T_c = 7.18; // Critical temperature of lead in superconducting state, K
H_c0 = 6.5e+004; // Critical field for lead at 0 K, A/m
// At T = 4.2 K
T = 4.2; // Temperature at which critical field of lead is to be found out, K
H_cT = H_c0*(1-(T/T_c)^2); // Critical field for lead at 4 K, A/m
d = 1e-003; // Diameter of lead wire, m
r = d/2; // Radius of lead wire, m
I_c = 2*3.14*r*H_cT; // Critical current through superconducting lead wire, A
J_c = I_c/(3.14*r^2); // Critical current density for superconducting lead wire, A/Sq. meter
printf("\nThe critical current density at %3.1f K = %5.3e A/Sq.m", T, J_c);
// At T = 7 K
T = 7; // Temperature at which critical field of lead is to be found out, K
H_cT = H_c0*(1-(T/T_c)^2); // Critical field for lead at 4 K, A/m
d = 1e-003; // Diameter of lead wire, m
r = d/2; // Radius of lead wire, m
I_c = 2*3.14*r*H_cT; // Critical current through superconducting lead wire, A
J_c = I_c/(3.14*r^2); // Critical current density for superconducting lead wire, A/Sq. meter
printf("\nThe critical current density at %3.1f K = %4.2e A/Sq.m", T, J_c);
// Result
// The critical current density at 4.2 K = 1.710e+008 A/Sq.m
// The critical current density at 7.0 K = 1.29e+007 A/Sq.m
|
3f29c14c578da94191a894c384a2824e8c00286c
|
68e53df229b123d7681a4f7fa4db43b4982d5362
|
/impulseplot.sce
|
1b1b345875afbb72931d2be47392a4fbdf92c891
|
[] |
no_license
|
yeoleparesh/Control-system
|
06c30e594d51fec7a8ffabc452a7866b38604a23
|
dee7fbfd3c2c46cc1d4d0a3cb8af45d918da972b
|
refs/heads/master
| 2021-01-17T12:38:05.661769 | 2019-01-03T12:03:53 | 2019-01-03T12:03:53 | 59,283,431 | 0 | 3 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 287 |
sce
|
impulseplot.sce
|
//Function:-impulseplot
s=poly(0,'s');
sys=syslin('c',(s+3)/(s^3+4*s+2));
h=impulseplot(sys)
set(h.children,"foreground",13);
sys1=ssrand(2,3,4);
impulseplot(sys1)
impulseplot(sys,sys1)
impulseplot(sys,'--r',sys1,'gx')
aa=pid(rand(2,3,4),2,3,4);
impulseplot(aa,%T)
|
c8a0ca92abedaecab3bf7e07ff5e521e4f0d958d
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1319/CH5/EX5.19/5_19.sce
|
839c9fa8c7e27a3ddb3ee5b37182786f49444baa
|
[] |
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,237 |
sce
|
5_19.sce
|
// To determine the load for max efficiency at two power factors
clc;
clear;
P=100*(10^3); // Power Input
E1=1000;
E2=10000;
Pil=1200;
I2=P/E2; // Full load current on the HV side
Isc=6; // Current for 500W copper loss in HV winding
Psc=500; // Copper Loss for 6A in HV winding
Pc=((I2/Isc)^2)*Psc; // Copper loss at full load.
Pmax=sqrt(Pil/Pc)*P; // Is a factor of square root of the ratio of Iron loss and Copper loss at full load.
deff('x=eff(y,z)','x=(P*y*z)*100/((P*y*z)+Pil+(Pc*(z^2)))')// Function to find the eifficiency for a given power factor(y) and load(z).
printf('a) The Efficiency at various loads for unity power factor are as follows. \n')
printf('i) At 25 percent load = %f percent \n',eff(1,0.25))
printf('ii) At 50 percent load = %g percent \n',eff(1,0.5))
printf('iii) At 100 percent load = %g percent \n',eff(1,1))
printf('\n b) The Efficiency at various loads for 0.8 power factor are as follows. \n')
printf('i) At 25 percent load = %g percent \n',eff(0.8,0.25))
printf('ii) At 50 percent load = %g percent \n',eff(0.8,0.5))
printf('iii) At 100 percent load = %g percent \n \n',eff(0.8,1))
printf('The Load at which efficiency is maximum = %g kVA \n',(Pmax/1000))
|
8686cb4c0bb26662c3168d2510248f16954f8fe7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1754/CH8/EX8.m.2/ExaMisc8_2.sce
|
c94814bdb5fb52d5b3fddd52675c46693009301c
|
[] |
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 | 343 |
sce
|
ExaMisc8_2.sce
|
//Exa Misc 8.2
clc;
clear;
close;
//given data
format('v',6);
fo=10;//in KHz
R1=25;//in kohm
R2=60;//in kohm
Rc=40;//in kohm
R=7.1;//in kohm
hie=1.8;//in kohm
C=1/(2*%pi*fo*10^3*R*10^3*sqrt(6+4*Rc/R));//in F
disp(C*10^9,"Value of Capacitor(in nF) :");
hfe=23+29*R/Rc+4*Rc/R;//unitless
disp("Value of hfe is ≥ "+string(hfe));
|
4a7a5dbd2a5e11d23ddc052302fa27680eb3fbfb
|
899cecef18712265c22e100bf72286df1ec5fb65
|
/Asgn1/plot_vowels.sci
|
a4730484a8aa67a5021769399cf6828cff695328
|
[] |
no_license
|
ajaykumarkannan/Speech-Signal-Processing-and-Coding
|
449679bef8bdf0215e96521163774f88d8a6b41e
|
c1d371b2866239a89312a0f64db3d61cc0b1011c
|
refs/heads/master
| 2020-05-17T17:02:33.143586 | 2012-11-15T12:48:40 | 2012-11-15T12:48:40 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 331 |
sci
|
plot_vowels.sci
|
// Part 1 a, e, i, o, u
[a Fsa bitsa] = wavread('a.wav');
[e Fse bitse] = wavread('e.wav');
[i Fsi bitsi] = wavread('i.wav');
[o Fso bitso] = wavread('o.wav');
[u Fsu bitsu] = wavread('u.wav');
subplot(5,1,1);
plot2d(a);
subplot(5,1,2);
plot2d(e);
subplot(5,1,3);
plot2d(i);
subplot(5,1,4);
plot2d(o);
subplot(5,1,5);
plot2d(u);
|
1238052ff347bdb5540e21c22073e949e4929f69
|
b29e9715ab76b6f89609c32edd36f81a0dcf6a39
|
/ketpicscifiles6/Naigai.sci
|
8a4f05573bb932749a18ae69ea4190c2422fb823
|
[] |
no_license
|
ketpic/ketcindy-scilab-support
|
e1646488aa840f86c198818ea518c24a66b71f81
|
3df21192d25809ce980cd036a5ef9f97b53aa918
|
refs/heads/master
| 2021-05-11T11:40:49.725978 | 2018-01-16T14:02:21 | 2018-01-16T14:02:21 | 117,643,554 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 296 |
sci
|
Naigai.sci
|
// 08.05.18
// 08.05.20
function Ptn=Naigai(A,Bdy)
V=[1,1];
Call=Mixlength(Bdy);
KL=KoutenList(A,V,Bdy);
Ptn=zeros(1,Call);
for K=1:Mixlength(KL)
Ten=Op(K,KL);
T=Op(1,Ten); NC=Op(4,Ten);
if T<0
Tmp=modulo(Ptn(NC)+1,2);
Ptn(1,NC)=Tmp;
end
end
endfunction
|
b0e0ce87defb049dea3ae8d37b68e7c4cf5d2902
|
2d52e11c7b61898224f065e3bbf4433c814c9fe1
|
/measurement/array-operations/vmul3.sci
|
03254fd3973113a3dedec2c13a9498713c26abee
|
[
"MIT"
] |
permissive
|
quepas/performance-estimation-array-operations
|
b6954d753c83d235f12c5d97fa82bcc38656cf5e
|
b209ba5efebf5dee60ec5fca0fa711ca2e766e17
|
refs/heads/master
| 2021-01-24T13:24:52.734940 | 2018-05-12T15:18:20 | 2018-05-12T15:18:20 | 123,173,497 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 109 |
sci
|
vmul3.sci
|
// Element-wise multiplication of three vectors
function vmul3(V1, V2, V3)
R = V1 .* V2 .* V3;
endfunction
|
48977d73ece8fddb70d5e5ff1aa75f983e1597e4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1673/CH1/EX1.7/1_7.sce
|
b0b16d58de3d8a23f80745ed6633d20718465b98
|
[] |
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 | 370 |
sce
|
1_7.sce
|
//absolute error
//example 1.7
//page 10
clc;clear;close;
n=[0.1532 15.45 0.0000354 305.1 8.12 143.3 0.0212 0.643 0.173];//original numbbers
//rounding all numbers to 2 decimal places
n=[305.1 143.3 0.15 15.45 0.00 8.12 0.02 0.64];
sum=0;
l=length(n);
for i=1:l
sum=sum+n(i);
end
E_A=2*(10^-1)/2+7*(10^-2)/2;
printf('the absolute error is:%0.2f',E_A);
|
9f43013661b3bbc1c8d40d177faedce2dec2acfd
|
3dbdc1a91ad07ea5fc4c4fa52a6fa2a6870125a6
|
/calculo-numerico/raiz.sce
|
e4a25b62073f8f170542e514a8457100a9c9a6fe
|
[
"Apache-2.0"
] |
permissive
|
geovani-moc/Algoritmos
|
226ceea9b599bb1979770ac001f5108a0533bb00
|
d2d838c158da62a94946a7af29b24ca7396af34e
|
refs/heads/master
| 2023-01-09T12:40:50.330766 | 2020-11-06T17:46:46 | 2020-11-06T17:46:46 | 256,744,544 | 1 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 811 |
sce
|
raiz.sce
|
clc; clear;
function tolerancia = naTolerancia(valorAtual, valorAnterior)
tolerancia = abs(valorAtual - valorAnterior) / valorAtual;
endfunction
function valor = iteracao(valorAnterior, fatorRaiz, numero)
valor = (1/fatorRaiz) * (((fatorRaiz-1)*valorAnterior) + (numero/(valorAnterior**(fatorRaiz-1))))
endfunction
function valorAtual = raiz(fatorRaiz, numero, tolerancia)
valorAnterior = numero;
valorAtual = iteracao(valorAnterior, fatorRaiz, numero);
while naTolerancia(valorAtual, valorAnterior) > tolerancia then
valorAnterior = valorAtual;
valorAtual = iteracao(valorAnterior, fatorRaiz, numero);
end
endfunction
fatorRaiz = 5;
numero = 2;
tolerancia = 10**(-3);
resposta = raiz(fatorRaiz, numero, tolerancia);
disp(resposta);
|
0480f57a418b2da6ac5ee6562b7522993afbaef5
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2615/CH10/EX46.4/46.sce
|
5bd348b5c74f6797aafcc685352bf3496ed88636
|
[] |
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 | 330 |
sce
|
46.sce
|
clc
//initialisation of variables
D=2000//mm
a=12.5//mm
t=5//seconds
t1=360//degree
q=9000//degree
v=1000//m
//CALCULATIONS
Fhi=t1*a//Degree
epl=q/(t)^2//degree/sec^2
U=t1*t//deg/sec
V=U/t1//rev/sec
V1=(%pi*D*t)/v//m/sec
//RESULTS
printf('the velocity corresponds peripheral velocity at that moment=% f m/sec',V1)
|
23953aa1ad47e4972681569f306c9b8d3b9d5de4
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1628/CH16/EX16.8/Ex16_8.sce
|
3b6363a25babf927ad93b91bccc844fb5faf7685
|
[] |
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 | 749 |
sce
|
Ex16_8.sce
|
// Examle 16.8
po=30000; // o/p power
v=200; // Voltage
Il=po/v; // Load Current (Il)
disp(' Load Current (Il) = '+string(Il)+' Amp');
Rsh=50; // Shunt field resistance R1
Ish=v/Rsh; // Shunt field Current
Ia=Il+Ish; // Armature Current (Ia)
Ra=0.05; // Shunt field resistance R2
Eg=v+(Ia*Ra); // Generated emf (Eg)
disp('Generated emf (Eg) = '+string(Eg)+' Volt');
Cu=Ish^2*Rsh+Ia^2*Ra; // The copper Losses (Cu)
disp('The copper Losses (Cu) = '+string(Cu)+' W');
e=po*100/(1000+po+Cu); // The Efficiency (e)
disp('The Efficiency (e) = '+string (e)+' %');
// p 641 16.8
|
6afebbc7d3601c824be61bfd4aaffe53be29d7e8
|
9715cbe7e8e57bb70f628b3bd021842f99fbad75
|
/ejemplos/02_root_finding/scilab/02_export_files/02_open_methods/01_fixed_point/puntofijo.sce
|
1c3f6551ea4d0d9346c73294562de01de4df836a
|
[] |
no_license
|
UNIVALLE-EISC/numerical-methods
|
a3e3f432a6dc54a5ba845789ace2bf39db7ac6fe
|
3ea9401e281523e15be0525bfe36e48560caf646
|
refs/heads/master
| 2021-01-10T15:22:36.080955 | 2018-10-02T21:37:42 | 2018-10-02T21:37:42 | 51,824,833 | 2 | 2 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 796 |
sce
|
puntofijo.sce
|
function [xrold, xrnew, ea] = puntofijo(niter)
//****************************************//
fid = mopen('matriz.dat', "w");
if (fid == -1)
error('cannot open file for writing');
end
mfprintf(fid, "%s %s %s \n", 'xrold', 'xrnew', 'ea');
//****************************************//
xrnew = 0, niter = 20;
for i = 1:niter
xrold = xrnew;
xrnew = exp(-xrold);
ea = abs((xrnew - xrold)/xrnew)*100
//****************************************//
mfprintf(fid, "%f %f %f \n", xrold, xrnew, ea);
//****************************************//
end
//****************************************//
mclose(fid);
//****************************************//
endfunction
|
0b91cfbce898af790d30abfd6fef573e9c3f09e0
|
93af6ed22f1d68ab29d3481c8a9f3b6539889b37
|
/pop.tst
|
e9baeb504e83e0aaf8a8a6c84587f110e0407f21
|
[] |
no_license
|
vivann/popcor
|
3d48a5a31eae64863aecb8a59ef37fea2da08ec7
|
5100bb9a20da3e363e18256cc62ac43ccbd6143a
|
refs/heads/master
| 2020-03-18T03:33:41.961110 | 2018-05-21T10:14:42 | 2018-05-21T10:14:42 | 134,246,382 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 258 |
tst
|
pop.tst
|
Greetings of the day .
I hope you find today to be extraordinary .
Are you in love with the whole damn world?
You should be .
It is glorious ,and I can't see a better way to experience life than being madly in love with everything.
love you all.
Stay happy
|
a1cf86c1734bb99e6afa2e510a5050f4a489b240
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2606/CH11/EX11.26/ex11_26.sce
|
30d39c6813e3df719122147c73e8832ccfe65682
|
[] |
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 | 511 |
sce
|
ex11_26.sce
|
//Page Number: 11.28
//Example 11.26
clc;
//Given
Pa=[0.81 0.09 0.09 0.01];
n=[1 2 3 4];
//Average Code length
//L=Summation(P(xi)ni)
L=0;
for i=1:4
L=L+(Pa(i)*n(i));
end
//Entropy of second order extension
//As H(X^2)=-Sum of[P(ai)log2P(ai)]
//Where i=0 to n;
HofX2=0;
for i=1:4
HofX2=HofX2+(Pa(i)*log2(Pa(i)));
end
//b/s
//Efficiency=H(X^2)/L
n=-HofX2/L;
np=n*100;
disp('%',np,'Code efficiency:');
//Redundancy
g=1-n;
gp=g*100;
disp('%',gp,'Code redundancy:');
|
7c59eb00ca6d861c9c6387029b01b9c901ad7dec
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2072/CH16/EX16.2/EX16_2.sce
|
c4c2293337cfc9c26f8b2c6157c288078d2357b3
|
[] |
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 | 325 |
sce
|
EX16_2.sce
|
//Example 16.2
clc
disp("solution a")
E=8*10^4//in V/m
d=0.5//in m
delta_V=-E*d
disp(delta_V,"Electric potential from A to B in V=")
disp("solution b")
q=1.6*10^-19//in C
delta_PE=q*delta_V
disp(delta_PE,"Change in electric potential in joules=")
m_p=1.67*10^-27//in kg
vf=sqrt((2*-delta_PE)/m_p)
disp(vf,"velocity in m/s=")
|
b64fe077b0a21327b115cccab37daed97e494d1d
|
089894a36ef33cb3d0f697541716c9b6cd8dcc43
|
/NLP_Project/test/blog/bow/bow.3_11.tst
|
4fc25e66c7a4745f295f4b43520dabda79c4e870
|
[] |
no_license
|
mandar15/NLP_Project
|
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
|
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
|
refs/heads/master
| 2020-05-20T13:36:05.842840 | 2013-07-31T06:53:59 | 2013-07-31T06:53:59 | 6,534,406 | 0 | 1 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 8,580 |
tst
|
bow.3_11.tst
|
3 14:0.03333333333333333 255:1.0 751:1.0
3 5:0.14285714285714285 13:0.4 14:0.1 28:1.0 35:2.0 36:0.08333333333333333 43:0.1111111111111111 58:0.16666666666666666 72:0.14285714285714285 79:0.058823529411764705 97:1.0 107:1.0 128:1.0 160:1.0 190:2.0 208:1.0 378:1.0 517:1.0 538:1.0 564:0.5 649:1.0 669:1.0 679:1.0 752:1.0 753:1.0 754:1.0 755:1.0 756:1.0 757:1.0 758:1.0 759:1.0 760:1.0 761:1.0
3 5:0.42857142857142855 13:0.4 17:0.09523809523809523 20:1.0 43:0.1111111111111111 64:0.3333333333333333 108:0.2 289:0.25 477:1.0 482:1.0 762:1.0 763:1.0 764:1.0 765:1.0 766:1.0 767:1.0 768:1.0 769:1.0 770:1.0 771:0.5 772:1.0 773:1.0 774:1.0 775:1.0
3 13:0.2 17:0.09523809523809523 20:1.0 24:0.2 29:0.25 135:1.0 765:1.0 776:1.0 777:1.0 778:1.0 779:1.0 780:1.0
3 13:0.2 17:0.047619047619047616 19:0.3333333333333333 20:2.0 21:1.0 24:0.2 28:1.0 64:0.16666666666666666 70:0.3333333333333333 98:0.3333333333333333 99:1.0 119:1.0 135:2.0 299:1.0 358:1.0 603:1.0 631:1.0 781:1.0 782:0.5 783:1.0 784:1.0 785:1.0 786:1.0
3 5:0.14285714285714285 14:0.03333333333333333 29:0.25 70:0.3333333333333333 108:0.2 782:0.5 787:1.0 788:0.3333333333333333 789:1.0 790:1.0
3 4:0.16666666666666666 5:0.2857142857142857 10:0.5 13:0.4 14:0.16666666666666666 20:2.0 26:1.0 32:0.16666666666666666 48:1.0 55:0.5 58:0.3333333333333333 70:0.3333333333333333 82:1.0 96:1.0 119:2.0 125:1.0 126:1.0 135:2.0 168:1.0 205:1.0 214:0.5 289:0.25 470:2.0 677:1.0 708:1.0 740:0.5 754:1.0 791:1.0 792:1.0 793:0.3333333333333333 794:1.0 795:1.0 796:1.0 797:1.0 798:1.0 799:1.0 800:1.0 801:1.0 802:1.0
3 4:0.16666666666666666 5:0.14285714285714285 14:0.06666666666666667 16:1.0 29:0.25 70:0.3333333333333333 85:0.1111111111111111 108:0.4 469:0.5 740:0.5 803:1.0 804:1.0 805:1.0 806:1.0
3 5:0.2857142857142857 14:0.03333333333333333 22:1.0 41:1.0 43:0.1111111111111111 63:0.2 64:0.16666666666666666 264:1.0 370:1.0 807:1.0 808:1.0 809:1.0 810:1.0 811:1.0
3 4:0.16666666666666666 5:0.2857142857142857 13:0.8 14:0.03333333333333333 20:1.0 28:1.0 32:0.16666666666666666 70:0.3333333333333333 84:1.0 133:2.0 145:0.2 231:1.0 533:1.0 654:1.0 655:1.0 662:1.0 707:0.5 810:1.0 812:1.0 813:1.0 814:1.0 815:1.0 816:1.0 817:1.0 818:1.0 819:1.0 820:1.0 821:1.0 822:1.0 823:1.0 824:1.0
3 4:0.16666666666666666 5:0.14285714285714285 13:0.2 17:0.047619047619047616 24:0.2 78:0.25 103:1.0 118:1.0 177:0.25 194:1.0 207:1.0 245:1.0 416:0.25 500:0.5 501:1.0 749:1.0 809:1.0 822:1.0 825:1.0 826:1.0 827:1.0 828:1.0 829:1.0 830:1.0 831:1.0 832:1.0 833:1.0
3 11:0.3333333333333333 13:0.2 17:0.047619047619047616 22:1.0 29:0.25 70:0.3333333333333333 133:1.0 177:0.25 245:1.0 265:1.0 319:1.0 469:0.5 694:1.0 834:1.0 835:1.0 836:1.0 837:1.0 838:1.0 839:1.0 840:1.0 841:1.0
3 13:0.4 17:0.19047619047619047 20:1.0 70:0.3333333333333333 71:1.0 133:1.0 180:1.0 369:1.0 533:1.0 566:1.0 810:1.0 820:1.0 842:1.0 843:1.0 844:1.0 845:1.0 846:1.0
3 13:0.2 17:0.14285714285714285 20:1.0 43:0.1111111111111111 55:0.5 118:1.0 170:1.0 177:0.25 369:1.0 390:1.0 451:1.0 500:0.5 657:1.0 761:1.0 847:1.0 848:1.0 849:1.0 850:1.0 851:1.0 852:1.0 853:1.0 854:1.0 855:1.0 856:1.0 857:1.0 858:1.0
3 5:0.14285714285714285 13:0.4 17:0.047619047619047616 24:0.2 43:0.1111111111111111 55:0.5 58:0.16666666666666666 71:1.0 78:0.25 85:0.1111111111111111 118:1.0 177:0.5 229:1.0 245:1.0 390:1.0 544:1.0 748:1.0 822:1.0 855:2.0 859:1.0 860:1.0 861:1.0 862:1.0 863:1.0 864:1.0 865:1.0
3 4:0.5 13:0.4 14:0.03333333333333333 17:0.19047619047619047 43:0.3333333333333333 76:1.0 89:1.0 118:2.0 177:0.5 842:1.0 866:1.0 867:1.0 868:1.0 869:1.0 870:1.0 871:1.0 872:1.0 873:1.0 874:1.0 875:1.0 876:1.0 877:1.0
3 13:0.2 14:0.03333333333333333 17:0.14285714285714285 22:1.0 29:0.25 43:0.2222222222222222 133:1.0 708:1.0 878:1.0 879:1.0 880:1.0 881:1.0 882:1.0 883:1.0 884:1.0 885:1.0
3 5:0.14285714285714285 14:0.03333333333333333 35:1.0 37:1.0 58:0.16666666666666666 118:5.0 530:1.0 638:1.0 886:1.0 887:1.0 888:1.0 889:1.0 890:1.0 891:1.0 892:1.0 893:1.0
3 13:0.2 14:0.03333333333333333 17:0.047619047619047616 22:1.0 35:1.0 41:1.0 64:0.16666666666666666 79:0.058823529411764705 108:0.2 315:1.0 683:1.0 885:1.0 894:1.0 895:1.0
3 13:0.2 70:0.3333333333333333 79:0.058823529411764705 118:1.0 289:0.25 292:0.25 416:0.25 878:1.0 896:1.0 897:1.0 898:1.0 899:1.0 900:1.0 901:1.0
3 79:0.058823529411764705 180:1.0 902:1.0 903:1.0 904:1.0
3 4:0.16666666666666666 13:0.2 20:1.0 32:0.3333333333333333 70:0.3333333333333333 76:1.0 79:0.058823529411764705 97:1.0 177:0.25 192:0.16666666666666666 207:1.0 245:1.0 369:1.0 657:3.0 843:1.0 867:1.0 871:1.0 878:1.0 900:1.0 905:1.0 906:2.0 907:1.0 908:1.0 909:1.0 910:1.0
3 4:0.3333333333333333 13:0.2 14:0.03333333333333333 28:1.0 41:1.0 43:0.1111111111111111 54:1.0 79:0.058823529411764705 107:1.0 119:1.0 145:0.2 177:0.25 212:1.0 214:0.25 227:1.0 344:1.0 345:1.0 500:0.5 911:1.0 912:1.0 913:1.0 914:1.0
3 4:0.16666666666666666 5:0.14285714285714285 8:0.2 13:0.4 17:0.09523809523809523 29:0.25 32:0.16666666666666666 43:0.1111111111111111 70:0.6666666666666666 79:0.17647058823529413 89:0.5 97:1.0 125:1.0 170:1.0 657:1.0 759:1.0 878:1.0 879:1.0 900:1.0 905:1.0 915:1.0 916:1.0 917:1.0 918:1.0 919:1.0 920:1.0
3 5:0.14285714285714285 13:0.8 17:0.09523809523809523 20:1.0 28:1.0 43:0.1111111111111111 55:0.5 79:0.058823529411764705 292:0.25 416:0.25 506:1.0 657:1.0 833:1.0 921:1.0 922:1.0 923:1.0 924:1.0 925:1.0 926:1.0 927:1.0 928:1.0 929:1.0 930:1.0
3 17:0.09523809523809523 70:0.3333333333333333 133:1.0 829:1.0 931:1.0 932:1.0 933:1.0
3 4:0.16666666666666666 13:0.2 14:0.06666666666666667 17:0.14285714285714285 29:0.25 35:1.0 43:0.1111111111111111 58:0.16666666666666666 70:0.3333333333333333 76:1.0 78:0.25 177:0.25 192:0.3333333333333333 207:1.0 245:1.0 289:0.5 369:1.0 653:1.0 843:1.0 871:1.0 872:1.0 873:1.0 915:1.0 931:2.0 934:1.0 935:1.0 936:1.0 937:1.0 938:1.0 939:1.0 940:1.0 941:1.0 942:1.0
3 4:0.16666666666666666 5:0.14285714285714285 13:0.4 14:0.1 29:0.25 35:1.0 43:0.1111111111111111 64:0.16666666666666666 79:0.11764705882352941 85:0.1111111111111111 97:2.0 193:1.0 373:1.0 660:1.0 703:1.0 758:1.0 915:1.0 943:1.0 944:1.0 945:1.0 946:1.0 947:1.0
3 11:0.3333333333333333 17:0.047619047619047616 133:1.0 192:0.16666666666666666 872:1.0 948:1.0 949:1.0 950:1.0 951:1.0 952:1.0
3 4:0.3333333333333333 5:0.14285714285714285 13:0.2 17:0.047619047619047616 20:1.0 29:0.25 31:1.0 85:0.1111111111111111 133:1.0 177:0.5 231:1.0 307:1.0 344:1.0 707:1.0 737:1.0 759:1.0 947:1.0 953:1.0 954:1.0 955:1.0 956:1.0
3 4:0.16666666666666666 13:0.2 14:0.06666666666666667 17:0.047619047619047616 36:0.08333333333333333 43:0.1111111111111111 64:0.16666666666666666 79:0.058823529411764705 97:2.0 193:1.0 292:0.5 758:1.0 793:0.3333333333333333 857:1.0 971:1.0 972:1.0 973:1.0 974:1.0 975:1.0 976:1.0
3 14:0.03333333333333333 17:0.14285714285714285 22:1.0 29:0.25 35:1.0 128:1.0 160:1.0 212:1.0 289:0.5 308:1.0 315:1.0 399:1.0 790:1.0 899:1.0 977:1.0 978:1.0 979:1.0
3 11:0.3333333333333333 14:0.03333333333333333 17:0.047619047619047616 22:1.0 35:1.0 58:0.3333333333333333 85:0.1111111111111111 96:0.5 315:1.0 530:1.0 980:1.0 981:1.0 982:1.0 983:1.0 984:1.0
3 4:0.16666666666666666 13:0.2 14:0.1 17:0.047619047619047616 28:1.0 35:1.0 43:0.1111111111111111 50:1.0 58:0.16666666666666666 64:0.16666666666666666 85:0.1111111111111111 88:1.0 96:0.5 98:0.3333333333333333 192:0.16666666666666666 496:1.0 599:1.0 611:1.0 666:1.0 667:1.0 761:1.0 808:1.0 985:1.0 986:1.0 987:1.0 988:2.0 989:1.0 990:1.0 991:1.0 992:1.0
3 4:0.5 10:0.5 13:0.2 17:0.047619047619047616 31:1.0 33:1.0 58:0.16666666666666666 85:0.1111111111111111 119:1.0 133:2.0 177:0.5 214:0.25 225:1.0 265:1.0 308:1.0 344:1.0 513:1.0 655:1.0 1097:1.0
3 123:1.0
3 5:0.14285714285714285 17:0.047619047619047616 58:0.16666666666666666 70:1.0 79:0.11764705882352941 85:0.1111111111111111 96:0.5 123:1.0 133:1.0 170:1.0 436:1.0 603:1.0 834:1.0
3 4:0.16666666666666666 5:0.14285714285714285 16:1.0 17:0.047619047619047616 29:0.25 58:0.16666666666666666 70:0.6666666666666666 133:1.0 177:0.25 192:0.16666666666666666 265:1.0 333:1.0 611:1.0 740:0.5 790:1.0 794:1.0
3 4:0.16666666666666666 5:0.14285714285714285 13:0.2 17:0.14285714285714285 24:0.2 54:1.0 70:0.3333333333333333 85:0.1111111111111111 116:1.0 177:0.75 208:1.0 214:0.25 225:1.0 298:0.25 311:1.0 369:3.0 530:1.0 533:1.0 810:1.0 1819:1.0 1889:1.0
3 5:0.14285714285714285 13:0.2 17:0.09523809523809523 20:2.0 29:0.25 32:0.3333333333333333 39:2.0 53:1.0 55:0.5 58:0.16666666666666666 78:0.25 108:0.4 118:1.0 133:1.0 177:0.5 245:3.0 273:1.0 289:0.25 290:1.0 358:1.0 433:1.0 473:1.0 506:2.0 705:2.0 719:1.0 740:1.5 788:0.3333333333333333 857:1.0 933:1.0 958:1.0
|
1303110c5e8861b17031c58e996e900442b0b994
|
c2249f1089957357481c4bc88e17047fb96af0fd
|
/TestCases/verb.tst
|
59348a98b0fd2c16925c56b2564a12ef3e174c00
|
[] |
no_license
|
FikriAnuar/LaTeXParser
|
9bf5d0f1ea85d26ae4cb4cb72ef0cd95a7e358d6
|
97a872d3903aafea98045050f1782b0ff7840ed7
|
refs/heads/master
| 2022-12-12T04:17:47.702201 | 2020-09-09T16:38:05 | 2020-09-09T16:38:05 | 294,170,332 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 417 |
tst
|
verb.tst
|
\begin{document}
\pagenumbering{Roman}
\Roman{1}
\renewcommand{\baselinestretch}{3}
Checking that a simple verbatim works correctly!
\begin{verbatim}
Single is for Single spacing
Verbatim allows text that matches the
Itemize uses ticks to indicate items
Center allows a block to be centered
\end{verbatim}
Does this start off correctly with 1 and does it reset after verbatim?
\end{document}
|
d20aa5a0ad4a8bccd31288168a87e5212f37aea2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1271/CH15/EX15.5/example15_5.sce
|
134e1e527b2e14c12cb4567974c4e6145d02738c
|
[] |
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 | 418 |
sce
|
example15_5.sce
|
clc
// Given that
delta_x = 1e-10 // error in position in m
e = 1.6e-19 // charge on an electron in C
m = 9.1e-31 // mass of electron in kg
h = 6.62e-34 // Planck constant in J-sec
// Sample Problem 5 on page no. 15.26
printf("\n # PROBLEM 5 # \n")
printf("Standard formula used \n")
printf(" del_x*del_p = h/(4*pi) \n")
delta_p = h / (4 * %pi * delta_x)
printf("\n Uncertainty in momentum is %e kg m/sec.",delta_p)
|
da7c632b552e1b3dd777c8ded22f4f14e4bd61ba
|
6e257f133dd8984b578f3c9fd3f269eabc0750be
|
/ScilabFromTheoryToPractice/Computing/testmatrixstring.sce
|
1f9cbb6c63210e4c674c20bd7313ba1c8af36e89
|
[] |
no_license
|
markusmorawitz77/Scilab
|
902ef1b9f356dd38ea2dbadc892fe50d32b44bd0
|
7c98963a7d80915f66a3231a2235010e879049aa
|
refs/heads/master
| 2021-01-19T23:53:52.068010 | 2017-04-22T12:39:21 | 2017-04-22T12:39:21 | 89,051,705 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 106 |
sce
|
testmatrixstring.sce
|
A='scilab'
B='5.4.0'
M=[A, B; B,A] // string matrix
length(M) // length of strings in M
|
3f6bb3cb4611ed0521d77e021747817c30dae506
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2510/CH7/EX7.2/Ex7_2.sce
|
af8f85bee40d949e4f1574092bc0ced8984326e1
|
[] |
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 | 811 |
sce
|
Ex7_2.sce
|
//Variable declaration:
k = 0.026 //Thermal conductivity of insulating material (Btu/ft.h.°F)
L = 1.0 //Thickness of insulating material (ft)
TC = 70.0 //Temperature on the cold side surface (°F)
TH = 210.0 //Temperature on the hot side surface (°F)
c = 0.252 //Kilocalorie per hour in a Btu per hour
m = 0.093 //meter square in a feet square
//Calculation:
DT = TH-TC //Change in temperature (°F)
Q1 = k*DT/L //Rate of heat flux throughthe wall (Btu/f^t2.h.)
Q2 = Q1*c/m //Rate of heat flux throughthe wall in SI units (kcal/m^2.h)
//Result:
printf("The rate of heat flux in Btu/ft^2.h is : %.3f Btu/ft^2.h.",Q1)
printf("The rate of heat flux in SI units is : %.3f kcal/m^2.h.",Q2)
|
767c1c58d9c0b4f0e60ca05efd3d0e8b29d43ac3
|
04e4dfecf86c47abbad9ad721bcbc552300a8834
|
/pid_controller/start.sce
|
116c8e2842945bc44415c2a88bb0cf467ac9e32e
|
[] |
no_license
|
rupakrokade/scilab_local_codes
|
702f741a5cadc6da56e428f7379971818238ff22
|
4de8383487def7f18a1f19906397ed4eaf42480e
|
refs/heads/master
| 2021-01-19T06:58:47.689324 | 2015-10-24T11:55:34 | 2015-10-24T11:55:34 | 26,806,574 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 152 |
sce
|
start.sce
|
getd ../common_files/
getd()
exec ../common_files/loader.sce
exec ser_init.sce
disp("Multiple xcos files. Please manualy open the required xcos file")
|
98653746e1545199492f4f1794b536fb6a56a58b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2333/CH2/EX2.31/31.sce
|
23cf5da8d657e23891ec14953acf9e7675dcd590
|
[] |
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 | 515 |
sce
|
31.sce
|
clc
// Given that
lambda = 6000 // Wavelength of light in angstrom
n = 10 // Order of ring
D_n = 0.5 // Diameter of 10th fringe in m
// Sample Problem 31 on page no. 100
printf("\n # PROBLEM 31 # \n")
printf("\n Standard formula used \n Beta = lambda/(2*mu*theta)\n")
r = (D_n*1e-2)^2/(4*n*lambda*1e-10) // Calculation of diameter of dark ring
t = n*lambda*1e-10/2 // calculation of thickness of air column
printf("\n Diameter of dark ring is %f cm \n Thickness of air column is %e cm.",r*1e2,t*1e2)
|
7e0be69dca3dca72314673039be45b84ee2bd299
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/564/DEPENDENCIES/23_2data.sci
|
5c96bd674d6e6b7532c8f4dcee2359541ab138a3
|
[] |
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 | 365 |
sci
|
23_2data.sci
|
//matrices are in the order[120;12i;13;24;34;35;46;56]
L=[1650;508;775;775;380;508;508;254];//length,given in mm
t=[1.22;2.03;1.22;1.22;1.63;0.92;0.92;0.92];//thickness,given in mm
G=[24200;27600;24200;24200;27600;20700;20700;20700];//given in N.mm^2
Gref=27600;//given in N^mm^2
A=[258000;355000;161000];//cell area,given in mm^2
T=11.3*10^6;//torque,given in N.mm
|
3cdc09caed98b2a1b3c6bac31c116e273d3486f3
|
ad618ca6b5ed579648f418556d871a22f9a21aaf
|
/sci_scripts/feature_extract.sci
|
7286d72fe30e317c8a54d150d8d7b9133e8753f1
|
[] |
no_license
|
manojgudi/sci_ocr
|
6de17d33475b7f2429a3dbe39fd0711138e3e14a
|
d18e7bc7a244d73f59830dd914f7aa9059726696
|
refs/heads/master
| 2020-05-20T10:05:31.612844 | 2013-03-15T05:16:45 | 2013-03-15T05:16:45 | null | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,748 |
sci
|
feature_extract.sci
|
// Functions for qualitative feature extraction
// functions
function [sum_vector] = vector_sum(image_mat, mode_str)
image_mat_size = size(image_mat);
select mode_str
case "cols" then // Sum of each column
cols_sum = []
for i = 1 : image_mat_size(2)
col_sum(1,$+1) = sum(image_mat(:,i)); // col_sum is row vector
end
sum_vector = col_sum;
col_sum = [];
case "rows" then // Sum of each row
row_sum = []
for i = 1 : image_mat_size(1)
row_sum(1,$+1) = sum(image_mat(i,:)); // row_sum is row vector
end
sum_vector = row_sum;
row_sum = [];
else
printf("check for args");
end
endfunction
// image_mat is a binary image
function [feature_struct] = extract_feature(image_mat)
image_mat_size = size(image_mat);
feature_struct = struct('content', (sum(image_mat)/(image_mat_size(1) * image_mat_size(2))) ,...
'row_vector' , vector_sum(image_mat, "rows"), ...
'col_vector' , vector_sum(image_mat, "cols"));
endfunction
// Non-integral scaling( = old_size/new_size ) Decimation function
function [dec_vec] = decimate_vector(given_vec, new_size)
given_vec_size = max(size(given_vec));
// Assuming row_vector; and assuming given_vec_size > new_size
no_of_removal = given_vec_size - new_size;
if no_of_removal <> 0 then
step_size = given_vec_size / no_of_removal;
// To fill in zeros, later 1 will be subtracted
given_vec = given_vec+1;
count = step_size;
for i = 1:step_size:given_vec_size
given_vec(i)=0;
end
// Remove Zeros from given_vec, shrinking,
dec_vec = [];
for i = 1 : given_vec_size
if given_vec(i)<> 0 then
dec_vec(1,$+1)=given_vec(i) - 1 ; // The addition of 1 earlier is subtracted here
end
end
else
dec_vec = given_vec;
end
endfunction
|
7cd2ecf4bbf83a3bb4ab10de2278fa40dcac22a1
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1445/CH2/EX2.15/ch2_ex_15.sce
|
09182c5edc8202d1329d95009c2fde8bdc1d5ced
|
[] |
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 | 995 |
sce
|
ch2_ex_15.sce
|
//CHAPTER 2- STEADY-STATE ANALYSIS OF SINGLE-PHASE A.C. CIRCUIT
//Example 15
disp("CHAPTER 2");
disp("EXAMPLE 15");
//VARIABLE INITIALIZATION
I=2; //in Amperes
angle_I=60; //in degrees
v1=200; //in Volts
f=50; //in Hertz
//SOLUTION
z1=v1/I;
disp(sprintf("The impedance is %d Ω, %d degrees",z1,angle_I));
//function to convert from polar form to rectangular form
function [x,y]=pol2rect(mag,angle);
x=mag*cos(angle*(%pi/180)); //to convert the angle from degrees to radians
y=mag*sin(angle*(%pi/180));
endfunction;
[r,x1]=pol2rect(z1,angle_I);
disp(sprintf("The resistance is %d Ω",r));
L=x1/(2*%pi*f);
disp(sprintf("The inductance is %f H",L));
v2=100;
f2=25;
x2=2*%pi*f2*L;
z2=sqrt((r^2)+(x2^2));
angle=atan(x2/r);
I1=v2/z2;
p=v2*I1*cos(-angle);
disp(sprintf("The power consumed is %f W",p));
//Answer may be slightly different due to precision of floating point numbers
//END
|
9205913aa500985f0dc26c430e14b3f784ed0674
|
06a62d768e69fd9dda11b30011c252807e301813
|
/forwardDifference.sci
|
d5c0b4b4adf8dd2308a719b56ece6b740366df9e
|
[] |
no_license
|
vikram-niit/matlab
|
36ce3d9539629128251eab060164ce81c03aa690
|
da8aeb4d727c47474d37676650664bd028d7e41d
|
refs/heads/master
| 2020-03-18T13:40:37.068765 | 2018-05-25T03:51:55 | 2018-05-25T03:51:55 | 134,800,217 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 315 |
sci
|
forwardDifference.sci
|
function[firstDerivative, h, err] = forwardDifference(x, h)
firstDerivative = [];
err = [];
for(i = 1:10)
firstDerivative = (-atan(x + 2 .* h) + 4 * atan(x+h) - 3*atan(x))./(2.*h);
trueValue = 1/(1+(x*x));
err = abs(trueValue - firstDerivative);
end
endfunction
|
48145804b423997c04724d0225cd8fce5a55e563
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1514/CH20/EX20.1/20_1.sce
|
abbec587f3b73cfc84e7fcafc84b49bacf93cf97
|
[] |
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 | 561 |
sce
|
20_1.sce
|
//chapter 20
//example 20.1
//page 636
clear all;
clc ;
//given
C1=150;C2=60//capacitance from abrupt junction device characteristics at 1,10V resp in pF
//capacitance tunning ratio for abrupt junction device
TR=C1/C2;
printf("\ncapacitance tunning ratio for abrupt junction device is %.1f ",TR)
C3=220;C4=15//capacitance from hyperabrupt junction device characteristics at 1,10V resp in pF
//capacitance tunning ratio for hyperabrupt junction device
TR=C3/C4;
printf("\ncapacitance tunning ratio for hyperabrupt junction device is %.1f ",TR)
|
3c517b38a85c062b229de708138126d5662b50b6
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2939/CH6/EX6.6/Ex6_6.sce
|
e8294340184f779db4e6fbb08cc357d80f7c84af
|
[] |
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 | 360 |
sce
|
Ex6_6.sce
|
// Ex6_6
clc;
// Given:
a1=92;// atomic no. of U
a2=40;//atomic no. of Zr
a3=58;// atomic no. of Ce
// Solution
// By principle of equal charge displacement
z1=0.5*(a1+a2-a3);
printf("\n z1=%f",z1)
z2=0.5*(a1-a2+a3);
printf("\n z2=%f",z2)
//From z1 and z2 we have the primary fragments are Rb(37), atomic mass(94) and Cs(55), atomic mass (140).
|
012077873cdc07b65f0727147e42ab510b97947b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1752/CH3/EX3.1/exa_3_1.sce
|
1e7ef2169109ae4098e229c06f3fde35c84e76cd
|
[] |
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 | 759 |
sce
|
exa_3_1.sce
|
//Exa 3.1
clc;
clear;
close
// given data
format('v',5);
d=20;// in mm
d=d*10^-3;//in m
h=5;// in W/m^2K
T_0=100;// in degree C
T_infinite=20;// in degree C
K=15;// in W/m-K
//(i)Temperature distribution equation
disp("(i) Temperature distribution equation");
disp("theta/theta_0= (T-T_infinite)/(T_0-T_infinite) = %e^-m*x ")
rho=%pi*d;// in m
A=%pi*d^2/4;//in square meter
m=sqrt(h*rho/(K*A));
disp("m = "+string(m));
disp("Temperature distribution equation is ")
disp("theta/theta_0= (T-T_infinite)/(T_0-T_infinite) = %e^-"+string(m)+"*x");
//(ii)Heat loss from the rod
t_0=100;// in degree C
t_infinite=20;// in degree C
q=sqrt(K*A*h*rho)*(t_0-t_infinite);
disp("(ii) Heat loss from the road is : "+string(q)+" watt");
|
30db3ce1d2f088ac66896291efa656e56a84ba8e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3773/CH12/EX12.3/Ex12_3.sce
|
180c7bee2aaadc8f88b16ea284493bc60cafb021
|
[] |
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 | 677 |
sce
|
Ex12_3.sce
|
//Chapter 12: The Cylindrical Antenna and the Moment Method
//Example 12-12.3
clc;
//Variable Initialization
z11_exact = 2-1921*%i //Exact impedance vector (ohm)
z12_exact = 1.9971-325.1*%i //Exact impedance vector (ohm)
z11_apprx = 1.9739-1992*%i //Approximate impedance vector (ohm)
z12_apprx = 1.9739-232.8*%i //Approximate impedance vector (ohm)
vmat =([1;0])
//Calculations
zmat_exact =([z11_apprx,z12_apprx;z12_apprx, z11_apprx]) //Impedance matrix (unitless)
[i1] = linsolve(zmat_exact,vmat) //Current matrix (unitless)
i1=i1*-1
zin = 1/i1(1)
//Result
mprintf("The input impedance for order N = 2 is %.3f%.3fi ohm",real(zin),imag(zin))
|
2f0cddf622454b652e85270f16ffbb4248b1503a
|
62e6605ab494919b6833bf1a1b158bcb6f9b79df
|
/idinputtest.sce
|
7f1006660ec327213c88d399a32d4c7a7995bf52
|
[] |
no_license
|
mani1250/system-identification
|
c597c26d10bb5dd62b1b4db650b3945afc336e37
|
5db0536c792dfaa4a8f01561315263503ff34d3d
|
refs/heads/master
| 2021-01-12T06:56:00.703593 | 2017-03-07T12:18:15 | 2017-03-07T12:18:15 | 76,865,655 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 129 |
sce
|
idinputtest.sce
|
// Rgs
n = 8
band = [0 0.39889];
evels = [-1 1];
X = idinput(n,"rgs",band,levels);
// Rbs
X = idinput(n,"rbs",band,levels)
|
bb812ffce5caed2a7d520d4579d6e91bfa3b9ef0
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2339/CH4/EX4.24.1/Ex4_24.sce
|
beec1031f5833132166c867d7b0511e8a975bade
|
[] |
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 | 737 |
sce
|
Ex4_24.sce
|
clc
clear
//At state 1
P1=20; //in bar
V=2;
Vg1=0.0996; //in m^3/kg
Tsat1=212.4+273; //in K
Tsup1=573; //in K
V1=Vg1*(Tsup1/Tsat1);
m=V/V1;
//At state 2
V2=V1;
Vg2=V2;
P2=16.9; //From Steam Table
//Calculations
Hg1=2799.5; //in kJ/kg
Cps=2.1; //in kJ/kg K
H1=m*(Hg1+(Cps*(Tsup1-Tsat1)));
U1=H1-(P1*100*V);
Hg2=2795.5; //in kJ/kg from Steam table
H2=m*Hg2;
U2=H2-(P2*100*V);
Q=U2-U1;
printf('Heat Transferred: %3.1f kJ',Q);
printf('\n');
Sg1=6.341; //in kJ/kg K
S1=Sg1+(Cps*log(Tsup1/Tsat1));
S2=6.4022; //From Steam Table
S=m*(S2-S1);
printf('Change in Entropy: %3.3f kJ/K',S);
printf('\n');
|
504fbb721936613bfb964900c6e45736ff1b057b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/2858/CH11/EX11.5/Ex11_5.sce
|
043a5cc0bc0686006d474cb67d3dd9378d1abf43
|
[] |
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 | 400 |
sce
|
Ex11_5.sce
|
//example 11.5
clc; funcprot(0);
D=[6, 12, 20];
fc=[34.34, 54.94, 70.63];
alpha=[0.84, 0.71, 0.63];
dL=[6, 6, 8];
p=4*0.305;
Qs=0;
printf(" depth(m)\t fc(kN/m^2)\t alpha \t deltaL(m)\t Q(kN)\n");
for i=1:3
Q(i)=alpha(i)*fc(i)*p*dL(i);
Qs=Q(i)+Qs;
printf("%.2f\t\t %.2f\t %.2f\t %.2f\t\t %.2f\n",D(i),fc(i),alpha(i),dL(i),Q(i));
end
disp(Qs,"bearing force in kN");
|
6d4cc049aba2c71a293eee6689b394711bbbbe10
|
d6a6cc445f5ceecaae1f5b5a0645bf90137275d9
|
/testing/TestClientBarFiles/MB8BROKER_testSoapNodesSample.tst
|
7d08fd1bc59291b8c02a8d5baba155c5c3a8a130
|
[] |
no_license
|
zahegroj/broker
|
9da37d6ff6b2bd3e5d91fc27241528503ea3301c
|
869d7dadf3da7649c8a56d16aa76bd8313c8fbfb
|
refs/heads/master
| 2021-01-17T03:18:06.272658 | 2016-10-28T05:58:23 | 2016-10-28T05:58:23 | 14,750,251 | 0 | 2 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 225 |
tst
|
MB8BROKER_testSoapNodesSample.tst
|
***************************************************
* Run the following command to create the queues *
* runmqsc <queue manager name> <MB8BROKER_testSoapNodesSample.tst *
***************************************************
|
ba18676ef4bed6f618193b6fdd47c50fb6cc4bf2
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1802/CH10/EX10.7/Exa10_7.sce
|
697082d5b590eb726755c28b4a8205b56259b177
|
[] |
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 | 926 |
sce
|
Exa10_7.sce
|
//Exa 10.7
clc;
clear;
close;
//Given Data :
format('v',7);
//(i)
IMO=200;//in HP(Induction Motor output)
IMO=IMO*0.7355;//in KW(Induction Motor output)
LagEff=90;//in %
LagEff=90/100;//in fraction
MotorIn=IMO/(LagEff);//in KW
cosfi_1=0.75;//powerfactor
tanfi_1=tand(acosd(cosfi_1));//unitless
Pr1=MotorIn*tanfi_1;//in KVAR
//(ii)
P2=300;//in KW
cosfi_2=0.5;//unitless
tanfi_2=tand(acosd(cosfi_2));//unitless
Pr2=P2*tanfi_2;//in KVAR
//(iii)
P3=200;//in KW
cosfi_3=1;//unitless
tanfi_3=0;//unitless
Pr3=0;//in KVAR
//(iv)
PsynMotor=500;//in KW
Eff=93;//in %
Eff=93/100;//in fration
Input=PsynMotor/Eff;//in KW
Pa=MotorIn+P2+P3+PsynMotor;//in KW
P1=Pr1+Pr2+Pr3;//in KVAR
cosfi=1;//unitless
tanfi=0;//unitless
Pr=Pa*tanfi;//in KVAR
Prm=Pr-P1;//in KVAR
tanfi_m=Prm/Input
cosfi_m=cosd(atand(tanfi_m));//unitless
disp(cosfi_m,"P.F. of the motor(lead) :");
//Note : Answer in the book is wrong
|
65873e6e2c0bf4dce67f189515ca1b6d8f9fedac
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1703/CH10/EX10.4/10_4.sce
|
85f9f0d9b9b0569ddbffabe6c36f1df2cd41a35a
|
[] |
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 | 314 |
sce
|
10_4.sce
|
clear
clc
//initialisation of variables
D= 2 //ft
f= 0.005
l= 10000 //ft
g= 32.2 //ft/sec^2
H= 1000 //ft
w= 62.4 //lb/ft^3
//CALCULATIONS
d= (2*D^5/(f*l))^0.25
v= sqrt(8*g*H*D^5/(f*l*d^4+4*D^5))
HP= w*%pi*d^2*v^3/(2*g*550*4)
Q= %pi*d^2*(HP/67)/4
//RESULTS
printf ('Quantity flowing = %.f cuses',Q)
|
1598697b36e6190553a8ea83495874d14f887ebf
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/165/CH21/EX21.1/ex21_1.sce
|
59b5c0c93654d56c186eab584bba859dfcf33591
|
[] |
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 | 268 |
sce
|
ex21_1.sce
|
//Example 21.1
clc;
//Given data
Em=0.013; //in amperes
Eref=0.010; //in amperes
Emax=0.02; //in amperes
Emin=0.004; //in amperes
//percentage error
Ep=(Em-Eref)*100/(Emax-Emin);
disp(Ep,'Percentage error in measurement');
|
30e83963d434da372ae1ce39ec66b085a7cb756b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/67/CH7/EX7.7/example77.sce
|
9f4aaa62620c01a8a18424ca963e6fb4ba64f64c
|
[] |
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 | 213 |
sce
|
example77.sce
|
//Example 7.7
clc;
syms n z;
X1=0;
X2=0;
for i=0:2:4
x1=(1/2)^i;
X1=X1+x1*z^-i;
end
for i=1:2:5
x2=(1/3)^i;
X2=X2+x2*z^-i;
end
x3=2^n;
X3=symsum(x3*(z^-n),n,-%inf,1);
X=X1+X2+X3;
disp(X,'X(z)=');
|
b6d662f3841a3b45c05430f74d0cdc91911b7dee
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1460/CH11/EX11.9/11_9.sce
|
c2a1995f9bc12c3971a9efddebf00960c6abb910
|
[] |
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 | 259 |
sce
|
11_9.sce
|
clc
//initialization of variables
V=1000 //mph
P=14.7 //lb/in^2
T=60 //F
g=1.4
//calculations
V1=V*(88/T)
Pratio=(1+ (g-1)*V1^2 /(2*g*32.2*53.3*(T+460)))^(g/(g-1))
eta=1-1/(Pratio)^0.286
//results
printf("Theoretical cycle efficiency = %.3f",eta)
|
27c877d5940d2cc056f42a9b1e77b4b1dd6faca3
|
7ed1d2e173ac7ffd8b5c4aa3a8c69d2d4a24f3b7
|
/sestavy/daniela stloukalová/6/SML/G32SMLS1.TST
|
5eb35563ef1dd469a2e66b6d07bd2ad101c025e9
|
[] |
no_license
|
StepanSukovyc/navrhar-sestav
|
6b98e3ed56b0b9e15aec495fd32b7ec58eec7319
|
9b6fbca9dd62222f17a4e2522234871ea1554f6d
|
refs/heads/master
| 2023-07-29T02:24:17.924750 | 2021-09-08T10:47:29 | 2021-09-08T10:47:29 | 268,037,919 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,403 |
tst
|
G32SMLS1.TST
|
[program]
revize=32SMLS138001L13
licence_od=GPRA
licence_pro=TSKR
dat_akt=2019-01-30
[files]
@(GINADR)@\SML\FRM
GPRA0AE5.ALF s=7304 c=21006 sha2=8921A44D8B892D7E351118FF3734625E7A86BC501C06E73E03D768768383B865
GPRAA047.ALF s=7953 c=14569 sha2=39EC1D6C2A45D003272981708D3B11775528BB07590335716074EC7B71243EFB
GPRAA048.ALF s=7960 c=14390 sha2=BE5065AB586BAE360C777C58EAA86BEF714723E5029EA46A7466084BD8DBA9D3
GPRAA049.ALF s=7955 c=15480 sha2=02310A177DDD9E74725024783499A2757654D8EE4F11E24A72CD014DB94E6089
GPRA0AE5.ZIP s=21277 c=29184 sha2=DB1BAD8402CF0568BDE7AFB1C0EFB6FE2F1C2AF9F24FCDF7A6BFB9E6E9336481
GPRAA047.ZIP s=70498 c=60797 sha2=C5B7883203ACF29E77A0F4EB3FD94E8711871218462AFE6FC101AC8F455705FD
GPRAA048.ZIP s=70608 c=23481 sha2=593C8D26A9513FC825CD3B2B8DABDED8F85274AEE05129A6BE77D195F13E07C6
GPRAA049.ZIP s=70718 c=21691 sha2=FB26CCD5B5DD7A175B2836FFCC049C9FEBAA24ACB73F4CC825D7ED571A1092BE
DATA.DAT s=2579 c=20658 sha2=EB4A7A9F165BEAD20C0BEADC51C6E563A69FD8086DB14F9BB5741616274459CF
GOR1118.SSR s=2057 c=25862 sha2=C964710A0C931F1EAA0A59EFC3502B4D3044F9685B039FC2BD5C4913F8BA64C9
@(GINADR)@\SML
G32SMLS1.TST
|
5c1a476c601ed67b8d10ed87257a443475c09c9e
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3472/CH9/EX9.12/Example9_12.sce
|
264606c3283d41bc1883f08ea692f413b14bb251
|
[] |
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,246 |
sce
|
Example9_12.sce
|
// A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART II : TRANSMISSION AND DISTRIBUTION
// CHAPTER 2: CONSTANTS OF OVERHEAD TRANSMISSION LINES
// EXAMPLE : 2.12 :
// Page number 109-110
clear ; clc ; close ; // Clear the work space and console
// Given data
d = 2.0 // Diameter of conductor(cm)
D_ab = 400.0 // Distance between conductor a & b(cm)
D_bc = 400.0 // Distance between conductor b & c(cm)
D_ca = 800.0 // Distance between conductor c & a(cm)
// Calculations
I_ab = 1.0*exp(%i*-240.0*%pi/180) // I_a/I_b
I_cb = 1.0*exp(%i*-120.0*%pi/180) // I_c/I_b
r_GMR = 0.7788*d/2.0 // GMR(cm)
L_a = 2.0*10**-7*complex(log((D_ab*D_ca)**0.5/r_GMR),(3**0.5/2*log(D_ab/D_ca))) // Inductance per phase of A(H/m)
L_amH = L_a*10.0**6 // Inductance per phase of A(mH/km)
L_b = 2.0*10**-7*complex(log((D_bc*D_ab)**0.5/r_GMR),(3**0.5/2*log(D_bc/D_ab))) // Inductance per phase of B(H/m)
L_bmH = L_b*10.0**6 // Inductance per phase of B(mH/km)
L_c = 2.0*10**-7*complex(log((D_ca*D_bc)**0.5/r_GMR),(3**0.5/2*log(D_ca/D_bc))) // Inductance per phase of C(H/m)
L_cmH = L_c*10.0**6 // Inductance per phase of C(mH/km)
D_eq = (D_ab*D_bc*D_ca)**(1.0/3) // Equivalent distance(cm)
L_avg = 0.2*log(D_eq/r_GMR) // Average inductance per phase(mH/km)
// Results
disp("PART II - EXAMPLE : 2.12 : SOLUTION :-")
printf("\nInductance of conductor a, L_a = (%.4f%.2fj) mH/km", real(L_amH),imag(L_amH))
printf("\nInductance of conductor b, L_b = %.3f mH/km", abs(L_bmH))
printf("\nInductance of conductor c, L_c = (%.4f+%.2fj) mH/km", real(L_cmH),imag(L_cmH))
printf("\nAverage inductance of each phase, L_avg = %.3f mH/km", L_avg)
|
e63a5da6316db9afd077698961e2650a08eaa1b3
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1952/CH6/EX6.1/Ex6_1.sce
|
0ae6a3db954beaa6e786de03b5fe5635d30672e7
|
[] |
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 | 289 |
sce
|
Ex6_1.sce
|
// chapter 6 , Example6 1 , pg 170
Vf=10^6 //Fermi velocity (in m/s)
m=9.11*10^-31 // mass of electron(in Kg)
Ef=(m*Vf^2)/2 //Fermi energy (in J)
printf("Fermi energy for the electrons in the metal=")
printf("Ef=%.1f eV",(Ef/(1.6*10^-19))) //converting J into eV
|
53b859687491112d1f2e63e08d08baeecef9dc67
|
b2675f983fedb79e5e6f1940962373bda0570ec4
|
/D1/Tests/trial2.tst
|
5d279a7da869dcffc2cea43298123d18d69db953
|
[] |
no_license
|
Meena92/Projects
|
b854c40b91515bb429c9e13fb0cbc95c03e0a9d6
|
06361e24bf51883ff4140db5c37c3f40836a5752
|
refs/heads/master
| 2020-03-29T01:45:03.726432 | 2019-06-11T05:26:08 | 2019-06-11T05:26:08 | 149,404,524 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 1,417 |
tst
|
trial2.tst
|
<?xml version="1.0" ?>
<TestCase name="trial2" version="5">
<meta>
<create version="10.0.0" buildNumber="10.0.0.431" author="admin" date="03/02/2018" host="inbasdpc10722" />
<lastEdited version="10.0.0" buildNumber="10.0.0.431" author="admin" date="03/02/2018" host="inbasdpc10722" />
</meta>
<id>AC930E61DDF11E88F93D8CB8A8AB1DA</id>
<Documentation>Put documentation of the Test Case here.</Documentation>
<IsInProject>true</IsInProject>
<sig>ZWQ9NSZ0Y3Y9LTEmbGlzYXY9MTAuMC4wICgxMC4wLjAuNDMxKSZub2Rlcz0tMjA3MzcwNTQ4NA==</sig>
<subprocess>false</subprocess>
<initState>
</initState>
<resultState>
</resultState>
<Node name="end" log=""
type="com.itko.lisa.test.NormalEnd"
version="1"
uid="AD2F4EC1DDF11E88F93D8CB8A8AB1DA"
think="0h"
useFilters="true"
quiet="true"
next="fail" >
</Node>
<Node name="fail" log=""
type="com.itko.lisa.test.Abend"
version="1"
uid="AD2F4EA1DDF11E88F93D8CB8A8AB1DA"
think="0h"
useFilters="true"
quiet="true"
next="abort" >
</Node>
<Node name="abort" log=""
type="com.itko.lisa.test.AbortStep"
version="1"
uid="AD2F4E81DDF11E88F93D8CB8A8AB1DA"
think="0h"
useFilters="true"
quiet="true"
next="" >
</Node>
</TestCase>
|
29e900f0c34524986f3f6d2af4e5969dad7f58a7
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/647/CH5/EX5.19/Example5_19.sce
|
4dec7015d3cfb8a912db66382ac0f7ff5eed2a3b
|
[] |
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 | 404 |
sce
|
Example5_19.sce
|
clear;
clc;
// Example: 5.19
// Page: 172
printf("Example: 5.19 - Page: 172\n\n");
// Solution
//*****Data*****//
Cp = 21;// [J/kmol]
T1 = 300;// [K]
T2 = 500;// [K]
S1 = 150;// [Entropy at T1, J/kmol]
//*************//
// This is a constant Entropy process. Therefore:
deltaS = Cp*log(T2/T1);// [J/kmol]
S2 = S1 + deltaS;// [J/kmol]
printf("Entropy at 500 K is %.2f J/kmol",S2);
|
b5312746deb1517a948024a40436db0ecd717c0a
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3136/CH7/EX7.3/Ex7_3.sce
|
4f70408d7c0ea3627e7ea6523765c38335a1cb4a
|
[] |
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,019 |
sce
|
Ex7_3.sce
|
clear all; clc;
disp("From the previous numerical wee have ßm1=αm2=54.5 degrees, tanßm1=1.405")
disp("ßm2=αm1=42.6 degrees. Thus tanßm2=0.92")
disp("tanßm1-tanßm2=1.55(1+1.5*(s/c)),thus we can determine s/c")
//let x= s/c
x=[1.55/(1.405-0.92)-1]/1.5
printf("Thus (s/c)= %0.2f",x)
disp("Also b/c=3,we have c=(rt-rh)/3")
rt=24
rh=15
c=(rt-rh)/3
printf("\n c= %0.0f in",c)
s=1.47*c
printf("\n Hence we determine s to be equal to %0.1f in",s)
rm=20
Zb=2*%pi*rm/s
printf("\n Zb= %0.0f",Zb)
disp("The blade angles can be estimated from ßb1=ßm1-i and ßb2=ßm2-δ")
disp("Where i=3 degrees and δ=m*Θ*((s/c)^0.5)")
//let n=a/c
n=0.5
disp("m=0.23*((2*(a/c))^2)+0.1*(ßm2/50)")
disp("Θ=ßm1-ßm2")
thita=11.9
m=0.23+(0.1*42.6/50)//for circular blade
printf("\n m= %0.3f",m)
m=0.315
x=1.47
delta=m*thita*(x^0.5)
printf("\n δ= %0.1f degrees",delta)
beta_b1=54.5-3
printf("\n ßb1= %0.1f degrees",beta_b1)
beta_b2=42.6-4.5
printf("\n ßb2= %0.1f degrees",beta_b2)
|
d9666c74a7d8a374f9c01a9db3948927087c2b90
|
14bc3319c950be3d948621a7bbb1ec00bcf96151
|
/TP3/SUJET/bancfiltres.sce
|
d2facacc9de48b350f4962004bc7823cded2eb87
|
[] |
no_license
|
Hadrien-Bonato-Pape/SSII
|
cc798b41908a2a0b388b7b6c5b33a33b9a4de3cd
|
385a1bbf3dfa4351e7c250a2625d2433e5b082a7
|
refs/heads/master
| 2022-06-17T18:06:23.208223 | 2020-05-10T15:00:16 | 2020-05-10T15:00:16 | 254,335,717 | 0 | 0 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 711 |
sce
|
bancfiltres.sce
|
function [s,E,Esignal,fe]=bancfiltres(M,R,fichier, play)
//Exemple [s,e,es,fe]=bancfiltres(8,128,'piano.wav',1);
[e,fe]=wavread(fichier);
N= R/(4*M);
H=[ones(1,N-1),0.9,0.5,0.1,zeros(1,R-2*N-3),...
0.1,0.5,0.9,ones(1,N-2)];
h=fftshift(real(ifft(H)));
n=0:R-1;
for j=0:M-1
bande(j+1,:)=2*cos((2*j+1)*n*%pi/(2*M)).*h;
end
for j=0:M-1
sfiltre=convol(e,bande(j+1,:));
s(j+1,:)=sfiltre(1:length(e));
wavwrite(s(j+1,:),fe,['s'+string(j+1)+'.wav']);
end
Esignal= e*e'/2;
E=diag(s*s')/2;
disp(['sum(E):',string(sum(E))])
bar([0:M-1]*fe/(2*M),100*E/Esignal)
xtitle(['Analyse de ',fichier],'frequence (Hz)'...
,'energie (% energie totale)')
xgrid();
if play then sound(sum(s,1),fe);
end
endfunction
|
e035b619a73cc090bfda7a36230cebb1305de50b
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1664/CH8/EX8.6/Ex8_6.sce
|
ab978be440a98ab54777f6da56ddc28c26b61094
|
[] |
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 | 375 |
sce
|
Ex8_6.sce
|
//Example No.8.6.
//Page No.232.
clc;clear;
n = 18.1*10^(28);
h = 6.62*10^(-34);//Planck's constant.
m = 9.1*10^(-31);//mass of electron
Efo = (h^(2)/(8*m))*(((3*n)/(%pi))^(2/3));//The fermi energy level at 0 k.
printf("\nFermi energy of Al at 0 k in joules = %3.3e J",Efo);
Efo = (Efo/(1.6*10^(-19)));
printf("\nFermi energy of Al at 0 k in eV = %.2fe eV",Efo);
|
4c2a40a01ee550e1810cd1053ac7dabc320600cb
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/761/CH17/EX17.5/17_5.sce
|
9268f84c298d1a207aadfad2e2117a66e7194939
|
[] |
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 | 251 |
sce
|
17_5.sce
|
clc;
//page no 628
//prob no. 17.5
//determination of characteristic impedance of waveguide with given 5GHz freq
f=5*10^9;fc=3.75*10^9;//Refering in eg. 17.4
Zo=377/sqrt(1-(fc/f)^2);
disp('ohm',Zo,'The characteristic impedance of waveguide is');
|
7afd2506d9b35bb2303125397e7d626b5841f8cd
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/3812/CH1/EX1.14.a/1_14_a.sce
|
1cde65ccde8710d47176a27754853b0fe6535bd5
|
[] |
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 | 218 |
sce
|
1_14_a.sce
|
//Example 1.14<a>
//check the given signL is PERIODIC OR NOT//
clc ;
t=-10:.01:10;
x=%i*(exp(%i*10*t));
subplot (311)
plot (t,x);
disp ('(a) this shows that the given signal is periodic with period (.2*%pi)');
|
3e167b34bac1baf3d41bee509dfc46a77eebf3d3
|
a159f59d19e2b03b234e9c2977ba4a932180e648
|
/Software/GreenScilabV0.9/env/1LeafAreaIndex.sci
|
c32ab4dfc5cbf953944d4d918e731b0f8352ba5f
|
[] |
no_license
|
OpenAgricultureFoundation/openag_sim
|
e052bbcc31b1d7f9b84add066327b479785f8723
|
425e678b55e24b5848d17181d25770175b8c2c3f
|
refs/heads/master
| 2021-07-01T06:25:08.753260 | 2017-09-20T21:44:18 | 2017-09-20T21:44:18 | 80,540,145 | 0 | 1 | null | null | null | null |
UTF-8
|
Scilab
| false | false | 255 |
sci
|
1LeafAreaIndex.sci
|
LAI
0.01118
0.01476
0.02474
0.04241
0.07318
0.12614
0.21594
0.36469
0.60331
0.96760
1.49141
2.18137
3.03129
3.90124
4.85330
5.77746
6.70020
7.51158
8.26183
8.84625
9.33977
9.66156
9.91541
10.04053
10.14973
10.17817
10.22772
|
9d91aa709773672508556bb9140678391a18f641
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/839/CH27/EX27.1/Example_27_1.sce
|
856e8ce70ce1c6fd17a123466b2e05959051e350
|
[] |
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 | 780 |
sce
|
Example_27_1.sce
|
//clear//
clear;
clc;
//Example 27.1
//Given
T = 60; //[F]
wA = 0.30; //[MgSO4]
wB = 0.70; //[H2O]
//Solution
//From Fig. 27.3 it is noted that the crystals are MgSO4.7H2O
//and that the concentration of the mother liquid is
xA = 0.245; //[anhydrous MgSO4]
xB = 0.755; //[H2O]
//Bases:
F_in = 1000; //[kg]
H2O_in = F_in*wB; //[kg]
H2O_evp = 0.05*H2O_in; //[kg]
M1 = 120.4; //[MgSO4 molecular weight]
M2 = 246.5; //[MgSO4.7H2O molecular weight]
M2_in = wA*F_in*M2/M1; //[kg]
H2O_free = F_in-H2O_evp-M2_in; //[kg]
ML = 100; //[kg]
M2_in100 = ML*xA*M2/M1; //[kg]
H2O_free100 = ML - M2_in100; //[kg]
M2_ML = M2_in100/H2O_free100*H2O_free; //[kg]
FC = M2_in - M2_ML; //[kg]
disp(FC,'kilograms of crystals obtained per kilogram of original mixture = ')
|
ac51bb010ec821d3f0cddd702ed31011629caa67
|
449d555969bfd7befe906877abab098c6e63a0e8
|
/1379/CH2/EX2.1.3/example2_3.sce
|
27a0405b4050f4f066976baa9d1ffc9321f486c4
|
[] |
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,316 |
sce
|
example2_3.sce
|
//exapple 2.3
clc; funcprot(0);
// Initialization of Variable
//1 refer to initial condition
R=8.314;
P1=550*10^3;
T1=273+350;
M=18/1000;
d=2.4/100;
pi=3.1428;
A=pi*d^2/4;
gamm=1.33;
roughness=0.096/1000/d;
l=0.85;
phi=0.0035//assumed value of friction factor
//calculation
nu1=R*T1/M/P1;
Pw=0.4*P1;//estimation
nuw=(P1/Pw)^0.75*nu1;
enthalpy=3167*1000;
Gw=sqrt(enthalpy*A^2/(gamm*nuw^2/(gamm-1)-nu1^2/2-nuw^2/2));
function[y]=eqn(x)
y=log(x/nu1)+(gamm-1)/gamm*(enthalpy/2*(A/Gw)^2*(1/x^2-1/nu1^2)+0.25*(nu1^2/x^2-1)-.5*log(x/nu1))+4*phi*l/d;
endfunction
deff('y=f(x)','eqn');
[x,v,info]=fsolve(0.2,eqn);
if x~=nuw then
disp("we again have to estimate Pw/P1");
disp("new estimate assumed as 0.45")
Pw=0.45*P1;//new estimation
nuw=(P1/Pw)^0.75*nu1;
// & we equalise nu2 to nuw
nu2=nuw;
Gw=sqrt(enthalpy*A^2/(gamm*nuw^2/(gamm-1)-nu1^2/2-nuw^2/2));
printf("mass flow rate of steam through pipe (kg/s): %.2f",Gw);
//part 2
disp(Pw/1000,"pressure of pipe at downstream end in (kPa):");
else
disp("our estimation is correct");
end
//part3
enthalpyw=2888.7*1000;//estimated from steam table
Tw=sqrt((enthalpy-enthalpyw+.5*Gw^2/A^2*nu1^2)*2*A^2/Gw^2/R^2*M^2*Pw^2);
disp(Tw-273,"temperature of steam emerging from pipe in (Celcius):")
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.