#Unicode
1 messages · Page 28 of 1
but if it’s not working odds are you won’t break through unless you have perhaps hundreds of options
white holes are extremely tough
Its either like a 90% success rate or 0.1% and little in between
failing js the lookup table should still be able to be implemented by using native functions
threw in (Directly) Next Symbol
idk if its just next
oh well nothing new appeared
cuz there's no consistent tool for that... with next tech i had
i'll throw in the 6-dot braille chars urotsuki have
they also just concatenate to each other 😭
also threw in #nextunicode because i saw it on the sheet
wow very helpful
Try After Previous Unicode
it’s a bit of a doozy
and on occasion prepend hashtag and remove the Mr. have worked
best chance is some language Unicode like Unicode Oriya or whatever any one of those but depending on the block some are much more sensitive than others
Confusion tactics with nonsense also can work
normal
that’s why my most common element is the therefore symbol and by a long shot
Also glowy has previously coerced some elements put by combining the characters with U+/+++x/000x
Often it matches the last digit and gives the next one up
guys is this normal ?
looks normal to me, why?
"fromcharcode" + the hashtag is supposed to make fromcharcode without the quotation marks
eisern lineage
there’s a lot of those
can you link me to the specific one
we also have some good routes
On a sheet
can you send pls ?
did you mistake
" with “
??
#1206592567622373446 message
idk
that's probably a case of unquote bug
Yip, unquote
the photo is on the unicode guide google doc but i think it's old
Oh, the Unicode Tools
yikes
We need to update those badly
make new ones probably
Beyond recovery at this point
revamping the guide is needed yeah
okay so
For a recipe you can go to ask for word we will optimise
Thread
pins has a sheet
with some stuff we optimised
it is one of them
but also there’s like 50 routes thrown around
from the effort of optimising it
nom nom, im watching a fun story rn
thanks
honestly I remember when I first took a look at the Unicode guides it took every last shred of my will to not lose it
but over a few days I followed them all and got to where I needed
And then helped compress them!
if we don’t want to scare people we totally should update these
well technically the top pins already gives scares before they even started to do something
Those pins need cleanup
yes
#1226511876733669436 message yay
laurasia do you know enough about sheets to make some kind of lookup table for the Unicode sheet so that we can start experimenting with automated data entry
the way the auto entry currently works I presume is that it searches the whole doc to find the right row to put your recipe
but I propose we make a lookup table to make it effectively instant
as it stands it takes like one minute per recipe
I'd need to see what the current solution is
also do you know an accurate way of making elements that start with U+1F ?
can you make a clone? Yeah I also needed to see I think but idk the sheet functions I need - in any real coding language it’s trivial but sheets are another thing entirely
there’s not really any accurate way - best we can do is about 80% success on characters that the game likes
on characters it doesn’t like you may as well just pray
Where is auto-entry located?
I haven't touched the sheet in weeks
Oh ok, it's that
Ugh, creating a copy of this entire thing will be a bit of a pain
We don’t use it as it stands because it times out
don’t have to
can just make a dummy copy
all I’m after is just the general idea working - I don’t care what on specifically
Oh nevermind I can view the attached script file
Oh ok
I did not know that
but if this works it means we could input potentially 100 characters automatically at once and provide lineage links automated too if the tools used are known
Well it should be scalable to bulk processing but I can't not make it do a full table search
Since unassigned codepoints aren't recorded (among other things) there's no simple conversion from value to rownumber, if that's what you're looking for
ah but
that’s where the lookup table comes in
I propose we generate a lookup table that uses the codepoint of the result as an index
and then simply read off the value in that cell and that’s the row number in the sheet you are after and bingo
So instead of modify(row(x)) we modify(row(table[x]))
this gets around the issue
It bridges the gap
once generated the table only needs to be updated very occasionally
should always be compatible with future additions
converting image lineage to text & put it in table
i wonder how many non-textual lineage we had in here 🗿
good luck with that
Ok hold on I think I might just be sleepy but what exactly is in the lookup table?
it will tell you where to go
pointers basically eh...
since the problem is you don’t know where to go to find the row for U+xxxx, the lookup table tells you
instead of searching the whole sheet you get a direct pointer
so for example row 33 in the table would contain the number 3 or whatever the actual row for U+0020 is
or you could start there if you want and make that be row 1 of lookup
Idk if the sheet allows the script itself to contain this as a dictionary or if it has to be its own sheet
It would probably have to be its own
Sheets doesn't really like doing anything large-scale with the scripting
over 4k cell being used, yeah it lagged the sheet that i need to reload...
i never tried it again
well yeah checking every row is a no go for sheets this big
Could you just make a quick example of what the table would look like, with multiple rows?
I appear to still be having trouble visualising it
pretend the sheet has (U+00) 20,22,23,27,29 as the first 5 entries
lookup table would then be like this: row 20 would say 1, row 22 would say 2, row 23 would say 3, row 27 would say 4, row 29 would say 5
and you can make that be like not starting at row 20 if you compensate in the formula you use to calculate the lookup table index
The lookup table lets you pretend the sheets aren’t split up
and that unassigned codepoints are accounted for
see how my example doesn’t have 21 (pretend it’s unassigned)
no problem the lookup table accounts for this
instead of row 21 saying 2 (incorrect) - row 22 would say 2 (correct)
So you get the rownumber in the table from the Unicode value, find the number at that position, and use that to find the rownumber for the main sheet?
yes
so Imagine I want to find where the hell in the sheet U+10000 is
Easy
Go to row 65537 of the lookup table and it will say
The lookup table is a one time calculation which is on par with the calculation needed to just find a character with the current Strat
Once you compute it you never need to again
unless of course you change stuff
Okay, that doesn't sound too bad
I don't have full laptop access at the moment but you could probably already hack together a simple form of what you're looking for with just actual lookups
Let me try something
copy small amount of the sheet and run it on test sheet
You could also copy the sheet entirely, there’s an inbuilt for that
gl with ur pc loading all that everytime u update the script :>
true
Ok, I have an extremely stupid method of generating the table
...except it broke immediately
Interesting new fact I've learned, Sheets will only let you highlight 100100 rows
Fun fact 2: This is a lie
Oh fuck
Ok @chilly fulcrum the table I think has been generated:
https://docs.google.com/spreadsheets/d/1KZv8so-K3ocAYOyqOiitkdE0H9y6AQitCU8CoGP1mKo/edit#gid=372642942
Have a look to see if its to your liking
Everything is offset by 31 (decimal)
pineapple
i wonder whats next 🐐
Friendly things I call banana, unfriendly things I call pineapple (this was annoying to make)
I had to export and reimport as CSV to get it to work
Glowy, could you copy-paste your console after making a bunch of unicode in a chain
yeah i can
try this one, ( not in spreadsheet too, i'll do it next time )
u+08a0 + Dogra Unicode = ࢠ
U+08a2 + ࢠ = ࢡ
u+08a2 + Dogra Unicode = ࢢ
ࢠ + ࢡ = ࢢ
ࢡ + ࢢ = ࢣ
ࢢ + ࢣ = ࢤ
ࢣ + ࢤ = ࢥ
ࢤ + ࢥ = ࢦ
ࢥ + ࢦ = ࢧ
ࢦ + ࢧ = ࢨ
ࢨ + ࢧ = ࢩ
ࢨ + ࢩ = ࢪ
ࢩ + ࢪ = ࢫ
ࢪ + ࢫ = ࢬ
ࢬ + ࢫ = ࢮ
fromcharcode + U+0a1d = ࢭ
U+0002 + ࢭ = ࢮ
ࢭ + ࢮ = ࢯ
Dogra Unicode + U+08a1 = ࢱ
ࢠ + ࢱ = ࢰ
ࢲ + ࢱ = ࢳ
ࢲ + ࢳ = ࢴ
ࢳ + ࢴ = ࢵ
ࢵ + ࢴ = ࢶ
ࢶ + ࢵ = ࢷ
ࢶ + ࢷ = ࢸ
edit it
i dont have script to copy without the :::::
Infinite Craft Helper.user.js:890 Dogra Unicode + U+08a0 = ࢠ
Infinite Craft Helper.user.js:890 U+08a2 + ࢠ = ࢡ
Infinite Craft Helper.user.js:890 ࢠ + ࢡ = ࢢ
Infinite Craft Helper.user.js:890 ࢡ + ࢢ = ࢣ
Infinite Craft Helper.user.js:890 ࢢ + ࢣ = ࢤ
Infinite Craft Helper.user.js:890 ࢣ + ࢤ = ࢥ
Infinite Craft Helper.user.js:890 ࢤ + ࢥ = ࢦ
Infinite Craft Helper.user.js:890 ࢥ + ࢦ = ࢧ
Infinite Craft Helper.user.js:890 ࢦ + ࢧ = ࢨ
Infinite Craft Helper.user.js:890 ࢨ + ࢧ = ࢩ
Infinite Craft Helper.user.js:890 ࢨ + ࢩ = ࢪ
Infinite Craft Helper.user.js:890 ࢩ + ࢪ = ࢫ
Infinite Craft Helper.user.js:890 ࢪ + ࢫ = ࢬ
Infinite Craft Helper.user.js:890 ࢬ + ࢫ = ࢮ
Infinite Craft Helper.user.js:890 fromcharcode + U+0a1d = ࢭ
Infinite Craft Helper.user.js:890 ࢭ + ࢮ = ࢯ
08A0-08AF
this good?
nvm thats better
It fucking works, let's go!
now make it works even if the first one doesnt had ICH.user.js:890
It will
also on firefox, the ich line is on the right
Oh goddammit
and if it have Infinite Craft Helper.user.js:875:18 ?
like this
Earth + Water = Plant Infinite Craft Helper.user.js:890:18
Plant + Steam = Tea Infinite Craft Helper.user.js:890:18
Glass + Tea = Cup Infinite Craft Helper.user.js:890:18```
Ugh
I can make a separate version for Firefoxers
now i wanted to see someone breaking it by making element
Infinite Craft Helper.user.js:890:18
i mean it's dead so it can't ever be in a recipe
Oh, right
I should make it automatically filter out results longer than 1 character too
Wait no
Piss
Google Sheets has this stupid thing where some characters are Length 2 for no reason
U+xxxxx : 🎉
5 digit hex value moment
why
Is that a fucking poké ball?
nice nice
may i see that sheet you have there laurasia what i can see is only the lookup table itself
oh 20xx still have some left to be revived
now they're all revived
i'll bruteforce all of them against each other beacuse it's actually not too bad
yea it's gonna be interesting lol
same for 21xx
i havent grinded much for 22xx
is that superscript
⁽²⁰⁰²⁾⁽²⁰⁷¹��
mhm yeah superscript unicodes 🙃 very interesting, good i didnt grind U+xxxx + U+xxxx to get random stuff like that
looks like an encoding error lmao
isnt there a kinda early element in infcraft with an encoding error
i knew i was thinking right
Après Ski
i'm mostly getting random bullshit like this
You did pick a lot to grind
what environment are you running this in - is it in an ide or a browser or what
nodejs in a terminal
this is not in sheet
honestly a separate bounty for "current lowest not found (but probably possible) unicode" would be cool but idk if others would join
power went off
have to pause the bruteforcing
also i checked and there were at least two new chars in 20xx
okay um last thing really we need to get this working is whatever the function is to turn a string into an actual cell reference
like how to turn the string "'sheetname'! cell" into the actual reference
im going to run circumflex over a lot of early letters and codepoints
circumflex unexpected mvp
Finally!!
Ή (U+0389) Greek Capital Letter Eta with Tonos
🇬🇷 Ελληνικά + ❌ U+001e = ❓ Ή
wonder what's up with this
Is it escaping or are those the literal results
in grey is my editor displaying the codepoint
Ah it is already on the sheet...
strange for my it says fd
what in the world is 206e used for though
What does it give in console @young turtle
that recipe
want to check whose mistake it is because I may have put that recipe in
If it’s wrong I need to go fix
sheet has the same recipe
nvm I guess I have found already before someone and just noticed now...
how chaotic
What was this one
U+200e + U+20fd
Ah, nice
Completely unrelated
reran the 500s and one of them suddenly worked
weird
wild
⁽ ̒ ⁾
202b 20 202a 20 202a 20 202a 20 202a
it couldn't decide between left and right
robuc cub referne 🤯 c
wat
U+300E LEFT WHITE CORNER BRACKET
ʻ + 』 = ʻ』
ʻ』 + 「」 = 『』
can you check which one is still dead from 20xx?
im almost done with 21xx cuz cant seem to get 21eb-21ef even stuck with U+++21ea
this is wrong they're all alive i just have dementia
how fascinating
𝗙𝗼𝗻𝘁
Nice font font
i'll leave 21eb-21ef to someone else lol
gotta do easier one
Create em to use em in the script? Or get a good recipe for them?
U+23CA
U+23dc + U+23dd = ⏊
what?
Are you wanting a good recipe for U+21eb-21ef?
Or are just trying to make them so that they can be used in the script?
the latter
it caught some combining characters in 20xx
finally got home
currently at 2074
it's been running for like 9 hours
wonder why it's taking so long though
it's only a bit over 30k combinations
UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR U+21EC
random numbers in brackets seems to be a recurring theme somehow
oh it's not random, it's just the codepoint 😭
still weird
o nice
20ea ⃪
U+202a U+20e1
2031 ‱
U+2030 U+207b
U+2031 U+2070
U+2031 U+2074
U+2031 U+2075
U+2031 U+207b
U+2031 U+207e
U+2031 U+207f
U+2031 U+2088
20b6 ₶
U+2036 U+20b0
20d3 ⃓
U+2063 U+20c5
20db ⃛
U+206b U+20e3
20ca
U+206c U+20e5```
will continue tomorrow gn
I was adding some recipes on the Greek letters range of the sheet and seen a recipe that use the result to produce the result
GREEK CAPITAL LETTER OMICRON WITH TONOS (U+038C) Ό
Mr. Ό + Remove The Mr.
Also some recipes that are in the bot are missing from the sheet
🌀 Gamma + ❓ √-1 = γ γ
omg hyperlink that leads to an older message by me !!
nice
gonna do these - just want to know how those codepoints were got to id rather not "..u-" lol
U+bobobobobobobob
is it fd?
no
i guess i did that
since the goal was to just revival i dont really need to mind much the lineage being bad
i see
i dont even try making these yet
oh ok
i could only get to U+bb
okay well now i have to figure out how to write to a specific row of a csv.....
maybe star has better way of doing a lookup that is more native to sheets itself
lookup table generator ```import csv
lookup = {} # Dictionary
def add_data(file, offset):
alias = file[:-4]
with open(file, "r", encoding = "utf-8") as file:
data = list(csv.reader(file))
for i, x in enumerate(data):
rownumber = i + 1
if rownumber >= offset:
base10codepoint = int(x[2])
lookup[base10codepoint] = (rownumber, alias)
files = [["Unicode Characters.csv", 3], ["Hangul.csv", 11], ["CJK Unified Ideographs.csv", 27], ["Kangxi Radicals.csv", 1]]
for file, offset in files:
add_data(file, offset)```
need to have those csv in your directory with those names
and the lookup table is just a python dictionary
but if you run it in idle or something you can then type in lookup[number] and it will tell u
havent worked out the details on converting this to an actual csv
now produces lookup with 0 offset
hang on ill update it a bit
its annoying the off by one
i mean U+0000 i think its okay to ignore (is it tho?)
here
ill remove the not in any sheet i think
too much data
will only lag it more
... and we are off to the races!
ohno i have become greek
what does it even say
lol
"Roman latest"
Last Roman (things)
or alternative meaning
in roman language lately
Actually it not properly written it is missing a diaeresis on Iota
Ρωμαϊκά
I love that this server has a resident Greek xD
Thanks! it is great to be here!
well ill keep trying the greek chars
you talking about the Extended Greek block?
there’s no way we don’t have the Greek alphabet yet
bro I’ve tried SO MUCH TECH on the Greek charcodes bahaha
I was just hoping for something consistent to make a nice combined lineage, I didn’t know we haven’t even discovered them all yet 🤣
i mean that is kinda the point of this thread - we dont care how
we just want them
I’m pretty much only here for Greek letters lol
and I’m only here in the first place because of the capitalization bug ahaha
bug?
mhm, the game’s code has some lines in the wrong order
it’s converts to Title Case then does a check, but it should do a check and then convert to Title Case
checks what
I don’t remember what exactly, but the consequence (the big) is that if you have a capitalised element then you can never ever get the lowercase version
(without the mbs mod)
well I definitely consider it a bug
because people have different inventories depending on what order they crafted things in
I’m sure Neal doesn’t want crafts to depend on the order
i mean i dont think anyone has told him what the consequences are of what hes done
because they are scared
they have
he’s been DMed (don’t remember who) telling him exactly which two lines of code are in the wrong order XD
I’m so pissed that Ω has locked me out of ω man :((
you dont have mbs?
i mean vanilla is unplayable at this level
ideally I’d only use aesthetics and convenience mods
and now even mbs + helper are failing
eh I manage
they all still attempt to render things millions of pixels off screen and it locks the whole game up
I’ve only had one really frustrating moment where “a”, .a, ‘a’, etc. wouldnt stick onto the end of an element so I had to use a
but because of the capitalisation bug I only have and can only have A
and it fucking gave me an element like “ufbwywifA”
😂
i see
i mean it may have done so anyway but alr
i dont think we fully know what gets fed into the ai
if its start cased already
we can see in the console, no?
I don’t look at the console so idk
console doesnt technically tell us what the ai sees
it tells us what comes out sure
I don’t know if infinibrowser is gonna cope when it finally opens back up 😅
there’ll be literally hundreds of thousands of lineages to submit right?
hopefully Neal will spend at least a little time on PC InfiniteCraft after Android is released 🙏
not likely im afraid
why do you say that?
not unless we specifically request it
because its been too long for a 5 minute fix
I’d only have reason to believe that if he abandoned Infinite Craft tho? and he hasn’t, he’s just making it multiplatform
maybe
you say that but do you know the kind of people who will leave their laundry for a month
or any other 5-minute task for months xD
yeah i get that
afaik start case is being fed into AI.
that’s probs just Neal’s personality type I reckon
if worst comes to worst I’ll just bribe him
the game i was interested in a while ago was receiving regular updates and then in august 2018.... it suddenly stopped
and like we chat to the dev a lot
but its been 6 years and a whole lot of absolutely nothing has happened
well if that turns out to be the case with Neal I’ll just give him $50 to do the five-minute bug fix XD
I love this game so much that I’m happy to support Neal with a bribe lol
as will I
though without mbs I shouldn’t be 🙃
well thats why i say
but also
it doesnt matter
check console
i did this before mbs too
nah it does matter
console recipe is only thing that matters
the bug robs you of what should be First Discoveries
there are cases where a recipe crafts lower case but you receive uppercase because you already had the uppercase
im fairly sure yeah
but in that case only the server knows about it if the person isn’t checking their console
yes
so useless to the actual players
thats right
but its still technically an obtain
since that recipe will work
forever
but nobody else will know about the recipe
but feel free to try omicron since we dont have it upper or lower
because the person who did it wouldn’t remark about it
right
look i think we do ought to tell him a bit more but we are scared
im not sure the ful consequences of what he has done are actually known to him
I’m not 🫡
because what he has done is presumably to fix confusion but it just makes it worse
I mean if it was intentional then it’s actually good in the vast majority of cases
it’s just these edge cases that are problematic
aintnoway
if he doesn’t know that then he hasn’t played his own game
zombie elements sure, but dead elements no way
not unusual - im pretty sure windows developers dont actually use windows
because things make no sense
clipboard pins get pinned to the bottom
🤮
I’m almost certain that non-title-case elements being dead is a feature not a bug
lol
🍿.
no that’s not how it works tho?
when an element is revived and you craft with the dead version, the game is actually receiving the title-case version I thought
i believe that is true ye
yeah so “temporarily dead” isn’t it at all
when it’s revived it’s literally two different elements, just the dead one behaves exactly like the alive one
yes
yooooooo
then explain zombies 😂
do we have this mod:
to make your inventory only contain alive elements
?
because if you can’t craft with dead elements there’s literally no point having them in the crafting menu
thats been tried but theres not an easy way to tell if something is dead 100%
Annnnd that the moment zombie could be annoying
oop I don’t know anything about zombie so I’ll just shush xD
i dont either tbh
don’t wanna know either 💀
anyway in much more positive news
I may have found tech even better than the Chromatic tech
which if I’m not mistaken is the most consistent and versatile tech we have so far
something liket hat
that and derivatives
although i see it being used less and less and swapped out with tech that even the users cant really explain
I have an exam tomorrow so I can’t test, but I’ll let you guys know soon
basically I’ve found a REALLY sticky element whose stickiness should make it even better than Chromatic
how sticky
I don’t want to give it away
not understandable & have a nice day
but it’s one element X out of about twenty related element which is unique in that “the X” + Y gives “the X Y” almost without fail
bruh i just spend a while getting U+0378
and then i realsie
its unassinged
and im an idiot
blunder
all of the related elements don’t do this at all, but this one does almost perfectly
and it’s quite a short element too so we won’t have the same problem as with Chromatic where “the Chromatic Y Z” is too many tokens
ye
it’s a 5-letter element
so with “the ” that’s 11 characters
(assuming “ is one char)
oh I thought tokens just meant length my bad
token means llama token
ah
theres an output limit of 20 token
(note: not divisible by 3)
meaning you can only have 6 exotic unicodes
“the prepend” or “the aged” is good in this situation btw
wait so if X has n tokens and Y has m tokens and you combine X and Y does the AI get an input with n+m tokens?
we technically dont know
https://belladoreai.github.io/llama-tokenizer-js/example-demo/build/
you would be interested in using this feature
Web site created using create-react-app
so you’re saying it doesn’t seem to behave in this way then?
we dont know and i dont think we can know
and its not relevant as far as we know so we havent pushed that side of things iirc
it’s relevant to the https://discord.com/channels/1203527044957208596/1208450449636855848 peeps
but we think the input literally looks like f"{X} + {Y}"
because we sometimes like to do equations
why do input matter
as far as we know input token counts have nothing at all to do with anything
well
technically "we" = me
and in higher math equations and formulas can have lots of obscure symbols
i didnt exactly ask everyone
thank god (if that’s the case), because if it did just add up the tokens of the inputs you wouldn’t be able to make any math equations with more than a few special symbols
im not sure i follow are you confusing input and output? or am i confusing some3thing
what I’m saying is if X has n tokens and Y has m tokens, does f"{X} + {Y}" have (at least) n+m tokens
as far as i know the game doesnt care if the input to the ai happens to be 1 trillion tokens - its only that the output is limited to 20 tokens
ahh
so if you put 7 unicodes in a response (3 tokens each) it will return you FFFD FFFD FFFD etc etc
because thats an invalid string
that’d be good for us, but that is a little weird I have to say
3 into 20 does not go
that it would care about the complexity of the output but not care at all about the complex of the input
theres the 30 char limit
but maybe that’s just how LLMs are—I know hardly anything about them
but if you could in theory make it super dense
like 100000 tokens in 1 char (not possible but pretend it was)
we dont have anything saying that it would care
apart from the recipe timing out
because i dont think it would compute it in 12 sec
4 token in one char is probs something i have seen... but not beyond that
iirc, some discussion was about more than 4 token in one char maybe does exist...
if the input format is how we think it is then the maximum allowed input is 73 chars
oh right
perhaps
like the super high unicodes
I mean the character with the most tokens is bound to be unicode so this is the place to find out :D
we could even put a column in the spreadsheet for the number of tokens of each character if we wanted to get SUPER nerdy
its mostly consistent to the number of bytes it is in UTF-8 but some of them are different
right I need to bedge it’s nearly 3am and I have exam tomorrow afternoon xD
but before I go I must know one thing
you call yourself rubiksmath
but do you know the mathematics of the rubiks cube 🤨
to some extent yes
no i havent, but i loosely understand a group of operations known as commutators (ABA'B') which you can use to solve it however you like
as well as kociemba algorithm
that’s just the algorithms for solving it tho that’s not mathematical
I mean like actual theorems about the cube 😮💨
would need example - as i said i havent taken formally a course but i loosely know what a group is (although its been a while since i last looked at them)
symmetries is probably as far as i could go
I guess the most important one is just what the symmetry group of the Rubiks cube is
it has that many symmetries lol
thats the number of states
which i know how to calculate
although combinatorically
not through anything to do with groups
this is the actual group
but the way i understand that is you just combinatorically multiply all the options then divide by 12 for "illegal" positions
you’re probably (whether you know it or not) using the Orbit-Stabilizer theorem to calculate it so that’s group theory :D
basically saying that if you broke ur cube and assembled it randomly only 1/12 of the time it will be solvable
ye that’s also a nice mathematical fact about the cube :D
as for where 12 comes from... thats tricky to gain an intuitive understanding for
but an explanation i saw just investigated the effects of 1 move
it was very loose
but yeah it defined parameters
did a move
and said this is what it does to those parameters
well yeah youd hope
just assemble it solved lmao
i just assemble randomly and solve as far as i can
worst case i have to take out 3 pieces
ok
gn
i mean i can assemble it in a scrambled but solvable state too
the parameters are easy to identify
Should be fine if you don't use two elements that you shouldn't be able to get together in the same lineage no? Beats having to make a new save
i mean they behave identically so even if you do it doesnt matter you can just swap it out for one or the other
you were trying the math stuff in 1dxxx right?
Not anymore
I wanted mathematical monospace L and V in order to craft V=L with them but I gave up
That explains things with omega
it is quite literally impossible to do that
oh okay well if theres anything you want i am happy to try
#correct-charcode is blunted out of its mind
its literally now just a codepoint to base 10 converter
who did this
who ruined it
gr
the real solution:
"give up" strat overpowered ngl
ҏ CYRILLIC SMALL LETTER ER WITH TICK
Χαχαχα my favorite game
Can you elaborate on this pls?
So I will tell my pain here. I have crafted more than 10k elements in greek characters but none of them contains the two unicode letters I have asked for at the “ask a word, we will make” before that being banned by nata i guess (single unicode characters orders)
That is Έ and ΰ
it's not banned atm I think?
Only the first and last words are valid greek words
how do you go about crafting greek elements
i mean im just throwing words at codepoints
for fun
and every once in a while it spits out some greek
The last is Μαριονέτα
'CYRILLIC SMALL LETTER ROUND OMEGA' (U+047B)
marionette my guess
well thats like just replacing the english letters with greek equivalent
i dont think thats actual translation
ᨁᨍᨈᨄᨉ ᨄᨍᨂ ᨘᨂᨗᨔᨙᨊᨖ ᨁᨇᨄᨍ ᨄᨍᨈᨄ
sorry wrong keyboard
Well I have uploaded a draft of a code at #dev message
Yes that is basically what it does it tries to transliterate if it doesn’t know the word
My strategy at first was throw all possible English elements i had to Ελληνική Μετάφραση or Ελληνικά
But that most if the time returns garbage
So I added an extra check to reject all the words that are not spelled correctly with the help of an online speller api
arent you just after some specific characters or whats the goal
That hopefully trains the AI to only give me valid greek words
The goal is the greek corpus🙈😂
okay
i mean you are welcome to request a word with one of those characters in it
as far as i know
And the greek islands
'CANADIAN SYLLABICS CARRIER LU' (U+1622)
and
U+17ee (not assigned I think?)
yeah unassigned
You can easily check by just googling u+whatevs since unicode should always pop up from that if it exists
Well unfortunately a lot of these words contain a common used character in greek: ε epsilon and when that happens to be at the beginning of the word and has a tonos no valid words can come out of the game without using the character Έ
are you just going straight to the code points every time with "..u-"
im getting all these fd incrementing up to it
yeah I put it on one site and it said doesnt exist. was 99% sure that meant unassigned but not 100%
are you like specifically going for those only and no others? like im getting fd by incrementing to it
like 0770 is fd
'CYRILLIC CAPITAL LETTER KOMI TJE' (U+050E)
reminds me of that town named Kommetjie
Glowy posted the recipe this week or last week iirc
'CYRILLIC CAPITAL LETTER KOMI NJE' (U+050A)
#1206592567622373446 message
damn discord search
cyrillic to unicode gives 7 results, 0 of which contain a recipe
glad it does something 😂
#1206592567622373446 message
well it looks like your script isnt working so how about we change tactics and see if we can get some others involved? im more than happy to help
observations is that codepoint ends in 8
so attention should be focused on those
nom nom...
interesting
in UTF-8
they both end in 03
i wonder
....
brain thinking intensely
oh wait no im stupid
utf-16 little endian
no wonder
duh
xD
look little endian is stupid dont blame me
Will try more tomorrow
Yes we have them! Sorry I've just seen your message
I just got FD on it a little ago
🇬🇷 Greek Alphabet + 🔤 Unicode = 💙 Greek Unicode
⚛️ Periodic Table + 🏔️ Rocky Mountains = 🧨 Rocky Periodic Table
🌊 Lake + 🏔️ Mountain = 🏞️ Fjord
🔥 Fire + 🔥 Fire = 🌋 Volcano
🌊 Lake + 🌋 Volcano = 🏝️ Island
🏝️ Island + 🏝️ Island = 🌎 Continent
🌎 Continent + 🏞️ Fjord = 🇪🇺 Europe
🇪🇺 Europe + 💧 Water = 🏖️ Mediterranean
🌎 Continent + 🌊 Lake = 🇺🇸 America
🇺🇸 America + 🌎 Continent = 🌎 North America
🌎 North America + 💧 Water = 🍁 Canada
🍁 Canada + 🏖️ Mediterranean = 🏞️ Canaan
🏞️ Canaan + 🏖️ Mediterranean = 🌅 Phoenicia
🌅 Phoenicia + 🧨 Rocky Periodic Table = 🔤 Phoenician Alphabet
🌍 Earth + 🪐 Planet = 🌙 Moon
🌙 Moon + 🌬️ Wind = 🐺 Werewolf
🌍 Earth + 🐺 Werewolf = 🐺 Wolf
🐺 Wolf + 🐺 Wolf = 🐺 Wolf Pack
🐺 Werewolf + 🐺 Wolf Pack = 🔡 Alpha
🔡 Alpha + 🔤 Phoenician Alphabet = 🇬🇷 Greek Alphabet
🇬🇷 Greek Alphabet + 🔤 Unicode = 💙 Greek Unicode
as rubik says : i've found it
#1215495041049436170 message
Yeah Greek to Unicode
took too long
I need to know how others would do it I feel like it should be a 1 minute thing
would probably build it using altphabet
fair enough how was it
I recently stopped doing that much
because it started spitting in my face and making absolutely zero attempt
may be a little bit more annoying to get it out of ""
I could combine 10,000 elements with it if I wanted and every single one would get eaten
Maybe with hyphens it is ok
There’s no alphabet order issues provided you had all the words in quotes already
i would try it in #greek with something #tounicode for better way, but idk either
ive said nothing its was not that annoying but its everything except optimized since i used Write A Backslash At The End (here the way i did it: lineage)
In the end as I said I got it with Mr but it shouldn’t have worked
Mr and Mrs tech is obsolete now surely
imagine having to make Mr X and Mrs X to get X 😪👎
they are literally as essential as hashtag and unplural tech
I’ve managed just fine without them
ofc I’ve used them doing other people’s lineages tho
try getting Gedser without mr. tech
if you can get alt alphabets and hashtag tech without Mr tech then surely you can get Gedser, or whatever you want really
I guess the way to put it is I’ve only ever used Mr tech as tech tech xD
mr. tech is essential if you ever want correct casing of an element
and speedrunning
Infinite Craft would be a very different game if Mr Beast never got popular then 😅
lol that’s reminded me that the game recognised the most obscure reference yesterday
the element Twelvety has the emoji 🐘
which is from a British dark comedy show from DECADES ago lol
Found something interesting.```
U+0022 : QUOTATION MARK {double quote}
U+2065 : <reserved>(unassigned)
U+0022 : QUOTATION MARK {double quote}
heck
heck
my collection of different "a"s is even bigger now
we can make fake fds with this one
Are zombie elements when a dead element still doesn’t work after it has been revived?
Wait what
Not quite, the typical zombie is an element that should work but does not
Is Without The The acting oddly?
I've never heard of a revival zombie
😭😭😭
yeah it’s a “revival zombie” for me
I crafted the correctly-capitalized version on my alt savefile and everything’s fine there
but on my main where I accidentally killed it, still dead even though revived
Ah, that sounds like a cachelock problem
Your browser still believes the element to be dead for certain recipes
even though my alt file is on a different browser? I main on Firefox and alt on Chrome
Yeah
Firefox's cache hasn't been changed yet
(this is a bad explanation but am sweepy)
You can disable it though
can I fix the element on my main then?
I don't know Firefox well enough to know where to look to disable cache, unfortunately
Ctrl + Alt + Delete
Set to only Cache and Last Hour > Clear Now
okay but if I disable it it’ll work without wiping my save?
and should I reenable it after I’ve fixed the element?
Eisern's Solution™ is a cache rollback, not a disabling, so there'd be nothing to reenable
to keep it disabled, you mean?
Yeah, you just have to press the bookmark every time you open the page
so will that make vanilla Infinite Craft slightly less broken? 👀
You'll never get cachelocked, at the very least
You can also disable cache in the devtools of firefox, but you need to keep devtools open, which is a performance hit
or you have disable cache in the network tab in F12
^that
so you think the only gameplay it affects is to ensure revival works then?
lol
And also to avoid internet problems locking you out of recipes too
👍
Y'know, the Fuezt-Laurasia-Eisern color palette is very nice
Nice peaking reds with Eisern's blue
I see no peaking reds 🤔
yep no red
Okay yeah I'm just colourblind
Nevermind
It does genuinely look red to me though
Could just be screen settings
Possibly
I still stand by the colour palette looking nice even if I can't tell what colours they are
I will allow this opinion to go unchallenged
Yeah it’s pink for you and then yellow shifted slightly towards orange for Eisern and fuezt
laurasia was more talking about pfp colors more than role color (#1206592567622373446 message)
ooh ok
if that works, thats better
the ai is very convinced omicron = omega
Yes I can confirm
It’s a case of correct emoji but wrong result
we need to figure out to break those
.
ឋនឨឩ
U+178B U+1793 U+17A8 U+17A9
imma try aim for these four unicode
@stable verge this four...
i'll attempt until i gave up :>
k
actually put it in the forms
put it in here @abstract marsh https://docs.google.com/forms/d/1lOFUbL9NmWV6rYpSVEIdm7DCzo0Oc4ysNi9e25Ehqzw/edit
Does this just sometimes happen?
wtf
\n
i mean you are using newline
oh is U+000a a newline
icic
= 0xa
I just added some random early unicodes to it since the usual didnt unquote it
what did you try
if it doesnt unquote you are in trouble but there is a semi-reliable route via Hashtag The or Hashtag The #
U+ U+ U+0 U+00 U+0000 + and a small amount of early unicodes
did you try getting rid of the periods as well ?
hashtag worked (got it in U+ now)
yeah, had to do a different way tho
removing the periods if it doesnt work the usual way.... you are in big trouble
later, oh look
only if they display the correct emoji of course
which idk how 2 check
you can dig up your save i guess
but in console there should be a way
gotcha
ancient asciifromunicode - also very nice
im trying similar for greek but to no success - brent got cyrillic to give actual cyrillic at 07xx
i have tried various
no luck ye4t
now im left with 178B and 1793
lineage for Ancient Asciifromunicode
have not been able to get similar success - wonder if cause greek is so low down
so maybe i need to go lower
Directly From Unicode
hmm do you just search unicode now and try em all
often behaviour of a lot is similar
need to pick out some "special" ones
idk really...
for that one i found out 07xx something can go 17xx but the tool is inconsistent so gotta try alot of tool
whoops
it's whack that unicode just change their first/second digit/letter when becoming characters
yeah well i have 100 or so pinned
out of about ~400 id say that have like a small chance
and i cant be bothered to sort through all 400
and try things with no chance
so i need to get out the more special ones
but then again when its a specific language block i guess i have to just deal with it
skull emoji is a very bad sign
same with the no symbol
put it in the forms!1!!!
i hate how it finds the closest look-alike to 🚫 and just gives you that
already found 3 out of 4
so no, it might be possible
also i need revival for this
( Apostrophe + Previous ) + #directly
that is the recipe to reach there
interesting
put it in the forms!!!!!1!1!
yeah good tech one and simple to get
so do you try everything with unicode in it
or unifont
for these rough ones
i have too many to search
cause cutoff
sad
yeah i'll try one that has relationship with it
like Khmer Unicode, Khmer Unicode [number]
then goes anything with from and then Aksara Unicode
after that... freestyle by choosing everything
nope
Directly From Unicode
fromunicode
fromcharcode
.fromcharcode
Asciifromunicode
Ancient Asciifromunicode
etc etc
im not doing unassigned although i had quite sum of em
New U+010 and U+0100 recipes lol
[Mr. U+00](#1226511876733669436 message)
I was trying to find a way to increment U+00
Do any of you have an easy U+01 from U+00?
idk i dont have Mr. U+00 or a clean U+00.... lmao but this is much cleaner for all of them if it works
no i dont think i do
yeah
nope...
Mr. U + U+0 = Mr. U+0 is closest i have
#1226511876733669436 message
Fairly simple U+02 at least
[Baby U+01](#1206592567622373446 message)
[U+0](#1226511876733669436 message)
Nice U+01
whaat do you mean by FrEE
Free
well 29f not working
just getting the usual
Omega symbol when combined with anything hinting to greek
and 29bf otherwise
man i shouldnt have used Asciifont tools, its scary how random it sent me to
from 0?
all stuff [number] number start from 10 or 11
not bothered enough to try lower cuz i didnt have it
shit it work
w
im trying to get below unicode 10
although idk how youd do it with string build thats not quite normal
nope,
this is interesting
i havent been able to transfer much numbers like that
i followed it for aksara
but in general its not great on others to get the 10 on it
mmm if i limit myself to not use the number, could be possible but challenging
will try my best to minimize that part as well from now on then
like X unicode + unicode 10 works sometimes but if you build up enough y unicode 10 you can like try them all and do y unicode 10 + x unicode
and hopefully one will give x unicode 10
"-" recipe is not correct, unless that is some other "."
"." + Hyphen = "."
Seems important to mention 😶
3 message below the image i did mention it, i guess i should swap the important part
Oh, you did
No more "fromcharcode" or "prepend" for "-".
[46-step U+002d](#1206592567622373446 message)
and we have good parenthesis and bracket
Indeed, there is one adjacent to Apostrophe seed
Hmm I forgor
Actually, there are several
Two + Quotation Mark is the best for this "-" route, I believe
Actually no, it's probably Syntax + Lake, given that we have to get Unicode for U+002D
System from hexadecimal?
me hearing song lyric its going Down
i wonder what kind of tech should i get to obtain unicode of U+1793
What you’ve been trying thus far is good