this post was submitted on 01 Feb 2024
164 points (96.1% liked)

Games

31391 readers
2985 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here.

founded 1 year ago
MODERATORS
 

Attention: This game does not have a save feature, but people on Hacker News have already found a way to save their progress.

Export the items to a json string:

console.log(JSON.stringify({discoveries: window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries, elements:window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements}))

Load the items from a json string:

a = PUT YOUR JSON HERE;

window.$nuxt.$root.$children[2].$children[0].$children[0]._data.elements = a.elements; window.$nuxt.$root.$children[2].$children[0].$children[0]._data.discoveries = a.discoveries;

you are viewing a single comment's thread
view the rest of the comments
[–] i_ben_fine@lemmy.one 2 points 6 months ago (2 children)

Does the unlabeled galaxy emoji combine with anything?

[–] i_ben_fine@lemmy.one 3 points 6 months ago (2 children)

Also, what does it mean that wedding + punch = bride?

[–] Tangent5280@lemmy.world 2 points 6 months ago

Domestic violence

[–] Cqrd@lemmy.dbzer0.com 2 points 6 months ago

It's using an LLM in the background, don't look too hard into it.

[–] atocci@kbin.social 3 points 6 months ago (2 children)

No I think it's bugged. My best guess is some kind of AI is creating the crafting results, so it must be returning an invalid result.

[–] Cqrd@lemmy.dbzer0.com 2 points 6 months ago

It is, it's using a llama model in the API. If you watch the network tab you can see the calls it makes and modify them yourself, they're simple get requests. It's kinda fun to pick random words and see what the LLM comes up with.

[–] DrMango@lemmy.world 1 points 6 months ago

Ahh this makes sense. That's how I managed to get two separate Obi-Wan Kenobi, Anakin, Anakin Skywalker, Luke, and Luke Skywalker in the same game.