<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[00:05:51] <Amanda> Oc2 is still in alpha
for 1.18, it's an alpha mod, needs some work before it's considered
1.0
L2[00:07:06] <Amanda> I assume one of the
things sangar wants to do is get more feedback from other mod
authors about the api
L3[00:07:40] <Amanda> Also balancing and bug
hunting
L4[00:08:24] <Amanda> It's usable as it
currently is, though beware of bugs, and be willing to report
them
L5[00:10:19] <Amanda> All this to say, oc2
is alpha because it's a new mod still getting it's tires kicked,
not because of forge issues
L6[00:56:50]
<Deltatheta> Oh, yeah, I meant 1.18 is in
alpha. There's no 1.17 is there? I thought it might be at a point
where I could use it comfortably enough to report bugs without
driving myself crazy, but I wasn't sure. Thanks for the
confirmation!
L7[01:07:24] <Amanda> There was a 1.16 -- I
think it skipped 1.17
L8[01:09:01] <Amanda> The 1.16 has since
been blipped,
L9[03:12:00] ⇦
Quits: Hawk777 (~chead@2607:c000:827f:f200:aa85:373c:a181:5f4)
(Quit: Leaving.)
L10[04:13:53] ⇦
Quits: DBotThePony (~Thunderbi@31.220.170.28) (Remote host closed
the connection)
L11[04:13:57] ⇨
Joins: DBotThePony (~Thunderbi@31.220.170.28)
L12[04:35:55] ⇦
Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
())
L13[04:36:23] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L14[05:05:42] ⇨
Joins: Hawk777
(~chead@2607:c000:827f:f200:aa85:373c:a181:5f4)
L15[06:11:42] ⇨
Joins: Vexatos
(~Vexatos@port-92-192-99-179.dynamic.as20676.net)
L16[06:11:42] zsh
sets mode: +v on Vexatos
L17[06:14:17] ⇦
Quits: Hawk777 (~chead@2607:c000:827f:f200:aa85:373c:a181:5f4)
(Quit: Leaving.)
L18[07:33:07]
<Forecaster> %tonk
L19[07:33:07] <MichiBot> Dogast!
Forecaster! You beat Vaur's previous record of 6 hours, 41
minutes and 11 seconds (By 1 hour, 16 minutes and 39 seconds)! I
hope you're happy!
L20[07:33:08] <MichiBot> Forecaster's new
record is 7 hours, 57 minutes and 51 seconds! Forecaster also
gained 0.00896 (0.00128 x 7) tonk points for stealing the tonk.
Position #2. Need 0.21323 more points to pass Vaur!
L21[07:49:35] ⇦
Quits: TPG24 (~ThePiGuy2@host-92-17-122-20.as13285.net) (Remote
host closed the connection)
L22[07:52:02] ⇨
Joins: TPG24
(~ThePiGuy2@host-92-17-122-20.as13285.net)
L23[08:47:05] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L24[08:49:26] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L25[08:52:39]
<Vaur>
%sip
L26[08:52:39] <MichiBot> You drink a molten
röd potion (New!). A tiny genie appears, gives Vaur a thumbs up,
and poofs away.
L27[08:53:39] ⇦
Parts: lunar_sam (c44a7f2987@jabberfr.org) ())
L28[08:59:07] ⇨
Joins: lunar_sam
(c44a7f2987@2a00:c70:1:178:170:40:189:1)
L29[09:01:22] ⇦
Quits: kan18 (~kan18@2604:cb00:2707:3f00:5da4:bb52:7013:cfbf) (Ping
timeout: 189 seconds)
L30[09:03:23] ⇨
Joins: kan18
(~kan18@2604:cb00:2707:3f00:5da4:bb52:7013:cfbf)
L31[09:37:22] ⇦
Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
())
L32[09:47:09] ⇨
Joins: lunar_sam
(c44a7f2987@2a00:c70:1:178:170:40:189:1)
L33[09:51:31] ⇦
Parts: lunar_sam (c44a7f2987@2a00:c70:1:178:170:40:189:1)
())
L34[09:58:06] ⇨
Joins: lunar_sam (c44a7f2987@jabberfr.org)
L35[10:03:54] ⇦
Quits: brayden (~brayden@static.91.61.161.5.clients.your-server.de)
(Quit: ZNC 1.8.2 - https://znc.in)
L36[10:04:00] ⇨
Joins: brayden (brayden@2a01:4ff:f0:1c59::1)
L37[12:02:13]
<фанат группы
Sabaton> how can i turn 0xFF, 0x00, 0xFF to 0xFF00FF?
L38[12:02:13]
<фанат группы
Sabaton> i have an array with hex {0xFF, 0x00, etc}
L39[12:02:14]
<фанат группы
Sabaton> and i want to combine three of these values to use them
in gpu.setBackground() as a colour
L40[12:15:00]
<Kristopher38> Bit shifts
L41[12:15:54]
<Kristopher38> `hex[1] << 16 |
hex[2] << 8 | hex[3]`
L42[12:23:33] ⇨
Joins: Brrz (webchat@82.131.42.231.cable.starman.ee)
L43[12:26:24] ⇦
Quits: Brrz (webchat@82.131.42.231.cable.starman.ee) (Client
Quit)
L44[12:58:25]
<фанат группы
Sabaton> >Kristopher38: `hex[1] << 16 | hex[2] <<
8 | hex[3]`
L45[12:58:26]
<фанат группы
Sabaton> thanks, now i got it.
L46[12:58:26]
<фанат группы
Sabaton> so, basically, colour =
hex[1]*0x10000+hex[2]*0x100+hex[3] was the answer
L47[12:59:01]
<Kristopher38> you can do it that way as
well, yes
L48[13:00:13] <Amanda> If you're using lua
5.2 still you can use the bit32.lshift(a, b) instead of a <<
b
L49[13:01:55] <Amanda> %choose trucks or
mars
L50[13:01:56] <MichiBot> Amanda:
trucks'os, for a complete breakfast!
L51[13:02:31] <Amanda> Hrm. I disagree,
mars
L52[13:03:58]
<фанат группы
Sabaton> i'm too dumb for it. i don't even understand what
<< means. i only know <, >, ==, etc xD
L53[13:04:07] <Amanda> left shift
L54[13:04:11] <Amanda> a bitwise
operator
L55[13:04:41] <Amanda> meaning if you have
0b0010 and you leftshift it 1, you now have 0b0100
L56[13:04:57] <Amanda> (0b meaning base
2)
L57[13:05:17]
<фанат группы
Sabaton> oh, now i got it, ty very much
L58[13:06:20]
<Bob>
basically *2^n and /2^n
L59[13:06:36] <Amanda> I'd recommend
finding a good tutorial on bit operations, they can be very helpful
when dealing with numebers, espcially with stuff like binary
formatted files
L60[13:50:15]
<lunar_sam>
valve broke proton again
L61[13:50:31]
<lunar_sam>
(i only now noticed because i'm trying to use gallium-nine)
L62[13:51:07]
<lunar_sam>
gallium nine fixes all of my issues
L63[13:51:11]
<lunar_sam>
because of course it does
L64[13:54:41] <Amanda> broke it how?
L65[13:55:56] <dequbed> %flip yay
L66[13:55:57] <MichiBot> dequbed:
(╯°□°)╯ʎɐʎ
L67[14:02:32]
<lunar_sam>
basically, they made patches to wine that remove a function that
gallium nine needs to function
L68[14:02:43]
<lunar_sam>
and it didn't even need to remove said function
L69[14:03:25]
<lunar_sam>
with gallium-nine games run like native
L70[14:03:29]
<lunar_sam>
old DX9 games
L71[14:03:41]
<lunar_sam>
since dxvk is angry at amd drivers
L72[14:52:52] ⇨
Joins: Hawk777
(~chead@2607:c000:827f:f200:a5ea:1d5d:a82:325)
L75[15:15:11]
<Ocawesome101> `elseif` instead of `else
if` - and I'm surprised it doesn't error
L76[15:15:38]
<Feris>
oooh thank u i didnt see that
L77[15:15:50]
<Feris>
buuuyt
L78[15:15:52]
<Feris>
buuut*
L80[15:17:31]
<Ocawesome101> Odd
L81[15:17:46]
<Ocawesome101> Remove the loop around
`main()` - it's redundant
L83[15:18:15]
<Feris>
still :/
L84[15:18:42]
<Ocawesome101> It's really weird that it
isn't reporting any errors
L85[15:18:52]
<Feris>
>Ocawesome101: It's really weird that it isn't reporting any
errors
L86[15:18:52]
<Feris>
yeah
L87[15:18:53]
<Ocawesome101> Restart OpenOS and try
again?
L88[15:19:05]
<Feris>
same
L89[15:19:23]
<Ocawesome101> Huh
L90[15:19:37]
<Ocawesome101> You're requiring
`component` somewhere, right?
L92[15:20:00]
<Ocawesome101> Good
L93[15:20:16]
<Ocawesome101> And you probably want
`rs.setAnalogOutput`
L94[15:20:58]
<Feris> i
want to set redstone turned on/off
L95[15:21:14]
<Feris> but
everytime setoutput was working form e
L96[15:21:17]
<Feris> for
me*
L97[15:38:27]
<Ocawesome101> iirc setOutput takes a
boolean but maybe it does either
L98[15:39:15]
<Ocawesome101> Add a
`print("foo")` before and inside the loop and see if it
gets called @Feris
L99[16:30:14]
<Forecaster> %tonkout
L100[16:30:15] <MichiBot> Blast!
Forecaster! You beat your own previous record of 7 hours, 57
minutes and 51 seconds (By 59 minutes and 15 seconds)! I hope
you're happy!
L101[16:30:16] <MichiBot> Forecaster has
tonked out! Tonk has been reset! They gained 0.008 tonk points!
plus 0.014 bonus points for consecutive hours! Current score:
1.79609625, Position #2 Need 0.19123 more points to pass
Vaur!
L102[17:00:45]
⇨ Joins: ben_mkiv
(~ben_mkiv@200116b814038a00fe3497fffea975f2.dip.versatel-1u1.de)
L103[17:29:26]
⇨ Joins: ThePiGuy24
(~ThePiGuy2@host-92-17-122-20.as13285.net)
L104[17:29:51] ⇦
Quits: TPG24 (~ThePiGuy2@host-92-17-122-20.as13285.net) (Ping
timeout: 186 seconds)
L105[18:23:01]
<Forecaster> `Fixed a Scarlet Krait error
when destroying your own ship from a fighter.`
L106[18:23:03]
<Forecaster> huh
L107[18:23:10]
<Forecaster> I wonder how many people did
that
L108[18:43:22]
<Feris>
>Ocawesome101: Add a `print("foo")` before and inside
the loop and see if it gets calle…
L109[18:43:22]
<Feris>
nothing
L110[18:44:39] <Hawk777> Did you do the
“else if” → “elseif” change? If not, then I wonder if the issue is
that there aren’t enough “end”s, so the “while true do main() end”
is actually inside the “main” function?
L111[18:44:51] <Hawk777> But with that
change, I thought the starts and ends of blocks were lined up
properly.
L113[18:45:33]
<Feris>
wait ill copy this to vscode
L115[18:47:22]
<Feris> no
errors
L116[18:48:00] <Hawk777> And nothing at
all is printed? Neither foo nor bar?
L117[18:48:30]
<Feris>
nope
L118[18:48:40]
<Feris>
wait
L119[18:48:47]
<Feris>
wtf
L120[18:48:47] <Hawk777> What if you start
adding print statements further up the file, e.g. between
functions, to see just how far down it gets before they stop being
printed?
L121[18:48:55]
<RedstoneParkour> `m` isnt defined
L122[18:49:08]
<Feris> i
though i deleted while true do from main func
L123[18:49:19] <Hawk777> Uh… no, no it
isn’t, but why the heck didn’t it print an error in that
case?
L124[18:49:34] <Hawk777> (w.r.t. undefined
m)
L125[18:49:44]
<RedstoneParkour> i don't see anywhere
where `m` isnt set
L126[18:49:47]
<RedstoneParkour> line 7
L127[18:49:57]
<RedstoneParkour> `m.open(7564)`
L128[18:50:07] <Hawk777> Yeah, I agree,
but that should have caused an error with backtrace, not
silence.
L129[18:50:11]
<Feris> i
see it now
L131[18:50:22]
<Feris>
thank u sm
L132[18:50:27]
<Feris> im
just blind 😄
L133[18:51:25]
<Michiyo>
that really should have errored out though..
L134[18:51:33]
<Feris>
yep
L136[18:58:53]
<Feris>
something like await in js
L137[18:59:00]
<Feris>
some loop?
L138[19:01:47] <Hawk777> while true do
local y = lift.getYValue() ; if y >= 5 and y <= 10 then break
else os.sleep(1) end end ← but break it up onto lines
properly
L139[19:01:50] <Hawk777> That might do the
job?
L140[19:02:07]
<Feris>
thank u sm
L141[19:37:51] ⇦
Quits: immibis (~hexchat@62.156.144.218) (Ping timeout: 186
seconds)
L142[19:45:16]
⇨ Joins: immibis (~hexchat@62.156.144.218)
L143[20:56:26]
<Forecaster> %tonk
L144[20:56:26] <MichiBot> Woah!
Forecaster! You beat your own previous record of <0 (By 4
hours, 26 minutes and 11 seconds)! I hope you're happy!
L145[20:56:27] <MichiBot> Forecaster's new
record is 4 hours, 26 minutes and 11 seconds! No points gained for
stealing from yourself. (Lost out on 0.00444)
L146[22:00:49] ⇦
Quits: Vexatos (~Vexatos@port-92-192-99-179.dynamic.as20676.net)
(Remote host closed the connection)
L147[22:10:36] ⇦
Quits: ben_mkiv
(~ben_mkiv@200116b814038a00fe3497fffea975f2.dip.versatel-1u1.de)
(Quit: Leaving)
L149[22:24:57]
<Ariri>
that makes me uncomfortable
L150[23:36:20]
⇨ Joins: Say
(~Say@lfbn-nan-1-1824-12.w90-104.abo.wanadoo.fr)
L151[23:36:32] ⇦
Quits: Say (~Say@lfbn-nan-1-1824-12.w90-104.abo.wanadoo.fr) (Client
Quit)