Package Details: unofficial-homestuck-collection-bin 2.5.6-1

Git Clone URL: https://aur.archlinux.org/unofficial-homestuck-collection-bin.git (read-only, click to copy)
Package Base: unofficial-homestuck-collection-bin
Description: The Unofficial Homestuck Collection
Upstream URL: https://bambosh.github.io/unofficial-homestuck-collection/
Licenses: custom:chrome, custom:electron
Conflicts: unofficial-homestuck-collection
Provides: unofficial-homestuck-collection
Submitter: AquilaIrreale
Maintainer: AquilaIrreale
Last Packager: AquilaIrreale
Votes: 6
Popularity: 0.037558
First Submitted: 2021-04-14 00:40 (UTC)
Last Updated: 2024-10-10 07:34 (UTC)

Pinned Comments

AquilaIrreale commented on 2023-05-17 17:28 (UTC) (edited on 2023-05-17 17:29 (UTC) by AquilaIrreale)

README

When installing for the first time, remember to download the Asset Pack v2 from the original author's page https://bambosh.dev/unofficial-homestuck-collection/#download and unpack it anywhere you like on your system.

Broken asset pack selector workaround

The asset pack selector menu looks still broken, if unofficial-homestuck-collection fails to start after a fresh install, try manually editing ~/.config/unofficial-homestuck-collection/config.json, setting localData.assetDir with the absolute path to your unpacked copy of the Asset Pack v2.

Latest Comments

1 2 Next › Last »

AquilaIrreale commented on 2024-11-04 08:02 (UTC) (edited on 2024-11-04 08:03 (UTC) by AquilaIrreale)

@yatagarasu try running with the --in-process-gpu flag as vann suggests. From what I've seen it's sometimes needed just for the setup process, you should be able to leave it out on subsequent runs.

In case that doesn't work and you have to edit the config manually, the schema has slightly changed. You can add the assetDir config key directly to the root of the json document, next to the __internal__ section, like this:

{
  "assetDir": "/home/.../Asset Pack V2",
  "__internal__": {
    "migrations": {
      "version": "2.5.2"
    }
  },
  // etc.
}

yatagarasu commented on 2024-11-02 09:27 (UTC)

where do i add the localData.assetDir line? my config looks like this: __internal_: migrations: version: "2.5.6"

vann commented on 2024-03-31 00:06 (UTC)

if you crash with "GPU Process Isn't Usable. Goodbye" or something similar just run the binary with "--in-process-gpu"

piuvas commented on 2023-08-03 21:10 (UTC)

here's the image i used for the svg.

https://envs.sh/df4.png

AquilaIrreale commented on 2023-08-03 15:39 (UTC)

@piuvas makes sense, it's not just Homestuck after all. It's better to be consistent with upstream, switched to MSPA guy and added your SVG as a scalable icon. The small raster ones required AA and a bit of hand-nudging, but I think they are readable. Upstream version had a subtle gradient on the stroke color, but it would have honestly been too much effort to apply it to the SVG, and it would also be totally lost on the typical icon+screen size combination, so I used your version as a base for everything else (it was extremely close to the gradient's base color anyways).

piuvas commented on 2023-08-02 23:46 (UTC)

here. i made an svg version that is very lightweight. :)

it's using the delta-icons palette but it's easy to change the colors.

https://envs.sh/df0.svg

piuvas commented on 2023-08-02 23:10 (UTC)

haha thanks. i think the windows icon is the mspa guy, if you want to copy that. working great! thanks.

AquilaIrreale commented on 2023-08-01 20:48 (UTC) (edited on 2023-08-01 20:49 (UTC) by AquilaIrreale)

@piuvas right! I have no icons in my WM so it never occurred to me it was using the default one. I added the iconic (pun definitely intended) spirograph, let me know if it shows correctly in your menus

piuvas commented on 2023-07-30 18:11 (UTC)

is there no icon?

AquilaIrreale commented on 2023-05-17 17:28 (UTC) (edited on 2023-05-17 17:29 (UTC) by AquilaIrreale)

README

When installing for the first time, remember to download the Asset Pack v2 from the original author's page https://bambosh.dev/unofficial-homestuck-collection/#download and unpack it anywhere you like on your system.

Broken asset pack selector workaround

The asset pack selector menu looks still broken, if unofficial-homestuck-collection fails to start after a fresh install, try manually editing ~/.config/unofficial-homestuck-collection/config.json, setting localData.assetDir with the absolute path to your unpacked copy of the Asset Pack v2.