Skip to content

Instantly share code, notes, and snippets.

@melissamcewen
melissamcewen / style.md
Created November 27, 2023 22:36
Looking up style info

So I believe the different styles go by IDs, from the en_us bundle I found this list

 - Label: ProfileStyle_000000
    LabelId: 1996025771
    Text: Cute
  - Label: ProfileStyle_000001
    LabelId: 1996025770
    Text: Cool
  - Label: ProfileStyle_000002
@melissamcewen
melissamcewen / stuff.md
Last active December 1, 2023 00:12
Datamining colors in Fashion Dreamer

See the colors page in the Fashion Dreamer Wiki for the results of my data mining

I used assetripper to extract the contents of a few different Unity bundles

judgment2 seems to have a bunch of info about how different colors, tones, etc. are judged lookat seems to be about how lookits are judged, and references judgment2

I believe the link here is that lookat uses IDs to reference stuff defined in judgment2

I've been trying to collect them all, especially those that are needed to recruit monsters. Each time I get a recipe I do a screenshot of the location and then the map. Sadly I didn't do that in the beginning so I only have maps on some recipes and not others. The rest you can try to match up the location from the thumbnail in the top left until someone else contributes a map.

If anyone else wants to contribute feel free to post in the comments or DM me. Any help is appreciated! Some shop ones might unlock after your gang reaches a certain level. I believe each recipe has 2 levels.

Bold = buy from shop, Italic = missing, unlinked = I have it, but I wasn't documenting locations when I found it

@melissamcewen
melissamcewen / story.md
Created January 30, 2022 06:18
The Story of Fleaf

The Story of Fleaf

This is a story written partially using GitHub Copilot. I wrote part of it but if GitHub Copilot had a good suggestion, I picked GitHub Copilot. I'm not sure if GitHub Copilot is the best way to write a story, but I think it's a good way to write a story. See if you can guess which sentences I wrote. Well let's start the story.

High in the ancient mountains of the planet Regex, lived a band of elves. They were called the Regex Elves. They had a tradition of building and decorating their homes with magical regexes. They were very good at regexes. Their leader was the Regex King Mereg, who was a very wise elf man. But he was worried because his son Fleaf did not know how to write regexes.

Fleaf didn't like regexes. He preferred playing Scorevfg with his friends, Maew and QWerty. Scorevfg was a game where they rode on flying horses and tried to catch the other players. Maew and QWerty were good at catching the other players. But Fleaf was not good at catching the other players. He was a v

; NOTE: This format differs from the Babiez format
; in that the "babytalk" field has been removed
; "instinctual" dictionary words go here
; This file has the following format:
; anything from a semicolon to the end of a line is considered comments.
; otherwise, whitespace (including end of line) is ignored, so you can put as many
; tokens as you like on a line.
; a word is specified as follows:
; [conceptTag] [voice rec string list]
;
meta:
id: bdt
file-extension: bdt
endian: le
seq:
- id: file_length
type: u4
- id: version
type: u2
- id: copyright
meta:
id: bdt
file-extension: bdt
endian: le
seq:
- id: file_length
type: u4
- id: version
type: u2
- id: copyright
@melissamcewen
melissamcewen / ted
Created August 31, 2021 05:05
ted lnz
sizes
[
119,
95,
92,
38,
49,
55,
57,
@melissamcewen
melissamcewen / settings.json
Created August 3, 2021 00:14
Vscode settings.json
{
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.cursorStyle": "underline",
"editor.fontFamily": "'iA Writer Mono V', Papyrus",
"editor.formatOnSave": true,
"editor.matchBrackets": "never",
"editor.minimap.enabled": false,