fix folders
This commit is contained in:
1
EGOTech/bugger/yolol/backup_rods_switch_basic.yolol
Normal file
1
EGOTech/bugger/yolol/backup_rods_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:BackupRods=(:BackupRods+:brs)*(:BackupRods>=0)-:BackupRods>:mbr goto1
|
||||
4
EGOTech/bugger/yolol/backup_rods_time_advanced.yolol
Normal file
4
EGOTech/bugger/yolol/backup_rods_time_advanced.yolol
Normal file
@@ -0,0 +1,4 @@
|
||||
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n" p=300000
|
||||
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
|
||||
:WithBackup=h+a+m+b+(s-s%1)+c+e+d+k f=:Fuel :bcw=19
|
||||
t=(:Fuel+:BackUpRods*p)/((f-:Fuel)/4) goto2
|
||||
1
EGOTech/bugger/yolol/cruise_safety_basic.yolol
Normal file
1
EGOTech/bugger/yolol/cruise_safety_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:fcubackward==100then:cruise=10end goto1
|
||||
1
EGOTech/bugger/yolol/dynamic_generator_basic.yolol
Normal file
1
EGOTech/bugger/yolol/dynamic_generator_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:GenRate=:MinEPS*:Min_EPS+(10000-:Battery)/50 goto1
|
||||
4
EGOTech/bugger/yolol/fuel_time_advanced.yolol
Normal file
4
EGOTech/bugger/yolol/fuel_time_advanced.yolol
Normal file
@@ -0,0 +1,4 @@
|
||||
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n"
|
||||
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
|
||||
:FuelTime=n+h+a+m+b+(s-s%1)+c+e+d+k f=:Fuel :fcw=19
|
||||
t=:Fuel/((f-:Fuel)/4) goto2
|
||||
@@ -0,0 +1 @@
|
||||
:hd=(:hd+:hds)*(:hd>=0)-:hd>30 goto1
|
||||
2
EGOTech/bugger/yolol/hover/warning_lights_basic.yolol
Normal file
2
EGOTech/bugger/yolol/hover/warning_lights_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:guide>0thengoto2end :w1=0 :w2=0 :w3=0 :w4=0 goto1
|
||||
b=:hd :w1=:fr<b :w2=:fl<b :w3=:br<b :w4=:bl<b goto1+:guide
|
||||
1
EGOTech/bugger/yolol/min_eps_switch_basic.yolol
Normal file
1
EGOTech/bugger/yolol/min_eps_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:MinEPS=(:MinEPS+:mes)*(:MinEPS>=0)-:MinEPS>100 goto1
|
||||
9
EGOTech/bugger/yolol/mining/advance_basic.yolol
Normal file
9
EGOTech/bugger/yolol/mining/advance_basic.yolol
Normal file
@@ -0,0 +1,9 @@
|
||||
if:advance<1thengoto1end
|
||||
if:advance>0thengoto3end :fcuforward=0 goto1
|
||||
:fcuforward=:ar
|
||||
|
||||
|
||||
|
||||
|
||||
:fcuforward=0 :acw=:at*5
|
||||
goto2
|
||||
@@ -0,0 +1 @@
|
||||
:ar=(:ar+:ars*0.5)*(:ar>=0)-:ar>20 goto1
|
||||
@@ -0,0 +1 @@
|
||||
:at=(:at+:ats)*(:at>=0)-:at>30 goto1
|
||||
6
EGOTech/bugger/yolol/mining/lasers_basic.yolol
Normal file
6
EGOTech/bugger/yolol/mining/lasers_basic.yolol
Normal file
@@ -0,0 +1,6 @@
|
||||
a=0
|
||||
b=1 c=10 if:lasers<1then:tr=0 a=0 goto2end
|
||||
a++ ifa<(c+1)then:tr=a*-b if:lasers<1thengoto2end goto3end a--
|
||||
a-- ifa>0then:tr=a*-b if:lasers<1thengoto2end goto4end
|
||||
a++ ifa<(c+1)then:tr=a*b if:lasers<1thengoto2end goto5end a--
|
||||
a-- ifa>0then:tr=a*b if:lasers<1thengoto2end goto6end goto3
|
||||
1
EGOTech/bugger/yolol/mining/lasers_safety_basic.yolol
Normal file
1
EGOTech/bugger/yolol/mining/lasers_safety_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:lasers*=:fuel>2000 goto1
|
||||
2
EGOTech/bugger/yolol/mining/mine_basic.yolol
Normal file
2
EGOTech/bugger/yolol/mining/mine_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:mine<1thengoto1end :lasers=1 :advance=1 :collect=1
|
||||
if:mine>0thengoto2end :lasers=0 :advance=0 :collect=0 goto1
|
||||
5
EGOTech/bugger/yolol/odometer_basic.yolol
Normal file
5
EGOTech/bugger/yolol/odometer_basic.yolol
Normal file
@@ -0,0 +1,5 @@
|
||||
n="\n" k=1000 u="km" t="Trip:"+n
|
||||
if:odo_res>0then:odometer=n+"Reseting..." :odo_t=0end
|
||||
s=:sp :odo_l+=s/k :odo_t+=s/k
|
||||
if:Odometer==""thengoto1end :Odometer=n+:odo_l+u+n+n+t+:odo_t+u+n
|
||||
goto1
|
||||
4
EGOTech/bugger/yolol/prop_time_advanced.yolol
Normal file
4
EGOTech/bugger/yolol/prop_time_advanced.yolol
Normal file
@@ -0,0 +1,4 @@
|
||||
n="\n" a="h" b="m" c="s" k="km" e="\n\nDistance:\n" t=0
|
||||
s=t%60 m=(t-s)%3600/60 h=(t-m*60-s)/3600 d=:sp*t/1000
|
||||
:PropTime=n+h+a+m+b+(s-s%1)+c+e+d+k p=:Propellant :pcw=19
|
||||
t=:Propellant/((p-:Propellant)/4) goto2
|
||||
1
EGOTech/bugger/yolol/sensitivity_switch_basic.yolol
Normal file
1
EGOTech/bugger/yolol/sensitivity_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:sense=(:sense+:sss)*(:sense>=0)-:sense>100 goto1
|
||||
2
EGOTech/bugger/yolol/sloth_basic.yolol
Normal file
2
EGOTech/bugger/yolol/sloth_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
if:sloth<1then:sense1=100 :sense2=-100 goto1end
|
||||
:sense1=:sensitivity :sense2=-:sensitivity goto1
|
||||
12
EGOTech/bugger/yolol/timer_advanced.yolol
Normal file
12
EGOTech/bugger/yolol/timer_advanced.yolol
Normal file
@@ -0,0 +1,12 @@
|
||||
n="\n" q="y" j="w" k="d" l="h" o="m"
|
||||
u="s" g="Reseting..." a=60 b=a*a c=b*24 e=c*7 f=c*365 x=1000
|
||||
if:t_res>0then:ts=0 z=n+n+g end :Timer=z
|
||||
t=:ts s=t%a t-=s m=t%b/a t-=m*a h=t%c/b t-=h*b d=t%e/c t-=d*c w=t%f/e
|
||||
t-=w*e y=t/f z=n ify>0thenz+=y+q end r=w%1 d+=r*7 ifd>6thenw++ d-=7end
|
||||
ifw>0thenz+=w/x*x+j end v=d%1 ifv==0.999thend+=0.001end // rounding
|
||||
ifd>0thenz+=d+k+n elsez+=n end z+=h+l+m+o+s+u+n+n :ts++ goto3
|
||||
|
||||
// Outputs:
|
||||
// :Timer - Global for text panel
|
||||
// Inputs:
|
||||
// :ts - store timer in seconds, put in memory chip or device
|
||||
1
EGOTech/bugger/yolol/total_fuel_basic.yolol
Normal file
1
EGOTech/bugger/yolol/total_fuel_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:fuel=:f1+:f2+:f3+:f4+:f5+:f6+:f7+:f8+:f9+:f10+:f11+:f12 goto1
|
||||
2
EGOTech/bugger/yolol/transponder_ping_basic.yolol
Normal file
2
EGOTech/bugger/yolol/transponder_ping_basic.yolol
Normal file
@@ -0,0 +1,2 @@
|
||||
s=3 if:Ping<1thengoto1end i=0 :ponder=1 :idBlink=1
|
||||
ifi<s*5theni+=1 goto2end :Ping=0 :idBlink=0 :ponder=0 goto1
|
||||
1
EGOTech/bugger/yolol/turtle_basic.yolol
Normal file
1
EGOTech/bugger/yolol/turtle_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
if:Turtle<100then:Turtle=:TurtleRate end goto1
|
||||
1
EGOTech/bugger/yolol/turtle_rate_switch_basic.yolol
Normal file
1
EGOTech/bugger/yolol/turtle_rate_switch_basic.yolol
Normal file
@@ -0,0 +1 @@
|
||||
:TurtleRate=(:TurtleRate+:trs)*(:TurtleRate>=0)-:TurtleRate>100 goto1
|
||||
Reference in New Issue
Block a user