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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
128d18304a2f5f7212a8f28efb1d264b2f8c0207 | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.2/macros/metanet/%grae.sci | ce84b6d68a2472a4ce98ee9459164ef6b75cab00 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 2,682 | sci | %grae.sci | function [e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,..
e11,e12,e13,e14,e15,e16,e17,e18,e19,e20,..
e21,e22,e23,e24,e25,e26,e27,e28,e29,e30,..
e31]=%grae(i,f)
[lhs,rhs]=argn(0)
if rhs<>2 then error(39), end
if type(i)<>10 then error('The name of the element of the graph-list must be a string'), end
l=prod(size(i))
if lhs<>l then error(41), end
n=f(4)
ma=prod(size(f(5)))
direct=f(3)
for k=1:l
select i(k)
case 'name' then
execstr('e'+string(k)+'=f(2)')
case 'directed' then
execstr('e'+string(k)+'=f(3)')
case 'node_number' then
execstr('e'+string(k)+'=f(4)')
case 'tail' then
execstr('e'+string(k)+'=f(5)')
case 'head' then
execstr('e'+string(k)+'=f(6)')
case 'node_name' then
execstr('e'+string(k)+'=f(7)')
case 'node_type' then
execstr('e'+string(k)+'=f(8)')
case 'node_x' then
execstr('e'+string(k)+'=f(9)')
case 'node_y' then
execstr('e'+string(k)+'=f(10)')
case 'node_color' then
execstr('e'+string(k)+'=f(11)')
case 'node_diam' then
execstr('e'+string(k)+'=f(12)')
case 'node_border' then
execstr('e'+string(k)+'=f(13)')
case 'node_font_size' then
execstr('e'+string(k)+'=f(14)')
case 'node_demand' then
execstr('e'+string(k)+'=f(15)')
case 'edge_name' then
execstr('e'+string(k)+'=f(16)')
case 'edge_color' then
execstr('e'+string(k)+'=f(17)')
case 'edge_width' then
execstr('e'+string(k)+'=f(18)')
case 'edge_hi_width' then
execstr('e'+string(k)+'=f(19)')
case 'edge_font_size' then
execstr('e'+string(k)+'=f(20)')
case 'edge_length' then
execstr('e'+string(k)+'=f(21)')
case 'edge_cost' then
execstr('e'+string(k)+'=f(22)')
case 'edge_min_cap' then
execstr('e'+string(k)+'=f(23)')
case 'edge_max_cap' then
execstr('e'+string(k)+'=f(24)')
case 'edge_q_weight' then
execstr('e'+string(k)+'=f(25)')
case 'edge_q_orig' then
execstr('e'+string(k)+'=f(26)')
case 'edge_weight' then
execstr('e'+string(k)+'=f(27)')
case 'default_node_diam' then
execstr('e'+string(k)+'=f(28)')
case 'default_node_border' then
execstr('e'+string(k)+'=f(29)')
case 'default_edge_width' then
execstr('e'+string(k)+'=f(30)')
case 'default_edge_hi_width' then
execstr('e'+string(k)+'=f(31)')
case 'default_font_size' then
execstr('e'+string(k)+'=f(32)')
case 'node_label' then
execstr('e'+string(k)+'=f(33)')
case 'edge_label' then
execstr('e'+string(k)+'=f(34)')
case 'edge_number' then
execstr('e'+string(k)+'=ma')
case 'arc_number' then
if f(3)==1 then m=ma, else m=2*ma, end
execstr('e'+string(k)+'=m')
else
error('Bad name of graph-list element: '+string(i(k)))
end
end
|
765983b2a3f026c1031ee9fbbe822dc2f456b19a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2465/CH8/EX8.7/Example_7.sce | 1d5b25cf99398c2aa18afd78bfb7a6126c45b524 | [] | 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 | 258 | sce | Example_7.sce | //Chapter-8,Example 7,Page 196
clc();
close();
Ksp=3.45*10^-11 //solubility product of CaF2
//Ksp = [Ca+2]*[F-]^2
//Ksp = [S]*[2*S]^2
S = nthroot(Ksp,3)/4
printf('the solubility of CaF2 is S = %.7f mole/litre',S)
//mistake in textbook
|
6a4087532ed58f524bb13db24168299b1afc253d | 449d555969bfd7befe906877abab098c6e63a0e8 | /3281/CH12/EX12.6/ex12_6.sce | ec00eb8a3cc763b200254a41edf9036bda4b4399 | [] | 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 | 234 | sce | ex12_6.sce | //Page Number: 652
//Example 12.6
clc;
//Given
Z0=50; //ohm
p=2.4;
L=0.313;
x=2*%pi*L;
y=tan(x);
Zl=(Z0*(1+(p*p*%i)))/(p+(p*%i));
T=(Zl-Z0)/(Zl+Z0);
p=sqrt((real(T))^2+(imag(T))^2);
disp(p,'Reflection coefficient:');
|
e281bfb171d023c9d3aa78a554bb8fdc5a9b1f9d | 449d555969bfd7befe906877abab098c6e63a0e8 | /50/CH2/EX2.1/ex_1.sce | fe2fd52ce351013f5e1362eb86420f1b50623f39 | [] | 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 | 742 | sce | ex_1.sce | // The equation 8*x^3-12*x^2-2*x+3==0 has three real roots.
// the graph of this function can be observed here.
xset('window',0);
x=-1:.01:2.5; // defining the range of x.
deff('[y]=f(x)','y=8*x^3-12*x^2-2*x+3'); //defining the cunction
y=feval(x,f);
a=gca();
a.y_location = "origin";
a.x_location = "origin";
plot(x,y) // instruction to plot the graph
title(' y = 8*x^3-12*x^2-2*x+3')
// from the above plot we can infre that the function has roots between
// the intervals (-1,0),(0,1),(1,2).
|
807fe09a4ef00ad09bc94d5b10f7258c0975a6bc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1946/CH4/EX4.27/Ex_4_27.sce | 77596a2e25cb53e2ab3a14b9a5c7108654914277 | [] | 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 | 283 | sce | Ex_4_27.sce | // Example 4.27;//Maximum bit rate
clc;
clear;
close;
L=10;//Length in Km
Dt2=600*10^-12;//Birefringent in second per kilometer
B=(0.9)/(Dt2*L*10^3);//
Btm= round((B/0.55)*10^-3);// maximum bit rate in kilo bit per second
disp(Btm,"maximum bit rate in kilo bit per second")
|
7175c0b424a30c9e8458adf320ca11c7e24cce7b | 931df7de6dffa2b03ac9771d79e06d88c24ab4ff | /Search & ADS DMR.sce | 45ef2f4ba58eb67cf0f1e3247324ca0b99d24089 | [] | 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 | 230,839 | sce | Search & ADS DMR.sce | Name=Search & ADS DMR
PlayerCharacters=SA Challenger;SA Free Player
BotCharacters=SA Target.bot
IsChallenge=true
Timelimit=60.0
PlayerProfile=SA Challenger
AddedBots=SA Target.bot
PlayerMaxLives=0
BotMaxLives=0
PlayerTeam=1
BotTeams=2
MapName=search_and_ads.map
MapScale=1.0
BlockProjectilePredictors=true
BlockCheats=true
InvinciblePlayer=false
InvincibleBots=false
Timescale=1.0
BlockHealthbars=true
TimeRefilledByKill=0.0
ScoreToWin=1.0
ScorePerDamage=0.0
ScorePerKill=1.0
ScorePerMidairDirect=0.0
ScorePerAnyDirect=0.0
ScorePerTime=0.0
ScoreLossPerDamageTaken=0.0
ScoreLossPerDeath=0.0
ScoreLossPerMidairDirected=0.0
ScoreLossPerAnyDirected=0.0
ScoreMultAccuracy=false
ScoreMultDamageEfficiency=false
ScoreMultKillEfficiency=false
GameTag=MCA-12, Click-timing
WeaponHeroTag=Semi-auto, DMR
DifficultyTag=2
AuthorsTag=pleasewait
BlockHitMarkers=false
BlockHitSounds=false
BlockMissSounds=false
BlockFCT=true
Description=[**Hipfire doesn't deal damage**] Practice to shoot with ADS after searching for a target. ---------------------------------- Note: MCA stands for "Midweek Competitive Aiming", a local event for the competitive aiming community in Japan.
GameVersion=1.0.8.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
[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
[Bot Profile]
Name=SA Target
DodgeProfileNames=SA Dodging
DodgeProfileWeights=1.0
DodgeProfileMaxChangeTime=60.0
DodgeProfileMinChangeTime=60.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=60.0
UseWeapons=false
CharacterProfile=SA Target
SeeThroughWalls=true
NoDodging=false
NoAiming=true
[Character Profile]
Name=SA Challenger
MaxHealth=100.0
WeaponProfileNames=SA 10 vML DMR;;;;;;;
MinRespawnDelay=0.000001
MaxRespawnDelay=0.000001
StepUpHeight=16.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=36.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=0.0
MaxCrouchSpeed=160.0
Acceleration=2560.0
AirAcceleration=16000.0
Friction=1.0
BrakingFrictionFactor=0.5
JumpVelocity=0.0
Gravity=1.0
AirControl=0.25
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=72.0
MainBBRadius=12.0
MainBBHasHead=false
MainBBHeadRadius=10.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=72.0
ProjBBRadius=12.0
ProjBBHasHead=false
ProjBBHeadRadius=10.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=10.0
BlockSpawnDistance=8192.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=512.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=SA Free Player
MaxHealth=100.0
WeaponProfileNames=SA DMR;SA Delayed DMR;SA Non-scoped DMR;SA Non-scoped Delayed DMR;;;;
MinRespawnDelay=0.000001
MaxRespawnDelay=0.000001
StepUpHeight=0.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=36.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=320.0
MaxCrouchSpeed=500.0
Acceleration=9000.0
AirAcceleration=16000.0
Friction=4.0
BrakingFrictionFactor=2.0
JumpVelocity=256.0
Gravity=1.0
AirControl=0.25
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=true
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=true
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=72.0
MainBBRadius=12.0
MainBBHasHead=false
MainBBHeadRadius=16.0
MainBBHeadOffset=0.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=72.0
ProjBBRadius=12.0
ProjBBHasHead=false
ProjBBHeadRadius=16.0
ProjBBHeadOffset=0.0
ProjBBHide=true
HasJetpack=false
JetpackActivationDelay=0.2
JetpackFullFuelTime=4.0
JetpackFuelIncPerSec=1.0
JetpackFuelRegensInAir=false
JetpackThrust=6000.0
JetpackMaxZVelocity=400.0
JetpackAirControlWithThrust=0.25
AbilityProfileNames=;;;
HideWeapon=true
AerialFriction=0.0
StrafeSpeedMult=1.0
BackSpeedMult=1.0
RespawnInvulnTime=0.0
BlockedSpawnRadius=0.0
BlockSpawnFOV=10.0
BlockSpawnDistance=8192.0
RespawnAnimationDuration=0.0
AllowBufferedJumps=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=2048.0
VerticalSpawnOffset=0.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Character Profile]
Name=SA Target
MaxHealth=40.0
WeaponProfileNames=;;;;;;;
MinRespawnDelay=0.000001
MaxRespawnDelay=0.000001
StepUpHeight=16.0
CrouchHeightModifier=0.5
CrouchAnimationSpeed=2.0
CameraOffset=X=0.000 Y=0.000 Z=36.000
HeadshotOnly=false
DamageKnockbackFactor=0.0
MovementType=Base
MaxSpeed=320.0
MaxCrouchSpeed=160.0
Acceleration=2560.0
AirAcceleration=16000.0
Friction=1.0
BrakingFrictionFactor=0.5
JumpVelocity=256.0
Gravity=1.0
AirControl=0.25
CanCrouch=false
CanPogoJump=false
CanCrouchInAir=false
CanJumpFromCrouch=false
EnemyBodyColor=X=1.000 Y=0.000 Z=0.000
EnemyHeadColor=X=1.000 Y=1.000 Z=1.000
TeamBodyColor=X=0.000 Y=0.000 Z=1.000
TeamHeadColor=X=1.000 Y=1.000 Z=1.000
BlockSelfDamage=false
InvinciblePlayer=false
InvincibleBots=false
BlockTeamDamage=false
AirJumpCount=0
AirJumpVelocity=0.0
MainBBType=Cylindrical
MainBBHeight=67.0
MainBBRadius=11.0
MainBBHasHead=true
MainBBHeadRadius=7.0
MainBBHeadOffset=-2.0
MainBBHide=false
ProjBBType=Cylindrical
ProjBBHeight=67.0
ProjBBRadius=11.0
ProjBBHasHead=true
ProjBBHeadRadius=7.0
ProjBBHeadOffset=-2.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=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=true
BounceOffWalls=false
LeanAngle=0.0
LeanDisplacement=0.0
AirJumpExtraControl=0.0
ForwardSpeedBias=1.0
HealthRegainedonkill=0.0
HealthRegenPerSec=0.0
HealthRegenDelay=0.0
JumpSpeedPenaltyDuration=0.0
JumpSpeedPenaltyPercent=0.0
ThirdPersonCamera=false
TPSArmLength=300.0
TPSOffset=X=0.000 Y=150.000 Z=150.000
BrakingDeceleration=512.0
VerticalSpawnOffset=-26.0
SpawnXOffset=0.0
SpawnYOffset=0.0
InvertBlockedSpawn=false
[Dodge Profile]
Name=SA Dodging
MaxTargetDistance=100000.0
MinTargetDistance=0.0
ToggleLeftRight=true
ToggleForwardBack=false
MinLRTimeChange=10.0
MaxLRTimeChange=10.0
MinFBTimeChange=0.000001
MaxFBTimeChange=0.000001
DamageReactionChangesDirection=false
DamageReactionChanceToIgnore=0.5
DamageReactionMinimumDelay=0.125
DamageReactionMaximumDelay=0.25
DamageReactionCooldown=1.0
DamageReactionThreshold=0.0
DamageReactionResetTimer=0.1
JumpFrequency=0.0
CrouchInAirFrequency=0.0
CrouchOnGroundFrequency=0.0
TargetStrafeOverride=Ignore
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=10.0
RightStrafeTimeMult=10.0
StrafeSwapMinPause=0.0
StrafeSwapMaxPause=0.0
BlockedMovementPercent=0.1
BlockedMovementReactionMin=0.1
BlockedMovementReactionMax=0.1
[Weapon Profile]
Name=SA 10 vML DMR
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.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=64.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=64.0
DamageFalloffStopDistance=64.0
DamageAtMaxRange=0.0
DelayBeforeShot=0.0
HitscanVisualEffect=None
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=0
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=SA While ADS
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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=6
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=50
ADSFOVOverride=10.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.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,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.025
TimeToRecoilReset=0.19
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.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.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=SA DMR
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.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=64.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=64.0
DamageFalloffStopDistance=64.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=SA While ADS
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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=6
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=50
ADSFOVOverride=10.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.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,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.025
TimeToRecoilReset=0.19
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.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.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=SA Delayed DMR
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.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=64.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=64.0
DamageFalloffStopDistance=64.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.15
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=SA While ADS
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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=6
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=50
ADSFOVOverride=10.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.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,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.025
TimeToRecoilReset=0.19
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.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.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=SA Non-scoped DMR
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.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=64.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=64.0
DamageFalloffStopDistance=64.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=SA While ADS
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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=6
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=10.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.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,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.025
TimeToRecoilReset=0.19
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.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.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=SA Non-scoped Delayed DMR
Type=Hitscan
ShotsPerClick=1
DamagePerShot=0.0
KnockbackFactor=0.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=64.0
GravityScale=1.0
HeadshotCapable=false
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=64.0
DamageFalloffStopDistance=64.0
DamageAtMaxRange=1.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=None
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.15
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.0
RecoilNegatable=false
DecalType=1
DecalSize=30.0
DelayAfterShooting=0.0
BeamTracksCrosshair=false
AlsoShoot=
ADSShoot=SA While ADS
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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=6
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=No Scope
ADSFOVOverride=10.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=true
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.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,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=0.0
MinRecoilUp=0.0
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=false
TimeToRecoilPeak=0.025
TimeToRecoilReset=0.19
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.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.095
PSRResetDegreesPerSec=40.0
UsePerBulletSpread=false
PBS0=0.0,0.0
[Weapon Profile]
Name=SA While ADS
Type=Hitscan
ShotsPerClick=1
DamagePerShot=10.0
KnockbackFactor=0.0
TimeBetweenShots=0.1
Pierces=false
Category=SemiAuto
BurstShotCount=1
TimeBetweenBursts=0.5
ChargeStartDamage=10.0
ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000
ChargeTimeToAutoRelease=2.0
ChargeTimeToCap=1.0
ChargeMoveSpeedModifier=1.0
MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000
MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000
InheritOwnerVelocity=0.0
OriginOffset=X=0.000 Y=0.000 Z=0.000
MaxTravelTime=5.0
MaxHitscanRange=100000.0
GravityScale=1.0
HeadshotCapable=true
HeadshotMultiplier=2.0
MagazineMax=6
AmmoPerShot=1
ReloadTimeFromEmpty=0.7
ReloadTimeFromPartial=0.7
DamageFalloffStartDistance=100000.0
DamageFalloffStopDistance=100000.0
DamageAtMaxRange=10.0
DelayBeforeShot=0.0
HitscanVisualEffect=Tracer
ProjectileGraphic=Ball
VisualLifetime=0.1
WallParticleEffect=Gunshot
HitParticleEffect=Flare
BounceOffWorld=false
BounceFactor=0.0
BounceCount=0
HomingProjectileAcceleration=0.0
ProjectileEnemyHitRadius=1.0
CanAimDownSight=true
ADSZoomDelay=0.0
ADSZoomSensFactor=1.0
ADSMoveFactor=1.0
ADSStartDelay=0.0
ShootSoundCooldown=0.001
HitSoundCooldown=0.001
HitscanVisualOffset=X=0.000 Y=0.000 Z=-50.000
ADSBlocksShooting=false
ShootingBlocksADS=false
KnockbackFactorAir=0.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
ProjectileTrail=None
RecoilCrouchScale=1.0
RecoilADSScale=1.0
PSRCrouchScale=1.0
PSRADSScale=1.0
ProjectileAcceleration=0.0
AccelIncludeVertical=true
AimPunchAmount=0.0
AimPunchResetTime=0.05
AimPunchCooldown=0.5
AimPunchHeadshotOnly=false
AimPunchCosmeticOnly=true
MinimumDecelVelocity=0.0
PSRManualNegation=false
PSRAutoReset=true
AimPunchUpTime=0.05
AmmoReloadedOnKill=6
CancelReloadOnKill=true
FlatKnockbackHorizontalMin=0.0
FlatKnockbackVerticalMin=0.0
ADSScope=50
ADSFOVOverride=10.0
ADSFOVScale=Vertical (1:1)
ADSAllowUserOverrideFOV=false
IsBurstWeapon=false
ForceFirstPersonInADS=true
ZoomBlockedInAir=false
ADSCameraOffsetX=0.0
ADSCameraOffsetY=0.0
ADSCameraOffsetZ=0.0
QuickSwitchTime=0.1
Explosive=false
Radius=500.0
DamageAtCenter=100.0
DamageAtEdge=0.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,0.0
SpreadSCA=1.0,1.0,-1.0,0.0
SpreadMSA=1.0,1.0,-1.0,0.0
SpreadMCA=1.0,1.0,-1.0,0.0
SpreadSSH=1.0,1.0,-1.0,0.0
SpreadSCH=1.0,1.0,-1.0,0.0
SpreadMSH=1.0,1.0,-1.0,0.0
SpreadMCH=1.0,1.0,-1.0,0.0
MaxRecoilUp=1.2
MinRecoilUp=1.2
MinRecoilHoriz=0.0
MaxRecoilHoriz=0.0
FirstShotRecoilMult=1.0
RecoilAutoReset=true
TimeToRecoilPeak=0.000001
TimeToRecoilReset=0.3
AAMode=0
AAPreferClosestPlayer=false
AAAlpha=0.05
AAMaxSpeed=1.0
AADeadZone=0.0
AAFOV=30.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.095
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
128.000000 256.000000 272.000000
384.000000 256.000000 272.000000
384.000000 256.000000 208.000000
128.000000 256.000000 208.000000
128.000000 240.000000 272.000000
384.000000 240.000000 272.000000
384.000000 240.000000 208.000000
128.000000 240.000000 208.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
-1954.000000 1672.000000 4344.000000
-1827.000000 1672.000000 4344.000000
-1827.000000 1672.000000 4328.000000
-1954.000000 1672.000000 4328.000000
-1954.000000 -1016.000000 4344.000000
-1827.000000 -1016.000000 4344.000000
-1827.000000 -1016.000000 4328.000000
-1954.000000 -1016.000000 4328.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
-1827.000000 1672.000000 4344.000000
-1795.000000 1672.000000 4344.000000
-1795.000000 1672.000000 4328.000000
-1827.000000 1672.000000 4328.000000
-1827.000000 -1016.000000 4344.000000
-1795.000000 -1016.000000 4344.000000
-1795.000000 -1016.000000 4328.000000
-1827.000000 -1016.000000 4328.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
-1986.000000 1672.000000 4344.000000
-1954.000000 1672.000000 4344.000000
-1954.000000 1672.000000 4328.000000
-1986.000000 1672.000000 4328.000000
-1986.000000 -1016.000000 4344.000000
-1954.000000 -1016.000000 4344.000000
-1954.000000 -1016.000000 4328.000000
-1986.000000 -1016.000000 4328.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
-1795.000000 1672.000000 4344.000000
-1668.000000 1672.000000 4344.000000
-1668.000000 1672.000000 4328.000000
-1795.000000 1672.000000 4328.000000
-1795.000000 -1016.000000 4344.000000
-1668.000000 -1016.000000 4344.000000
-1668.000000 -1016.000000 4328.000000
-1795.000000 -1016.000000 4328.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
-1668.000000 1672.000000 4344.000000
-1636.000000 1672.000000 4344.000000
-1636.000000 1672.000000 4328.000000
-1668.000000 1672.000000 4328.000000
-1668.000000 -1016.000000 4344.000000
-1636.000000 -1016.000000 4344.000000
-1636.000000 -1016.000000 4328.000000
-1668.000000 -1016.000000 4328.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
-1636.000000 1672.000000 4344.000000
-1509.000000 1672.000000 4344.000000
-1509.000000 1672.000000 4328.000000
-1636.000000 1672.000000 4328.000000
-1636.000000 -1016.000000 4344.000000
-1509.000000 -1016.000000 4344.000000
-1509.000000 -1016.000000 4328.000000
-1636.000000 -1016.000000 4328.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
-1509.000000 1672.000000 4344.000000
-1477.000000 1672.000000 4344.000000
-1477.000000 1672.000000 4328.000000
-1509.000000 1672.000000 4328.000000
-1509.000000 -1016.000000 4344.000000
-1477.000000 -1016.000000 4344.000000
-1477.000000 -1016.000000 4328.000000
-1509.000000 -1016.000000 4328.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
-1477.000000 1672.000000 4344.000000
-1350.000000 1672.000000 4344.000000
-1350.000000 1672.000000 4328.000000
-1477.000000 1672.000000 4328.000000
-1477.000000 -1016.000000 4344.000000
-1350.000000 -1016.000000 4344.000000
-1350.000000 -1016.000000 4328.000000
-1477.000000 -1016.000000 4328.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
-1350.000000 1672.000000 4344.000000
-1318.000000 1672.000000 4344.000000
-1318.000000 1672.000000 4328.000000
-1350.000000 1672.000000 4328.000000
-1350.000000 -1016.000000 4344.000000
-1318.000000 -1016.000000 4344.000000
-1318.000000 -1016.000000 4328.000000
-1350.000000 -1016.000000 4328.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
-1318.000000 1672.000000 4344.000000
-1191.000000 1672.000000 4344.000000
-1191.000000 1672.000000 4328.000000
-1318.000000 1672.000000 4328.000000
-1318.000000 -1016.000000 4344.000000
-1191.000000 -1016.000000 4344.000000
-1191.000000 -1016.000000 4328.000000
-1318.000000 -1016.000000 4328.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
-1191.000000 1672.000000 4344.000000
-1159.000000 1672.000000 4344.000000
-1159.000000 1672.000000 4328.000000
-1191.000000 1672.000000 4328.000000
-1191.000000 -1016.000000 4344.000000
-1159.000000 -1016.000000 4344.000000
-1159.000000 -1016.000000 4328.000000
-1191.000000 -1016.000000 4328.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
-1159.000000 1672.000000 4344.000000
-1032.000000 1672.000000 4344.000000
-1032.000000 1672.000000 4328.000000
-1159.000000 1672.000000 4328.000000
-1159.000000 -1016.000000 4344.000000
-1032.000000 -1016.000000 4344.000000
-1032.000000 -1016.000000 4328.000000
-1159.000000 -1016.000000 4328.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
-1032.000000 1672.000000 4344.000000
-1000.000000 1672.000000 4344.000000
-1000.000000 1672.000000 4328.000000
-1032.000000 1672.000000 4328.000000
-1032.000000 -1016.000000 4344.000000
-1000.000000 -1016.000000 4344.000000
-1000.000000 -1016.000000 4328.000000
-1032.000000 -1016.000000 4328.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
-1000.000000 1672.000000 4344.000000
-873.000000 1672.000000 4344.000000
-873.000000 1672.000000 4328.000000
-1000.000000 1672.000000 4328.000000
-1000.000000 -1016.000000 4344.000000
-873.000000 -1016.000000 4344.000000
-873.000000 -1016.000000 4328.000000
-1000.000000 -1016.000000 4328.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
-873.000000 1672.000000 4344.000000
-841.000000 1672.000000 4344.000000
-841.000000 1672.000000 4328.000000
-873.000000 1672.000000 4328.000000
-873.000000 -1016.000000 4344.000000
-841.000000 -1016.000000 4344.000000
-841.000000 -1016.000000 4328.000000
-873.000000 -1016.000000 4328.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
-841.000000 1672.000000 4344.000000
-714.000000 1672.000000 4344.000000
-714.000000 1672.000000 4328.000000
-841.000000 1672.000000 4328.000000
-841.000000 -1016.000000 4344.000000
-714.000000 -1016.000000 4344.000000
-714.000000 -1016.000000 4328.000000
-841.000000 -1016.000000 4328.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
-714.000000 1672.000000 4344.000000
-682.000000 1672.000000 4344.000000
-682.000000 1672.000000 4328.000000
-714.000000 1672.000000 4328.000000
-714.000000 -1016.000000 4344.000000
-682.000000 -1016.000000 4344.000000
-682.000000 -1016.000000 4328.000000
-714.000000 -1016.000000 4328.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
-682.000000 1672.000000 4344.000000
-555.000000 1672.000000 4344.000000
-555.000000 1672.000000 4328.000000
-682.000000 1672.000000 4328.000000
-682.000000 -1016.000000 4344.000000
-555.000000 -1016.000000 4344.000000
-555.000000 -1016.000000 4328.000000
-682.000000 -1016.000000 4328.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
-555.000000 1672.000000 4344.000000
-523.000000 1672.000000 4344.000000
-523.000000 1672.000000 4328.000000
-555.000000 1672.000000 4328.000000
-555.000000 -1016.000000 4344.000000
-523.000000 -1016.000000 4344.000000
-523.000000 -1016.000000 4328.000000
-555.000000 -1016.000000 4328.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
-523.000000 1672.000000 4344.000000
-396.000000 1672.000000 4344.000000
-396.000000 1672.000000 4328.000000
-523.000000 1672.000000 4328.000000
-523.000000 -1016.000000 4344.000000
-396.000000 -1016.000000 4344.000000
-396.000000 -1016.000000 4328.000000
-523.000000 -1016.000000 4328.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
-396.000000 1672.000000 4344.000000
-364.000000 1672.000000 4344.000000
-364.000000 1672.000000 4328.000000
-396.000000 1672.000000 4328.000000
-396.000000 -1016.000000 4344.000000
-364.000000 -1016.000000 4344.000000
-364.000000 -1016.000000 4328.000000
-396.000000 -1016.000000 4328.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
-364.000000 1672.000000 4344.000000
-237.000000 1672.000000 4344.000000
-237.000000 1672.000000 4328.000000
-364.000000 1672.000000 4328.000000
-364.000000 -1016.000000 4344.000000
-237.000000 -1016.000000 4344.000000
-237.000000 -1016.000000 4328.000000
-364.000000 -1016.000000 4328.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
-237.000000 1672.000000 4344.000000
-205.000000 1672.000000 4344.000000
-205.000000 1672.000000 4328.000000
-237.000000 1672.000000 4328.000000
-237.000000 -1016.000000 4344.000000
-205.000000 -1016.000000 4344.000000
-205.000000 -1016.000000 4328.000000
-237.000000 -1016.000000 4328.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
-205.000000 1672.000000 4344.000000
-78.000000 1672.000000 4344.000000
-78.000000 1672.000000 4328.000000
-205.000000 1672.000000 4328.000000
-205.000000 -1016.000000 4344.000000
-78.000000 -1016.000000 4344.000000
-78.000000 -1016.000000 4328.000000
-205.000000 -1016.000000 4328.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
-78.000000 1672.000000 4344.000000
-46.000000 1672.000000 4344.000000
-46.000000 1672.000000 4328.000000
-78.000000 1672.000000 4328.000000
-78.000000 -1016.000000 4344.000000
-46.000000 -1016.000000 4344.000000
-46.000000 -1016.000000 4328.000000
-78.000000 -1016.000000 4328.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
-46.000000 1672.000000 4344.000000
81.000000 1672.000000 4344.000000
81.000000 1672.000000 4328.000000
-46.000000 1672.000000 4328.000000
-46.000000 -1016.000000 4344.000000
81.000000 -1016.000000 4344.000000
81.000000 -1016.000000 4328.000000
-46.000000 -1016.000000 4328.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
81.000000 1672.000000 4344.000000
113.000000 1672.000000 4344.000000
113.000000 1672.000000 4328.000000
81.000000 1672.000000 4328.000000
81.000000 -1016.000000 4344.000000
113.000000 -1016.000000 4344.000000
113.000000 -1016.000000 4328.000000
81.000000 -1016.000000 4328.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
113.000000 1672.000000 4344.000000
240.000000 1672.000000 4344.000000
240.000000 1672.000000 4328.000000
113.000000 1672.000000 4328.000000
113.000000 -1016.000000 4344.000000
240.000000 -1016.000000 4344.000000
240.000000 -1016.000000 4328.000000
113.000000 -1016.000000 4328.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
240.000000 1672.000000 4344.000000
272.000000 1672.000000 4344.000000
272.000000 1672.000000 4328.000000
240.000000 1672.000000 4328.000000
240.000000 -1016.000000 4344.000000
272.000000 -1016.000000 4344.000000
272.000000 -1016.000000 4328.000000
240.000000 -1016.000000 4328.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
272.000000 1672.000000 4344.000000
399.000000 1672.000000 4344.000000
399.000000 1672.000000 4328.000000
272.000000 1672.000000 4328.000000
272.000000 -1016.000000 4344.000000
399.000000 -1016.000000 4344.000000
399.000000 -1016.000000 4328.000000
272.000000 -1016.000000 4328.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
399.000000 1672.000000 4344.000000
431.000000 1672.000000 4344.000000
431.000000 1672.000000 4328.000000
399.000000 1672.000000 4328.000000
399.000000 -1016.000000 4344.000000
431.000000 -1016.000000 4344.000000
431.000000 -1016.000000 4328.000000
399.000000 -1016.000000 4328.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
431.000000 1672.000000 4344.000000
558.000000 1672.000000 4344.000000
558.000000 1672.000000 4328.000000
431.000000 1672.000000 4328.000000
431.000000 -1016.000000 4344.000000
558.000000 -1016.000000 4344.000000
558.000000 -1016.000000 4328.000000
431.000000 -1016.000000 4328.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
558.000000 1672.000000 4344.000000
590.000000 1672.000000 4344.000000
590.000000 1672.000000 4328.000000
558.000000 1672.000000 4328.000000
558.000000 -1016.000000 4344.000000
590.000000 -1016.000000 4344.000000
590.000000 -1016.000000 4328.000000
558.000000 -1016.000000 4328.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
590.000000 1672.000000 4344.000000
717.000000 1672.000000 4344.000000
717.000000 1672.000000 4328.000000
590.000000 1672.000000 4328.000000
590.000000 -1016.000000 4344.000000
717.000000 -1016.000000 4344.000000
717.000000 -1016.000000 4328.000000
590.000000 -1016.000000 4328.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
717.000000 1672.000000 4344.000000
749.000000 1672.000000 4344.000000
749.000000 1672.000000 4328.000000
717.000000 1672.000000 4328.000000
717.000000 -1016.000000 4344.000000
749.000000 -1016.000000 4344.000000
749.000000 -1016.000000 4328.000000
717.000000 -1016.000000 4328.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
749.000000 1672.000000 4344.000000
876.000000 1672.000000 4344.000000
876.000000 1672.000000 4328.000000
749.000000 1672.000000 4328.000000
749.000000 -1016.000000 4344.000000
876.000000 -1016.000000 4344.000000
876.000000 -1016.000000 4328.000000
749.000000 -1016.000000 4328.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
876.000000 1672.000000 4344.000000
908.000000 1672.000000 4344.000000
908.000000 1672.000000 4328.000000
876.000000 1672.000000 4328.000000
876.000000 -1016.000000 4344.000000
908.000000 -1016.000000 4344.000000
908.000000 -1016.000000 4328.000000
876.000000 -1016.000000 4328.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
908.000000 1672.000000 4344.000000
1035.000000 1672.000000 4344.000000
1035.000000 1672.000000 4328.000000
908.000000 1672.000000 4328.000000
908.000000 -1016.000000 4344.000000
1035.000000 -1016.000000 4344.000000
1035.000000 -1016.000000 4328.000000
908.000000 -1016.000000 4328.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
1035.000000 1672.000000 4344.000000
1067.000000 1672.000000 4344.000000
1067.000000 1672.000000 4328.000000
1035.000000 1672.000000 4328.000000
1035.000000 -1016.000000 4344.000000
1067.000000 -1016.000000 4344.000000
1067.000000 -1016.000000 4328.000000
1035.000000 -1016.000000 4328.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
1067.000000 1672.000000 4344.000000
1194.000000 1672.000000 4344.000000
1194.000000 1672.000000 4328.000000
1067.000000 1672.000000 4328.000000
1067.000000 -1016.000000 4344.000000
1194.000000 -1016.000000 4344.000000
1194.000000 -1016.000000 4328.000000
1067.000000 -1016.000000 4328.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
1194.000000 1672.000000 4344.000000
1226.000000 1672.000000 4344.000000
1226.000000 1672.000000 4328.000000
1194.000000 1672.000000 4328.000000
1194.000000 -1016.000000 4344.000000
1226.000000 -1016.000000 4344.000000
1226.000000 -1016.000000 4328.000000
1194.000000 -1016.000000 4328.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
1226.000000 1672.000000 4344.000000
1353.000000 1672.000000 4344.000000
1353.000000 1672.000000 4328.000000
1226.000000 1672.000000 4328.000000
1226.000000 -1016.000000 4344.000000
1353.000000 -1016.000000 4344.000000
1353.000000 -1016.000000 4328.000000
1226.000000 -1016.000000 4328.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
1353.000000 1672.000000 4344.000000
1385.000000 1672.000000 4344.000000
1385.000000 1672.000000 4328.000000
1353.000000 1672.000000 4328.000000
1353.000000 -1016.000000 4344.000000
1385.000000 -1016.000000 4344.000000
1385.000000 -1016.000000 4328.000000
1353.000000 -1016.000000 4328.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
1385.000000 1672.000000 4344.000000
1512.000000 1672.000000 4344.000000
1512.000000 1672.000000 4328.000000
1385.000000 1672.000000 4328.000000
1385.000000 -1016.000000 4344.000000
1512.000000 -1016.000000 4344.000000
1512.000000 -1016.000000 4328.000000
1385.000000 -1016.000000 4328.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
1512.000000 1672.000000 4344.000000
1544.000000 1672.000000 4344.000000
1544.000000 1672.000000 4328.000000
1512.000000 1672.000000 4328.000000
1512.000000 -1016.000000 4344.000000
1544.000000 -1016.000000 4344.000000
1544.000000 -1016.000000 4328.000000
1512.000000 -1016.000000 4328.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
1544.000000 1672.000000 4344.000000
1671.000000 1672.000000 4344.000000
1671.000000 1672.000000 4328.000000
1544.000000 1672.000000 4328.000000
1544.000000 -1016.000000 4344.000000
1671.000000 -1016.000000 4344.000000
1671.000000 -1016.000000 4328.000000
1544.000000 -1016.000000 4328.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
1671.000000 1672.000000 4344.000000
1703.000000 1672.000000 4344.000000
1703.000000 1672.000000 4328.000000
1671.000000 1672.000000 4328.000000
1671.000000 -1016.000000 4344.000000
1703.000000 -1016.000000 4344.000000
1703.000000 -1016.000000 4328.000000
1671.000000 -1016.000000 4328.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
1703.000000 1672.000000 4344.000000
1830.000000 1672.000000 4344.000000
1830.000000 1672.000000 4328.000000
1703.000000 1672.000000 4328.000000
1703.000000 -1016.000000 4344.000000
1830.000000 -1016.000000 4344.000000
1830.000000 -1016.000000 4328.000000
1703.000000 -1016.000000 4328.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
1830.000000 1672.000000 4344.000000
1862.000000 1672.000000 4344.000000
1862.000000 1672.000000 4328.000000
1830.000000 1672.000000 4328.000000
1830.000000 -1016.000000 4344.000000
1862.000000 -1016.000000 4344.000000
1862.000000 -1016.000000 4328.000000
1830.000000 -1016.000000 4328.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
1862.000000 1672.000000 4344.000000
1989.000000 1672.000000 4344.000000
1989.000000 1672.000000 4328.000000
1862.000000 1672.000000 4328.000000
1862.000000 -1016.000000 4344.000000
1989.000000 -1016.000000 4344.000000
1989.000000 -1016.000000 4328.000000
1862.000000 -1016.000000 4328.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
1989.000000 1672.000000 4344.000000
2021.000000 1672.000000 4344.000000
2021.000000 1672.000000 4328.000000
1989.000000 1672.000000 4328.000000
1989.000000 -1016.000000 4344.000000
2021.000000 -1016.000000 4344.000000
2021.000000 -1016.000000 4328.000000
1989.000000 -1016.000000 4328.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
2021.000000 1672.000000 4344.000000
2148.000000 1672.000000 4344.000000
2148.000000 1672.000000 4328.000000
2021.000000 1672.000000 4328.000000
2021.000000 -1016.000000 4344.000000
2148.000000 -1016.000000 4344.000000
2148.000000 -1016.000000 4328.000000
2021.000000 -1016.000000 4328.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
2148.000000 1672.000000 4344.000000
2180.000000 1672.000000 4344.000000
2180.000000 1672.000000 4328.000000
2148.000000 1672.000000 4328.000000
2148.000000 -1016.000000 4344.000000
2180.000000 -1016.000000 4344.000000
2180.000000 -1016.000000 4328.000000
2148.000000 -1016.000000 4328.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
2180.000000 1672.000000 4344.000000
2307.000000 1672.000000 4344.000000
2307.000000 1672.000000 4328.000000
2180.000000 1672.000000 4328.000000
2180.000000 -1016.000000 4344.000000
2307.000000 -1016.000000 4344.000000
2307.000000 -1016.000000 4328.000000
2180.000000 -1016.000000 4328.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
2307.000000 1672.000000 4344.000000
2339.000000 1672.000000 4344.000000
2339.000000 1672.000000 4328.000000
2307.000000 1672.000000 4328.000000
2307.000000 -1016.000000 4344.000000
2339.000000 -1016.000000 4344.000000
2339.000000 -1016.000000 4328.000000
2307.000000 -1016.000000 4328.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
2339.000000 1672.000000 4344.000000
2466.000000 1672.000000 4344.000000
2466.000000 1672.000000 4328.000000
2339.000000 1672.000000 4328.000000
2339.000000 -1016.000000 4344.000000
2466.000000 -1016.000000 4344.000000
2466.000000 -1016.000000 4328.000000
2339.000000 -1016.000000 4328.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
2466.000000 1672.000000 4344.000000
2498.000000 1672.000000 4344.000000
2498.000000 1672.000000 4328.000000
2466.000000 1672.000000 4328.000000
2466.000000 -1016.000000 4344.000000
2498.000000 -1016.000000 4344.000000
2498.000000 -1016.000000 4328.000000
2466.000000 -1016.000000 4328.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
-1986.000000 1672.000000 4408.000000
2498.000000 1672.000000 4408.000000
2498.000000 1672.000000 4344.000000
-1986.000000 1672.000000 4344.000000
-1986.000000 1656.000000 4408.000000
2498.000000 1656.000000 4408.000000
2498.000000 1656.000000 4344.000000
-1986.000000 1656.000000 4344.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
-1986.000000 1490.000000 4408.000000
2498.000000 1490.000000 4408.000000
2498.000000 1490.000000 4344.000000
-1986.000000 1490.000000 4344.000000
-1986.000000 1474.000000 4408.000000
2498.000000 1474.000000 4408.000000
2498.000000 1474.000000 4344.000000
-1986.000000 1474.000000 4344.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
-1986.000000 1324.000000 4408.000000
2498.000000 1324.000000 4408.000000
2498.000000 1324.000000 4344.000000
-1986.000000 1324.000000 4344.000000
-1986.000000 1308.000000 4408.000000
2498.000000 1308.000000 4408.000000
2498.000000 1308.000000 4344.000000
-1986.000000 1308.000000 4344.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
-1986.000000 1158.000000 4408.000000
2498.000000 1158.000000 4408.000000
2498.000000 1158.000000 4344.000000
-1986.000000 1158.000000 4344.000000
-1986.000000 1142.000000 4408.000000
2498.000000 1142.000000 4408.000000
2498.000000 1142.000000 4344.000000
-1986.000000 1142.000000 4344.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
-1986.000000 992.000000 4408.000000
2498.000000 992.000000 4408.000000
2498.000000 992.000000 4344.000000
-1986.000000 992.000000 4344.000000
-1986.000000 976.000000 4408.000000
2498.000000 976.000000 4408.000000
2498.000000 976.000000 4344.000000
-1986.000000 976.000000 4344.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
-1986.000000 826.000000 4408.000000
2498.000000 826.000000 4408.000000
2498.000000 826.000000 4344.000000
-1986.000000 826.000000 4344.000000
-1986.000000 810.000000 4408.000000
2498.000000 810.000000 4408.000000
2498.000000 810.000000 4344.000000
-1986.000000 810.000000 4344.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
-1986.000000 660.000000 4408.000000
2498.000000 660.000000 4408.000000
2498.000000 660.000000 4344.000000
-1986.000000 660.000000 4344.000000
-1986.000000 644.000000 4408.000000
2498.000000 644.000000 4408.000000
2498.000000 644.000000 4344.000000
-1986.000000 644.000000 4344.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
-1986.000000 494.000000 4408.000000
2498.000000 494.000000 4408.000000
2498.000000 494.000000 4344.000000
-1986.000000 494.000000 4344.000000
-1986.000000 478.000000 4408.000000
2498.000000 478.000000 4408.000000
2498.000000 478.000000 4344.000000
-1986.000000 478.000000 4344.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
-1986.000000 328.000000 4408.000000
2498.000000 328.000000 4408.000000
2498.000000 328.000000 4344.000000
-1986.000000 328.000000 4344.000000
-1986.000000 312.000000 4408.000000
2498.000000 312.000000 4408.000000
2498.000000 312.000000 4344.000000
-1986.000000 312.000000 4344.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
-1986.000000 162.000000 4408.000000
2498.000000 162.000000 4408.000000
2498.000000 162.000000 4344.000000
-1986.000000 162.000000 4344.000000
-1986.000000 146.000000 4408.000000
2498.000000 146.000000 4408.000000
2498.000000 146.000000 4344.000000
-1986.000000 146.000000 4344.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
-1986.000000 -4.000000 4408.000000
2498.000000 -4.000000 4408.000000
2498.000000 -4.000000 4344.000000
-1986.000000 -4.000000 4344.000000
-1986.000000 -20.000000 4408.000000
2498.000000 -20.000000 4408.000000
2498.000000 -20.000000 4344.000000
-1986.000000 -20.000000 4344.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
-1986.000000 -170.000000 4408.000000
2498.000000 -170.000000 4408.000000
2498.000000 -170.000000 4344.000000
-1986.000000 -170.000000 4344.000000
-1986.000000 -186.000000 4408.000000
2498.000000 -186.000000 4408.000000
2498.000000 -186.000000 4344.000000
-1986.000000 -186.000000 4344.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
-1986.000000 -336.000000 4408.000000
2498.000000 -336.000000 4408.000000
2498.000000 -336.000000 4344.000000
-1986.000000 -336.000000 4344.000000
-1986.000000 -352.000000 4408.000000
2498.000000 -352.000000 4408.000000
2498.000000 -352.000000 4344.000000
-1986.000000 -352.000000 4344.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
-1986.000000 -502.000000 4408.000000
2498.000000 -502.000000 4408.000000
2498.000000 -502.000000 4344.000000
-1986.000000 -502.000000 4344.000000
-1986.000000 -518.000000 4408.000000
2498.000000 -518.000000 4408.000000
2498.000000 -518.000000 4344.000000
-1986.000000 -518.000000 4344.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
-1986.000000 -668.000000 4408.000000
2498.000000 -668.000000 4408.000000
2498.000000 -668.000000 4344.000000
-1986.000000 -668.000000 4344.000000
-1986.000000 -684.000000 4408.000000
2498.000000 -684.000000 4408.000000
2498.000000 -684.000000 4344.000000
-1986.000000 -684.000000 4344.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
-1986.000000 -834.000000 4408.000000
2498.000000 -834.000000 4408.000000
2498.000000 -834.000000 4344.000000
-1986.000000 -834.000000 4344.000000
-1986.000000 -850.000000 4408.000000
2498.000000 -850.000000 4408.000000
2498.000000 -850.000000 4344.000000
-1986.000000 -850.000000 4344.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
-1986.000000 -1000.000000 4408.000000
2498.000000 -1000.000000 4408.000000
2498.000000 -1000.000000 4344.000000
-1986.000000 -1000.000000 4344.000000
-1986.000000 -1016.000000 4408.000000
2498.000000 -1016.000000 4408.000000
2498.000000 -1016.000000 4344.000000
-1986.000000 -1016.000000 4344.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
-2002.000000 1672.000000 4408.000000
-1986.000000 1672.000000 4408.000000
-1986.000000 1672.000000 4344.000000
-2002.000000 1672.000000 4344.000000
-2002.000000 -1016.000000 4408.000000
-1986.000000 -1016.000000 4408.000000
-1986.000000 -1016.000000 4344.000000
-2002.000000 -1016.000000 4344.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
2498.000000 1672.000000 4408.000000
2514.000000 1672.000000 4408.000000
2514.000000 1672.000000 4344.000000
2498.000000 1672.000000 4344.000000
2498.000000 -1016.000000 4408.000000
2514.000000 -1016.000000 4408.000000
2514.000000 -1016.000000 4344.000000
2498.000000 -1016.000000 4344.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
-1986.000000 1672.000000 4424.000000
2498.000000 1672.000000 4424.000000
2498.000000 1672.000000 4408.000000
-1986.000000 1672.000000 4408.000000
-1986.000000 -1016.000000 4424.000000
2498.000000 -1016.000000 4424.000000
2498.000000 -1016.000000 4408.000000
-1986.000000 -1016.000000 4408.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
384.000000 288.000000 272.000000
400.000000 288.000000 272.000000
400.000000 288.000000 208.000000
384.000000 288.000000 208.000000
384.000000 256.000000 272.000000
400.000000 256.000000 272.000000
400.000000 256.000000 208.000000
384.000000 256.000000 208.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
128.000000 288.000000 288.000000
384.000000 288.000000 288.000000
384.000000 288.000000 272.000000
128.000000 288.000000 272.000000
128.000000 256.000000 288.000000
384.000000 256.000000 288.000000
384.000000 256.000000 272.000000
128.000000 256.000000 272.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
128.000000 288.000000 208.000000
384.000000 288.000000 208.000000
384.000000 288.000000 192.000000
128.000000 288.000000 192.000000
128.000000 256.000000 208.000000
384.000000 256.000000 208.000000
384.000000 256.000000 192.000000
128.000000 256.000000 192.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
112.000000 288.000000 272.000000
128.000000 288.000000 272.000000
128.000000 288.000000 208.000000
112.000000 288.000000 208.000000
112.000000 256.000000 272.000000
128.000000 256.000000 272.000000
128.000000 256.000000 208.000000
112.000000 256.000000 208.000000
faces
0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 structural/dev/dev_grey128
0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 structural/dev/dev_grey128
brush
vertices
128.000000 416.000000 288.000000
384.000000 416.000000 288.000000
384.000000 416.000000 272.000000
128.000000 416.000000 272.000000
128.000000 288.000000 288.000000
384.000000 288.000000 288.000000
384.000000 288.000000 272.000000
128.000000 288.000000 272.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
112.000000 416.000000 272.000000
128.000000 416.000000 272.000000
128.000000 416.000000 208.000000
112.000000 416.000000 208.000000
112.000000 288.000000 272.000000
128.000000 288.000000 272.000000
128.000000 288.000000 208.000000
112.000000 288.000000 208.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
128.000000 416.000000 208.000000
384.000000 416.000000 208.000000
384.000000 416.000000 192.000000
128.000000 416.000000 192.000000
128.000000 288.000000 208.000000
384.000000 288.000000 208.000000
384.000000 288.000000 192.000000
128.000000 288.000000 192.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
384.000000 416.000000 272.000000
400.000000 416.000000 272.000000
400.000000 416.000000 208.000000
384.000000 416.000000 208.000000
384.000000 288.000000 272.000000
400.000000 288.000000 272.000000
400.000000 288.000000 208.000000
384.000000 288.000000 208.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
128.000000 432.000000 272.000000
384.000000 432.000000 272.000000
384.000000 432.000000 208.000000
128.000000 432.000000 208.000000
128.000000 416.000000 272.000000
384.000000 416.000000 272.000000
384.000000 416.000000 208.000000
128.000000 416.000000 208.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
entity
type CameraPath
UInt8 posLerp 2
UInt8 angleLerp 2
entity
type PlayerSpawn
Vector3 position 256.000000 256.000000 256.000000
Bool8 teamB 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1811.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1652.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1493.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1334.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1175.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -1016.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -857.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -698.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -539.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -380.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -221.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position -62.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 97.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 256.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 415.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 574.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 733.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 892.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1051.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1210.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1369.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1528.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1687.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 1846.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2005.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2164.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 1490.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 1324.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 1158.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 992.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 826.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 660.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 494.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 328.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 162.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -4.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -170.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -336.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -502.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -668.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -834.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
entity
type PlayerSpawn
Vector3 position 2323.000000 -1000.000000 4363.000000
Vector3 angles 180.000000 0.000000 0.000000
Bool8 teamA 0
Bool8 initialSpawn 0
Bool8 modeCTF 0
Bool8 modeFFA 0
Bool8 modeTDM 0
Bool8 mode1v1 0
Bool8 modeRace 0
Bool8 mode2v2 0
|
2ffbc12eb47892db88fa55bf1062ab045e9caafb | 623a9dd972dc78dbde5d5b8dc187acd6a1eb5910 | /TP7/ejercicio9a.sce | 17fcf6a1ae1fe494a83e3194f73470d6c2368152 | [] | no_license | gtessi/CN2012-FICH | 0daad054ceb6c36636ee5e8b174a676b9e0acb9b | 4024384653b61b5af9e1c11ffb575e154025ee47 | refs/heads/master | 2020-03-27T05:53:04.684505 | 2018-08-25T03:03:15 | 2018-08-25T03:03:15 | 146,059,800 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 787 | sce | ejercicio9a.sce | exec RungeKutta4.sci;
//Los valores del metodo se toman como vectores horizontales
function z = f(t,u)
z(1,1)=-4*u(1,1)-2*u(1,2)+cos(t)+4*sin(t);
z(1,2)=3*u(1,1)+u(1,2)-3*sin(t);
endfunction
function z = yex(t)
z(:,1)=(2 .* exp(-t')) - (2 .* exp(-2*t')) + sin(t');
z(:,2)=(-3 .* exp(-t')) + (2 .* exp(-2*t'));
endfunction
alfa=[0 -1];
a=0;
b=2;
//Para h=0.2
h1=0.2;
[t1,w1,e1] = RungeKutta4(f,a,b,h1,alfa,yex);
//Para h=0.1
h2=0.1;
[t2,w2,e2] = RungeKutta4(f,a,b,h2,alfa,yex);
//Para h=0.05
h3=0.05;
[t3,w3,e3] = RungeKutta4(f,a,b,h3,alfa,yex);
//Errores maximos para cada ecuacion
emax1=[max(e1(:,1)) max(e1(:,2))];
emax2=[max(e2(:,1)) max(e2(:,2))];
emax3=[max(e3(:,1)) max(e3(:,2))];
disp(emax1')
disp(emax2')
disp(emax3') |
8a8035445cb1eb5cfa0dc06db26cd6aa165b5835 | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/percent/%lss_r_p.sci | faa3634b0e69e61a38450a7d06f355f2e3390109 | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 190 | sci | %lss_r_p.sci | function [sr]=%lss_r_p(s,p)
// sr=%lss_r_p(s,p) <=> sr=s/p
// s : syslin list
// p : polynomial matrix
//!
// Copyright INRIA
sr=s/tlist(['lss','A','B','C','D','X0','dt'],[],[],[],p,[],[])
|
d9fe5b8ff356f6b66f24e873c08e70c95ffddf05 | fdd5981eadab338ec2624b6a22fd0eac6e72c6c5 | /fis_II3.sci | a2cd25557c9a825410189123757cdad0e8a4d7ee | [] | no_license | meshcheryakovva/DSS-2017 | 5e2c6b88b657ad7de62ffe658b7aadef73ae7828 | 0171975e96655b6fcc6c334523517d6517492369 | refs/heads/master | 2021-03-09T19:19:56.332398 | 2020-03-10T18:00:29 | 2020-03-10T18:00:29 | 246,371,971 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,677 | sci | fis_II3.sci | function II3_res = fis_II3(inVector, inCodes)
// аргументы: входной вектор числовых значений и массив строк-имен переменных
f_II3=newfls("m"); // тип Мамдани
f_II3.name="fisII3";
f_II3.TNorm="min"; // and
f_II3.SNorm="max"; // or
f_II3.Comp="one"; // not
f_II3.defuzzMethod="centroide"; // центр тяжести
f_II3.ImpMethod = 'min'
f_II3.AggMethod = 'max'
// переменные и функции принадлежности
for i=1:4
f_II3 = addvar(f_II3, "input", inCodes(i+18), [-1 1]);
f_II3 = addmf(f_II3,"input",i,"low","trimf",[-1.1 -1.0 0.0]);
f_II3 = addmf(f_II3,"input",i,"mid","trimf", [-1.0 0.0 1.0]);
f_II3 = addmf(f_II3,"input",i,"high","trimf", [0.0 1.0 1.1]);
end
f_II3 = addvar(f_II3, "output", "II3", [-1 1]);
f_II3 = addmf(f_II3,"output", 1, "low","trimf",[-1.1 -1.0 0.0]);
f_II3 = addmf(f_II3,"output", 1, "mid","trimf", [-1.0 0.0 1.0]);
f_II3 = addmf(f_II3,"output", 1, "high","trimf", [0.0 1.0 1.1]);
// матрица правил из FisPro
rulesFISProII3 = [ 3 , 3 , 3 , 3 , 3;
3 , 3 , 2 , 3 , 3;
2 , 3 , 3 , 2 , 2;
2 , 2 , 2 , 2 , 2;
2 , 2 , 1 , 2 , 2;
2 , 2 , 1 , 1 , 2;
2 , 1 , 1 , 1 , 1;
1 , 1 , 1 , 1 , 1];
// добавить столбцы для конъюнкции и весов правил
len = size(rulesFISProII3,1);
rulesII3 = cat(2, rulesFISProII3, ones(len,2));
f_II3 = addrule(f_II3, rulesII3); // база правил
editfls(f_II3)
II3_res = evalfls(inVector(19:22), f_II3); // вывод
endfunction
|
3b02e524b16794d7d08dfba6ae66afdae1120f3c | d9433e89434ee8d62d3e576fb874618e0faf8b6c | /p2-A.sce | 4330c1deb33c5b6f98e1fa4cf25f794babc1fc49 | [] | no_license | wps13/STD | 125f62aa98bcbe3f29eed9e20d5f9e8a2f3a34eb | 2e132f31d71a68ee52ebf1994f9c6062db6eb4d6 | refs/heads/master | 2020-04-07T01:26:44.358619 | 2018-12-22T01:48:21 | 2018-12-22T01:48:21 | 157,941,582 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 521 | sce | p2-A.sce | load('/home/willane/Downloads/p2STD/xa_10_1.sod')
x1=x_a
load('/home/willane/Downloads/p2STD/xa_26_1.sod')
x2=x_a
load('/home/willane/Downloads/p2STD/xa_43_1.sod')
x3=x_a
X = [x1 x2 x3] //concatenação dos sinais
Xt=fft(X) //cálculo da transformada de fourier
nXt = length(Xt) //calcula o tamanho do sinal
Xutil = Xt(1:nXt/2) //Armazena metade do sinal
f = linspace(0,0.5*50000,length(Xutil)) //vetor de freq.
XutilMag=abs(Xutil) //magnitude da parte util do sinal
figure()
plot2d3(f,log10(1e-13+XutilMag))
|
d1f2f6003953db1d391f1c900fcea519ebe724b1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /964/CH11/EX11.2/11_2.sce | c67a15e8ddc0fec421bdbb6c336f289a923bc937 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | 11_2.sce | //clc()
A = [6,15,55;15,55,225;55,225,979];
sl = 0
l11 = (det(A(1,1)))^(1/2);
//for second row
l21 = (det(A(2,1)))/l11;
l22 = (det(A(2,2)) - l21^2)^(0.5);
//for third row
l31 = (det(A(3,1)))/l11;
l32 = (det(A(3,2)) - l21*l31)/l22;
l33 = (det(A(3,3)) - l31^2 - l32^2)^(0.5);
L = [l11,0,0;l21,l22,0;l31,l32,l33];
disp(L,"L = ")
|
a44fecb52be1b43112cfafac006306f79596cb6d | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH1/EX0.13/EXI_13.sce | ebff659b2185a7c40bc84de77d5926830090ea0e | [] | 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 | 382 | sce | EXI_13.sce | // Grob's Basic Electronics 11e
// Chapter No. I
// Example No. I_13
clc; clear;
// Find the reciprocals for the following powers of 10: (a) 10^5 (b) 10^-3.
// Given data
A = 10^5; // Variable 1
B = 10^-3; // Variable 2
C = 1/A;
disp (C,'The reciprocal of 10^5 is')
disp ('i.e 10^-5')
D = 1/B;
disp (D,'The reciprocal of 10-3 is')
disp ('i.e 10^3')
|
dcc85fec1dca7c67c7ddf666ab58cc5565ff8fdd | 717ddeb7e700373742c617a95e25a2376565112c | /503/CH5/EX5.18/ch5_18.sci | d8e275fcccb0ffac672b81fd17147bb1172a0de7 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 413 | sci | ch5_18.sci | //to find no of poles, slip and freq of rotor currents at full load, motor speed at twice of full load
clc;
n_s=600;
f=50;
P=120*f/n_s;
disp(p,'no of poles');
n=576;
s=(n_s-n)/n_s;
disp(s,'slip');
f2=s*f;
n_r=s*n_s;
disp(n_r,'rotor speed wrt rotating field(rpm)');
ss=f2*s;
n=(1-ss)*n_s;
disp(n,'motor speed(rpm)');
nn=528;
s_old=s;
s_new=(n_s-nn)/n_s;
fac=s_new/s_old;
disp(fac,'factor is'); |
8aceb02d41d4e08baa409d534ea1750e4e037cfe | 449d555969bfd7befe906877abab098c6e63a0e8 | /3472/CH46/EX46.2/Example46_2.sce | e7b2523b313d44dc8ef456d10a44c58df9b56a65 | [] | 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,083 | sce | Example46_2.sce | // A Texbook on POWER SYSTEM ENGINEERING
// A.Chakrabarti, M.L.Soni, P.V.Gupta, U.S.Bhatnagar
// DHANPAT RAI & Co.
// SECOND EDITION
// PART IV : UTILIZATION AND TRACTION
// CHAPTER 8: BRAKING
// EXAMPLE : 8.2 :
// Page number 806
clear ; clc ; close ; // Clear the work space and console
// Given data
V = 525.0 // Voltage of motor(V)
I_1 = 50.0 // Current(A)
N_1 = 1200.0 // Speed(rpm)
I_2 = 100.0 // Current(A)
N_2 = 950.0 // Speed(rpm)
I_3 = 150.0 // Current(A)
N_3 = 840.0 // Speed(rpm)
I_4 = 200.0 // Current(A)
N_4 = 745.0 // Speed(rpm)
N = 1000.0 // Speed opearting(rpm)
R = 3.0 // Resistance(ohm)
R_m = 0.5 // Resistance of motor(ohm)
// Calculations
I = 85.0 // Current drawn at 1000 rpm(A)
back_emf = V-I*R_m // Back emf of the motor(V)
R_t = R+R_m // Total resistance(ohm)
I_del = back_emf/R_t // Current delivered(A)
// Results
disp("PART IV - EXAMPLE : 8.2 : SOLUTION :-")
printf("\nCurrent delivered when motor works as generator = %.f A", I_del)
|
1489679ffb7c708236ac780a2422150a5f8abed0 | 449d555969bfd7befe906877abab098c6e63a0e8 | /620/CH25/EX25.8/example25_8.sce | bac57af30c85333a2b35817e23ff1918a67b5196 | [] | 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 | 104 | sce | example25_8.sce | z1=20+%i*50;
z2=15+%i*35;
z3=-%i*10;
z=z1+z2+z3;
disp("total series impedance (in Ω) is"); disp(z); |
101123f98e47d49ae0e5d58041156a0ed092572d | 8217f7986187902617ad1bf89cb789618a90dd0a | /source/2.3.1/macros/auto/repfreq.sci | d58a6ccc02e778aff8778ed51208c1ebe49a546b | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"MIT"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,324 | sci | repfreq.sci | function [frq,db,phi]=repfreq(sys,fmin,fmax,pas)
pas_def='auto';
l10=log(10);
[lhs,rhs]=argn(0)
//discretization
//-compat type(sys)<>15 retained for list/tlist compatibility
if type(sys)<>15&type(sys)<>16 then error(97,1),end;
flag=sys(1);
if flag(1)='r' then dom=sys(4),else dom=sys(7),end
if dom==[]|dom==0 then error(96,1),end
if dom=='d' then dom=1;end
select rhs
case 1 then
pas=pas_def
fmin=1.d-3
if dom=='c' then fmax=1.d3; else fmax=1/(2*dom),end
case 2 then
frq=fmin
case 3 then
pas=pas_def
case 4 then ,
else error('calling sequences: sys,fmin,fmax [,pas] or sys,frq')
end;
if rhs<>2 then
if type(pas)==1 then
frq=[exp(l10*((log(fmin)/l10):pas:(log(fmax)/l10))) fmax];
else
frq=calfrq(sys,fmin,fmax)
end
end
//
typ=sys(1)
select typ(1)
case 'r' then
[n,d]=sys(2:3),
[mn,nn]=size(n)
if nn<>1 then error(95,1),end
if dom='c' then
db=freq(n,d,2*%pi*%i*frq),
else
db=freq(n,d,exp(2*%pi*%i*dom*frq)),
end;
case 'lss' then
[a,b,c,d,x0]=sys(2:6),
[mn,nn]=size(b)
if nn<>1 then error(95,1),end
if dom='c' then
db=freq(a,b,c,d,2*%pi*%i*frq)
else
db=freq(a,b,c,d,exp(2*%pi*%i*dom*frq))
end;
else error(97,1),
end;
//representation
select lhs
case 3 then
phi=phasemag(db);
db=20*log(abs(db))/log(10),// amplitude (db)
case 1 then
frq=db
end;
|
f58641773414b441351d3be2f756bc4e88756244 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2138/CH4/EX4.1.b/ex_4_1_b.sce | e2bd003c80512e7f277809ca383e687576ab2c79 | [] | 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 | ex_4_1_b.sce | //Example 4.1.b // power lost
clc;
clear;
close;
//given data :
I=11; // current in A
V1=55; // voltage in V
V2=220; // voltage in V
V=V2-V1;
R=V/I;
P=I^2*R;
disp(P,"power lost,P(W) = ")
|
04dfad95335cb2faaceb2073e6ef27ccf100026e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1910/CH7/EX7.11/Chapter711.sce | 90cce026d9769d79703166d2ba518db8145f5c24 | [] | 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,744 | sce | Chapter711.sce | // Display mode
mode(0);
// Display warning for floating point exception
ieee(1);
clear;
clc;
disp("Introduction to heat transfer by S.K.Som, Chapter 7, Example 11")
//Liquid sulphur di oxide in a saturated state flows inside a L=5m long tube and D=25mm internal diameter with a mass flow rate(mdot) of 0.15 kg/s.
//The tube is heated at a constant surface temprature(Tw) of -10°C and the inlet fluid temprature is Tbi=-40°C
Tw=-10;
Tbi=-40;
mdot=0.15;
D=0.025;//in metre
L=5;
//The properties to be used shoud be estimated at a temprature which is arithmetic mean of Tbi and Tbo.
//Since (outlet fluid temprature Tbo) is not known a priori,the solution has to be based on an iterative method starting with a guess value of Tb1=(Tbi+Tbo)/2
//Here we denote bulk mean temprature as Tb.The superscript refers to the no. of trials
//For first trial,guess Tbo1=-20°C;so Tb1=-30°C
//We have the property values as follows at a temprature of -30°C.
rhob1=1520.64;//density in kg/m^3
nub1=0.371*10^-6;//kinematic viscosity in m^2/s
kb1=0.23;//conductivity in W/(m*°C)
Prb1=3.31;//Prandtl number
mub1=nub1*rhob1;//viscosity in kg/(m*s)
cpb1=1361.6;//specific heat in J/(kg*K)
//muw=nuw*rhow at Tw=10°C
nuw=0.288*10^-6;//kinematic viscosity at Tw in m^2/s
rhow=1463.61;//density at Tw in kg/m^3
muw=nuw*rhow;//viscosity at Tw in kg/(m*s)
//The reynolds number is found as Re1=(4*mdot)/(%pi*D*mub1)
disp("Reynold number is")
Re1=(4*mdot)/(%pi*D*mub1)
//Hence the flow is turbulent
//Now using equation, nusselt number is,Nubar1=0.027*(Re1)^0.8*Prb1^(1/3)*(mub1/muw)^0.14
disp("Nusselt number is")
Nubar1=0.027*(Re1)^0.8*Prb1^(1/3)*(mub1/muw)^0.14
//The heat transfer transfer coefficient hbar1=(kb1/D)*Nubar1
disp("The heat transfer transfer coefficient in W/(m^2*°C) ")
hbar1=(kb1/D)*Nubar1
//The outlet fluid temprature can be found by making use of eqn Tbo2=Tw-(Tw-Tbi)*%e((-%pi*D*L*hbar1)/(mdot*cpb1))
disp("Outlet fluid temprature in first iteration is Tbo2 in °C is")
Tbo2=Tw-(Tw-Tbi)*%e^((-%pi*D*L*hbar1)/(mdot*cpb1))
//Tb2 is the bulk mean temprature.
disp("Tb2 in °C is")
Tb2=(Tbi+Tbo2)/2
//Since the value differs from the assumed value of Tb1=-30°C,WE require furtheriteration,Therfore we start second trial with Tb2=-28.36°C
//We have the property value at a temprature of -28.36°C as follows
rhob2=1514;//density in kg/m^3
nub2=0.362*10^-6;//kinematic viscosity in m^2/s
kb2=0.229;//conductivity in W/(m*°C)
Prb2=3.23;//Prandtl number
mub2=nub2*rhob2;//viscosity in kg/(m*s)
cpb2=1362;//specific heat in J/(kg*K)
//muw=nuw*rhow at Tw=10°C
nuw=0.288*10^-6;//viscosity at Tw in m^2/s
rhow=1463.61;//density at Tw in kg/m^3
muw=nuw*rhow;//kinematic viscosity at Tw in kg/(m*s)
//The reynolds number is found as Re2=(4*mdot)/(%pi*D*mub2)
disp("Reynold number is")
Re2=(4*mdot)/(%pi*D*mub2)
//Now using equation, nusselt number is,Nubar2=0.027*(Re2)^0.8*Prb2^(1/3)*(mub2/muw)^0.14
disp("Nusselt number is")
Nubar2=0.027*(Re2)^0.8*Prb2^(1/3)*(mub2/muw)^0.14
//The heat transfer transfer coefficient hbar2=(kb2/D)*Nubar2
disp("The heat transfer transfer coefficient in W/(m^2*°C) ")
hbar2=(kb2/D)*Nubar2
//The outlet fluid temprature can be found by making use of eqn Tbo3=Tw-(Tw-Tbi)*%e((-%pi*D*L*hbar2)/(mdot*cpb2))
disp("Outlet fluid temprature in second iteration is Tbo3 in °C is")
Tbo3=Tw-(Tw-Tbi)*%e^((-%pi*D*L*hbar2)/(mdot*cpb2))
//Tb3 is the bulk mean temprature.
disp("Tb3 in °C is")
Tb3=(Tbi+Tbo3)/2
//We see that difference between Tbo2 and Tbo3 and that between Tb2 and Tb3 is marginal.Therfore we can stop iteration and present the result as Tbo=-16.67°C
disp("The Exit fluid temprature after second iteration is obtained as Tbo=-16.67°C")
|
1fe9bc74beff2d36f1f7d9def3a1da46a23865bd | 449d555969bfd7befe906877abab098c6e63a0e8 | /1322/CH24/EX24.7/214ex1.sce | 654e04a137cad53e77d374590a1e37dc4a03be19 | [] | 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 | 228 | sce | 214ex1.sce |
//7th term of the series 3,6,12,....
clear;
clc;
close;
//in the series r=2, so using the formula
// nth term=a*r^(n-1)
a=3;n=7;//given data
term7=3*(2)^(7-1);
mprintf("\n the seventh term of the series is %i",term7)
|
9b437e122f7a9ccfc5b59cc130dfa50ab4b3ee88 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1309/CH8/EX8.2/ch8_2.sce | 97c932aba2b959b313cea3ffdf8dc7a601e5283f | [] | 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,172 | sce | ch8_2.sce | clc;
clear;
printf("\t\t\tChapter8_example2\n\n\n");
// Determination of heat lost through the glass per unit area
// properties of air at 22 + 273 = 295 K = 300 K(approx) and 273 K from appendix table D1
rou= [1.177 1.295]; // density in kg/cu.m
cp= [1005 1005.5]; // specific heat in J/(kg*K)
v= [15.68e-6 12.59e-6]; // viscosity in sq.m/s
Pr = [0.708 0.713]; // Prandtl Number
kf= [0.02624 0.02426]; // thermal conductivity in W/(m.K)
a = [0.22160e-4 0.17661e-4]; // diffusivity in sq.m/s
T_inf=[22 0]// inside and outside temperature in K
Beta=[1/(T_inf(1)+273) 1/(T_inf(2)+273)]; // volumetric thermal expansion coefficient at 295 K and 273 K
printf("\nThe volumetric thermal expansion coefficients at 295 K and 273 K are respectively %.5f and %.5f",Beta(1),Beta(2));
g=9.81;
t=0.005; // thickness of glass
L=0.60; // window length in m
k=0.81; // thermal conductivity of glass from appendix table B3
// for first guess
Tw=[18 4];
printf("\nFor first guess, the results are:\n");
for i=1:2
Ra(i)=(g*Beta(i)*(Tw(i)-T_inf(i))*L^3)/(v(i)*a(i));
hL(i)=(kf(i)/L)*(0.68+((0.67*(abs(Ra(i)))^(1/4))/(1+(0.492/Pr(i))^(9/16))^(4/9)));
end
printf("\nThe Rayleigh Numbers are %.3e and %.3e",-Ra(1),Ra(2));
printf("\nThe convective coefficients are %.2f W/(sq.m.K) and %.2f W/(sq.m.K)",hL(1),hL(2));
q=(T_inf(1)-T_inf(2))/((1/hL(2))+(t/k)+(1/hL(1)));
printf("\nThe heat flux is %.1f W/sq.m",q);
for i=1:2
Tw_final(i)=T_inf(i)-q*(1/hL(i));
printf("\nThe wall temperature calculated is %.1f",abs(Tw_final(i)));
Tw(i)=abs(Tw_final(i)); // second guess
end
printf("\nFor second guess, the results are:\n");
for i=1:2
Ra(i)=(g*Beta(i)*(Tw(i)-T_inf(i))*L^3)/(v(i)*a(i));
hL(i)=(kf(i)/L)*(0.68+((0.67*(abs(Ra(i)))^(1/4))/(1+(0.492/Pr(i))^(9/16))^(4/9)));
end
printf("\nThe Rayleigh Numbers are %.3e and %.3e",-Ra(1),Ra(2));
printf("\nThe convective coefficients are %.2f W/(sq.m.K) and %.2f W/(sq.m.K)",hL(1),hL(2));
q=(T_inf(1)-T_inf(2))/((1/hL(2))+(t/k)+(1/hL(1)));
printf("\nThe heat flux is %.1f W/sq.m",q);
for i=1:2
Tw_final(i)=T_inf(i)-q*(1/hL(i));
printf("\nThe wall temperature calculated is %.1f degree celsius",abs(Tw_final(i)));
end
|
90f1d52fd62939a4904fac9796fbf2690d716d6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /1271/CH1/EX1.14/example1_14.sce | 2fa15b58167975fca58130c443edb4462e071822 | [] | 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 | 596 | sce | example1_14.sce | clc
// Given that
fringe_width = 9e-4 // fringe width in meter
a = 0.1 // distance of bi prism from slit in meter
b = 0.9 // distance of bi prism from screen in meter
lambda = 5.896e-7 // wavelength of light in meter
// Sample Problem 14 on page no. 1.45
printf("\n # PROBLEM 14 # \n")
D = a + b // calculation for distance between slits and screen
d = (lambda * D) / fringe_width // calculation for distance between coherent sources
printf("\n Standard formula used \n D = a + b. \n d = (lambda * D) / fringe_width.\n")
printf("\n Distance between coherent sources = %e meter. ",d)
|
5234af0a0afe5d205a09b8f72e671fc1f90bd873 | 97c87e17fce9333acb0f77a8728d4b7a4f0ca37c | /gaus.sce | 07a961f82bba8dbab3cb571a7e233e1addffed54 | [] | no_license | ejake/numeric-methods-un | 5539412a7004c627f6827b7315b31c78fe0c1ad8 | c2fa7a314ba5073f3c18864dceaafebbb2143393 | refs/heads/master | 2016-09-06T18:44:28.879963 | 2012-02-28T13:58:17 | 2012-02-28T13:58:17 | 37,661,856 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 488 | sce | gaus.sce | printf('Antes de ingresar los valores asegurese de acomodar las ecuaciones tal que los valores de las diagonales sean los mas altos');
A=input("Ingrese la matriz de coeficientes ann A = ")
B=input("Ingrese el vector de valores bn B = ")
n = length(B)
x = zeros(1, n)
x_ant = x
Er=1
while abs(Er)>10^-4
for i=1:n //rows (for each x)
x(i) = (B(i,1)-[A(i,1:i-1) A(i,i+1:n)]*[x(1:i-1) x(i+1:n)]')/A(i,i)
end
Er = sum((x - x_ant)/x)
x_ant = x
end
disp(x) |
666df296e2996ddf68a77c80181fe08dda0b6455 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1760/CH5/EX5.31/EX5_31.sce | a8fa87bbe8f70d046e08a1eaf6254916702e788c | [] | 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 | 171 | sce | EX5_31.sce | //EXAMPLE 5-31 PG NO-326;
V=25;
R1=50;
R2=40;
R3=10;
I=(V/(R1+((R2*R3)/(R2+R3))))*(R3/(R2+R3));
disp('i) Current (I) is = '+string (I) +' A ');
|
c5e3c48da610194c52516a1367f489cbf2888ae1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1928/CH1/EX1.14.9/ex1_14_9.sce | 538271e7ddc3d4faa3372471e75daa50a92a3a4f | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 691 | sce | ex1_14_9.sce | //Chapter-1,Example1_14_9,pg 1-61
n=4 //for FCC structure
//the interplanar spacing of plane
h=1
k=1
l=1
d=2.08*10^-10 //distance
A=63.54 //atomic weight of Cu
N=6.023*10^26 //amstrong no
//we know that d=a/sqrt(h^2+k^2+l^2) therefore
a=d*sqrt(h^2+k^2+l^2)
//also (a^3*q)=n*A/N
q=n*A/(N*a^3)
printf(" 1)density=")
disp(q)
printf("kg/m^3")
//for FCC structure
r=sqrt(2)*a/4
d=r*2
printf(" 2)radius r=")
disp(r)
printf("m")
printf(" 3)diameter d=")
disp(d)
printf("m")
|
713d59e35a21842b28ed5e5ec874bf72b3ed0963 | 449d555969bfd7befe906877abab098c6e63a0e8 | /491/CH8/EX8.3/8_3.sce | f4f15d57e89d320127ee5391402ff5661575deb2 | [] | 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,299 | sce | 8_3.sce | L = 6 ; // Span of the beam in ft
P = 10800 ; // Pressure acting in lb
c = 2 ; // in ft
b = 2; // Width of cross section of the beam in inch
h = 6; // Height of the cross section of the beam in inch
x = 9 ; // in inch
Ra = P/3 ; // Reaction at point at A
V = Ra ; // Shear force at section mn
M = Ra*x ; // Bending moment at the section mn
I = (b*h^3)/12 // Moment of inertia in in4
y = -3:0.1:3 ; // Variation along height
sx = -(M/I)*y; // Normal stress on crossection mn
Q = (b*(h/2-y)).*(y+((((h/2)-y)/2))) ; // First moment of rectangular cross section
txy = (V*Q)/(I*b);// Shear stress acting on x face of the stress element
s1 = (sx/2)+sqrt((sx/2).^2+(txy).^2) ; // Principal Tesile stress on the cross section
s2 = (sx/2)-sqrt((sx/2).^2+(txy).^2) ; // Principal Compressive stress on the cross section
tmax = sqrt((sx/2).^2+(txy).^2); // Maximum shear stress on the cross section
plot(sx,y,'o')
plot(txy,y,'+')
plot(s1,y,'--')
plot(s2,y,'<')
plot(tmax,y)
disp("psi",s1,"Principal Tesile stress on the cross section")
disp("psi",s2," Principal Compressive stress on the cross section")
// Conclusions
s1_max = 14400 ; // Maximum tensile stress in Psi
txy_max = 900 ; // Maximum shear stress in Psi
t_max = 14400/2 ; // Largest shear stress at 45 degree plane
|
60096b2719d7d509c267d165681cbb1f54e4eefc | 449d555969bfd7befe906877abab098c6e63a0e8 | /1823/CH4/EX4.8/SolEx4_8.sce | a724dcd83d0b4a4f88c56d3e473908a71c999aba | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 292 | sce | SolEx4_8.sce | //Determine appropriate values of RS and RD.
//Solved Example Ex4.8 page no 120
clear
clc
Rs=750 //kΩ
printf("\n Rs = %0.2f K ohm",Rs)
Vdd=24 //V
Vdsq=15 //V
Idq=0.002 //mA
Rd=((Vdd-Vdsq-(Idq*Rs))/Idq)/1000
printf("\n Rd = %0.2f K ohm",Rd)
|
51f5a06ed79a5f2106d67dbaa6c3f4892f082fd2 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1301/CH16/EX16.15/ex16_15.sce | 881886360d21b7091c4b83bdc61de00478415d6c | [] | 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 | 201 | sce | ex16_15.sce | clc;
v=343; //velocity in m/sec
vs=20; //velocity in m/sec
fs=500; //original frquency
f1=(fs*v)/(v-vs); //doppler effect
disp(f1,"Percieved frequency in Hz = "); //diplaying result |
33e09e3fbe7b6ec3173669b52859b7ef2ddef720 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2699/CH13/EX13.16/Ex13_16.sce | dc95ff00d294d0f235211ad4c60e8d3419936ac0 | [] | 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 | 164 | sce | Ex13_16.sce | //EX13_16 PG-13.10
clc
clear
printf("conversion of octal no 475.25 to its decimal equivalent =")
N=(4*8^2)+(7*8^1)+(5*8^0)+(2*8^(-1))+(5*8^(-2));
printf(" %.5f",N)
|
55cb90192766f710c10542804a7684a8922c10db | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set7/s__elelectronics_instrumentation_and_measurements_U._S._Shah_2195.zip/_elelectronics_instrumentation_and_measurements_U._S._Shah_2195/CH4/EX4.2.1/ex_4_2_1.sce | 09faabf8de19dffaedbf8e82a2dcdf0758810a85 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 173 | sce | ex_4_2_1.sce | errcatch(-1,"stop");mode(2);//Example 4.2.1: peak amplitude
;
;
//given data :
format('v',7)
E_rms=230;//in V
Ep=sqrt(2)*E_rms;
disp(Ep,"peak amplitude,Ep(V) = ")
exit();
|
2b438e745ce5bce6c5a2ba0192f2e2f1daf945df | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH5/EX5.6/Ex5_6.sce | dbe1e5ba2928a8248bf0445dea9191b939d02da4 | [] | 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 | 798 | sce | Ex5_6.sce | //Initilization of variables
d=0.09 //m //diametre of the right circular cylinder
h=0.12 //m //height of the cyinder
W=10 //N // self weight of the bar
l=0.24 //m //length of the bar
//Calculations
theta=atand(h/d) // angle which the bar makes with the horizontal
Lad=sqrt(d^2+h^2) //m // Lad is the length of the bar from point A to point B
Rd=(W*h*cosd(theta))/Lad //N // Taking moment at A
Xa=Rd*sind(theta) //N // sum Fx=0.... From eq'n 1
Ya=W-(Rd*cosd(theta)) //N // sum Fy=0..... From eq'n 2
Ra=sqrt(Xa^2+Ya^2) //resultant of Xa & Ya
//Results
clc
printf('The horizontal reaction at A i.e Xa is %f N \n',Xa)
printf('The vertical reaction at A i.e Ya is %f N \n',Ya)
printf('Therefore the reaction at A i.e Ra is %f N \n',Ra)
printf('The reaction at D i.e Rd is %f N \n',Rd)
|
54d2a5da240dfc9e588adc7ddf8351f9dc558438 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set12/s_Higher_Engineering_Mathematics_B._S._Grewal_149.zip/Higher_Engineering_Mathematics_B._S._Grewal_149/CH9/EX9.2.1/example2_1.sce | a94a17166072f1dff0541aafee406d2714a65881 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 122 | sce | example2_1.sce | errcatch(-1,"stop");mode(2);
syms n
disp('1+2+3+4+5+6+7+....+n+.....=')
p=1/n*(1/n+1)/2
disp(limit(p,n,0));
exit();
|
e9d0ace6054ce486fec9ee0b22a7ae5cf9bf2923 | c0aa53c5c57ef13997c78f6723cd4302b10db35a | /Primeira Unidade/newton.sce | 70a63655e25434c06c857e607075d15c6df4bf76 | [] | no_license | mpsdantas/computacao_numerica | 4a47a71c849f04f0493817ba1c502dfd22118598 | 5906b38941b99c7e702f730911878aba2b12bc71 | refs/heads/master | 2021-01-15T08:36:48.054724 | 2016-12-17T16:52:24 | 2016-12-17T16:52:24 | 67,094,751 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 492 | sce | newton.sce | function y = fun(d)
y = d.^2 - 8
endfunction
function j = der(h)
j = 2*h
endfunction
//plot(k, fun(k))
//plot(k, zeros(1, length(k)))
function [raiz, erro, iteracoes] = newtoton(x0, p)
x = x0 - fun(x0)/der(x0)
er = abs((x-x0)/x)
inter = 0
while(er>=10^-p)
x0 = x
x = x0 - fun(x0)/der(x0)
er = abs((x - x0)/x)
inter = inter + 1
end
raiz = x
iteracoes = inter
erro = er
endfunction
|
68ae8d5a8bd850eb5f3eb773eb76139c4854ad0d | 449d555969bfd7befe906877abab098c6e63a0e8 | /858/CH6/EX6.11/example_11.sce | f35e890574350b58a388aa8888adf60b591946cb | [] | 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 | 138 | sce | example_11.sce | clc
clear
printf("example 6.11 page number 232\n\n")
printf("this is a theoritical question, book shall be referred for solution")
|
d36148ca7e744d4ad461bf8600b7da6312dd893b | 449d555969bfd7befe906877abab098c6e63a0e8 | /881/CH7/EX7.6/exa7_6.sce | 5071fd8ad85e52a298a469064ec8ca0f2c08385b | [] | 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 | 829 | sce | exa7_6.sce | clc;
//Example 7.6
//Page No 261
//solution
K=0.75;
fcp=500;
K1=1.5;
fcf=500;
vm=2;
fm=2;
Vm=4;
Fm=1;
//(a)
disp("(a) FM Modulator ");
m=(vm*K1)/fm;
disp(m,"m = ");
disp("PM Modulator ");
m1=vm*K;
disp(m1,"m = ");
disp("Since the modulation indexes are same the output spectrum is also the same, which is in figure 7-8(a) ");
//(b)
disp("(b) FM Modulator ");
M=(Vm*K1)/fm;
disp(M,"m = ");
disp("PM Modulator ");
M1=Vm*K;
disp(M1,"m = ");
disp("Again, since the modulation indexes are same the output spectrum is also the same, which is in figure 7-8(b) ");
//(c)
disp("(a) FM Modulator ");
m2=(vm*K1)/Fm;
disp(m2,"m = ");
disp("PM Modulator ");
m3=vm*K;
disp(m3,"m = ");
disp("Since the modulation indexes are not same the output spectrum are given in figures 7-8(c) and 7-8(d), respectively");
|
577c14a2cc2fc1ae2c1cde480a095074fa033fa1 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1919/CH7/EX7.12/Ex7_12.sce | 4847d5c8448c863c2e0d3a51367f5d694d12007e | [] | 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 | 586 | sce | Ex7_12.sce | // Theory and Problems of Thermodynamics
// Chapter 7
// Thermodynamic Relations
// Example 12
clear ;clc;
//Given data
T1 = 373.15 // normal boiling point of water in K
T2 = 423.15 // boiling point of water on hill in K
h_fg_1 = 2257 // latent heat of vaporization kJ/kg
C_pf = 4.263 // in kJ/kg K
C_pg = 1.408 // in kJ/kg K
// Calculations
// Kirchoff Clapeyron equation
h_fg_2 = h_fg_1 + (C_pg-C_pf)*(T2-T1)
mprintf('Latent heat of vaporization at 150`C = %4.2f kJ/kg', h_fg_2)
|
5bfd3b9cd7f445b0e50c1e2382bb6f5dbe0fcc80 | 8b33899f15bd0509e32f6c06319b7b1557c745f5 | /f4.sci | b3991beedbd01b327a34b501a59e4ca8d5088e00 | [] | no_license | c00kiemon5ter/NumericalAnalysis | fd162663f6a9a4cc6c648e41a1412fa71e83a75c | 1ff51ff805017100ebb87a98b5fef7acca3d0692 | refs/heads/master | 2021-01-01T19:15:21.559444 | 2014-06-25T09:39:25 | 2014-06-25T09:39:25 | 8,290,126 | 1 | 1 | null | 2014-06-25T09:39:25 | 2013-02-19T12:51:16 | Scilab | UTF-8 | Scilab | false | false | 1,075 | sci | f4.sci | // Exercise F4
// ------------
// Solve the y= -5*x + 5*(t^2)+2*t equation with 0<=x<=2 and x0 = 1/3 with the improved Euler method
// ---------------------------------------------------------
function [k,t,x]=eulercor(a, b, n, x0) // k is the step, t the margin and x is the vector with the approaches
h=(b-a)/n; // set the step h
t(1)=a;
t(1)=t(1)+h; // set the first t value for input to the g function
z(1)=x0+h* g(t(1),x0 ) ; // set with euler the first y that will be used for the improved euler
x(1)=x0+ (g(t(1),x0)+g(t(1),z(1)) )*h/2 ;
for k=2:n // do it again for each point of the compartment
t(k)=t(k-1)+h;
z(k)=x(k-1)+h* g(t(k-1),x(k-1) ) ;
x(k)=x(k-1)+ (g(t(k-1),x(k-1))+g(t(k),z(k)) )*h/2 ;
end
endfunction
// ---------------------------------------------------------
function y=g(t, x) // The function i want to approach
y= -5*x + 5*(t^2)+2*t;
endfunction
|
39675649aab8f63db6d43da5d891a774fa3b8d0e | 449d555969bfd7befe906877abab098c6e63a0e8 | /1202/CH10/EX10.10/10_10.sce | 6e5d4d6598af71ff4a4368b74ae22cddca31f225 | [] | 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 | 10_10.sce | clear
clc
//Example 10.10
disp('Example 10.10')
s=%s;
Gp=1/(5*s+1);
Gm=1/(s+1);
Gv=1/(2*s+1);
Ys=Gv*Gp*Gm
Routh=routh_t(Ys,poly(0,"Kc")); // produces routh table for polynomial 1+Kc*Ys
disp(Routh)
K1=roots(numer(Routh(3,1)));
K2=roots(numer(Routh(4,1)));
mprintf('K lies between %f and %f for system to be stable', K2,K1)
|
7e16c24bf9670faad285ce5ea94c04c02e37fd5b | 449d555969bfd7befe906877abab098c6e63a0e8 | /2078/CH11/EX11.2/Example11_2.sce | ab8cbe407b6ec096aea7bb28513e10909f624d1a | [] | 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 | 214 | sce | Example11_2.sce | //Exa 11.2
clc;
clear;
close;
//Given data :
rho=5*10^14*10^-2;//ohm-m
l=5*1000;//m
r1=2.5;//m
r2=r1+1;//m
R_ins=rho/(2*%pi*l)*log(r2/r1);//ohm
disp(R_ins/10^6,"Insulation resistance of cable(Mohm) :");
|
205761c4248b63c84bdd518a9aec5725512c2d0a | 449d555969bfd7befe906877abab098c6e63a0e8 | /2621/CH7/EX7.14/Ex7_14.sce | 2776b23e0bc63c9124b8cd1a7ab7a77c9728eb47 | [] | 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 | 440 | sce | Ex7_14.sce | // Example 7.14
clc;
clear;
close;
// Given data
format('v',5);
f_H= 200;// in Hz
f_L= 2*10^3;// in Hz
C= 0.05*10^-6;// in F
// For low-pass filter,
R_desh= 1/(2*%pi*f_H*C);// in Ω
R_desh= R_desh*10^-3;// in kΩ
disp("The value of R'' is : "+string(R_desh)+" kΩ ( Approx. 20 kΩ)")
// For high-pass filter,
R= 1/(2*%pi*f_L*C);// in Ω
R= R*10^-3;// in kΩ
disp("The value of R is : "+string(R)+" kΩ ( Approx. 2 kΩ)")
|
ae9dcb105f74ad544725c2eb2fbd4d3096db0ab8 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3756/CH1/EX1.16/Ex1_16.sce | 09bc5e695a3a4171704af75f78c5be56cab3d88f | [] | 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 | 374 | sce | Ex1_16.sce | clc
//
//
//
//Variable declaration
mu=1.4 //Refractive index
cosr=0.8631
t=0.01*10**-3 //thickness
lambda1=4000*10**-10 //Wavelength 1
lambda2=5000*10**-10 //Wavelength 2
//Calculations
n1=(2*mu*t*cosr)/lambda1
n2=(2*mu*t*cosr)/lambda2
deln=(n1)-(n2)
//Result
printf("\n The number of dark bands seen betwween 4000 A and 5000A is %i ",deln)
|
60091fad4335a65eab8185757769a3b9ecdc32c4 | 7501faaefdf67543ac3947657dec467accc58f6a | /projects/02/Equal16.tst | c8d1d5d6df72efdc2b7bb874ce25f3e75a448cb3 | [] | no_license | brettshollenberger/elements-of-computing-systems | 5f8edcdce258fe09377bc6d4827f07a475e36214 | 48f831b968ab86f5cc2885798272807f3e6d21e7 | refs/heads/master | 2020-06-04T00:57:52.556546 | 2015-01-25T06:16:07 | 2015-01-25T06:16:07 | 29,725,277 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 796 | tst | Equal16.tst | // This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/02/Equal16.tst
load Equal16.hdl,
output-file Equal16.out,
compare-to Equal16.cmp,
output-list a%B1.16.1 b%B1.16.1 out%B3.1.3;
set a %B0000000000000000,
set b %B0000000000000000,
eval,
output;
set a %B1111111111111111,
set b %B1111111111111111,
eval,
output;
set a %B1010101010101010,
set b %B1010101010101010,
eval,
output;
set a %B0000000000000000,
set b %B1111111111111111,
eval,
output;
set a %B1111111111111111,
set b %B0000000000000000,
eval,
output;
set a %B1010101010101010,
set b %B0101010101010101,
eval,
output;
set a %B1111111111111111,
set b %B1111111111111110,
eval,
output;
|
85dfa437da6b2dc7981ca2b757ea64f033de441a | 449d555969bfd7befe906877abab098c6e63a0e8 | /494/CH3/EX3.5/3_5.sce | 501412ab8a184ef820b6b5c4102f878357602d5f | [] | 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 | 760 | sce | 3_5.sce | //all the quantities are expressed in SI units
ratio = 12; //contraction ratio of wind tunnel nozzle
Cl_max = 1.3; //maximum lift coefficient of the model
S = 0.56; //wing planform area of the model
L_max = 4448.22; //maximum lift force that can be measured by the mechanical balance
rho_inf = 1.225; //free-stream density of air
//the maximum allowable freestream velocity can be given as
V_inf = sqrt(2*L_max/rho_inf/S/Cl_max);
//thus the maximum allowable pressure difference is given by
delta_p = 1/2*rho_inf*(V_inf^2)*(1-(ratio^-2));
printf("\nRESULTS\n--------\nThe maximum allowable pressure difference between the wind tunnel setling chamber and the test section is\n delta_p = %4.2f Pa",delta_p) |
2b8e5295e4d2f241809b98336add89a6fe07f150 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3204/CH18/EX18.5/Ex18_5.sce | a71f5d6500a1849ad194fb2dcf91da264e01cf8a | [] | 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 | 576 | sce | Ex18_5.sce | // Initiization of variables
theta=30 // degrees // ange made by the ball against the wall
e=0.50
// Calculations
// The notations have been changed
// Resolving the velocity v as,
v_x=cosd(theta)
v_y=sind(theta)
V_y=v_y
// from coefficient of restitution reation
V_x=-e*v_x
// Resultant velocity
V=sqrt(V_x^2+V_y^2)
theta=atand(V_y/(-V_x)) // taking +ve value for V_x
// NOTE: Here all the terms are multiplied with velocity i.e (v).
// Results
clc
printf('The velocity of the ball is %f v \n',V)
printf('The direction of the ball is %f degrees \n',theta)
|
4ff3647d101ed466deb5dfb695c5c778087ea714 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1172/CH2/EX2.7/Example2_7.sce | aec1a611210a570113bdf4e513a3fb326e61d155 | [] | 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 | 532 | sce | Example2_7.sce | clc
// Given That
d = 1.5e11 // separation between earth and sun in meter
power_sun = 3.8e26// power radiated by sun in W
c = 3e8
//Sample Problem 7 Page No. 82
printf("\n # Problem 7 # \n ")
s = power_sun /(4 * %pi * (d^2)) //calculation of Energy received per unit surface area per unit time
p = s / c // calculation of Pressure applied by sun radiations on earth
printf("Energy received per unit surface area per unit time is %f", s)
printf("\n Pressure applied by sun radiations on earth is %e N/m^2 \n", p)
|
0454e7a7b1f38393212d94f4a5924622d4e86b64 | b83a548625faadcf7c779f11ce56f02f9058bb70 | /oc 1.sce | 35f4db909b3a149f70c01a707d8a5d4f39683fee | [] | no_license | navnesh/scilab | 856941418ac0c58a4566b6559a107ac46efbb147 | 5f97c5043bd06ac2e092e9ec6431c18b71b33e22 | refs/heads/main | 2023-07-09T22:15:24.220450 | 2021-08-10T08:16:45 | 2021-08-10T08:16:45 | 394,020,861 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 349 | sce | oc 1.sce | clc;
clear;
n1=input("Enter the value of Refractive Index n1:")
n2=input("Enter the value of Cladding Refractive n2:")
NA1=sqrt((n1*n1)-(n2*n2))
delta=((n1*n1)-(n2*n2))/(2*(n1*n1))
NA2=n1*sqrt(2*delta)
Acceptance_angle1 =asind(NA1)
Acceptance_angle2 =asind(NA2)
disp("NA1",NA1)
disp("NA2",NA2)
disp('Acceptance angle',Acceptance_angle1)
|
df644dfefc31192c6f26458fa288522ae1674eba | 449d555969bfd7befe906877abab098c6e63a0e8 | /1205/CH7/EX7.1/S_7_1.sce | e6c0706926271887206b7ef639e190321191721d | [] | 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,177 | sce | S_7_1.sce | clc;
P=2400;//N, Vertical Force applied at D
AB=2.7;//m, perpendicular distance between A and B
BE=2.7;//m, perpendicular distance between E and B
BK=1.5;//m, perpendicular distance between B and K
AJ=1.2;//m, perpendicular distance between A and J
EF=4.8;//m, perpendicular distance between E and F
BD=3.6;//m, perpendicular distance between D and B
//For entire truss
//By free body diagram we get the force at A, B , c
A=1800;//N
B=1200;//N
C=3600;//N
alpha=atan(EF/(AB+BE));//rad
//a. Internal forces at j
//Applying sum(M_J)=0
M=A*AJ;//N.m,Couple on member ACF at J
//Applying sum(Fx)=0
F=A*cos(alpha);//N, Axial force at J
//Applying sum(Fy)=0
V=A*sin(alpha);//N, shearing force at J
printf("Thus, Internal forces at J are equivalent to \n Couple M = %.0f N.m \n Axial force F= %.0f N \n Shearing force V= %.0f N\n",M,F,V);
//a. Internal forces at K
//Applying sum(M_K)=0
M=B*BK;//N.m,Couple on frame
//Applying sum(Fx)=0
F=0;//N, Axial force at J
//Applying sum(Fy)=0
V=-B;//N, shearing force at J
printf("Thus, Internal forces at K are equivalent to \n Couple M = %.0f N.m \n Axial force F= %.0f N \n Shearing force V= %.0f N\n",M,F,V);
|
914302381c49bc3cfe42ce3cd7cbbeb621572e71 | 449d555969bfd7befe906877abab098c6e63a0e8 | /413/CH8/EX8.3/Example_8_3.sce | e8f933a6a755cde981ff0c1e47cb3e5ef3fa14e0 | [] | 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 | Example_8_3.sce | clc
clear
A=[6 -2 1; -2 7 2; 1 2 5]
b=[11 5 -1]
D=[6 0 0; 0 7 0; 0 0 -5]
L=[0 0 0; -2 0 0; 1 2 0]
U=[0 -2 1; 0 0 2; 0 0 0]
DI=inv(D)
printf('For Jacobi method, we need to compute the eigen value of this matrix')
B=DI*(L+U)
disp(B)
T=spec(B)
disp(T)
printf(' Magnitude of Largest eigenvaue is %f',abs(T(2,1)))
printf('\n\nFor Gauss-Seidel method, we need to compute the eigen value of this matrix')
B=inv(L+D)*U
disp(B)
T=spec(B)
disp(T)
printf(' Magnitude of Largest eigenvaue is %f',abs(T(2,1))) |
b1549da023d7d9f1c5ff8152441754f6ced28644 | 0fb7048b5e90092a534e24953463051301cec2d1 | /scriptScilab/debug.sce | 153bc20b8e5ae0a15b861bb145be1e7de710e270 | [] | no_license | ece2lr/ecricome2017 | 4fce2d365b28f1fcbbe4c59662eb223214f3653e | eba1e384cd314d58bb9aa7d4e2a283ff1985f1de | refs/heads/master | 2021-01-19T20:12:27.046456 | 2017-04-20T20:45:21 | 2017-04-20T20:45:21 | 88,203,505 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 594 | sce | debug.sce | N = 1000
exec("scriptTrousCompl.sce",-1)
function y=freqT(n)
y = zeros(1,n)
for i = 1:N
k = T(n)
y(k) = y(k) + 1
end
y = y / N
endfunction
function y=loitheoY(n)
y = zeros(1,n)
for k = 1:n
y(k) = (k-1) / prod(1:k)
end
endfunction
clf()
//n = input('n = ?')
arguments = [5 10 20 50 100 1000]
for k = 1:6
subplot(3,2,k)
n = arguments(k)
plot2d(loitheoY(6), style=-2)
x = freqT(n)
bar(x(1:5))
e = gce()
barres = e.children
barres.polyline_style = 3 // simples traits pour barres
barres.thickness = 4
end
|
eab712dd6e9539478794f099bb497268cc228a01 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1397/CH6/EX6.11/6_11.sce | 9b4bddc8f4c122e79c0d56c39ff041b000cdf80d | [] | 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 | 336 | sce | 6_11.sce | //clc();
clear;
//To calculate the glancing angle
lambda=0.071*10^-9; //wavelength in m
//miller indices of diffraction plane
h=1;
k=1;
l=0;
a=0.28*10^-9; //lattice constant in m
n=2;
d=a/sqrt((h^2)+(k^2)+(l^2));
disp(d);
theta=asind((n*lambda)/(2*d));
printf("glancing angle in degrees is");
disp(theta);
|
2838fabc588c84c2de9e99260aa0e0c3dc7629d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3886/CH2/EX2.7/Ex2_7.sce | 71b465ef78ef143f5326bc06ccc02b69c4652ae1 | [] | 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 | Ex2_7.sce | //Finding the third force F
//Assume that the third force F makes an angle theta with x-axis
//Resolving the forces we get
//F*cosd(theta)=-225.9...(1) //N
//F*sind(theta)=-408.9...(2) //N
//Then (2)/(1) gives
theta=atand(-408.9/-225.9) //degree
F=sqrt(225.9^2+408.9^2) //N
printf("The third force is F=%.1f N and makes an angle of theta=%.2f degree",F,theta)
|
af8da76d4e086bad46b8f778a537bab62dd8ca40 | 449d555969bfd7befe906877abab098c6e63a0e8 | /50/CH4/EX4.3/ex_4_3.sce | fb99fe436b802207023bba3b05558ccbaab7f3cb | [] | 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 | 401 | sce | ex_4_3.sce | // example 4.3
// find the linear interpolation polinomial
// using
disp('f(2)=4');
disp('f(2.5)=5.5');
// 1)lagrange interpolation,
P1=legrangeinterpol (2,2.5,4,5.5)
// 2)aitken's iterated interpolation,
P1=aitkeninterpol (2,2.5,4,5.5)
// 3) newton devided differance interpolation,
P1=NDDinterpol (2,2.5,4,5.5)
// hence approximate value of f(2.2)= 4.6;
|
0938eab4a118329d14154256e3643a5baa8d884b | 8fd5474ab7779b552e5f198a3ce4afc4d82cb47f | /bin/libGeo/GetSags.sci | 0daf26256021575d857d1465aa42d959eacd1a89 | [] | no_license | 2-BiAs/UCASI_ALIGNMENT_SCAN | 807353741517c084007cdf978b149f34f8a13dae | 85b8d79f50e23051cbf365385b49e05293827941 | refs/heads/master | 2020-06-21T10:26:29.419281 | 2017-05-19T02:01:27 | 2017-05-19T02:01:27 | 74,790,458 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,301 | sci | GetSags.sci | function mOutput = GetSags(mPoints, spParams)
//Generates an array of sag values given an array of [u, v] points
//And surface parameter structure defining general polynomial freeform surface
format('e', 16);
//Build Polynomial Terms
sPolynomialTerms = '';
iNM = size(spParams.mPolyCoef);
iN = iNM(1);
iM = iNM(2);
for i = 1:iN
for j = 1:iM
if spParams.mPolyCoef(i, j) ~= 0 then
sPolynomialTerms = sPolynomialTerms + '+ ' + string(spParams.mPolyCoef(i,j)) +...
' * (x - fXs * ones(x)).^(' + string(i) + ' - 1) .* (y - fYs * ones(y)).^(' + string(j) + ' - 1)';
end
end
end
//Set Surface Parameters
fXs = 0;
fYs = 0;
fConicConstant = spParams.fCC;
//Build Conic Equation
sConic = 'z = (x.^2 - 2 * x * fXs + fXs^2 * ones(x) + y.^2 - 2 * y * fYs + fYs^2 * ones(y)) .*...
(R * (ones(x) + sqrt(ones(x) - (1 + fConicConstant) * (x.^2 - 2 * x * fXs + fXs^2 * ones(x) + y.^2 - 2 * y * fYs + fYs^2 * ones(y)) / R^2))) .^ (-1) ';
//Define Surface Funtion
deff('z = Z(x, y, R)', sConic + sPolynomialTerms);
x = mPoints(:,1);
y = mPoints(:,2);
format('v', 10);
mOutput = Z(x, y, spParams.fROC);
endfunction
|
e21e89ed15971851533732bd49a0bb58eed2f2fb | 8217f7986187902617ad1bf89cb789618a90dd0a | /browsable_source/2.5/Unix-Windows/scilab-2.5/macros/sci2for/f_maxi.sci | c2db6f7d2137771d7fcebeeed70ebcbcf09c44df | [
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | clg55/Scilab-Workbench | 4ebc01d2daea5026ad07fbfc53e16d4b29179502 | 9f8fd29c7f2a98100fa9aed8b58f6768d24a1875 | refs/heads/master | 2023-05-31T04:06:22.931111 | 2022-09-13T14:41:51 | 2022-09-13T14:41:51 | 258,270,193 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 1,368 | sci | f_maxi.sci | function [stk,nwrk,txt,top]=f_maxi(nwrk)
//!purpose
// Scilab maxi function translation
//!
txt=[]
select rhs
case 1 then
s2=stk(top)
if lhs==1 then
if s2(3)=='0' then fun='ivmax',else fun='dvmax',end
nwrk=dclfun(nwrk,fun,s2(3))
out=callfun([fun,mulf(s2(4),s2(5)),s2(1),'1'],s2(3))
stk=list(out,'0',s2(3),'1','1')
else
[out,nwrk,t1]=outname(nwrk,[s2(3);'0'],['1';'1'],['1';'1'])
w=getentry1(s2(1),'loop')
txt=[t1;
' '+out(2)+'='+getentry1(s2(1),'1')
' do loop=2,'+mulf(s2(4),s2(5))
indentfor(genif(w+'.gt.'+out(2),..
[' '+out(2)+'='+w;
' '+out(1)+'=loop']))
' enddo']
stk=list(list(out(1),'-1','1','1','1'),list(out(2),'-1','0','1','1'))
end
case 2 then
s2=stk(top);s1=stk(top-1);top=top-1
if lhs==1 then
if s2(4)=='1'&s2(5)=='1'&s1(4)=='1'&s1(5)=='1'then
stk=list('max('+s1(1)+','+s2(1)+')','0',s2(3),'1','1')
else
warning('max with 2 matrix args not translated')
end
else
warning('max with 2 lhs arguments not translated')
end
else
warning('max with more than 2 args not translated')
end
function var=getentry1(var,i)
if part(var,1:5)=='work(' then
pti=part(var,6:length(var)-1)
var='work('+addf(pti,addf(i,'-1'))+')'
elseif part(var,1:6)=='iwork(' then
pti=part(var,7:length(var)-1)
var='iwork('+addf(pti,addf(i,'-1'))+')'
else
var=var+'('+i+')'
end
|
aea81ce8bfb5c3d1472127f242d3f0646afb85da | 449d555969bfd7befe906877abab098c6e63a0e8 | /1364/CH9/EX9.7.5/9_7_5.sce | 6a958acf35b067841d5d59bc2f094d775032314d | [] | 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 | 287 | sce | 9_7_5.sce | clc
//initialisation of variables
u= 80 //ft/sec
n= 62
r= 1/4
v= 11 //ft^3
w= 62.3//lbf/ft^3
p= 2 //lbf/in^2
//CALCULATIONS
uw= u*n/(r*v*w)
R= v*w*(uw/u)^2
P= r^2*p/R
//RESULTS
printf (' water velocity= %.f ft/sec',uw)
printf (' \n pressure drop= %.5f lbf/in^2 per ft',P)
|
baf23c75d7607f0ac273576c5ce4ca7531f7b511 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2084/CH11/EX11.4w/11_4w.sce | 8c658174bcf1cd55a5087ad9defad5bd43495aff | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 781 | sce | 11_4w.sce | //developed in windows XP operating system 32bit
//platform Scilab 5.4.1
clc;clear;
//example 11.4w
//calculation of the separation between the particles under mutual attraction
//given data
mA=1//mass(in kg) of particle A
mB=2//mass(in kg) of particle B
R=1//initial distance(in m) between the two particles
vB=3.6*10^-2/(60*60)//speed(in m/s) of the particle B
G=6.67*10^-11//universal constant of gravitation(in N-m^2/kg^2)
//calculation
v=(mB*vB)/mA//principle of conservation of linear momentum
U1=-G*mA*mB/R//initial potential energy of the pair
d=U1/(U1-(mB*vB*vB/2)-(mA*v*v/2))//principle of conservation of energy
printf('the speed of particle A is %3.1e m/s',v)
printf('\nthe separation between the particles under mutual attraction is %3.2f m',d)
|
7846c5046a9bbf62b92629a56e99f16a7cfd6b57 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3754/CH33/EX33.3/33_3.sce | 4f5a9ed1fb4d293dcea4cb1bc06e34f9b289888d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 498 | sce | 33_3.sce | clear//
//Variables
RC = 250.0 * 10**-12 //Time constance (in seconds)
Vomax = 50.0 //Maximum output voltage (in volts)
tau = 0.05 * 10**-6 //time (in seconds)
//Calculation
alpha = Vomax / RC //alpha (in volt per second)
Vp = alpha * tau //Peak voltage (in volts)
//Result
printf("\n The peak value of input voltage is %0.3f kV.",Vp * 10**-3)
|
675b24efce3a371facfb83a4019230fb59854e09 | e046db771f25c04880ce161c1ea23e9b5146a419 | /Metodo Gauss Seidel.sce | dc36d3a82b664ee6bde925719c2aafa7ff6649f9 | [] | no_license | SebastianCanoRuiz/MetodosIterativos | 6847d0e95f19f77cb7d59d1b2958462752c49547 | d471b7c27cf5ff0402861eae541c8a8f5abd148e | refs/heads/master | 2022-11-24T12:24:31.885665 | 2020-08-04T17:37:07 | 2020-08-04T17:37:07 | 285,052,891 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,668 | sce | Metodo Gauss Seidel.sce | //Jhon Sebastian Cano Ruiz - 1556156
clc()
A = input("Ingrese la matriz en el formato [# # # ; # # # ; # # #]: ")
b = input("Ingrese el vector columna b en el formato [# ; # ; #]: ")
errorLimite= input("Digite el límite de error deseado: ");
limiteIteracion= input("Ingrese un maximo de iteraciones: ");
iteracion=0
errorActual=100
x=[0;0;0]
x1=0
x2=0
x3=0
x1Anterior=0
x2Anterior=0
x3Anterior=0
//Comprobación de que sea diagonal dominante
if(A(1,1) > (A(1,2) + A(1,3)) & A(2,2) > (A(2,1) + A(2,3)) & A(3,3) > (A(3,1) + A(3,2)))
printf("N=%1.0f \t x1=%1.5f \t x2=%1.5f \t x3=%1.5f \t Error=_____ \n",iteracion,x1,x2,x3);
while(errorActual > errorLimite & iteracion < limiteIteracion )
x1Anterior=x(1)
x2Anterior=x(2)
x3Anterior=x(3)
// se aplican las formulas vista en clase para el metodo gauss seidel
x1= (b(1)-(A(1,2)*x(2)) - (A(1,3)*x(3)))/A(1,1)
x(1)=x1
x2= (b(2)-(A(2,1)*x(1)) - (A(2,3)*x(3)))/A(2,2)
x(2)=x2
x3= (b(3)-(A(3,1)*x(1)) - (A(3,2)*x(2)))/A(3,3)
x(3)=x3
//Error con la norma infinita
numerador= max(abs(x(1)-x1Anterior),abs(x(2)-x2Anterior),abs(x(3)-x3Anterior));
denominador= max(abs(x(1)),abs(x(2)),abs(x(3)))
errorActual= abs(numerador)/abs(denominador)
iteracion=iteracion+1
printf("N = %1.0f \t x1 = %1.5f \t x2 = %1.5f \t x3 = %1.5f \t Error = %1.9f\n",iteracion,x1,x2,x3,errorActual);
end
printf("\nLa solución al sistema es x1=%1.5f \t x2=%1.5f \t x3=%1.5f \n",x1,x2,x3);
else
print("La matriz no es estrictamente diagonal")
end
|
16f982508cc0645299c12a62742ad2395404c695 | 097689cb15f57ed753422489c1129404769b863a | /SSH/chapter03/work/work04/work4.tst | ca11559c808d8ba65532ce78f49a30a17887cb92 | [] | no_license | Beeru4/project | f247ae4a6669ba8b93965c0fa50d2cfe285e1918 | cf12bce4d6d5750f8ff2f748182249724e287a76 | refs/heads/master | 2020-05-15T13:33:40.217444 | 2019-05-17T07:50:21 | 2019-05-17T07:50:21 | 182,304,194 | 0 | 0 | null | null | null | null | GB18030 | Scilab | false | false | 2,022 | tst | work4.tst | PL/SQL Developer Test script 3.0
71
declare
v_sal emp.sal%TYPE;
--税率
v_s NUMBER(7, 3);
--速算扣除数
v_ss NUMBER(7, 3);
--总税率
v_toaltax NUMBER(11, 4) := 0;
--所在级别
v_level NUMBER(1);
--创建游标查询数据
CURSOR currsor_emp
--查出员工工资
IS
SELECT SAL,
TO_CHAR(HIREDATE, 'yyyy') as year_date,
empno,
ename,
dname,
TO_CHAR(SYSDATE, 'yyyy') as year_curr
FROM emp, dept
WHERE emp.deptno = dept.deptno;
begin
--循环读取
FOR v_object IN currsor_emp LOOP
v_sal := (v_object.sal - 1500);
--判断税务
IF v_sal <= 1500 THEN
v_s := 0.03;
v_ss := 0;
ELSIF v_sal <= 4500 THEN
v_s := 0.1;
v_ss := 105;
ELSIF v_sal <= 9000 THEN
v_s := 0.2;
v_ss := 555;
ELSE
v_s := 0.25;
v_ss := 1005;
END IF;
--累加金额
v_toaltax := v_toaltax + (v_sal * v_s - v_ss);
--判断级别
IF v_sal > 700 AND v_sal <= 3200 THEN
v_level := 1;
ELSIF v_sal >= 3201 AND v_sal <= 4400 THEN
v_level := 2;
ELSIF v_sal >= 4401 AND v_sal <= 5000 THEN
v_level := 3;
ELSIF v_sal >= 5001 AND v_sal <= 7000 THEN
v_level := 4;
ELSE
v_level := 5;
END IF;
--更改金额
IF v_object.year_curr - v_object.year_date < 6 THEN
--修改奖金1000
UPDATE emp SET COMM = COMM + 1000 WHERE EMPNO = v_object.empno;
ELSE
--修改金额为2000
UPDATE emp SET COMM = COMM + 2000 WHERE EMPNO = v_object.empno;
END IF;
COMMIT;
--输出信息
DBMS_OUTPUT.PUT_LINE('员工姓名:' || v_object.ename || '部门名称:' ||
v_object.dname || '薪水:' ||
TO_CHAR(v_object.SAL + 1500) || '所在级别:' ||
TO_CHAR(v_level));
END LOOP;
DBMS_OUTPUT.PUT_LINE('总税务:' || TO_CHAR(v_toaltax));
end;
0
0
|
75fde4dbe09c6871af95aa26e55d79431693e285 | 1f57c25951e0b065ae60f388372d92fb44f41e5c | /Practica 1/NewtonMod.sce | 204a5d5cd7a9cddfea85ac22fd403174173925e7 | [] | no_license | javilag/metodosNumericos | 1d93774d87a1bef50002089a51c5bfe961eb26de | 06dbc373351ff56c465896d47c89d5f896f249d8 | refs/heads/master | 2021-01-01T19:43:18.598387 | 2015-10-28T19:01:13 | 2015-10-28T19:01:13 | 42,838,717 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,034 | sce | NewtonMod.sce |
function newtonraphsonMd(f,df,d2f,x0,tol,it);
//f es la función que se ingresara entre comillas
//x0 es un punto
//df es la primera derivada de la función que ese insertara entre comillas
//d2f es la segunda derivada de la función que ese insertara entre comillas
//tol es la tolerancia
//it es el numero maximo de iteraciones
i=1;
x(1)=x0;
printf('+-----------+----------------------+----------------------+\n');
printf('| Iteracion | x(i) | error |\n');
printf('+-----------+----------------------+----------------------+\n');
printf('| %9d | %20.15f | %20.15f |\n',i,x0,tol);
ea(i)=100;
while (i<it)
x=x0;
fxi=evstr(f);
x=x0;
dfxi=evstr(df);
x=x0;
d2fxi=evstr(d2f);
if (abs(ea(i))>=tol)
xr=((fxi)*(dfxi))/(((dfxi)^2)-((fxi)*(d2fxi)));
ea(i+1)=abs((xr-x0)/xr);
x0=xr;
printf('| %9d | %20.15f | %20.15f |\n',i,x0,ea(i+1));
i=i+1;
X(i+1)=i;
Y(i+1)=xr;
else
i=it;
end
end
plot(X,Y);
endfunction
|
bed90ce4e586fd10982c263178023b6d7f84632e | 5a05d7e1b331922620afe242e4393f426335f2e3 | /macros/fir2.sci | 5caba69c9207eaad27ac1b5c3535975c9f6f61f5 | [] | no_license | sauravdekhtawala/FOSSEE-Signal-Processing-Toolbox | 2728cf855f58886c7c4a9317cc00784ba8cd8a5b | 91f8045f58b6b96dbaaf2d4400586660b92d461c | refs/heads/master | 2022-04-19T17:33:22.731810 | 2020-04-22T12:17:41 | 2020-04-22T12:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 3,765 | sci | fir2.sci | function b = fir2(n, f, m, grid_n, ramp_n, window_in)
funcprot(0);
rhs= argn(2);
if rhs < 3 | rhs > 6
error("Wrong Number of input arguments");
end
//verify frequency and magnitude vectors are reasonable
t = length(f);
if t<2 | f(1)~=0 | f(t)~=1 | or(diff(f)<0)
error ("fir2: frequency must be nondecreasing starting from 0 and ending at 1");
elseif t ~= length(m)
error ("fir2: frequency and magnitude vectors must be the same length");
//find the grid spacing and ramp width
elseif (rhs>4 & length(grid_n)>1) | (rhs>5 & (length(grid_n)>1 | length(ramp_n)>1))
error ("fir2: grid_n and ramp_n must be integers");
end
if rhs < 4, grid_n=[]; end
if rhs < 5, ramp_n=[]; end
//find the window parameter, or default to hamming
//
w=[];
if length(grid_n)>1 then
w=grid_n; grid_n=[];
end
if length(ramp_n)>1 then
w=ramp_n; ramp_n=[];
end
if rhs < 6 then
window_in=w;
end
if isempty(window_in) then
window_out=hamming(n+1);
elseif(isvector(window_in) & length(window_in) == n+1)
window_out=window_in;
elseif type((window_in)==10)
if(window_in=="bartlett" | window_in=="blackman" | window_in=="blackmanharris" |...
window_in=="bohmanwin" | window_in=="boxcar" | window_in=="barthannwin" |...
window_in=="chebwin"| window_in=="flattopwin" | window_in=="gausswin" |...
window_in=="hamming" | window_in=="hanning" | window_in=="hann" |...
window_in=="kaiser" | window_in=="parzenwin" | window_in=="triang" |...
window_in=="rectwin" | window_in=="tukeywin" | window_in=="blackmannuttall" |...
window_in=="nuttallwin")
c =evstr (window_in);
window_out=c(n+1);
else
error("Use proper Window name")
end
end
if(length(window_out) ~= n+1)
error ("fir2: window_in must be of length n+1");
end
//Default grid size is 512... unless n+1 >= 1024
if isempty (grid_n)
if n+1 < 1024
grid_n = 512;
else
grid_n = n+1;
end
end
//ML behavior appears to always round the grid size up to a power of 2
grid_n = 2 ^ nextpow2 (grid_n);
//Error out if the grid size is not big enough for the window
if 2*grid_n < n+1
error ("fir2: grid size must be greater than half the filter order");
end
if isempty (ramp_n), ramp_n = fix (grid_n / 25); end
//Apply ramps to discontinuities
if (ramp_n > 0)
//remember original frequency points prior to applying ramps
basef = f(:); basem = m(:);
//separate identical frequencies, but keep the midpoint
idx = find (diff(f) == 0);
f(idx) = f(idx) - ramp_n/grid_n/2;
f(idx+1) = f(idx+1) + ramp_n/grid_n/2;
basef_idx=basef(idx);
f = [f(:);basef_idx]';
//make sure the grid points stay monotonic in [0,1]
f(f<0) = 0;
f(f>1) = 1;
f = unique([f(:);basef_idx(:)]');
//preserve window shape even though f may have changed
m = interp1(basef, basem, f,'nearest');
end
//interpolate between grid points
grid = interp1(f,m,linspace(0,1,grid_n+1)','nearest');
//Transform frequency response into time response and
//center the response about n/2, truncating the excess
if (modulo(n,2) == 0)
b = ifft([grid ; grid(grid_n:-1:2)]);
mid = (n+1)/2;
b = real ([ b([$-floor(mid)+1:$]) ; b(1:ceil(mid)) ]);
else
//Add zeros to interpolate by 2, then pick the odd values below.
b = ifft([grid ; zeros(grid_n*2,1) ;grid(grid_n:-1:2)]);
b = 2 * real([ b([$-n+1:2:$]) ; b(2:2:(n+1))]);
end
//Multiplication in the time domain is convolution in frequency,
//so multiply by our window now to smooth the frequency response.
//Also, for matlab compatibility, we return return values in 1 row
b = b(:)' .* window_out(:)';
endfunction
|
65da629721f67ab2e47549a8a09d2c71c4364340 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1802/CH2/EX2.13/Exa2_13.sce | 41cd7988846716554dd2f96f16afc30849371759 | [] | 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 | 633 | sce | Exa2_13.sce | //Exa 2.13
clc;
clear;
close;
//Given Data :
format('v',8);
disp("Assumptions : ");
disp("Power to be transmitted is the same(say, P watts)");
disp("Length of the line is the same(say, l meters)");
disp("Losses in the line are the same(say, W watts)");
//I=P/V;//in Ampere
//a=2*I^2*R=2*(P/V)^2*rho*l/W;//in m^2
//volume=2*a*l;//
disp("Volume of copper required for 2 wires=K/V^2")
//(i) When V=200 volts
V1=200;//in volts
disp("Vol1=K*"+string(1/V1^2));
//(ii) When V=600 volts
V2=600;//in volts
disp("Vol2=K*"+string(1/V2^2));
saving=((1/V1^2)-(1/V2^2))*100/(1/V1^2);//in
disp(saving,"% saving in copper : "); |
70f76960d1e45db66d804c33c9da86f2d98ff9a5 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/tweet/bow/bow.4_3.tst | 2ddb1fb4a952b06a74887d9c3fcb206cc623ae2d | [] | 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 | 43,336 | tst | bow.4_3.tst | 4 6:0.030303030303030304 42:0.25 98:0.5 320:1.0 710:1.0 950:1.0 1165:1.0 1205:1.0 1885:0.5 2658:1.0 2752:0.3333333333333333 4490:1.0 5105:1.0 5176:0.25 5332:1.0 5657:1.0 5986:1.0 6111:1.0 6889:0.5 7274:1.0 7275:1.0
4 6:0.06060606060606061 15:0.16666666666666666 34:0.2727272727272727 115:1.0 128:0.1 135:0.5 169:0.5 249:1.0 251:0.25 261:0.05 272:1.0 275:1.0 281:1.0 441:1.0 534:1.0 1266:1.0 1748:0.06666666666666667 1992:1.0 2263:0.5 2317:1.0 2485:1.0 3247:1.0 4569:1.0 5109:0.1111111111111111 5151:1.0 5328:1.0 5464:0.5 5485:1.0 6107:1.0 6322:1.0 6888:1.0 6889:0.5 6993:1.0
4 5:1.0 6:0.030303030303030304 15:0.08333333333333333 34:0.18181818181818182 54:1.0 56:0.25 75:0.5 128:0.1 153:0.5 261:0.05 281:2.0 351:1.0 1124:1.0 1700:1.0 1748:0.06666666666666667 1885:0.5 2113:1.0 2317:1.0 2462:1.0 3644:0.010752688172043012 5118:0.5 5151:1.0 5350:1.0 5656:1.0 5730:1.0
4 5:1.0 23:0.2222222222222222 34:0.09090909090909091 37:0.3333333333333333 82:0.14285714285714285 115:1.0 129:1.0 169:0.5 191:0.25 219:0.25 268:1.0 289:0.5 359:0.5 367:2.0 489:1.0 1748:0.06666666666666667 1870:1.0 1956:1.0 2234:1.0 2384:0.5 2462:1.0 2807:1.0 3345:1.0 4813:1.0 5097:0.043478260869565216 5118:0.5 5165:1.0 5656:1.0 5904:1.0 6488:1.0 7390:1.0 7604:1.0
4 5:1.0 6:0.030303030303030304 15:0.08333333333333333 17:0.2 34:0.18181818181818182 128:0.1 155:0.09090909090909091 185:0.5 622:1.0 668:1.0 908:1.0 1672:1.0 1872:1.0 1992:1.0 1998:1.0 2235:1.0 2249:0.2 2325:1.0 2337:1.0 3419:1.0 3683:1.0 4498:1.0 5118:0.5 5224:1.0 5668:1.0 5768:1.0 6019:1.0 6077:1.0 6213:1.0
4 6:0.09090909090909091 15:0.08333333333333333 34:0.2727272727272727 37:0.3333333333333333 42:0.25 63:1.0 82:0.14285714285714285 97:0.5 129:1.0 175:1.0 176:1.0 185:2.0 191:0.5 219:0.25 268:1.0 367:2.0 441:1.0 455:1.0 473:0.5 489:1.0 587:1.0 1040:1.0 1241:0.3333333333333333 1389:1.0 1420:1.0 2119:0.3333333333333333 2567:1.0 2737:1.0 2807:1.0 3304:1.0 3345:1.0 3644:0.010752688172043012 4049:0.5 4309:1.0 4813:1.0 5165:1.0 5333:1.0 5337:1.0 5495:1.0 5723:1.0 5940:1.0 6063:0.3333333333333333 6658:1.0 6839:1.0 6889:0.5 7103:1.0 7167:1.0
4 5:1.0 6:0.030303030303030304 15:0.08333333333333333 34:0.2727272727272727 42:0.5 82:0.14285714285714285 129:1.0 165:0.0625 191:0.5 219:0.25 238:0.1111111111111111 305:1.0 336:0.5 367:3.0 489:1.0 946:1.0 1453:1.0 2675:1.0 2807:1.0 3345:1.0 3644:0.010752688172043012 4364:1.0 5109:0.1111111111111111 5165:1.0 5835:1.0 5965:1.0 5972:1.0 6283:1.0 6569:1.0
4 6:0.06060606060606061 17:0.2 23:0.1111111111111111 34:0.18181818181818182 51:0.25 56:0.5 75:1.0 96:0.14285714285714285 128:0.1 165:0.0625 185:0.5 191:1.25 197:0.5 206:1.0 219:0.25 223:0.2 373:0.25 441:1.0 622:1.0 908:1.0 1281:1.0 1389:1.0 1465:1.0 1672:1.0 1872:1.0 2249:0.2 2337:1.0 2554:1.0 3419:1.0 3683:1.0 3790:3.0 4324:3.0 4498:1.0 5070:1.0 5183:1.0 5224:1.0 5261:1.0 5368:0.5 5589:1.0 5613:1.0 5975:1.0 6019:1.0 7412:1.0 7418:1.0
4 4:1.0 5:2.0 6:0.06060606060606061 15:0.08333333333333333 34:0.18181818181818182 37:0.3333333333333333 64:2.0 73:1.0 82:0.14285714285714285 96:0.14285714285714285 123:1.0 128:0.2 129:1.0 135:0.5 150:0.125 171:0.5 191:0.25 219:0.25 268:1.0 289:0.5 305:1.0 367:2.0 424:1.0 489:1.0 534:1.0 551:0.25 908:1.0 1928:1.0 2199:1.0 2249:0.2 2807:1.0 3133:1.0 3247:1.0 3345:1.0 3604:1.0 3870:1.0 4085:1.0 4309:1.0 4770:1.0 4813:1.0 5097:0.043478260869565216 5165:1.0 5728:0.5 6171:1.0 6635:1.0 6889:0.5 6917:1.0 7103:1.0
4 5:2.0 6:0.06060606060606061 15:0.08333333333333333 34:0.18181818181818182 37:0.3333333333333333 71:0.3333333333333333 82:0.14285714285714285 96:0.14285714285714285 128:0.1 129:1.0 135:0.5 165:0.0625 171:0.5 177:0.5 191:0.5 219:0.25 268:1.0 351:1.0 367:2.0 489:1.0 534:0.5 549:1.0 587:1.0 742:1.0 908:1.0 973:1.0 1162:1.0 1492:1.0 1742:1.0 1928:1.0 2199:1.0 2234:1.0 2807:1.0 3133:1.0 3345:1.0 4770:1.0 4813:1.0 5097:0.043478260869565216 5111:0.5 5165:1.0 5180:1.0 5191:1.0 5772:1.0 6171:1.0 6635:1.0 6889:0.5
4 4:1.0 6:0.06060606060606061 15:0.08333333333333333 37:0.3333333333333333 42:0.25 56:0.25 75:0.5 185:1.0 204:1.0 222:1.0 226:1.0 251:0.25 339:1.0 424:1.0 488:1.0 515:1.0 892:1.0 1109:1.0 1202:1.0 1672:1.0 2249:0.2 2325:1.0 3098:1.0 3644:0.010752688172043012 3683:1.0 3900:1.0 4734:1.0 5097:0.043478260869565216 5105:1.0 5237:1.0 5241:1.0 5336:1.0 5347:1.0 5438:1.0 5515:1.0 5554:1.0 6357:1.0
4 5:3.0 6:0.06060606060606061 36:1.0 66:1.0 71:0.3333333333333333 95:1.0 128:0.2 146:1.0 175:1.0 181:0.25 185:0.5 191:0.25 351:1.0 373:0.25 411:1.0 455:1.0 536:1.0 622:1.0 672:1.0 858:1.0 914:1.0 1159:1.0 2119:0.3333333333333333 2370:1.0 2737:1.0 3644:0.010752688172043012 4054:1.0 5097:0.043478260869565216 5315:1.0 5423:1.0 5489:1.0 6120:1.0 6889:0.5 6973:1.0
4 5:2.0 6:0.06060606060606061 15:0.08333333333333333 34:0.09090909090909091 45:1.0 64:1.0 82:0.14285714285714285 98:0.5 204:1.0 223:0.2 275:1.0 323:1.0 353:1.0 424:1.0 445:1.0 488:1.0 1160:1.0 1389:1.0 1445:0.3333333333333333 1615:1.0 2254:1.0 2539:1.0 3098:1.0 3372:1.0 3644:0.010752688172043012 3779:1.0 3880:1.0 3881:1.0 4325:0.5 4425:1.0 5109:0.1111111111111111 5291:1.0 5468:0.25 5536:1.0 6288:1.0 6758:1.0 6818:1.0 6825:1.0 6889:0.5
4 1:0.16666666666666666 5:1.0 6:0.09090909090909091 15:0.08333333333333333 34:0.09090909090909091 37:0.3333333333333333 56:0.25 88:1.0 129:1.0 153:0.5 191:0.25 219:0.25 268:1.0 289:0.5 367:2.0 443:1.0 489:1.0 881:0.5 1159:1.0 2139:1.0 2807:1.0 3345:1.0 3523:1.0 3604:1.0 3644:0.010752688172043012 4813:1.0 5097:0.043478260869565216 5165:1.0 5224:1.0 5548:1.0 5712:1.0 6603:1.0 6781:1.0 6889:0.5 7089:1.0 7103:1.0 7481:1.0
4 5:1.0 6:0.06060606060606061 15:0.25 34:0.09090909090909091 37:0.3333333333333333 64:1.0 96:0.2857142857142857 97:0.5 129:2.0 150:0.3125 157:1.0 191:0.25 219:0.25 220:1.0 249:0.5 268:1.0 289:0.5 359:0.5 367:2.0 399:0.5 409:0.5 487:1.0 489:1.0 561:1.0 587:1.0 949:0.3333333333333333 1123:1.0 1235:1.0 1256:1.0 1433:1.0 1669:1.0 1992:1.0 2235:1.0 2351:1.0 2539:1.0 2807:1.0 2849:1.0 3098:1.0 3345:1.0 3552:1.0 3644:0.010752688172043012 4813:1.0 5097:0.08695652173913043 5118:0.5 5165:1.0 5172:1.0 5260:1.0 5448:1.0 5567:1.0 5712:1.0 7103:1.0 7424:1.0 7481:1.0
4 5:2.0 6:0.09090909090909091 15:0.08333333333333333 23:0.1111111111111111 34:0.18181818181818182 42:0.25 54:1.0 64:1.0 165:0.0625 176:1.0 180:1.0 191:0.25 223:0.2 238:0.1111111111111111 258:1.0 272:0.5 489:2.0 562:1.0 946:1.0 1019:1.0 1058:1.0 1103:0.3333333333333333 1572:1.0 1998:1.0 2249:0.2 3266:1.0 3345:1.0 3644:0.010752688172043012 3845:1.0 4774:1.0 5097:0.043478260869565216 5108:1.0 5118:0.5 5174:1.0 5224:1.0 5441:1.0 5818:1.0 6073:1.0 6245:1.0 6253:1.0 6678:1.0 7231:1.0
4 5:3.0 6:0.09090909090909091 17:0.2 34:0.2727272727272727 64:2.0 94:2.0 97:0.5 98:0.5 128:0.2 140:0.5 175:1.0 191:0.25 245:1.0 323:1.0 351:1.0 482:1.0 562:1.0 1162:1.0 1202:1.0 1389:1.0 1423:0.07692307692307693 1448:1.0 1661:1.0 1992:1.0 4195:1.0 5140:1.0 5182:1.0 5228:1.0 5239:1.0 5241:1.0 5308:1.0 5456:1.0 5536:1.0 5570:1.0 5818:1.0 5943:1.0 6109:1.0 6479:1.0
4 5:1.0 15:0.25 17:0.2 42:0.5 56:0.25 82:0.14285714285714285 115:1.0 128:0.1 129:1.0 143:0.3333333333333333 171:0.5 185:0.5 191:0.25 223:0.2 373:0.25 441:1.0 966:1.0 995:1.0 1058:1.0 1123:1.0 1161:1.0 1280:1.0 1537:1.0 1586:1.0 2767:1.0 5109:0.1111111111111111 5165:1.0 5259:1.0 5261:1.0 5335:1.0 5336:1.0 5468:0.25 5566:1.0 5655:1.0 5712:1.0 5758:1.0 5806:1.0 5863:1.0 6010:1.0 6039:1.0 6144:1.0 7432:1.0
4 5:2.0 17:0.4 34:0.09090909090909091 128:0.3 165:0.0625 191:0.5 373:0.25 488:2.0 622:1.0 672:1.0 908:1.0 1537:1.0 2249:0.2 2370:1.0 2662:1.0 3644:0.010752688172043012 4064:0.5 5097:0.043478260869565216 5157:1.0 5165:1.0 5253:1.0 5254:1.0 5291:1.0 5448:1.0 6223:1.0 6632:1.0 6889:0.5
4 4:1.0 6:0.18181818181818182 15:0.08333333333333333 17:0.4 34:0.18181818181818182 37:0.3333333333333333 42:0.25 64:1.0 73:1.0 165:0.0625 169:0.5 185:0.5 191:0.25 215:0.2 223:0.2 226:1.0 338:1.0 515:1.0 647:1.0 742:1.0 1058:1.0 1270:1.0 1281:1.0 1423:0.07692307692307693 1672:1.0 1885:0.5 1992:1.0 1993:1.0 2068:1.0 2249:0.2 2297:1.0 2325:1.0 3248:1.0 3419:1.0 3644:0.021505376344086023 3999:1.0 4049:0.5 4327:1.0 4364:1.0 5013:1.0 5109:0.1111111111111111 5169:1.0 5927:1.0 6039:1.0 6469:1.0 6603:1.0 6889:0.5 7080:1.0 7085:1.0 7475:1.0
4 5:4.0 15:0.08333333333333333 23:0.1111111111111111 37:0.3333333333333333 129:2.0 146:2.0 165:0.0625 175:1.0 185:1.0 191:0.25 226:1.0 424:1.0 455:1.0 561:1.0 562:1.0 750:1.0 795:1.0 879:1.0 914:1.0 1004:1.0 1317:1.0 2119:0.3333333333333333 2737:1.0 4617:1.0 5172:1.0 5259:1.0
4 5:1.0 6:0.06060606060606061 15:0.08333333333333333 34:0.09090909090909091 37:0.3333333333333333 42:0.5 128:0.1 206:1.0 223:0.2 253:1.0 318:1.0 373:0.25 399:0.5 424:1.0 488:1.0 795:1.0 892:1.0 1003:1.0 1058:2.0 1116:1.0 1219:0.5 2068:1.0 2325:1.0 3582:1.0 3845:1.0 4325:0.5 4591:1.0 5291:1.0 6255:1.0 6342:1.0 7573:1.0 7618:1.0
4 5:2.0 6:0.030303030303030304 26:1.0 34:0.2727272727272727 42:0.5 54:1.0 56:0.25 128:0.1 191:0.25 215:0.2 258:1.0 351:1.0 441:1.0 644:0.5 973:1.0 1085:1.0 1162:1.0 1492:1.0 2422:1.0 2431:0.5 5203:1.0 5231:0.3333333333333333 5232:1.0 5294:0.3333333333333333 5389:1.0 5500:1.0 5632:0.5 5655:1.0 6017:1.0 7618:1.0
4 5:1.0 6:0.09090909090909091 15:0.08333333333333333 34:0.18181818181818182 42:0.25 82:0.14285714285714285 97:0.5 128:0.2 129:1.0 135:0.5 185:1.0 223:0.2 272:1.0 359:0.5 482:1.0 574:0.25 587:1.0 768:0.5 1058:1.0 1281:1.0 1867:1.0 1998:1.0 2068:1.0 2292:1.0 3644:0.010752688172043012 3845:1.0 4064:0.5 4325:0.5 5071:1.0 5109:0.1111111111111111 5259:1.0 6060:1.0 6854:1.0
4 4:1.0 5:1.0 6:0.18181818181818182 34:0.2727272727272727 42:0.25 56:0.25 96:0.14285714285714285 128:0.1 129:1.0 135:0.5 191:0.5 219:0.25 223:0.2 226:1.0 336:0.5 339:1.0 399:0.5 488:1.0 561:1.0 672:1.0 829:1.0 908:1.0 1044:1.0 1522:1.0 2249:0.2 3248:1.0 3271:1.0 3644:0.010752688172043012 4309:1.0 4591:1.0 5097:0.043478260869565216 5259:1.0 5261:1.0 5313:1.0 5565:1.0 5734:1.0 6039:1.0 6040:1.0 6992:1.0 7085:1.0 7103:1.0
4 5:2.0 6:0.030303030303030304 15:0.08333333333333333 31:1.0 42:0.25 71:0.3333333333333333 73:1.0 165:0.0625 177:0.5 219:0.5 223:0.2 272:0.5 350:0.14285714285714285 353:1.0 418:1.0 768:0.5 840:1.0 872:1.0 1219:0.5 1522:1.0 5940:1.0 7286:1.0
4 34:0.09090909090909091 45:1.0 97:0.5 128:0.1 143:0.3333333333333333 147:0.5 191:0.25 192:1.0 399:0.5 418:1.0 455:1.0 488:1.0 542:0.5 1345:1.0 1434:1.0 3304:1.0 4049:0.5 4325:0.5 4890:1.0 5215:1.0 5259:1.0 5333:1.0 5334:1.0
4 6:0.06060606060606061 15:0.08333333333333333 17:0.2 23:0.1111111111111111 26:1.0 34:0.18181818181818182 42:0.5 64:1.0 82:0.14285714285714285 96:0.14285714285714285 98:0.5 128:0.1 129:1.0 191:0.25 201:0.25 220:1.0 223:0.2 238:0.1111111111111111 373:0.25 1058:1.0 1263:1.0 1563:1.0 1784:1.0 2068:1.0 2786:1.0 4591:1.0 5160:1.0 5167:1.0 6039:1.0 7324:1.0
4 4:1.0 5:4.0 6:0.12121212121212122 23:0.1111111111111111 34:0.09090909090909091 37:0.3333333333333333 42:0.5 56:0.5 63:1.0 82:0.14285714285714285 97:0.5 107:0.5 117:0.05263157894736842 128:0.2 147:0.5 150:0.125 157:1.0 192:1.0 226:1.0 249:0.5 263:1.0 318:1.0 373:0.25 427:1.0 488:1.0 531:0.3333333333333333 545:2.0 561:1.0 622:1.0 791:1.0 946:1.0 949:0.3333333333333333 1124:1.0 1180:1.0 1492:1.0 1712:1.0 2171:1.0 2317:1.0 2370:1.0 2539:1.0 2739:1.0 2807:1.0 3271:1.0 5328:2.0 5356:1.0 5464:0.5 5615:1.0 5845:1.0 5971:1.0 6024:1.0
4 5:1.0 6:0.06060606060606061 23:0.2222222222222222 34:0.2727272727272727 42:0.25 56:0.25 71:0.3333333333333333 73:2.0 82:0.14285714285714285 96:0.14285714285714285 128:0.1 201:0.25 223:0.2 407:1.0 473:0.5 531:0.3333333333333333 857:1.0 1103:0.3333333333333333 1177:1.0 1737:1.0 2055:1.0 2279:1.0 2413:1.0 2550:1.0 2573:1.0 3644:0.021505376344086023 4074:1.0 4858:1.0 5109:0.1111111111111111 5165:1.0 5167:1.0 5655:1.0 5729:1.0 6222:1.0 7302:1.0
4 1:0.16666666666666666 4:1.0 5:1.0 6:0.06060606060606061 15:0.08333333333333333 23:0.1111111111111111 34:0.09090909090909091 54:1.0 56:0.75 73:1.0 82:0.14285714285714285 97:0.5 105:0.5 153:0.5 165:0.0625 169:0.5 191:0.25 275:1.0 305:1.0 308:1.0 473:0.5 512:1.0 855:1.0 1694:1.0 1936:1.0 2892:2.0 3296:1.0 3541:1.0 5540:1.0 5655:1.0 5698:1.0 5897:1.0 6120:1.0 6973:1.0 7089:1.0 7131:1.0 7279:1.0 7308:1.0 7309:1.0 7310:1.0
4 2:1.0 5:2.0 6:0.030303030303030304 15:0.08333333333333333 34:0.18181818181818182 42:0.25 56:0.25 105:0.5 128:0.1 135:0.5 150:0.125 169:0.5 177:0.5 201:0.25 215:0.2 249:0.5 289:0.5 292:1.0 305:1.0 441:1.0 561:1.0 583:1.0 1139:0.5 1768:0.5 2356:1.0 2781:1.0 3000:1.0 3567:1.0 3644:0.010752688172043012 4207:2.0 5188:1.0 5224:1.0 5468:0.25 6062:1.0 6888:1.0 7030:1.0 7274:1.0 7275:1.0 7422:1.0
4 5:2.0 34:0.2727272727272727 37:0.3333333333333333 42:0.5 51:0.25 63:1.0 82:0.2857142857142857 97:0.5 128:0.2 129:1.0 143:0.3333333333333333 146:1.0 176:1.0 180:1.0 185:1.5 191:0.5 201:0.25 211:1.0 232:1.0 378:1.0 441:3.0 473:0.5 695:1.0 1103:0.3333333333333333 2203:1.0 2478:0.3333333333333333 2940:1.0 3098:1.0 3249:1.0 3393:0.5 3612:1.0 3644:0.010752688172043012 4116:1.0 4608:1.0 5097:0.043478260869565216 5160:1.0 5167:1.0 5655:1.0 5698:1.0 5758:1.0 6091:1.0 6646:1.0 6658:1.0 7167:1.0
4 4:1.0 5:3.0 6:0.030303030303030304 15:0.08333333333333333 31:1.0 34:0.18181818181818182 42:0.25 54:1.0 63:1.0 73:1.0 82:0.14285714285714285 318:1.0 327:0.16666666666666666 914:1.0 1123:1.0 1885:0.5 2253:1.0 2966:1.0 3204:1.0 4054:1.0 4632:1.0 5109:0.1111111111111111 5443:1.0 5468:0.25 6422:1.0 7004:1.0
4 6:0.030303030303030304 15:0.08333333333333333 17:0.2 34:0.09090909090909091 37:0.3333333333333333 42:1.0 54:1.0 64:1.0 82:0.14285714285714285 150:0.0625 153:0.5 197:0.5 222:1.0 272:0.5 327:0.16666666666666666 367:2.0 433:1.0 488:1.0 534:0.5 908:1.0 973:1.0 1095:1.0 1102:1.0 1139:0.5 1145:1.0 1768:0.5 3541:1.0 3644:0.010752688172043012 3880:1.0 4054:1.0 5109:0.1111111111111111 5219:1.0 5468:0.25 5574:1.0 5833:1.0 6210:1.0
4 4:1.0 6:0.06060606060606061 15:0.08333333333333333 34:0.09090909090909091 42:0.5 82:0.14285714285714285 98:0.5 164:1.0 950:1.0 1123:1.0 1145:1.0 1155:1.0 2068:1.0 2786:1.0 3174:1.0 3541:1.0 3644:0.010752688172043012 3900:1.0 5118:0.5 5176:0.25 5224:1.0 5292:1.0 5697:1.0
4 4:2.0 5:3.0 15:0.08333333333333333 23:0.1111111111111111 37:0.3333333333333333 42:0.25 128:0.1 149:1.0 157:1.0 164:1.0 185:1.0 191:0.25 223:0.2 488:1.0 768:0.5 791:0.5 908:1.0 914:1.0 966:1.0 1099:1.0 1159:1.0 1586:1.0 2581:1.0 2786:1.0 3304:1.0 3644:0.010752688172043012 3900:1.0 4223:1.0 5097:0.043478260869565216 5265:1.0 5333:1.0 5334:1.0 5559:1.0 5768:1.0 6869:1.0
4 6:0.06060606060606061 42:0.25 64:5.0 82:0.14285714285714285 146:3.0 201:0.25 245:1.0 351:1.0 364:1.0 488:1.0 1159:3.0 3306:1.0 3644:0.010752688172043012 5097:0.043478260869565216 5118:0.5 5178:1.0 5224:1.0 5228:1.0 5341:1.0 5370:1.0 5512:1.0 5655:1.0 5697:1.0 5847:1.0 6670:1.0 6800:1.0 7164:2.0
4 5:2.0 6:0.12121212121212122 34:0.09090909090909091 37:0.3333333333333333 42:0.25 56:0.5 73:1.0 169:0.5 514:1.0 728:1.0 771:2.0 1035:1.0 1160:1.0 1403:1.0 1537:1.0 1768:0.5 1992:1.0 1998:1.0 2618:1.0 3644:0.03225806451612903 5109:0.2222222222222222 5167:1.0 5188:1.0 5303:1.0 5603:1.0 6060:1.0 6134:1.0 7259:1.0
4 5:6.0 6:0.06060606060606061 15:0.08333333333333333 64:1.0 71:0.3333333333333333 95:1.0 97:0.5 128:0.4 171:0.5 185:1.0 206:1.0 245:1.0 350:0.14285714285714285 351:1.0 511:0.5 515:1.0 534:0.5 543:0.5 622:1.0 668:1.0 892:1.0 914:1.0 1042:1.0 1123:1.0 1162:1.0 1202:1.0 1281:1.0 1311:1.0 1376:1.0 1661:1.0 1998:1.0 2249:0.2 3644:0.021505376344086023 4054:2.0 4195:1.0 4325:0.5 4327:1.0 5097:0.043478260869565216 5105:1.0 5162:1.0 5178:1.0 5204:0.5 5228:1.0 5241:1.0 5336:1.0 5566:1.0 5991:1.0 6847:1.0
4 5:2.0 6:0.06060606060606061 15:0.08333333333333333 42:0.25 45:1.0 54:1.0 73:1.0 82:0.14285714285714285 97:1.0 140:0.5 150:0.0625 171:0.5 185:0.5 191:0.25 321:1.0 488:1.0 539:1.0 768:0.5 800:0.5 946:1.0 1103:0.6666666666666666 1210:1.0 1280:1.0 1751:1.0 1956:2.0 2462:1.0 2786:1.0 3644:0.010752688172043012 3700:1.0 4325:0.5 4608:1.0 5097:0.043478260869565216 5964:1.0 6014:2.0 6143:1.0 6420:1.0 6450:1.0 6982:2.0 6983:1.0
4 5:1.0 6:0.12121212121212122 15:0.16666666666666666 17:0.4 36:1.0 37:0.3333333333333333 42:0.25 54:1.0 56:0.75 78:1.0 125:0.5 155:0.09090909090909091 157:1.0 232:1.0 249:0.5 323:1.0 514:1.0 534:0.5 551:0.25 771:2.0 1403:1.0 1537:1.0 1992:1.0 3644:0.010752688172043012 4054:1.0 4327:1.0 4666:1.0 5013:1.0 5098:1.0 5103:1.0 5109:0.2222222222222222 5143:1.0 5160:1.0 5222:1.0 5237:2.0 5303:1.0 5422:1.0 5448:1.0 5454:1.0 6422:1.0 6438:1.0 6991:1.0 6992:1.0 6993:1.0 7403:1.0
4 5:1.0 42:0.25 53:1.0 82:0.14285714285714285 98:0.5 128:0.2 146:1.0 176:1.0 177:0.5 534:1.5 545:1.0 551:0.25 862:1.0 950:1.0 1679:1.0 1885:0.5 2124:1.0 2317:1.0 2567:1.0 3644:0.021505376344086023 4195:1.0 5097:0.08695652173913043 5176:0.25 5303:1.0 6063:0.3333333333333333 6075:1.0 6403:1.0 6432:1.0 6587:1.0 6588:1.0 6597:1.0 6598:1.0
4 4:1.0 5:1.0 15:0.16666666666666666 17:0.2 44:1.0 82:0.14285714285714285 97:0.5 135:0.5 191:0.25 534:0.5 536:1.0 551:0.25 664:1.0 946:1.0 973:1.0 1123:1.0 1471:1.0 1492:1.0 2254:1.0 2276:1.0 2688:1.0 3644:0.021505376344086023 4085:1.0 5097:0.08695652173913043 5109:0.1111111111111111 5265:1.0 5331:0.5 5370:1.0 5371:1.0 5418:1.0 5540:1.0 5716:1.0 5848:1.0 6432:1.0 6598:1.0 6673:1.0 6897:1.0
4 5:1.0 6:0.18181818181818182 17:0.4 34:0.09090909090909091 37:0.3333333333333333 56:0.25 62:1.0 66:1.0 68:1.0 97:0.5 140:0.5 143:0.3333333333333333 373:0.25 447:1.0 531:0.3333333333333333 795:1.0 1679:1.0 2124:1.0 2265:1.0 2297:1.0 2744:1.0 3541:1.0 4003:1.0 4049:0.5 4086:1.0 4498:1.0 5109:0.1111111111111111 5118:0.5 5188:1.0 5210:1.0 5331:0.5 5337:1.0 5536:1.0 5568:1.0 5654:1.0 5716:1.0 5729:1.0 6277:1.0 6595:1.0 6973:1.0
4 6:0.09090909090909091 15:0.16666666666666666 17:0.2 23:0.4444444444444444 34:0.18181818181818182 42:1.25 64:1.0 97:0.5 115:1.0 150:0.0625 165:0.125 191:0.25 219:1.25 489:1.0 534:1.0 551:0.25 728:1.0 1067:1.0 1256:1.0 1785:1.0 1953:5.0 1992:1.0 2317:2.0 2604:1.0 3644:0.021505376344086023 4050:1.0 5097:0.08695652173913043 5109:0.1111111111111111 5151:2.0 5182:1.0 5207:0.5 5469:2.0 5826:1.0 5904:1.0 5968:0.25 6393:1.0 6598:1.0 6617:1.0 7139:1.0
4 4:2.0 5:3.0 6:0.06060606060606061 17:0.2 34:0.18181818181818182 42:0.25 45:1.0 49:0.5 54:1.0 64:2.0 82:0.14285714285714285 97:0.5 128:0.3 135:0.5 143:0.6666666666666666 150:0.0625 191:0.25 206:1.0 211:1.0 245:1.0 323:1.0 336:0.5 373:0.25 473:0.5 483:2.0 515:1.0 534:0.5 551:0.25 561:1.0 908:1.0 946:1.0 995:1.0 1003:1.0 1033:1.0 1235:1.0 1376:1.0 1499:1.0 1661:1.0 1775:1.0 1997:1.0 2067:1.0 2688:1.0 4054:1.0 4380:1.0 4735:1.0 5109:0.1111111111111111 5175:1.0 5253:1.0 5635:1.0 5683:1.0 5690:1.0 5860:1.0 6171:1.0 6814:1.0 7422:1.0 7608:1.0
4 5:2.0 6:0.09090909090909091 17:0.2 23:0.1111111111111111 34:0.2727272727272727 42:0.5 82:0.14285714285714285 88:1.0 97:1.5 128:0.1 135:0.5 185:1.0 215:0.2 232:1.0 275:1.0 359:1.0 795:1.0 800:0.5 863:1.0 908:1.0 941:1.0 949:0.3333333333333333 995:2.0 1105:1.0 1281:2.0 1473:1.0 1580:1.0 1679:1.0 1953:1.0 1993:1.0 2068:1.0 2124:1.0 2472:1.0 3098:1.0 3481:1.0 4076:1.0 4327:1.0 5109:0.1111111111111111 5653:1.0 6459:1.0
4 5:1.0 6:0.030303030303030304 15:0.08333333333333333 34:0.09090909090909091 42:0.25 56:0.5 82:0.14285714285714285 98:0.5 149:1.0 488:1.0 993:2.0 999:2.0 1445:0.3333333333333333 1537:1.0 2068:1.0 2688:1.0 3644:0.021505376344086023 3687:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5214:1.0 5253:1.0 5341:2.0 5712:2.0 5729:1.0 5992:1.0 6862:1.0 7423:1.0
4 4:1.0 5:3.0 6:0.030303030303030304 15:0.16666666666666666 23:0.1111111111111111 34:0.09090909090909091 54:1.0 64:1.0 82:0.14285714285714285 101:1.0 128:0.1 147:0.5 150:0.125 155:0.09090909090909091 189:1.0 191:0.5 197:0.5 459:1.0 488:2.0 515:1.0 534:0.5 995:2.0 1103:0.3333333333333333 1210:1.0 1537:1.0 1580:1.0 1751:1.0 2154:1.0 2254:1.0 3098:1.0 3133:1.0 3644:0.021505376344086023 3657:1.0 4263:1.0 4608:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5253:1.0 5254:1.0 5565:1.0 5643:1.0 5729:1.0 5812:1.0 5829:1.0 6014:1.0 6450:1.0 6632:1.0 6982:1.0 6983:1.0 7471:1.0
4 5:1.0 6:0.12121212121212122 17:0.2 25:0.5 42:0.25 82:0.14285714285714285 106:1.0 135:0.5 147:0.5 150:0.0625 157:1.0 177:0.5 220:1.0 238:0.2222222222222222 323:2.0 443:1.0 473:0.5 1433:1.0 1751:1.0 1785:1.0 1885:0.5 2466:1.0 2729:1.0 2991:1.0 3779:1.0 5160:1.0 5555:1.0 5579:1.0 5771:1.0 5996:1.0 5997:1.0 5998:1.0 5999:1.0 6422:1.0 6535:1.0 6973:1.0 6991:1.0 6995:1.0
4 1:0.16666666666666666 4:1.0 6:0.030303030303030304 15:0.08333333333333333 34:0.2727272727272727 37:0.3333333333333333 42:0.25 64:1.0 128:0.2 150:0.1875 223:0.2 367:2.0 443:1.0 488:1.0 534:0.5 646:1.0 648:1.0 973:1.0 1102:1.0 1396:1.0 1423:0.07692307692307693 1768:0.5 1785:1.0 2567:1.0 2927:1.0 3133:1.0 3644:0.010752688172043012 3999:1.0 4071:1.0 5109:0.2222222222222222 5169:1.0 5219:1.0 5261:1.0 5574:1.0 5971:1.0 6060:1.0 6234:1.0
4 5:2.0 15:0.16666666666666666 17:0.2 34:0.18181818181818182 42:0.25 97:0.5 108:0.5 128:0.1 150:0.0625 201:0.25 226:1.0 275:1.0 443:1.0 488:1.0 534:0.5 908:1.0 1160:1.0 1349:1.0 1423:0.07692307692307693 2213:1.0 2254:1.0 2492:1.0 3595:0.5 3615:1.0 3644:0.021505376344086023 3801:1.0 3999:1.0 5109:0.2222222222222222 5169:1.0 5553:0.1111111111111111 6060:1.0 6134:1.0 6683:1.0 6908:1.0 7437:1.0 7475:1.0 7522:1.0
4 4:1.0 5:1.0 15:0.08333333333333333 17:0.2 34:0.2727272727272727 42:0.25 51:0.25 56:0.25 128:0.3 129:1.0 143:0.3333333333333333 185:0.5 201:0.25 238:0.1111111111111111 245:1.0 270:1.0 455:1.0 488:2.0 551:0.25 672:2.0 1219:0.5 1241:0.3333333333333333 1311:1.0 1870:1.0 1885:0.5 1998:1.0 2038:1.0 2146:1.0 2370:1.0 2384:0.5 2760:2.0 3248:2.0 4049:1.0 4325:0.5 4523:1.0 5463:1.0 5655:1.0 5872:1.0 6437:1.0 6784:1.0 7111:1.0
4 4:1.0 5:1.0 6:0.030303030303030304 26:1.0 34:0.09090909090909091 42:0.25 56:0.25 66:1.0 129:1.0 185:1.0 191:0.25 223:0.2 339:1.0 366:1.0 527:2.0 1102:1.0 1161:1.0 1785:1.0 2139:1.0 2453:1.0 3523:1.0 3644:0.010752688172043012 5109:0.2222222222222222 5265:1.0 5292:1.0 5331:0.5 5560:1.0 5566:1.0 5756:1.0 5837:1.0
4 1:0.16666666666666666 4:1.0 5:3.0 6:0.06060606060606061 15:0.08333333333333333 17:0.4 23:0.1111111111111111 34:0.09090909090909091 42:0.25 56:0.5 64:1.0 96:0.14285714285714285 128:0.1 135:0.5 140:0.5 149:1.0 171:0.5 185:0.5 186:1.0 191:1.0 223:0.2 238:0.1111111111111111 277:1.0 350:0.14285714285714285 411:1.0 438:0.3333333333333333 453:1.0 549:1.0 561:1.0 583:2.0 892:1.0 914:1.0 1185:1.0 1202:1.0 1311:1.0 1537:1.0 1586:1.0 2068:1.0 3790:1.0 3998:1.0 4263:1.0 5174:1.0 5215:1.0 5223:1.0 5253:1.0 5335:1.0 5423:1.0 5655:1.0 5683:1.0 5712:1.0 6089:1.0 6207:1.0 7039:1.0 7235:1.0 7423:1.0
4 5:1.0 6:0.09090909090909091 23:0.1111111111111111 34:0.09090909090909091 64:1.0 96:0.14285714285714285 165:0.0625 191:0.5 219:0.25 223:0.2 351:1.0 973:1.0 1162:1.0 1492:1.0 2263:1.0 2410:1.0 4018:1.0 5109:0.1111111111111111 5111:0.5 5118:0.5 5129:1.0 5241:1.0 5251:1.0 5331:0.5 5613:1.0 5833:1.0 6077:1.0 6354:1.0 6441:1.0 6442:1.0 6479:1.0 6973:1.0 7365:1.0
4 5:2.0 6:0.06060606060606061 17:0.6 34:0.09090909090909091 97:0.5 128:0.1 143:0.3333333333333333 150:0.0625 351:1.0 534:1.0 583:1.0 610:1.0 768:0.5 1058:1.0 1492:1.0 1748:0.06666666666666667 1868:1.0 1992:1.0 2821:1.0 2846:1.0 3644:0.010752688172043012 5109:0.2222222222222222 5116:1.0 5118:0.5 5237:2.0 5331:0.5 5454:2.0 5468:0.25 5768:1.0 6174:1.0 6601:1.0 7134:1.0 7552:1.0
4 5:4.0 6:0.09090909090909091 34:0.09090909090909091 42:0.25 64:1.0 66:1.0 72:1.0 82:0.14285714285714285 177:0.5 185:0.5 206:2.0 223:0.2 272:0.5 339:1.0 473:1.0 515:1.0 534:0.5 892:1.0 914:1.0 973:1.0 1162:1.0 1376:2.0 1492:1.0 1499:1.0 1586:1.0 1661:2.0 1748:0.06666666666666667 1790:1.0 1885:0.5 1998:1.0 2265:1.0 3306:1.0 3849:1.0 4054:1.0 5109:0.1111111111111111 5118:0.5 5132:0.14285714285714285 5180:1.0 5191:1.0 5331:0.5 5601:1.0 5603:1.0 5991:1.0 6022:1.0 6599:1.0 7079:1.0 7289:1.0
4 5:2.0 6:0.15151515151515152 15:0.16666666666666666 34:0.2727272727272727 42:0.25 98:1.0 169:1.0 176:1.0 215:0.2 245:1.0 351:1.0 457:1.0 795:1.0 839:1.0 908:1.0 1298:1.0 1318:1.0 1452:1.0 1537:1.0 1675:1.0 1748:0.13333333333333333 1787:1.0 1936:1.0 2263:0.5 2370:1.0 2658:1.0 2722:1.0 3202:1.0 5109:0.1111111111111111 5124:0.5 5151:1.0 5160:1.0 5341:1.0 5371:1.0 5550:1.0 5612:1.0 5690:1.0 5712:1.0 5730:1.0 6356:1.0 6357:1.0 6514:1.0 6663:1.0 7429:1.0 7433:1.0
4 5:5.0 6:0.18181818181818182 15:0.08333333333333333 17:0.2 34:0.09090909090909091 42:0.25 82:0.2857142857142857 98:1.0 105:0.5 107:0.5 129:1.0 175:1.0 191:0.25 351:1.0 353:1.0 441:1.0 534:0.5 536:1.0 537:2.0 543:0.5 587:1.0 1426:1.0 1748:0.13333333333333333 1936:2.0 1992:1.0 2203:1.0 2263:0.5 2819:1.0 3266:1.0 3306:1.0 3346:1.0 3393:0.5 4074:1.0 5118:0.5 5190:1.0 5265:1.0 5370:1.0 5371:1.0 5389:1.0 5390:2.0 5392:1.0 5540:1.0 5557:1.0 5940:1.0 6022:1.0 6254:1.0 6398:1.0 7410:1.0
4 5:2.0 6:0.09090909090909091 15:0.16666666666666666 17:0.2 37:0.3333333333333333 56:0.25 73:1.0 128:0.1 146:2.0 147:0.5 191:0.5 201:0.25 351:1.0 353:1.0 483:1.0 551:0.25 671:1.0 695:1.0 1003:1.0 1217:1.0 1748:0.06666666666666667 1885:0.5 2249:0.2 2961:1.0 3130:1.0 3644:0.010752688172043012 4045:1.0 4547:1.0 5109:0.2222222222222222 5116:1.0 5160:1.0 5180:1.0 5237:1.0 5331:0.5 5341:1.0 5368:0.5 5559:1.0 5704:1.0 6026:1.0 6063:0.3333333333333333 6089:1.0 6677:1.0 6952:1.0 7547:1.0
4 4:1.0 6:0.06060606060606061 34:0.09090909090909091 56:0.5 82:0.14285714285714285 146:1.0 153:0.5 169:0.5 171:1.0 180:1.0 181:0.25 185:0.5 536:1.0 551:0.25 648:1.0 1318:1.0 1362:1.0 1661:1.0 1748:0.06666666666666667 1885:1.0 1998:1.0 2249:0.2 2557:1.0 2939:1.0 3004:1.0 3180:1.0 3499:1.0 3560:1.0 3699:1.0 3859:1.0 4080:1.0 4547:1.0 5109:0.1111111111111111 5180:1.0 5224:1.0 5247:1.0 5331:0.5 5368:0.5 6096:1.0 6629:1.0 6743:1.0
4 5:2.0 15:0.08333333333333333 42:0.25 82:0.2857142857142857 146:1.0 177:0.5 215:0.2 292:1.0 323:1.0 351:1.0 373:0.25 515:1.0 1202:1.0 1651:0.5 1669:1.0 1748:0.06666666666666667 1885:0.5 1936:1.0 2249:0.2 3266:1.0 3644:0.010752688172043012 3859:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5160:1.0 5190:1.0 5228:1.0 5245:1.0 5331:0.5 5438:1.0 5439:1.0 5441:1.0 5442:1.0 6372:1.0 6378:1.0 6714:1.0 7604:1.0
4 5:2.0 6:0.06060606060606061 15:0.08333333333333333 17:0.2 23:0.1111111111111111 37:0.6666666666666666 42:0.5 51:0.25 54:1.0 56:0.5 97:0.5 129:1.0 165:0.0625 185:0.5 188:1.0 215:0.2 219:0.25 323:1.0 350:0.14285714285714285 351:1.0 411:1.0 534:0.5 561:1.0 750:1.0 1270:1.0 1389:1.0 1474:1.0 3569:1.0 3644:0.010752688172043012 5109:0.2222222222222222 5148:0.5 5149:1.0 5150:1.0 5151:1.0 5152:1.0 5153:1.0 5174:1.0 5215:1.0 5228:1.0 5229:1.0 5230:1.0 5259:1.0 5331:0.5 5335:1.0 5990:1.0 7079:1.0
4 5:3.0 6:0.030303030303030304 15:0.25 34:0.45454545454545453 56:0.5 82:0.14285714285714285 128:0.1 150:0.0625 185:0.5 191:0.5 235:1.0 238:0.1111111111111111 336:0.5 477:1.0 534:0.5 551:0.5 583:1.0 587:1.0 908:1.0 1102:2.0 1492:2.0 1522:1.0 2132:1.0 2694:2.0 3644:0.021505376344086023 3849:2.0 5097:0.08695652173913043 5148:0.5 5199:1.0 5450:1.0 5451:1.0 5712:2.0 5830:1.0 6366:1.0 7170:2.0 7249:1.0
4 5:2.0 17:0.2 34:0.09090909090909091 37:0.3333333333333333 42:0.75 49:0.5 54:1.0 64:1.0 82:0.14285714285714285 96:0.2857142857142857 97:1.0 132:2.0 147:1.5 155:0.09090909090909091 169:0.5 215:0.2 219:0.5 258:1.0 441:1.0 443:2.0 587:1.0 878:1.0 1003:1.0 1281:1.0 1676:1.0 1998:1.0 2701:1.0 3259:1.0 3644:0.010752688172043012 5097:0.043478260869565216 5109:0.2222222222222222 5124:0.5 5132:0.14285714285714285 5141:1.0 5142:1.0 5148:0.5 5178:1.0 5188:1.0 5237:1.0 5331:0.5 5591:1.0 6096:1.0 6242:1.0 6543:1.0
4 4:1.0 5:4.0 6:0.030303030303030304 15:0.08333333333333333 17:0.4 56:0.25 73:1.0 75:0.5 96:0.14285714285714285 98:0.5 128:0.2 135:0.5 176:1.0 201:0.25 213:1.0 245:1.0 458:1.0 485:1.0 534:1.0 583:1.0 795:1.0 908:1.0 1123:1.0 1162:2.0 1202:1.0 1355:1.0 1410:1.0 1452:1.0 1768:0.5 1885:0.5 1936:1.0 1953:1.0 2688:1.0 3002:1.0 3644:0.010752688172043012 4045:1.0 4054:2.0 5097:0.043478260869565216 5109:0.2222222222222222 5111:0.5 5112:1.0 5151:1.0 5175:1.0 5331:0.5 5553:0.1111111111111111 5561:1.0 5566:1.0 5709:0.3333333333333333 5771:1.0 5772:1.0 7100:1.0
4 5:1.0 6:0.09090909090909091 15:0.08333333333333333 34:0.2727272727272727 42:0.25 49:0.5 56:0.25 64:1.0 82:0.14285714285714285 95:3.0 115:1.0 150:0.25 165:0.0625 180:1.0 181:0.25 185:0.5 191:0.5 201:0.25 215:0.2 275:1.0 367:2.0 473:0.5 534:1.5 763:1.0 767:1.0 795:1.0 1161:1.0 1298:1.0 1499:1.0 2317:1.0 2604:1.0 3098:1.0 3644:0.021505376344086023 5097:0.043478260869565216 5098:1.0 5109:0.1111111111111111 5114:1.0 5118:0.5 5151:2.0 5171:0.3333333333333333 5224:1.0 5237:1.0 5260:1.0 5265:1.0 5331:0.5 5371:1.0 5469:1.0 5674:1.0 5730:1.0 5847:1.0 5871:1.0 5872:1.0 5904:1.0 5968:0.25 6400:1.0 6417:1.0 6432:1.0 6646:1.0 7075:1.0 7214:1.0
4 5:1.0 6:0.030303030303030304 15:0.16666666666666666 17:0.2 34:0.09090909090909091 42:0.25 49:0.5 64:1.0 73:1.0 95:1.0 96:0.14285714285714285 115:1.0 128:0.1 143:0.3333333333333333 146:1.0 150:0.0625 191:0.5 215:0.2 222:2.0 272:0.5 424:1.0 461:1.0 515:1.0 742:1.0 795:1.0 1123:1.0 1202:1.0 1447:1.0 1961:1.0 1998:1.0 3273:1.0 3644:0.021505376344086023 5097:0.08695652173913043 5118:1.0 5171:0.3333333333333333 5264:1.0 5438:1.0 5468:0.25 5489:1.0 5546:1.0 5603:2.0 5654:1.0 5690:1.0 5905:1.0 6444:1.0 6456:1.0 7342:1.0
4 5:1.0 6:0.030303030303030304 17:0.2 34:0.09090909090909091 42:0.75 56:0.25 64:1.0 73:1.0 97:1.5 105:0.5 128:0.1 191:0.25 215:0.2 223:0.2 245:1.0 373:0.25 427:1.0 441:1.0 543:0.5 610:2.0 795:1.0 800:0.5 1162:1.0 1202:1.0 1299:2.0 1602:1.5 3002:1.0 3644:0.021505376344086023 3859:1.0 4195:1.0 4221:1.0 5097:0.08695652173913043 5162:1.0 5178:1.0 5241:1.0 5337:1.0 5553:0.1111111111111111 6072:1.0 6097:1.0 6098:1.0 6324:1.0 6393:1.0 7370:1.0 7441:1.0
4 5:1.0 6:0.030303030303030304 17:0.2 34:0.18181818181818182 44:1.0 97:0.5 98:0.5 102:0.5 128:0.1 143:0.3333333333333333 153:0.5 245:1.0 443:1.0 482:1.0 483:1.0 534:0.5 610:1.0 664:1.0 950:1.0 1373:1.0 1389:1.0 1421:1.0 1423:0.07692307692307693 1433:1.0 2276:1.0 2688:1.0 2821:1.0 3644:0.021505376344086023 3999:1.0 5097:0.043478260869565216 5109:0.2222222222222222 5111:0.5 5112:1.0 5169:1.0 5176:0.25 5239:1.0 5260:1.0 5261:1.0 5331:0.5 5600:0.5 5775:1.0 6341:1.0 7505:1.0
4 4:1.0 5:2.0 6:0.06060606060606061 15:0.08333333333333333 17:0.4 34:0.09090909090909091 82:0.14285714285714285 96:0.14285714285714285 97:1.5 115:1.0 171:0.5 272:1.0 359:0.5 405:1.0 536:1.0 537:1.0 561:1.0 800:0.5 1446:1.0 1544:0.5 2132:1.0 3269:1.0 3306:1.0 3644:0.010752688172043012 5097:0.043478260869565216 5109:0.1111111111111111 5151:1.0 5182:1.0 5331:0.5 5360:1.0 5361:1.0 5730:1.0 5796:1.0 6111:1.0 6112:1.0 6160:1.0 6177:2.0 6278:1.0 7380:1.0
4 1:0.16666666666666666 5:2.0 6:0.24242424242424243 17:0.2 23:0.1111111111111111 34:0.09090909090909091 82:0.14285714285714285 97:0.5 105:0.5 177:0.5 321:1.0 351:3.0 374:1.0 459:1.0 473:0.5 488:1.0 537:1.0 587:1.0 735:1.0 908:1.0 1121:1.0 1162:1.0 1270:1.0 1423:0.07692307692307693 1885:0.5 1936:1.0 1956:1.0 1992:2.0 2332:1.0 3002:1.0 3266:1.0 3473:1.0 3644:0.010752688172043012 3779:1.0 3899:1.0 4045:1.0 5098:1.0 5118:0.5 5143:1.0 5160:1.0 5191:1.0 5237:1.0 5316:1.0 5389:1.0 5390:1.0 5489:1.0 5559:1.0 5575:1.0 5576:1.0 5819:1.0 5962:1.0 6457:1.0 7089:1.0
4 5:1.0 6:0.15151515151515152 15:0.08333333333333333 17:0.2 34:0.18181818181818182 42:0.25 56:0.25 75:0.5 82:0.14285714285714285 143:0.3333333333333333 147:0.5 165:0.0625 191:0.5 201:0.25 305:1.0 353:1.0 461:1.0 534:0.5 659:1.0 681:0.3333333333333333 1103:0.3333333333333333 1270:1.0 1602:0.5 1992:2.0 2265:1.0 2567:1.0 2961:1.0 3062:1.0 3594:1.0 3644:0.021505376344086023 4195:1.0 4364:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5118:0.5 5137:1.0 5237:1.0 5242:1.0 5243:1.0 5244:1.0 5292:1.0 6072:1.0 6089:1.0 6107:1.0 6277:1.0 6475:0.5
4 5:2.0 6:0.12121212121212122 15:0.08333333333333333 17:0.2 63:1.0 82:0.42857142857142855 96:0.14285714285714285 101:1.0 115:3.0 147:0.5 180:1.0 185:0.5 191:0.75 215:0.2 353:1.0 534:2.0 946:1.0 1321:0.5 1373:1.0 1998:2.0 2249:0.2 3656:1.0 3849:2.0 4221:1.0 4735:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5182:1.0 5331:0.5 5368:0.5 5408:0.5 5712:1.0 5968:0.25 6281:1.0 6597:1.0 7249:1.0
4 5:2.0 6:0.030303030303030304 15:0.16666666666666666 17:0.4 23:0.2222222222222222 42:0.25 56:0.5 75:0.5 95:1.0 96:0.14285714285714285 105:0.5 115:1.0 128:0.1 135:0.5 150:0.0625 151:1.0 160:1.0 165:0.0625 185:0.5 191:1.75 197:0.5 219:0.5 223:0.2 261:0.05 272:0.5 281:1.0 353:2.0 441:1.0 443:2.0 482:1.0 483:1.0 488:1.0 609:1.0 763:1.0 879:1.0 1003:1.0 1281:1.0 1751:1.0 1992:1.0 1998:1.0 2638:1.0 2798:1.0 3266:1.0 3644:0.010752688172043012 4324:1.0 5097:0.043478260869565216 5125:1.0 5167:1.0 5171:0.3333333333333333 5183:1.0 5188:1.0 5190:1.0 5368:0.5 5968:0.25 6174:1.0 6952:1.0
4 4:1.0 5:4.0 6:0.15151515151515152 34:0.09090909090909091 54:1.0 56:0.25 64:3.0 82:0.2857142857142857 96:0.14285714285714285 98:0.5 128:0.2 150:0.0625 180:1.0 185:0.5 191:0.5 206:1.0 219:0.5 245:1.0 378:1.0 399:0.5 488:1.0 534:0.5 768:0.5 794:1.0 946:1.0 1003:1.0 1162:3.0 1202:1.0 1373:1.0 1717:2.0 1998:1.0 2249:0.2 2567:1.0 2652:1.0 2688:1.0 3266:1.0 3656:1.0 4054:2.0 4770:2.0 5109:0.1111111111111111 5118:0.5 5171:0.3333333333333333 5241:2.0 5331:0.5 5389:1.0 5390:1.0 5543:1.0 5557:1.0 5568:1.0 5968:0.25 5971:1.0 6021:1.0 6393:1.0 6394:1.0 6670:1.0
4 1:0.16666666666666666 5:3.0 6:0.09090909090909091 15:0.08333333333333333 17:0.2 23:0.1111111111111111 34:0.09090909090909091 37:0.3333333333333333 56:0.25 128:0.1 146:1.0 147:0.5 150:0.125 169:0.5 180:1.0 201:0.25 245:1.0 351:1.0 441:1.0 473:0.5 771:2.0 951:1.0 1180:1.0 1181:0.16666666666666666 1410:1.0 1452:1.0 1790:1.0 1885:0.5 1992:1.0 2658:1.0 3644:0.03225806451612903 3999:1.0 4054:1.0 5097:0.08695652173913043 5109:0.1111111111111111 5224:2.0 5242:1.0 5259:1.0 5303:1.0 5448:1.0 5561:1.0 5657:1.0 5730:1.0 6160:1.0 6346:1.0 6663:1.0
4 1:0.16666666666666666 5:1.0 6:0.12121212121212122 17:0.2 34:0.09090909090909091 42:0.25 64:1.0 82:0.14285714285714285 128:0.1 146:1.0 147:0.5 157:1.0 351:1.0 515:1.0 534:1.0 536:1.0 537:1.0 583:1.0 587:2.0 892:1.0 973:1.0 1003:1.0 1091:1.0 1492:1.0 1522:1.0 1917:0.5 2332:1.0 3002:1.0 3098:1.0 3998:1.0 4054:1.0 5109:0.1111111111111111 5116:1.0 5132:0.14285714285714285 5180:1.0 5265:1.0 5390:1.0 5403:1.0 5995:1.0 5996:1.0 5998:1.0 5999:1.0 6010:1.0 7410:1.0
4 1:0.16666666666666666 5:2.0 6:0.09090909090909091 15:0.08333333333333333 23:0.1111111111111111 34:0.36363636363636365 42:0.25 96:0.14285714285714285 128:0.1 146:1.0 175:1.0 223:0.2 226:1.0 351:1.0 366:1.0 443:1.0 454:1.0 534:1.5 610:1.0 668:1.0 878:1.0 1165:1.0 1217:1.0 1389:1.0 1423:0.07692307692307693 1471:1.0 1885:1.0 2821:1.0 3644:0.010752688172043012 3656:1.0 3999:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5169:1.0 5222:1.0 5261:1.0 5502:1.0 5733:1.0 6469:1.0 6639:1.0 7413:1.0
4 1:0.16666666666666666 6:0.030303030303030304 34:0.36363636363636365 56:0.25 64:1.0 98:0.5 128:0.1 143:0.3333333333333333 146:1.0 350:0.14285714285714285 351:1.0 424:1.0 455:1.0 488:1.0 534:0.5 536:1.0 587:1.0 672:1.0 771:1.0 1318:1.0 1389:1.0 1423:0.07692307692307693 1885:1.0 2287:1.0 2370:1.0 2539:1.0 2567:1.0 3183:1.0 3304:1.0 3644:0.021505376344086023 3699:1.0 4080:1.0 4274:1.0 5097:0.043478260869565216 5105:1.0 5167:1.0 5169:1.0 5247:1.0 5259:1.0 5303:1.0 5333:1.0 5334:1.0 5463:1.0 6072:1.0
4 1:0.16666666666666666 5:2.0 6:0.06060606060606061 15:0.16666666666666666 17:0.4 34:0.09090909090909091 37:0.3333333333333333 42:0.25 64:1.0 82:0.14285714285714285 96:0.14285714285714285 128:0.1 135:0.5 147:0.5 192:1.0 206:1.0 323:1.0 351:1.0 438:0.3333333333333333 459:1.0 584:1.0 587:1.0 681:0.3333333333333333 1389:1.0 1885:0.5 1998:1.0 2332:1.0 2567:1.0 2658:1.0 2807:1.0 3266:1.0 3311:1.0 3560:1.0 4968:1.0 5097:0.043478260869565216 5118:0.5 5207:0.5 5245:1.0 5328:1.0 5733:1.0 6077:1.0 6096:1.0 6358:1.0 6378:1.0
4 1:0.16666666666666666 5:1.0 6:0.09090909090909091 15:0.08333333333333333 17:0.2 34:0.09090909090909091 96:0.14285714285714285 146:1.0 157:1.0 323:1.0 351:2.0 587:1.0 1159:1.0 1998:1.0 2332:1.0 2410:1.0 2841:1.0 3560:1.0 3644:0.021505376344086023 4045:1.0 4223:1.0 5097:0.043478260869565216 5112:1.0 5118:0.5 5160:1.0 5188:1.0 5330:1.0 5350:1.0 5559:1.0 6077:1.0 6096:1.0 6422:1.0 6435:1.0 6436:1.0 6437:1.0 6993:1.0
4 6:0.12121212121212122 15:0.08333333333333333 17:0.2 97:1.5 98:0.5 169:1.5 488:1.0 559:1.0 587:1.0 846:1.0 977:1.0 1894:1.0 1991:1.0 1992:2.0 3266:1.0 3644:0.010752688172043012 3718:1.0 4195:1.0 5107:2.0 5109:0.1111111111111111 5124:0.5 5162:1.0 5182:1.0 5241:1.0 5366:1.0 5515:1.0 6174:1.0 6602:1.0
4 5:3.0 6:0.06060606060606061 15:0.08333333333333333 34:0.18181818181818182 55:1.0 73:1.0 82:0.14285714285714285 97:0.5 110:1.0 128:0.3 147:0.5 188:1.0 219:0.25 223:0.2 245:1.0 272:1.0 371:2.0 399:0.5 542:0.5 587:1.0 610:1.0 622:1.0 713:1.0 951:1.0 973:1.0 1162:2.0 1373:1.0 1586:1.0 1885:0.5 1961:1.0 1992:1.0 2249:0.2 3174:1.0 3365:1.0 3546:1.0 3644:0.010752688172043012 3837:1.0 3846:1.0 4325:1.0 5109:0.1111111111111111 5191:1.0 5389:1.0 5532:1.0 5632:0.5 5881:1.0 5993:1.0 6072:1.0 6187:1.0 6206:1.0 6482:1.0
4 5:1.0 6:0.15151515151515152 15:0.08333333333333333 17:0.4 34:0.18181818181818182 42:0.25 64:1.0 75:0.5 97:0.5 98:0.5 128:0.1 143:0.3333333333333333 160:1.0 175:1.0 443:2.0 494:1.0 543:0.5 795:1.0 1265:1.0 1266:1.0 1566:1.0 1992:1.0 2317:1.0 2707:1.0 3260:1.0 3644:0.010752688172043012 4063:1.0 4537:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5118:0.5 5132:0.14285714285714285 5151:1.0 5167:1.0 5227:1.0 5565:1.0 6047:1.0 6070:1.0 6208:1.0 6441:1.0 6444:1.0 6726:1.0
4 5:1.0 6:0.06060606060606061 23:0.1111111111111111 42:0.25 56:0.25 64:2.0 82:0.14285714285714285 143:0.3333333333333333 169:0.5 185:0.5 191:0.5 220:1.0 245:1.0 275:1.0 351:1.0 427:1.0 443:1.0 504:1.0 800:0.5 1202:1.0 1270:1.0 1421:1.0 1672:1.0 1992:1.0 3393:0.5 3644:0.010752688172043012 4327:1.0 5185:1.0 5186:1.0 5439:1.0 5927:1.0 6342:1.0 6471:1.0 6624:1.0 6786:1.0 6809:1.0
4 4:1.0 5:2.0 15:0.08333333333333333 31:1.0 34:0.09090909090909091 42:0.25 64:1.0 128:0.1 165:0.0625 185:0.5 191:0.75 220:1.0 223:0.2 275:1.0 347:1.0 427:1.0 473:0.5 488:1.0 549:1.0 767:1.0 914:1.0 999:1.0 1123:1.0 1127:1.0 1311:1.0 1586:1.0 2078:1.0 2557:1.0 3393:0.5 4362:1.0 5174:1.0 5237:1.0 5253:1.0 5264:1.0 5283:1.0 5335:1.0 5336:1.0 5562:1.0 5806:1.0 6526:1.0 7576:1.0
4 5:1.0 6:0.030303030303030304 17:0.2 37:0.3333333333333333 42:0.5 54:1.0 181:0.25 185:0.5 215:0.2 223:0.2 359:0.5 386:0.3333333333333333 459:1.0 610:1.0 795:1.0 809:1.0 846:1.0 914:1.0 1103:0.3333333333333333 1162:1.0 1586:1.0 1748:0.06666666666666667 1751:1.0 1998:1.0 2798:1.0 3644:0.03225806451612903 3751:1.0 4045:1.0 4080:1.0 5097:0.043478260869565216 5103:1.0 5105:1.0 5109:0.1111111111111111 5132:0.14285714285714285 5212:1.0 5294:0.3333333333333333 5946:1.0 6143:1.0 6529:1.0 7225:1.0
4 4:1.0 5:2.0 6:0.030303030303030304 42:0.25 56:0.25 73:1.0 82:0.2857142857142857 128:0.1 206:1.0 215:0.2 313:1.0 351:1.0 824:1.0 908:1.0 973:1.0 1162:1.0 1172:1.0 1492:1.0 1719:1.0 1748:0.06666666666666667 1917:0.5 1992:1.0 1993:1.0 3524:1.0 3644:0.03225806451612903 5097:0.043478260869565216 5103:1.0 5109:0.2222222222222222 5160:1.0 5178:1.0 5203:1.0 5204:0.5 5294:0.3333333333333333 5575:1.0 5806:1.0 6278:1.0 6444:1.0 7004:1.0 7459:1.0
4 4:1.0 5:3.0 6:0.09090909090909091 17:0.2 23:0.1111111111111111 34:0.18181818181818182 45:1.0 49:0.5 56:0.25 64:1.0 115:2.0 143:0.3333333333333333 171:0.5 192:1.0 211:1.0 272:1.5 292:1.0 551:0.25 642:1.0 930:1.0 1266:2.0 1278:1.0 1298:1.0 1499:1.0 1719:1.0 1748:0.06666666666666667 1885:0.5 1956:1.0 1992:1.0 2317:1.0 2462:1.0 2752:0.3333333333333333 3439:1.0 3644:0.021505376344086023 4063:1.0 5097:0.043478260869565216 5109:0.1111111111111111 5118:0.5 5151:1.0 5237:1.0 5360:1.0 5364:1.0 5603:1.0 5656:1.0 5880:1.0 5904:1.0 5905:1.0 5906:1.0 6153:1.0 6432:1.0
4 1:0.16666666666666666 5:6.0 6:0.06060606060606061 15:0.08333333333333333 23:0.1111111111111111 34:0.09090909090909091 42:0.5 54:1.0 56:0.5 82:0.14285714285714285 96:0.14285714285714285 97:1.0 98:0.5 117:0.05263157894736842 143:0.3333333333333333 147:0.5 175:1.0 191:0.25 272:1.0 286:1.0 287:3.0 351:1.0 543:0.5 649:1.0 1687:1.0 1748:0.06666666666666667 1867:1.0 1869:1.0 2317:1.0 2431:0.5 3271:1.0 3644:0.010752688172043012 5097:0.043478260869565216 5103:1.0 5109:0.1111111111111111 5151:1.0 5420:2.0 5603:1.0 6192:1.0 6356:1.0 6357:1.0 6358:1.0 6678:1.0 6780:1.0 7139:1.0 7537:1.0
4 5:3.0 6:0.06060606060606061 15:0.08333333333333333 34:0.09090909090909091 37:0.3333333333333333 42:0.5 51:0.25 56:0.25 98:0.5 117:0.05263157894736842 153:0.5 188:1.0 223:0.2 473:0.5 534:0.5 561:1.0 768:0.5 1389:1.0 1445:0.3333333333333333 1466:1.0 1586:1.0 1651:0.5 1748:0.06666666666666667 2160:1.0 2658:1.0 2841:1.0 3546:2.0 3644:0.021505376344086023 5045:1.0 5097:0.08695652173913043 5103:1.0 5150:1.0 5151:1.0 5152:1.0 5160:1.0 5178:1.0 5180:1.0 5332:1.0 5341:1.0 5559:1.0 5571:1.0 5704:1.0 5730:1.0 5798:1.0 5825:1.0 6192:1.0 6662:1.0 6677:1.0 7547:1.0
4 4:1.0 5:1.0 6:0.18181818181818182 15:0.25 34:0.09090909090909091 42:0.25 56:0.25 64:1.0 82:0.14285714285714285 97:1.0 108:0.5 140:0.5 150:0.125 201:0.5 219:0.25 359:0.5 367:1.0 473:0.5 484:1.0 531:0.3333333333333333 800:0.5 1123:1.0 1154:1.0 1202:1.0 1298:1.0 1492:1.0 1748:0.06666666666666667 1867:1.0 1936:1.0 1938:1.0 2571:1.0 2651:1.0 3267:1.0 3350:0.5 3644:0.021505376344086023 3718:1.0 3846:1.0 4624:1.0 5109:0.2222222222222222 5129:1.0 5151:1.0 5188:1.0 5210:1.0 5237:1.0 5474:1.0 5568:1.0 5936:1.0 5968:0.25 6053:1.0 6054:1.0 6055:1.0 6122:1.0 6532:1.0 6669:1.0
4 5:5.0 6:0.06060606060606061 15:0.08333333333333333 42:0.5 44:1.0 54:1.0 56:0.25 96:0.14285714285714285 150:0.0625 153:0.5 191:0.25 245:1.0 534:0.5 551:0.25 583:1.0 610:1.0 668:1.0 850:1.0 908:1.0 1102:1.0 1149:0.5 1790:1.0 1830:1.0 1885:0.5 2249:0.2 2841:1.0 3644:0.03225806451612903 3656:1.0 5097:0.08695652173913043 5112:1.0 5179:1.0 5228:1.0 5350:1.0 5495:1.0 5817:1.0 5912:1.0 6328:1.0
4 5:1.0 6:0.09090909090909091 17:0.4 34:0.18181818181818182 42:0.25 82:0.14285714285714285 135:0.5 143:0.3333333333333333 146:1.0 169:0.5 191:0.25 226:1.0 251:0.25 339:1.0 418:1.0 1202:1.0 1389:1.0 2002:1.0 2651:1.0 3644:0.010752688172043012 3790:1.0 4049:0.5 4221:1.0 5109:0.1111111111111111 5114:1.0 5291:1.0 5341:1.0 5360:1.0 5550:1.0 5655:2.0 5667:1.0 5796:1.0 5835:1.0 6327:1.0 6816:1.0 7070:1.0 7160:1.0
4 5:1.0 6:0.06060606060606061 17:0.2 23:0.1111111111111111 34:0.18181818181818182 56:0.25 97:0.5 106:1.0 147:0.5 155:0.09090909090909091 165:0.0625 245:1.0 305:1.0 327:0.16666666666666666 359:0.5 399:0.5 424:1.0 441:1.0 443:1.0 536:1.0 551:0.25 683:1.0 908:1.0 1669:1.0 2541:1.0 3133:1.0 3266:1.0 3644:0.03225806451612903 5097:0.043478260869565216 5109:0.2222222222222222 5253:1.0 5371:1.0 5389:1.0 5390:1.0 5508:1.0 6342:1.0 7143:1.0
4 5:1.0 6:0.09090909090909091 17:0.2 37:0.3333333333333333 42:0.25 56:0.25 82:0.14285714285714285 147:0.5 191:0.5 488:1.0 545:1.0 561:1.0 946:1.0 1091:1.0 1123:2.0 1691:1.0 3644:0.021505376344086023 4045:1.0 5097:0.08695652173913043 5103:1.0 5180:1.0 5408:0.5 5439:1.0 5995:1.0 5996:1.0 5998:1.0 5999:1.0 6357:1.0 7003:1.0 7007:1.0 7523:1.0
4 5:2.0 17:0.2 34:0.18181818181818182 56:0.25 63:1.0 73:1.0 96:0.14285714285714285 128:0.1 135:0.5 147:0.5 153:0.5 171:0.5 181:0.25 443:1.0 483:1.0 534:0.5 622:1.0 973:1.0 977:1.0 995:1.0 1058:1.0 1162:1.0 1192:1.0 1205:1.0 1410:1.0 1423:0.07692307692307693 1492:1.0 1580:1.0 1992:2.0 2123:1.0 2265:1.0 2410:1.0 2744:1.0 2991:2.0 3393:0.5 3644:0.021505376344086023 3656:1.0 3999:1.0 5097:0.043478260869565216 5103:1.0 5109:0.1111111111111111 5165:1.0 5169:1.0 5305:1.0 5708:1.0 6499:1.0 7380:1.0
|
e484b3f1c039cc2a6a392e24b3ec3241f3b4b301 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH3/EX1.3.16/Ex1_3_16.sce | 2e31bcffa8f12d5c66675cf25c81f951f9569cbf | [] | 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 | 347 | sce | Ex1_3_16.sce | //Section-1,Example-1,Page no.AC-265
//To calculate the amount of lime required for softening of given hard water sample.
clc;
V_1=5000 //Given solution of hard water
A_1=72 //Amount of MgSO4(ppm)
M_F1=100/120 //Multiplication factor
C_Eq= A_1*M_F1 //CaCO3 equivalent
L_R=(74/100)*C_Eq*V_1*10^-3
disp(L_R,'Lime requirement(gm)')
|
fd447929d4400dad529001103ab549aa21c10052 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3802/CH12/EX12.2/Ex12_2.sce | 37709dba3fcc7c612b21e01d8fd830d08784b959 | [] | 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,285 | sce | Ex12_2.sce | //Book Name:Fundamentals of Electrical Engineering
//Author:Rajendra Prasad
//Publisher: PHI Learning Private Limited
//Edition:Third ,2014
//Ex12_2.sce
clc;
clear;
z=complex(6,8);
Vl=110;
printf("\nPhase current of the load: Magnitude \t Angle(deg) \n")
I_YR=complex(Vl*cosd(0),Vl*sind(0))/(z);
I_BY=complex(Vl*cosd(-120),Vl*sind(-120))/(z);
I_RB=complex(Vl*cosd(120),Vl*sind(120))/(z);
I_YR_mag=sqrt(real(I_YR)^2+imag(I_YR)^2);
I_BY_mag=sqrt(real(I_BY)^2+imag(I_BY)^2);
I_RB_mag=sqrt(real(I_RB)^2+imag(I_RB)^2);
I_YR_angle=atand(imag(I_YR)/real(I_YR));
I_BY_angle=atand(imag(I_BY)/real(I_BY))-180;
I_RB_angle=atand(imag(I_RB)/real(I_RB));
printf("\n\t\t Iyr in A \t %d \t %2.2f",I_YR_mag,I_YR_angle)
printf("\n\t\t Iby in A \t %d \t %2.2f",I_BY_mag,I_BY_angle)
printf("\n\t\t Irb in A \t %d \t %2.2f",I_RB_mag,I_RB_angle)
printf("\nLine current of the load: Magnitude \t Angle(deg) \n")
I_LR_mag=sqrt(3)*I_YR_mag;
I_LY_mag=sqrt(3)*I_BY_mag;
I_LB_mag=sqrt(3)*I_RB_mag;
I_LR_angle=I_YR_angle-30;
I_LY_angle=I_BY_angle-30;
I_LB_angle=I_RB_angle-30;
printf("\n\t\t Ilr in A \t %2.2f \t %2.2f",I_LR_mag,I_LR_angle)
printf("\n\t\t Ily in A \t %2.2f \t %2.2f",I_LY_mag,I_LY_angle)
printf("\n\t\t Ilb in A \t %2.2f \t %2.2f",I_LB_mag,I_LB_angle)
|
135f416cabc52bb8e48c6a2e37cb32b0b4162eed | 449d555969bfd7befe906877abab098c6e63a0e8 | /3775/CH5/EX5.3/Ex5_3.sce | 149f849c8a360ba3851624f7f6572f4748b8e0d4 | [] | 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 | 285 | sce | Ex5_3.sce | //Ex 5.3 page 185
clc;
clear;
close;
Vs=400;//V
alfa=0.25;// duty cycle
delta_I=10;// A
L=0.5;// H
R=0;// ohm
Vo=alfa*Vs;//V
//Vo+L*di/dt=Vs -- putting dt=Ton & di=delta_I
Ton=delta_I/((Vs-Vo)/L)*1000;// ms
T=Ton/alfa;// ms
f=1/T*1000;//Hz
printf('\n chopping frequency = %d Hz',f)
|
dcf2158bc7907179dbf0f2b0ca7836969d26cdc7 | e176c804d3e82d065a9c9635dad92da21c1483a9 | /missions/X2/mission_x2.sce | 539345a2aa91921cfbb68737d1a63b7c2fb0cdb5 | [
"MIT"
] | permissive | Exia-Aix-2016/ExoLife | 38f7d5e54a1fd26333f19d99a8b63f0d64cc4c4c | a88d4bc3b852f8a85b6c8cc0979ced29fb28b751 | refs/heads/master | 2021-09-07T01:47:04.742247 | 2018-02-15T11:57:47 | 2018-02-15T11:57:47 | 120,471,380 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,262 | sce | mission_x2.sce | getd ('../../libs/');
//CHARGEMENT IMAGES
img_origine_v2 = readpbm("Gliese 581d V2.pbm");
img_origine = readpbm("Gliese 581d.pbm");
//===============IMG V2===============
scf(1);
title("Image : Gliese 581d V2 bruitée");
display_gray(img_origine_v2);
//HISTOGRAMME IMAGE NON DEBRUITE
scf(2);
title("histogramme image non débruitée");
hist = histogramme(img_origine_v2);
plot(hist);
//Application du median afin de débruité
funcprot(0);
imgf = median(img_origine_v2, 1);
scf(3);
title("Image : Gliese 581d V2 débruitée");
display_gray(imgf);
// Export
imwrite(to_native_img(imgf), 'img/result_v2.png');
//HISTOGRAMME IMAGE DEBRUITE
scf(4);
title("histogramme image débruitée");
hist = histogramme(imgf);
plot(hist);
//===============IMG V1===============
scf(5);
title("Image : Gliese 581d : bruitée");
display_gray(img_origine);
xmax = size(img_origine,1);
ymax = size(img_origine,2);
for x=1:xmax
for y=1:ymax
if img_origine(x,y) < 100 then
img_origine(x,y) = 0;
elseif img_origine(x,y) > 150 then
img_origine(x,y) = 0;
else
img_origine(x,y) = 255;
end
end
end
scf(7);
display_gray(img_origine);
// Export
imwrite(to_native_img(img_origine), 'img/result_v1.png'); |
3d170b31a2bd53e365056e7f87099ae82289b870 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2240/CH4/EX3.15/EX3_15.sce | 069745e861e2f69c5561c18c963a8ff5562f42c4 | [] | 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 | 310 | sce | EX3_15.sce | // Grob's Basic Electronics 11e
// Chapter No. 03
// Example No. 3_15
clc; clear;
// How much current is needed for a 24 Ohms Resistor that dissipates 600 W?
// Given data
R = 24; // Resistance=24 Ohms
P = 600; // Power=600 Watts
I = sqrt(P/R);
disp (I,'The Current I in Amps')
|
7b7f0bbd4a7aee7b016a5494790900ae5ae0a412 | ad8bb1c6a4b5baae527edbae34e86f2be3c27ab6 | /subplotTechnologie.sce | de573463301b392bc5c4d781aced3b8152e21bfc | [] | no_license | moueza/isbn-2-287-59731-X-introduction-a-Scilab | 291a1ee2b7a145e3fd2eae23539b37965e0af658 | 87900673bbdcdb65537592cd512b3b0415575835 | refs/heads/main | 2023-06-28T07:15:23.375013 | 2023-06-17T23:41:17 | 2023-06-17T23:41:17 | 304,570,515 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 265 | sce | subplotTechnologie.sce | function z=f(x,y)
z=1-x^2-y^2
endfunction
R=linspace(0,.1,4);
X=[]; x=1;
for r=R
// [x,err]=fsolve()
end
//manual od fsolve
// Draw a circle of radius 1 according to its cartesian equation:
plotimplicit "x^2 + y^2 = 1"
xgrid(color("grey"),1,7)
isoview
|
0dd7e897b5f5a4ee230dc9bc97ccd863eabd807e | 449d555969bfd7befe906877abab098c6e63a0e8 | /3482/CH2/EX2.5/Ex2_5.sce | 9db6603f5fd62b0aa90e74ec9a4a08b0f786a9bb | [] | 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 | 180 | sce | Ex2_5.sce | clc
//page 39
mass=30;// kg
W=mass*9.81;// N, Weight of package
alpha=15;//degree
alpha=alpha*%pi/180;// Conversion into radian
F=W*sin(alpha);//N
printf("F= %.2f N",F);
|
7667a656fec3f1bf588ce791190282eae5102885 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2513/CH14/EX14.6/14_6.sce | e573327b24b26080fef3e64c5b2cfcbe4ef79fe3 | [] | 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 | 526 | sce | 14_6.sce | clc
//initialisation of variables
q=60//cfs
D=4//ft
w=0.177//ft
s=0.59//ft
h=4.0//ft
d1=1.0//ft
v=0.90//ft
d1=0.42//ft
h1=6.0//ft
h2=1.5//ft
dl=1.3//ft
p=0.41//ft
u=0.8//ft
u1=3.2//ft
y=0.45//ft
//CALCULATIONS
H=s*D//ft
d2=d1*D//ft
V=v*D//ft
P=p*D//ft
D1=y*D//ft
//RESULTS
printf('the critical depth=% f ft',H)
printf('the alternate stages for an energy =% f ft',V)
printf('the alternate stages for an energy head=% f ft',P)
printf('the lower alternate stage with upper alternate stage=% f ft',D1)
|
72b3385dc7805c62b13d4cfeb8d8f905befb79d0 | 18cbceafa51692cec0d288cd11a9d4024eacd919 | /02/zxg.tst | 8263c9da79f5690f9df0ca9d9d0ac320378d8b3c | [
"MIT"
] | permissive | hw4282/nand2tetris | a4f95dba8fbe779974befa8d422be7b9be9e0f28 | 87a4ac19595871f3e6b695dd7371898d1ea2f896 | refs/heads/master | 2021-04-28T09:09:01.446446 | 2018-02-26T06:03:38 | 2018-02-26T06:03:38 | 122,032,122 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 298 | tst | zxg.tst | load Zxg.hdl,
output-file Zxg.out,
compare-to Zxg.cmp,
output-list a%B2.16.1 b%B2.1.2 out%B2.16.1;
set a %B0000000000000000,
set b 0,
eval,
output;
set a %B0000000000000000,
set b 1,
eval,
output;
set a %B1111111111111111,
set b 0,
eval,
output;
set a %B1111111111111111,
set b 1,
eval,
output; |
cd5cb9687a3655661f2edd546288b2a3be40fbe6 | 449d555969bfd7befe906877abab098c6e63a0e8 | /530/CH8/EX8.5/example_8_5.sce | 0874299a517572647c97df2ce09f4c46e063fc95 | [] | 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,143 | sce | example_8_5.sce | clear;
clc;
// A Textbook on HEAT TRANSFER by S P SUKHATME
// Chapter 8
// Condensation and Boiling
// Example 8.5
// Page 337
printf("Example 8.5, Page 337 \n \n");
D = 0.02 ; // [m]
l = 0.15 ; // [m]
T = 500+273 ; // [K]
Tc = -196+273 ; // [K]
e = 0.4;
s = 5.670*10^-8;
// Film boiling will occur, hence eqn 8.7.9 is applicable
Tm = (T+Tc)/2;
// Properties
k = 0.0349 ; // [W/m K]
rho = 0.80 ; // [kg/m^3]
u = 23*10^-6 ; // [kg/m s]
Cp_avg = 1.048 ; // [kJ/kg J]
rho_liq = 800 ; // [kg/m^3]
latent = 201*10^3 ; // [J/kg]
lambda = [latent + Cp_avg*(Tm-Tc)*1000]; // [J/kg]
h_c = 0.62*[((k^3)*rho*799.2*9.81*lambda)/(D*u*(T-Tc))]^(1/4); // [W/m^2 K]
// Taking the emissivity of liquid surface to be unity and using equation 3.9.1, the exchange of radiant heat flux
flux = s*(T^4-Tc^4)/(1/e+1/1-1); // [W/m^2]
h_r = flux/(T-Tc);
// Since h_r < h_c, total heat transfer coefficient is determined from eqn 8.7.11
h = h_c+3/4*h_r; // [W/m^2 K]
flux_i = h*(T-Tc);
Rate = flux_i*%pi*D*l; // [W]
printf("Initial heat flux = %f W/m^2 \n",flux_i);
printf("Initial heat transfer rate = %f W",Rate); |
b1a05d8ab7551dabc8235b57587fa1682b381f6d | a8b3c68874820b431f195632f44ddcb3be402e6d | /MetodoPrimalDualGeneral.sce | d42d833fe9a1d666ac870cd30302f54551d2d7c1 | [] | no_license | juanksRuiz/Optimizacion | e2ca20b102f38df6db24f23910b79bee22f76c56 | 7fb521b07b0fbe4ca0d67bf1d5714804926a91dc | refs/heads/master | 2020-04-29T05:42:03.659838 | 2019-05-27T13:44:17 | 2019-05-27T13:44:17 | 175,891,169 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,659 | sce | MetodoPrimalDualGeneral.sce | A = [2,1];
b = 5;
mu = 10;
u = [1;1;1];
x = [1.3;2.4];
v = 0;
function y = f(x)
y = (x(1)-3)^4 - x(2)^2;
endfunction
function y = fprim(x)
fp1 = 4*(x(1)-3)^3;
fp2 = 2*x(2);
y = [fp1;fp2];
endfunction
function gDesig = g(x)
g1 = x(1)^2 + x(2)^2 - 25;
g2 = x(1)-x(2) + 1;
g3 = -x(1);
gDesig = [g1;g2;g3];
endfunction
function Hessf = Hf(x)
h1 = 12*(x(1)-3)^2;
Hessf = [h1,0;0,2];
endfunction
//Calcular los Hgs
Hg1 = [2,0;0,2];
Hg2 = zeros(2,2);
Hg3 = Hg2;
function J = Jg(x)
J = [2*x(1), 2*x(2); 1,-1;-1,0];
endfunction
function resD = rd(x)
resD = fprim(x) + Jg(x)'*u + A'*v;
end
etam = -u'*g(x);
tao = mu*3/etam;
function resC = rc(x)
resC = -u.*g(x) - ones(3,1)/tao;
endfunction
function resP = rp(x)
resP = A*x-b;
endfunction
//Se para cuando el residuo sea casi 0
function resTao = r_tao(x)
resTao = [rd(x);rc(x);rp(x)];
endfunction
function Sis = S(x)
s1 = Hf(x) + Hg1 + Hg2 + Hg3;
s2 = Jg(x)';
s3 = A';
s4 = -diag(u)*Jg(x)
s5 = -diag(g(x));
s6 = zeros(3,1);
s7 = A;
s8 = zeros(1,3);
s9 = zeros(1,1);
Sis = [s1,s2,s3;s4,s5,s6;s7,s8,s9];
endfunction
function tmx = tmax_U(u,du)
tmx = 1e10;
n = length(u)
for i = 1:n
if du(i) < 0
tmx = min(tmx,-u(i)/du(i))
end
end
endfunction
function tmx = tmax_X(G,q,x,dx)
tmx = 1e10;
gx = G*x-q
gd = G*dx
n = length(x)
for i = 1:n
if gd(i) > 0
tmx = min(tmx,-gx(i)/gd(i))
end
end
endfunction
d = -S(x)\r_tao(x)
dx = d(1:2)
du = d(3:5)
dv = d(6)
x
u
v
g(x)
max(g(x))
etam
tao
r_tao(x)
norm(r_tao(x))
S(x)
|
8d0852e507174c27a56de3754f3d3fae14124534 | 449d555969bfd7befe906877abab098c6e63a0e8 | /683/CH23/EX23.5/B_5.sce | 0abbb43026732cfbe0c394592de0911d5e53466d | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 498 | sce | B_5.sce | // sum 23-5
clc;
clear;
m=1100;
V=65*5/18;
t=4;
r=0.22;
mb=12;
C=460;
S=0.5*V*t;
//Total kinetic energy TE=K.E(vehicle)+K.E(rotating parts).
TE=((0.5*m*(V^2))+(0.1*0.5*m*(V^2)));
E=TE/4;
w=V/r;
theta=S/r;
T=E/theta;
delT=E/(mb*C);
// printing data in scilab o/p window
printf("S is %0.2f m ",S);
printf("\n E is %0.2f Nm ",E);
printf("\n T is %0.2f Nm ",T);
printf("\n delT is %0.2f ",delT);
//The difference in the answers are due to rounding-off of values.
|
acae4f90756f619ea7437713ad847fc52fbb7910 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1946/CH4/EX4.3/Ex_4_3.sce | 95db742d18f640f009c8ffa20c3849bdbb5c8598 | [] | 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 | Ex_4_3.sce | // Example 4.1:Link Length
clc;
clear;
close;
alpha = 0.5;//Attenuation loss in dB/Km
Pi=1.5;//input power in milli watt
Po=2//Output power in micro watt
L=(10/alpha)*(log10((Pi*10^-3)/(Po*10^-6)));// Link Length in Km
disp(L,"Length in Km")
|
19b62f14e2d7382f1845efc4353903bc9c5a5d87 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1808/CH5/EX5.22/Chapter5_Exampl22.sce | c0344336daaba308d6b7d48b786f9bf5477fdb75 | [] | 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 | 469 | sce | Chapter5_Exampl22.sce | clc
clear
//INPUT DATA
p1=1;//initial pressure in bar
pd=30;//delivery pressure in bar
t1=288;//temperature in K
n=1.3;//index of copression
//CALCULATIONS
p21=sqrt(p1*pd);//Intermediate pressure in bar
v121=(p21/p1)^(1/n);//volume ratio
t21=t1*(p21/p1)^((n-1)/n);//temperature in K
v212=t21/t1;//volume ratio
v12=v121*v212;//volume ratio
d12=sqrt(v12);//Ratio of cylinder diameters
//OUTPUT
printf('(i)Ratio of cylinder diameters is %3.3f ',d12)
|
76fcee5c43ea0cfdea5f497855e5f79991249a8f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3428/CH12/EX6.12.13/Ex6_12_13.sce | a57ef3cd98a1bebc25f3b2b7b1eeb85249e867f6 | [] | no_license | FOSSEE/Scilab-TBC-Uploads | 948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1 | 7bc77cb1ed33745c720952c92b3b2747c5cbf2df | refs/heads/master | 2020-04-09T02:43:26.499817 | 2018-02-03T05:31:52 | 2018-02-03T05:31:52 | 37,975,407 | 3 | 12 | null | null | null | null | UTF-8 | Scilab | false | false | 339 | sce | Ex6_12_13.sce | //Section-6,Example-5,Page no.-P.48
//To calculate the quantity of ethyl alcohol required.
clc;
dl_Tf=10 //(K)
K_f=1.86 //(Kkgmol^-1)
M_w=62
d=1 //density (assumption)
V=10 //Volume(L)
M=V*d
W=((dl_Tf*M*M_w)/K_f)*10^-3
disp(W,'Quantity of ethyl alcohol required(kg)')
|
6701dc565f441d218b1ac9e4054125f9fa71a869 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2510/CH26/EX26.11/Ex26_11.sce | 01209cd9e9cddcf14309d77400f89c4bbe2eec7d | [] | 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 | 258 | sce | Ex26_11.sce | //Key:
//f(x) : Objective Function
//ci(x)'s : Constraints
//Variable Declaration:
function [a] = f(x)
a = -2.0*x(1) - 1.6*x(2)
endfunction
//Calculation
X = [16820,1152]
//Result:
printf("Maximum Profit is $ %.0f /day or $ %f /year",-f(X),-365*f(X))
|
05ece263ff69e4aa2ce5395bda0be41c25fb255c | 449d555969bfd7befe906877abab098c6e63a0e8 | /2339/CH4/EX4.7.1/Ex4_7.sce | c06cd192cd9510d706173d938e84771bd3b96587 | [] | 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 | 703 | sce | Ex4_7.sce | clc
clear
//Conditions at 10 bar
P1=10; //in bars
Hg=2778.1; //in kJ/kg
Tsat=179.9+273; //Temperature in K
Vg=0.194; //in m^3/kg
//Conditions at 10 bar and 300 Celcius
Cps=2.1;
Tsup=300+273;
H1=Hg+(Cps*(Tsup-Tsat));
V1=Vg*(Tsup/Tsat);
U1=H1-(P1*100*V1);
printf('The Internal energy: %3.1f kJ/kg',U1);
printf('\n');
//At 1.4 bar and other conditions
P2=1.4; //in bars
x=0.8; //Dryness Fraction
Hf=458.4; //in kJ/kg
Hfg=2232.0; //in kJ/kg
Vg=1.237; //in m^3/kg
H2=Hf+(x*Hfg);
V2=x*Vg;
U2=H2-(P2*100*V2);
U=U2-U1;
printf('The change in internal energy: %3.1f kJ/kg',U);
printf('\n');
|
37b932b60afcb1721d71134339aa631ca2e78873 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set6/s_Electric_Machinery_And_Transformers_B._S._Guru_And_H._R._Hiziroglu_380.zip/Electric_Machinery_And_Transformers_B._S._Guru_And_H._R._Hiziroglu_380/CH4/EX4.4/Ex4_4.sce | 202bf217c7c0a7679367066353145e57b781fd83 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 712 | sce | Ex4_4.sce | errcatch(-1,"stop");mode(2);//Caption:Find the efficiency
//Exa:4.4
;
;
//From Exa:4.3
V_2=230;//in Volts
Z_1=4+%i*12;
I_s=75*(cosd(30)+%i*sind(30));//in Amperes
a=10;//transformation ratio
E_1=2282.87*(cosd(2.33)+%i*sind(2.33));//in Volts
E_2=228.287*(cosd(2.33)+%i*sind(2.33));//in Volts
I_p=7.5*(cosd(30)+%i*sind(30));//in Amperes
P_o=14938.94;//in Watts
R_c1=20000;//core loss resistance on primary side
X_m1=15000;//magnetizing reactance on primary side
I_c=E_1/R_c1;//in Amperes
I_m=E_1/(%i*X_m1);//in Amperes
I_phy=I_c+I_m;//in Amperes
I_1=I_p+I_phy;//in Amperes
V_1=E_1+Z_1*I_1;//in Volts
P_in=real(V_1*conj(I_1));//in Watts
Eff=P_o/P_in;
disp(Eff*100,'Efficiency (%)=')
exit();
|
ef21f2a82ccc4be828d2b6c8db06f62f6871ed3e | 449d555969bfd7befe906877abab098c6e63a0e8 | /28/CH5/EX5.2/ex5_2_1.sce | 51822c2305bd78a4b78f5a6806f294b717d56b5d | [] | 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 | 316 | sce | ex5_2_1.sce | s=%s
syms K J f
K=60; // given
J=10; // given
p=K/J
q=K/J+(f/J)*s+s^2
G=p/q;
disp(G,"Qo(s)/Qi(s)=")
zeta=0.3; // given
cof1=coeffs(q,'s',0)
// on comparing the coefficients
Wn=sqrt(cof1)
cof2=coeffs(q,'s',1)
// 2*zeta*Wn=cof2
f/J=2*zeta*Wn
r=s^2+f/J
s=s^2+f/J+K/J
H=r/s;
disp(H,"Qe(s)/Qi(s)=")
|
518a36e27799a343d3d756a892281446dff93e0d | 53a108238b9fda736d1411a9722d4043922e73e3 | /NEWTON.sce | f475dff3addc68c602e1e6ea90019867926a781a | [] | no_license | 3reedm/scilab | 708d315412cdb48590c66821d78a883e28b5a7e6 | 2508a225d5e8b744da1be7443f5831b665a60aee | refs/heads/master | 2020-03-18T01:56:55.225475 | 2018-05-20T16:27:39 | 2018-05-20T16:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 689 | sce | NEWTON.sce | function[P]=NEWTON(X,Y,x)
P=Y(1)
n=length(X)
for i=2:n
A=0
for j=1:i
w=1
for k=[1:j-1,j+1:i]
w=w*(X(j)-X(k))
end
A=A+Y(j)/w
end
_X=1
for l=1:i-1
_X=_X*(x-X(l))
end
P=P+A*_X
end
endfunction
//Исходные данные
X=[0,%pi/4,%pi/2,3*%pi/2]
Y=[1,1.4,1,-1]
x1=[%pi/6,%pi/3,%pi]
x2=[-3*%pi/2:%pi/8:3*%pi/2]
//Функция для 3 точек
n=length(x1)
for i=1:n
y1(i)=NEWTON(X,Y,x1(i))
end
//Для отрезка
n=length(x2)
for i=1:n
y2(i)=NEWTON(X,Y,x2(i))
end
//Отображение графиков
plot(x2,sin(x2),x2,y2)
//plot2d(x2,sin(x2),-3)
//plot2d(x2,y2,-2)
//plot2d(x1,y1,-4)
|
5ad14469b769339076a3c439f3416a9afa0159d3 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3845/CH26/EX26.1/Ex26_1.sce | 49b843dbed5bc0fc90e54cb8bfb20961335d2d18 | [] | 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 | 301 | sce | Ex26_1.sce | //Example 26.1
d_o=60;//Object distance (cm)
d_i=2;//Image distance (cm)
h_o=1.2*10^-2;//Object height (cm)
h_i=-h_o*d_i/d_o;//Image height (cm)
printf('Size of the image on the retina = %0.2e cm',h_i)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest
|
3e7fcde50d168a4e3a1a098c030e77e74ca0cc62 | 449d555969bfd7befe906877abab098c6e63a0e8 | /2144/CH2/EX2.14/exa_2_14.sce | 5e21ab988a0351d509bfb95dcb73e39bd764da54 | [] | 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 | 258 | sce | exa_2_14.sce | // Example 2.14
clc;
clear;
close;
// Given data
Q= -40;// in kJ/kg
W= -80;// in kJ/kg
E= Q-W;// change in internal energy in kJ/kg
disp(E,"Change in internal energy in kJ/kg is : ")
disp("Thus internal energy of the working substance increases ")
|
b58d53301542e0baef1adbd9aca78392ccaa097e | 76b8c4ba0a69d3281b658f0fcf0ec56a96e27581 | /Scripts/pixelMissionA1.sci | 4d81dffe06eded6ce9630696eace215e19b61d7f | [] | no_license | RomainJunca/ExoLife | 0824fa566b38c5061f77592df6c38c3614dd8619 | 8da1524432d0ef1137d5e73e80cec339e6ec1c33 | refs/heads/master | 2020-05-25T14:08:07.353617 | 2017-03-20T08:31:32 | 2017-03-20T08:31:32 | 84,937,995 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 608 | sci | pixelMissionA1.sci | function coord = pixelMissionA1(img, pixelValue)
size_X = size(img, 1); //On récupère la longueur de l'image à modifier.
size_Y = size(img, 2); //On récupère la largeur de l'image à modifier.
img_out = zeros(size_X, size_Y); //On crée une matrice nulle qui va contenir l'image modifiée (ici une matrice ligne).
coord = [0, 0];
for Y = 1:size_Y, //On parcourt la matrice.
for X = 1:size_X,
if img(X, Y) == pixelValue then //
coord(1) = X;
coord(2) = Y;
end,
end
end
endfunction
|
9b5b93b37a71fe63d1ed42ab95c971dd53fe4daf | 449d555969bfd7befe906877abab098c6e63a0e8 | /74/CH3/EX3.17/example17_sce.sce | 4f7b66c6251eb0cbe3fdd547f06a031b63cab6c7 | [] | 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 | 414 | sce | example17_sce.sce | // chapter 3
// example 3.17
//page 150, figure 3.53
Ri=%inf;Ro=0;
Aol=%inf;
Vb=0;//b is virtually ground
Vout=1;// let us assume
//input current of op-amp is zeroas R=%inf
I1=(Vb-Vout)/100000
If2=I1;
Va=((10000)/(100000))*(Vb-Vout)
//at node A Iin=I1+If1
// (Vin-Va)/10*10^3=(Va-Vb)/10*10^3 + (Va-Vo)/100*10^3
Vin=Va+(10000)*((Va/10000)+((Va-Vout)/100000));
Ratio=Vout/Vin// result ratio of Vout/Vin |
37132ca3b22c4f70e36ec2110a6f3535308f0509 | 637fcd60a4e2a98ebbeaaa9551554a13e1ebfdba | /quad/ctrl/paparazzi/sw/airborne/firmwares/vor/sci_vor_audio.sci | bef51553c4065fd1f5788dc1ca38ff81e20dd360 | [] | no_license | zoomx/lxyppc-tetrix | b7079c07aee9b85a34207245f526e1613fdb0498 | 884027f37594f9f006f88d634c4392a60c482491 | refs/heads/master | 2021-01-10T21:04:54.219013 | 2015-05-10T08:45:33 | 2015-05-10T08:45:33 | 35,362,463 | 12 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 1,202 | sci | sci_vor_audio.sci | //
// $Id$
//
// Copyright (C) 2008 Antoine Blais, Antoine Drouin
//
// This file is part of paparazzi.
//
// paparazzi is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your option)
// any later version.
//
// paparazzi is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with paparazzi; see the file COPYING. If not, write to
// the Free Software Foundation, 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
//
//
// Digital VOR ( VHF Omni-directional Radio Range ) receiver
// audio files handling
//
// Load input signal from wav file ( 16 bits mono )
function [time, samples] = vor_audio_read_wav(filename)
[samples, Fe, nbits] = wavread(filename);
samples = samples * 2^6;
Te = 1/Fe;
time = [0:length(samples)-1] * Te;
endfunction
|
f85a23e32fa6a419adffcd3250adf523f7e4e085 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1670/CH5/EX5.46/5_46.sce | de9aab92a39e2c167398ac7455c91fa55c647b6d | [] | 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 | 598 | sce | 5_46.sce | //Example 5.46
//Newton's Divided Difference Interpolation
//Page no. 192
clc;close;clear;
x=[3,3.6,3.8]
y=[0.13515,0.83059,0.26253];
deff('y=f1(x1,x2,y1,y2)','y=(y2-y1)/(x2-x1)');
deff('y=f2(x1,x2,x3,y1,y2,y3)','y=(f1(x2,x3,y2,y3)-f1(x1,x2,y1,y2))/(x3-x1)');
function [x]=f(x1,x2,x3,y1,y2,y3)
x=(x1+2*x2+x3)/4-(f1(x1,x2,y1,y2)+f1(x2,x3,y2,y3))/(4*f2(x1,x2,x3,y1,y2,y3))
endfunction
disp(f1(x(1),x(2),y(1),y(2)),' f(x1,x2) = ')
disp(f1(x(2),x(3),y(2),y(3)),' f(x2,x3) = ')
disp(f2(x(1),x(2),x(3),y(1),y(2),y(3)),' f(x1,x2,x3) = ')
disp(f(x(1),x(2),x(3),y(1),y(2),y(3)),' x0 = ') |
3bd6f1061d500f4f95fbb45107e4b1e9b60d3a6f | 449d555969bfd7befe906877abab098c6e63a0e8 | /3760/CH1/EX1.12/Ex1_12.sce | fdfb35e516b007bda12c94e71e607998c3a24b23 | [] | 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,478 | sce | Ex1_12.sce | clc;
P=200000; // rated power output of transformer
E1=11000; // primary side voltage
E2=400; // secondary side voltage
// initialising the results of the open circuit test performed on l v side
Vo=400; // open circuit voltage in V
Io=9; // no load current in A
Po=1500; // core loss in W
// initialising the results of short circuit test performed on h v side
Vsc=350; // voltage applied in short circuit test
Isc=P/(3*E1); // short circuit current
Psc=2100; // power dissipated in short circuit test
E2p=E2/sqrt(3); // per phase voltage
pop=Po/3; // per phase core loss
Ic=pop/E2p; // core loss current
Im=sqrt(Io^2-Ic^2); // magnetising component of current
R=E2p/Ic; // core loss resistance in ohm
X=E2p/Im; // magnetizing reactance
Rh=R*(E1/E2p)^2; // core loss resistance referred to h v side
Xh=floor(X*(E1/E2p)^2); // magnetizing component referred to h v side
printf('coreloss resistance and magnetizing reactance referred to h v side is %f ohm and %f ohm\n ',Rh,Xh);
Pscp=Psc/3; // ohmic loss per phase
Z=Vsc/Isc; // total impedance of transformer
Re=Pscp/Isc^2; // Total resistance of transformer refrred to high voltage side
Xe=sqrt(Z^2-Re^2); // total leakage impedance of transformer referred to h v side
printf('transformer resistance and leakage impedance referred to h v side are %f ohm and %f ohm\n',Re,Xe);
n=(1-(pop+Pscp/2^2)/(P/6+pop+Pscp/2^2))*100; // efficiency at half load
printf('efficiency at half load is %f percent',n);
|
396c3a4d33c7f8288fa25579f6aa6c14df46b30c | 717ddeb7e700373742c617a95e25a2376565112c | /2474/CH11/EX11.1/Ch11Ex01.sce | 4dd5b8d184040d3f36a7d9f2fc614312c8fc6458 | [] | no_license | appucrossroads/Scilab-TBC-Uploads | b7ce9a8665d6253926fa8cc0989cda3c0db8e63d | 1d1c6f68fe7afb15ea12fd38492ec171491f8ce7 | refs/heads/master | 2021-01-22T04:15:15.512674 | 2017-09-19T11:51:56 | 2017-09-19T11:51:56 | 92,444,732 | 0 | 0 | null | 2017-05-25T21:09:20 | 2017-05-25T21:09:19 | null | UTF-8 | Scilab | false | false | 527 | sce | Ch11Ex01.sce | // Scilab code Ex11.1: Pg.483 (2008)
clc; clear;
R0 = 1.2; // Quantum mechanical correction, fm
A_He = 4; // Atomic mass number of Helium
A_U = 238; // Atomic mass number of Uranium
R_He = R0*(A_He)^(1/3); // Nuclear radius of Helium, fm
R_U = R0*(A_U)^(1/3); // Nuclear radius of Uranium, fm
printf("\nThe nuclear radius of He-4 = %4.2f fm", R_He);
printf("\nThe nuclear radius of U-235 = %4.2f fm", R_U);
// Result
// The nuclear radius of He-4 = 1.90 fm
// The nuclear radius of U-235 = 7.44 fm |
8c5645282a912180e11c8f0da81dcaf396f10356 | 64efd3a252c09ac93467f8e1ca48cf0b08986294 | /scilab/S6/ProbaStats/TP1/ex1.sce | 622e940859837659a1666b3e23d97f6b3addecae | [] | no_license | raphaelchampeimont/almacha | a86ff10cf05d676a5c110fd21e35de1b4b9a838f | 439684932b54bd9214e4119b4f77c035f24a7ad8 | refs/heads/master | 2021-05-31T08:00:30.750759 | 2016-05-03T15:58:55 | 2016-05-03T15:58:55 | 12,587,906 | 1 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 192 | sce | ex1.sce | // Public domain script.
loi_de_X = 1/6*ones(1,6);
loi_de_Y = loi_de_X;
subplot(2,1,1);
bar(1:6, loi_de_X);
loi_de_2_des = convol(loi_de_X, loi_de_Y);
subplot(2,1,2);
bar(2:12, loi_de_2_des);
|
bb886b6f644d4b2d02bf969ecc4bde15c3961574 | 449d555969bfd7befe906877abab098c6e63a0e8 | /536/CH6/EX6.1/Example_6_1.sce | 9ebfb773170ae88e28838679c83cb923e2542a6e | [] | 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,072 | sce | Example_6_1.sce | clc;
clear;
printf("\n Example 6.1");
d_o=25e-3;//Diameter of orifice
printf("\n\n Given:\n Diameter of orifice = %d mm",d_o*1e3);
d_p=75e-3;//Diameter of pipe
printf("\n Diameter of pipe = %d mm",d_p*1e3);
flow_o=300e-6;//Flow rate through pipe
printf("\n Flow rate through pipe = %d m^3/s",flow_o*1e6);
Meu_watr=1e-3;//Viscosity of water
printf("\n Viscosity of water = %d mN s/m^2",Meu_watr*1e3);
area_o=%pi/4*d_o^2;//Area of orifice
printf("\n\n Calculations:\n Area of orifice = %.2f * 10^-4 m^2",area_o*1e4);
vel_o=flow_o/area_o;//Velocity of water through the orifice
printf("\n Velocity of water through the orifice = %.2f m/s",vel_o);
Re_o=d_o*vel_o*1000/Meu_watr;//Re at the orifice
printf("\n Re at the orifice = %d",Re_o);
//From Figure 6.16, the corresponding value of Cd = 0.61 (diameter ratio = 0.33)
Cd=0.61;
G=flow_o*1e3; //mass flow rate water
//Equation 6.21 may therefore be applied:
ho=poly([0],'ho');
p=G^2-((Cd*area_o*1000)^2*2*9.81*ho);
printf("\n Difference in level on a water manometer = %.0f mm of water",roots(p)*1e3); |
36abd8e7545f4b78efa1978b1604cb0bd7752400 | 449d555969bfd7befe906877abab098c6e63a0e8 | /1073/CH4/EX4.18/4_18.sce | 894eb30a8c29cbd14482e8bf76de4d9dae9dff10 | [] | 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 | 287 | sce | 4_18.sce |
clc;
clear;
//Example 4.18
sigma=5.67*10^-8 ; //[W/(sq m.K^4)]
T1=813; //[K]
T2=473; //[K]
e1=0.87;
e2=0.26;
D1=0.25 ;//[m]
D2=0.3; //[m]
Q_by_a1=sigma*(T1^4-T2^4)/(1/e1+(D1/D2)*(1/e2-1)) //[W/ sqm]
printf("\n Heat transfer by radiaiton is %d W/sq m",Q_by_a1);
|
0ef35f55b71804c5af89b1b70182adca1623a940 | 449d555969bfd7befe906877abab098c6e63a0e8 | /3731/CH2/EX2.2/Ex2_2.sce | 3e89a5bfb7fb21075ab030099648ff3931b09762 | [] | 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 | 852 | sce | Ex2_2.sce | //Chapter 2:Dynamics of Electric Drives
//Example 2
clc;
//Variable Initialization
J=10 //moment of inertia of the drive in kg-m2
mprintf("Passive load torque during steady state is : Tl=0.05*N in N-m")
mprintf("\nAnd load torque : T=100-0.1*N in N-m ")
mprintf("\nLoad torque when the direction is reversed T=-100-0.1*N in N-m")
//Solution
mprintf("\nT-Tl=0")
mprintf("\n100-0.1*N-0.05*N=0\n")
N=100/0.15 //Required speed of the motor in rpm during steady state
N2=-100/0.15 //During reversal speed is in opposite direction
mprintf("\nJdWm/dt=-100-0.1*N-0.05*N during reversing")
mprintf("\ndN/dt=30/(J*pi)*(-100-0.15*N)")
mprintf("\ndN/dt=(-95.49-0.143*N)\n")
N1=N
N2=N2*0.95 //for speed reversal
deff('y=f(x)','y=1/(-95.49-0.143*x)')
t=intg(N1,N2,f)
//Result
mprintf("\nHence Time of reversal is : %.2f s",t)
|
7ee42cfdd5ca74b0caa77cf043d8989d91038c13 | a62e0da056102916ac0fe63d8475e3c4114f86b1 | /set9/s_Engineering_Physics_M._R._Srinivasan_3411.zip/Engineering_Physics_M._R._Srinivasan_3411/CH6/EX6.7.u1/Ex6_7_u1.sce | 5efd22c80bce9fac18f15092ccd7c984211a0472 | [] | no_license | hohiroki/Scilab_TBC | cb11e171e47a6cf15dad6594726c14443b23d512 | 98e421ab71b2e8be0c70d67cca3ecb53eeef1df6 | refs/heads/master | 2021-01-18T02:07:29.200029 | 2016-04-29T07:01:39 | 2016-04-29T07:01:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 421 | sce | Ex6_7_u1.sce | errcatch(-1,"stop");mode(2);//Example 6_7_u1
;
;
//To calculate the no of photons emitted by the ruby laser
p=1 //units in Watts
lamda=694.3 //units in nm
lamda=lamda*10^-9 //units in meters
h=6.63*10^-34 //units in m^2 kg s^-1
c=3*10^8 //units in meter/sec
n=(p*lamda)/(h*c)
printf("The no of photons emitted by the ruby laser is n=")
disp(n)
exit();
|
cb89e405b5945cd5f34eb506c1114e559821e718 | 494b677053e1199325a80808377463794e1003e5 | /experiments/irprop-c/irprop-c/results/Ignore-MV.iRProp+-C.pima/result1s0.tst | a9e1f9eb3c2a4312c77124ecb46d7c475664b482 | [] | no_license | kylecblyth/IIS-Project | 92fb0770addced8022817470f974bf5191bfe05d | abf66fd98d9b6c7c3a0fbc254ef4026641338489 | refs/heads/master | 2020-06-12T19:41:02.430510 | 2016-12-07T10:35:31 | 2016-12-07T10:35:31 | 75,764,815 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 2,836 | tst | result1s0.tst | @relation pima
@attribute 'preg' real[0.0,17.0]
@attribute 'plas' real[0.0,199.0]
@attribute 'pres' real[0.0,122.0]
@attribute 'skin' real[0.0,99.0]
@attribute 'insu' real[0.0,846.0]
@attribute 'mass' real[0.0,67.1]
@attribute 'pedi' real[0.0,2.42]
@attribute 'age' real[0.0,81.0]
@attribute 'class' {tested_negative,tested_positive}
@data
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_negative
tested_positive tested_positive
tested_positive tested_negative
tested_positive tested_negative
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_negative
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_positive
tested_positive tested_negative
tested_positive tested_positive
tested_positive tested_negative
tested_positive tested_positive
tested_positive tested_negative
tested_positive tested_negative
tested_positive tested_positive
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_positive
tested_negative tested_positive
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_positive
tested_negative tested_negative
tested_negative tested_positive
tested_negative tested_negative
tested_negative tested_positive
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_positive
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_positive
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_negative
tested_negative tested_positive
tested_positive tested_negative
tested_positive tested_positive
|
0d0a2f0a40a61ecd992b3e4543748a0ce899a0b5 | 87749481136b7b72a47930f587f27667e0c0f97d | /ADC/ps.sce | 99f677b8e7e0c7cf7960634107fa5e682d1a5c24 | [
"MIT"
] | permissive | brooky56/Digital_Signal_Processing | cf15e5ac443a16edcb3efc8d7703cf4746dedcba | f28651e40b0a99b79e9ba27deabc4db8bfc7f08e | refs/heads/master | 2022-06-30T17:59:28.072522 | 2020-05-11T18:58:39 | 2020-05-11T18:58:39 | 242,598,653 | 0 | 1 | null | null | null | null | UTF-8 | Scilab | false | false | 51 | sce | ps.sce | function ps(arr, fs)
playsnd(arr, fs);
endfunction
|
44014982c244fd3457149b08508bd7e7613fdd0b | 449d555969bfd7befe906877abab098c6e63a0e8 | /1448/CH7/EX7.4.i/I7_4.sce | 371d023c813a3ccb17b3ebc79c85294adb6e28a0 | [] | 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 | 195 | sce | I7_4.sce | clc
//Initialization of variables
GCO2=-394 //kJ/mol
GCO=-137 //kJ/mol
GO2=0
//calculations
deltaG=2*GCO2-2*GCO+GO2
//results
printf('Standard reaction gibbs energy = %d kJ/mol',deltaG)
|
461a670e4a33d4f56d665ca6d41ded40045cd894 | 97135f725c599527ba0fd95a5289373c755daf3b | /Examples/test-suite/scilab/funcptr_runme.sci | 9b87bf278311408b9c3ceb1d8d905cc6408ec227 | [] | no_license | maqalaqil/swag-c- | b8880cfc92424d5bbca1fe15ed98663a41063f27 | 6fd1ba2bf1d353f24c116a3c89a8540292b86a7d | refs/heads/master | 2020-07-06T21:02:08.949652 | 2019-09-01T07:56:55 | 2019-09-01T07:56:55 | 203,137,066 | 0 | 0 | null | null | null | null | UTF-8 | Scilab | false | false | 172 | sci | funcptr_runme.sci | exec("alaqiltest.start", -1);
if add(7, 9) <> 16 then alaqiltesterror(); end
if do_op(7, 9, funcvar_get()) <> 16 then alaqiltesterror(); end
exec("alaqiltest.quit", -1);
|
6afda92bf9576aac736280b6dc762354e23255b6 | 089894a36ef33cb3d0f697541716c9b6cd8dcc43 | /NLP_Project/test/blog/bow/bow.20_15.tst | 0a5769815bb8b67202db6cee1c9ae4af289c82b0 | [] | 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 | 5,000 | tst | bow.20_15.tst | 20 1:0.06666666666666667 10:1.0 13:2.0 14:1.0 19:0.1111111111111111 28:0.25 41:1.0 52:0.09090909090909091 54:1.0 56:0.5 63:0.5 65:0.5 76:0.3333333333333333 83:0.03508771929824561 99:0.3333333333333333 155:2.0 187:0.3333333333333333 542:1.0 1045:1.0 1124:1.0
20 1:0.26666666666666666 13:1.0 19:0.1111111111111111 41:1.0 54:2.0 56:1.0 65:0.5 122:0.16666666666666666 172:0.14285714285714285 336:1.0 1045:3.0 1477:1.0 1699:1.0
20 1:0.06666666666666667 3:0.5 4:1.0 10:1.0 19:0.05555555555555555 41:1.0 63:0.5 74:0.5 172:0.14285714285714285 187:0.3333333333333333 249:1.0 279:1.0 463:1.0 480:1.0 708:1.0
20 1:0.06666666666666667 54:1.0 56:0.5 397:1.0 880:1.0 1045:1.0 1171:1.0 1617:1.0
20 24:1.0 28:0.25 83:0.017543859649122806 99:0.3333333333333333 155:1.0 340:0.2 897:1.0 1624:1.0
20 10:1.0 28:0.25 90:0.2857142857142857 172:0.14285714285714285 194:1.0 755:1.0 849:1.0
20 22:1.0 44:1.0 137:0.25 138:0.25 242:0.2 272:0.5
20 1:0.06666666666666667 10:1.0 63:0.5 242:0.2 843:1.0
20 1:0.06666666666666667 15:1.0 19:0.05555555555555555 32:0.25 83:0.017543859649122806 90:0.14285714285714285 110:0.2 133:0.5 194:1.0 242:0.2 486:1.0 567:1.0 793:1.0 797:1.0 1088:0.1111111111111111 1559:1.0 1600:1.0
20 1:0.13333333333333333 13:1.0 32:0.25 63:0.5 84:1.0 110:0.4 111:1.0 129:1.0 204:0.3333333333333333 242:0.2 404:1.0 427:1.0 437:1.0 498:1.0 708:1.0 1142:0.5 1649:1.0
20 1:0.13333333333333333 10:1.0 13:1.0 19:0.05555555555555555 28:0.25 63:0.5 172:0.14285714285714285 242:0.2 866:1.0 983:1.0 1652:1.0 1653:1.0
20 10:1.0 83:0.03508771929824561 191:0.3333333333333333 340:0.2 404:1.0 408:1.0 480:1.0
20 1:0.06666666666666667 99:0.3333333333333333 110:0.2 643:1.0 722:1.0 1196:1.0 1433:0.5 1652:1.0
20 1:0.06666666666666667 19:0.1111111111111111 63:2.5 110:0.6 129:1.0 190:1.0 242:0.2 254:3.0 404:1.0 504:1.0 1130:1.0 1178:2.0 1285:1.0 1699:1.0
20 1:0.13333333333333333 10:1.0 47:0.25 242:0.4 272:0.5 330:1.0 404:1.0 463:1.0 1114:1.0
20 19:0.05555555555555555 32:0.25 63:0.5 602:1.0 1174:1.0
20 1:0.06666666666666667 19:0.05555555555555555 25:2.0 28:0.25 32:0.25 56:0.5 63:1.0 76:0.3333333333333333 83:0.017543859649122806 88:1.0 99:0.3333333333333333 154:1.0 172:0.2857142857142857 191:0.3333333333333333 275:1.0 335:1.0 627:1.0 785:2.0 969:0.3333333333333333 998:1.0 1001:1.0 1004:1.0 1005:1.0 1100:1.0 1123:0.3333333333333333 1267:1.0 1367:1.0 1546:1.0 1754:1.0
20 1:0.06666666666666667 13:1.0 19:0.05555555555555555 24:1.0 56:0.5 63:0.5 65:0.5 76:0.3333333333333333 83:0.017543859649122806 191:0.3333333333333333 251:1.0 337:1.0 340:0.2 930:2.0 969:0.3333333333333333 998:1.0 1001:3.0 1005:1.0 1006:1.0 1130:1.0 1242:1.0 1245:1.0 1467:1.0 1606:1.0 1771:1.0
20 1:0.06666666666666667 41:1.0 52:0.09090909090909091 55:1.0 65:0.5 191:0.3333333333333333 340:0.2 475:2.0 969:0.3333333333333333 1005:1.0 1607:1.0 1704:1.0
20 216:1.0 1590:1.0
20 19:0.05555555555555555 172:0.14285714285714285 173:1.0 294:1.0 567:1.0 1546:1.0 1661:1.0 1754:1.0
20 1:0.06666666666666667 13:1.0 172:0.14285714285714285 427:1.0 1004:1.0
20 63:0.5 755:1.0 1001:1.0 1174:1.0
20 1:0.06666666666666667 13:1.0 14:1.0 19:0.05555555555555555 52:0.09090909090909091 54:2.0 56:1.0 63:0.5 101:1.0 172:0.14285714285714285 199:1.0 303:0.2 557:1.0 714:1.0 1447:1.0 1765:1.0
20 1:0.06666666666666667 13:2.0 28:0.25 52:0.09090909090909091 54:1.0 56:0.5 65:0.5 404:1.0 1245:1.0 1247:1.0 1392:1.0 1460:1.0 1765:1.0
20 52:0.18181818181818182 56:0.5 63:0.5 110:0.2 440:1.0 970:1.0 1078:1.0 1265:1.0 1450:1.0
20 1:0.13333333333333333 28:0.25 41:1.0 52:0.09090909090909091 56:0.5 58:1.0 65:0.5 76:0.3333333333333333 187:0.3333333333333333 251:1.0 253:0.5 463:1.0 522:1.0 542:1.0 653:1.0 677:1.0 755:1.0 874:1.0 1253:1.0 1303:1.0
20 54:1.0 56:0.5 70:1.0 74:0.5 99:0.3333333333333333 172:0.14285714285714285 175:0.25 253:0.5 296:1.0 442:1.0 463:1.0 472:1.0 476:1.0 720:1.0 1056:1.0 1704:1.0 1706:1.0
20 3:0.5 19:0.05555555555555555 32:0.25 90:0.14285714285714285 930:1.0 1001:3.0 1045:1.0 1245:1.0
20 14:1.0 36:1.0 52:0.09090909090909091 65:0.5 137:0.25 179:1.0 939:1.0 1233:1.0 1697:1.0
20 19:0.05555555555555555 32:0.25 90:0.14285714285714285 175:0.25 959:0.5 1033:1.0 1370:1.0
20 3:0.5 4:1.0 63:0.5 939:1.0
20 13:1.0 52:0.09090909090909091 55:1.0 65:0.5 90:0.14285714285714285 179:1.0 1050:1.0 1054:1.0 1055:1.0 1245:1.0
20 1:0.06666666666666667 63:0.5 65:1.0 90:0.2857142857142857 138:0.25 191:0.3333333333333333 202:1.0 250:0.3333333333333333 915:1.0 930:1.0 960:1.0 987:1.0 1033:1.0 1562:1.0
20 13:1.0 65:0.5 76:0.3333333333333333 227:0.2 297:0.4 602:1.0 920:1.0 921:1.0 954:1.0 1001:1.0 1047:1.0
20 4:1.0 155:1.0 264:1.0 897:1.0 1059:1.0 1289:1.0 1472:1.0
20 1:0.06666666666666667 3:0.5 4:1.0 32:0.25 63:0.5 191:0.3333333333333333 930:1.0 1003:1.0 1004:1.0 1392:1.0
20 1:0.06666666666666667 13:2.0 32:0.25 54:1.0 63:0.5 191:0.3333333333333333 542:2.0 616:1.0 671:1.0 915:1.0 930:1.0 972:1.0 1033:1.0
20 1:0.06666666666666667 63:0.5 90:0.14285714285714285
20 1:0.06666666666666667 3:0.5 4:1.0 28:0.25 74:0.5 90:0.14285714285714285 175:0.25 975:3.0 1027:1.0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.