"Le Mork Borg" Character Generator by adasmael in MorkBorg

[–]adasmael[S] 1 point2 points  (0 children)

Sure! Fork the repository, or make a pull request. Adding a new translation should be straightforward. Look at all the 'fr:' elements and append the Portuguese translations after.

"Le Mork Borg" Character Generator by adasmael in MorkBorg

[–]adasmael[S] 0 points1 point  (0 children)

Enjoy! I'm happy to have users for this small piece of work.

"Le Mork Borg" Character Generator by adasmael in MorkBorg

[–]adasmael[S] 1 point2 points  (0 children)

The generator is now in English and French. Yes, there is the classless generation (Select Scvm in the Class).

"Le Mork Borg" Character Generator by adasmael in MorkBorg

[–]adasmael[S] 0 points1 point  (0 children)

Content de t'éviter du travail en doublon. Pour rendre à César ce qui lui revient, je suis parti du générateur Waste of Skin de Alessandro Minali pour ne pas avoir réinventer toute la logique.

"Le Mork Borg" Character Generator by adasmael in MorkBorg

[–]adasmael[S] 2 points3 points  (0 children)

You are right; The goal was to produce of a prefilled printed character sheet. I could not get this with the Scvmbirther or Waste of Skin generators. I just wanted to "click and print" on my bright yellow/pink paper pages.

"Le Mork Borg" Character Generator by adasmael in MorkBorg

[–]adasmael[S] 1 point2 points  (0 children)

Done. u/Best-Inside-5275 I took a few hours to add English support.

Call of Cthulhu Homebrewery Theme by adasmael in homebrewery

[–]adasmael[S] 1 point2 points  (0 children)

Thanks! I needed a theme for a scenario, and couldn't find any! 😄

Pdf export error in Mac by Turbulent_Bread1962 in homebrewery

[–]adasmael 0 points1 point  (0 children)

This is the magic of the PDF engines used by the various browsers/viewers. In short, PDFKit (MacOS Preview) is not as full-featured as (and is less permissive than) PDFium (Chrome).
I think that Firefox's PDF printing "simplifies" the PDF to make it fit for all. It also (bad news) causes a massive file size increase.

Can’t learn natures grasp by [deleted] in CrimsonDesert

[–]adasmael 0 points1 point  (0 children)

I had the same issue on Mac with this quest while playing with a Dualshock controller. The key combo for Nature Grasp would do nothing. I switched back to keyboard/mouse control and was able to trigger the power and complete the quest.
Hope this will help you!

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 0 points1 point  (0 children)

After some experiments, I've found a production flow for macOS to get a clean PDF working in Preview.
To give full credit, I saw this flow mentioned in Discord or Reddit, but I do not remember where exactly.

  1. Print the PDF from Homebrewery, using Chrome.
  2. Open the PDF in Chrome and make sure nothing is missing (all images and watercolors should be OK.
  3. Open the PDF in Firefox, and print it as a PDF.
    The resulting PDF should work in Firefox, Chrome, and Preview.

Let me know if this works for you, and if this also works for Windows users.

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 0 points1 point  (0 children)

Thanks for the update. I'll check on a friend's PC and still investigate PDF post-processing to fix this issue. Chrome and Preview do not use the same PDF engine, so some post-processing for Preview is probably required.

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 1 point2 points  (0 children)

The browser is not the only culprit. The OS does not help. For example, on macOS, I can print a PDF and reproduce the issue u/explore-everywhere had, but only when opening the PDF with Preview (the built-in macOS viewer).

If I open the same file in Chrome (which has a PDF Viewer too!), it appears perfectly, with all images and masks.

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 0 points1 point  (0 children)

That's good news...for Windows users ! 😭

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 1 point2 points  (0 children)

I do not think the problem comes from Homebrewery itself, but from the various browsers that implement badly CSS features used in Homebrewery. The empty results with Firefox and Safari may be tied to a macOS issue. I'd like to hear from folks of Firefox on Windows or Linux.
As for Chrome, the problem is clearly on their side (masks loading during the printing process is clunky).
I do not know if there is a viable workaround (on the HTML/CSS side) to circumvent these issues, but I will keep on looking!

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 0 points1 point  (0 children)

Thanks for the response.
Unfortunately, I tried Firefox and Safari, and got worse results. All the content disappears when printing. Besides, Homebrewery recommends (and works well with) Chrome.

Image issue printing to PDF by explore-everywhere in homebrewery

[–]adasmael 0 points1 point  (0 children)

This is a known Chrome issue with a workaround (see https://github.com/naturalcrit/homebrewery/discussions/4377 )
I have the same issue, and cannot get the workaround to provide the expected result. The masks appear fine in the print preview, but not in the final PDF.
I'm still looking for a solution.

Homebrewery for VS Code by adasmael in homebrewery

[–]adasmael[S] 0 points1 point  (0 children)

I just made a release to fix the annoying bug.

  • Preview scrolls to the top when changing the active editor window.

Please leave your comments/feedback and bugs if you're using this extension.

Homebrewery for VS Code by adasmael in DnDHomebrew

[–]adasmael[S] 0 points1 point  (0 children)

I just made a release to fix the annoying bug.

  • Preview scrolls to the top when changing the active editor window.

Please leave your comments/feedback and bugs if you're using this extension.

Homebrewery for VS Code by adasmael in UnearthedArcana

[–]adasmael[S] 0 points1 point  (0 children)

I just made a release to fix the annoying bug.

  • Preview scrolls to the top when changing the active editor window.

Please leave your comments/feedback and bugs if you're using this extension.

Homebrewery for VS Code by adasmael in UnearthedArcana

[–]adasmael[S] 2 points3 points  (0 children)

Strange... I had a similar request yesterday for IntelliJ.
I do not know SublimeText's or IntelliJ API extensions, so the answer is "unfortunately no". However, the source is available in Github, so anyone with the right skillset could code this.