Search found 188 matches

by vinzenz
Fri Aug 30, 2024 2:06 pm
Forum: Outdated/Not implemented
Topic: Change the default headless link to contain `.tar.gz`
Replies: 1
Views: 158

Re: Change the default headless link to contain `.tar.gz`

it's using xz for compression so you need to unpack it with

Code: Select all

tar -xJf
and with -O

Code: Select all

wget -O "myfavouritefilename.tar.xz"
you can set the name of the downloaded file.
by vinzenz
Tue Aug 27, 2024 7:08 am
Forum: Spread the Word
Topic: [Website] One review on website marked as private
Replies: 3
Views: 433

Re: [Website] One review on website marked as private

Thank's for the heads up! I replaced the hidden video with the IGN review.
by vinzenz
Thu Aug 08, 2024 10:49 am
Forum: Mod portal Discussion
Topic: Updated Mod Portal Frontpage
Replies: 7
Views: 406

Re: Updated Mod Portal Frontpage

Nice ! Would you mind changing the default tab to "Search" instead of "recently updated ? Thanks! I'm hesitant to changing the default tab, because it has been like this since forever. Eventually I'd like to have a front page that shows a nice mix of high profile mods like Most downl...
by vinzenz
Thu Aug 08, 2024 7:35 am
Forum: Mod portal Discussion
Topic: Updated Mod Portal Frontpage
Replies: 7
Views: 406

Updated Mod Portal Frontpage

Hey there! We just launched a reworked mod portal front page. After introducing the Explore page, the existing Recently Updated, Most Downloaded, and Trending pages felt somewhat outdated. Additionally, it wasn't clear why we should keep these pages when similar sorting options were available on the...
by vinzenz
Thu Jul 25, 2024 7:58 am
Forum: Mod portal Discussion
Topic: Mod portal search doesn't find a work present in a mod's name
Replies: 7
Views: 636

Re: Mod portal search doesn't find a work present in a mod's name

Hi, I created this mod. In the mod's info.json I set the title to "Build Without Rhythm" (3 spaces) as a joke. I tried to also set it like that in the mod website, but the site eliminates duplicate spaces, so instead I gave it the name "Build Without   Rhythm" which contains Uni...
by vinzenz
Thu Jun 13, 2024 5:48 am
Forum: Modding discussion
Topic: Quietly update a mod ?
Replies: 2
Views: 362

Re: Quietly update a mod ?

I wouldn’t worry about that. Everyone benefits from active mod creators, please push as many fixes as you need ☺️

For now the only way to hide your updated mod from the frontpage is to mark it as deprecated during updates and only removing the deprecated flag after new mods take over.
by vinzenz
Tue Jun 11, 2024 3:40 pm
Forum: Mod portal Discussion
Topic: Mod Portal and API "latest release" inconsistentcy issue
Replies: 2
Views: 331

Re: Mod Portal and API "latest release" inconsistentcy issue

Request used to the API: https://mods.factorio.com/api/mods?page_size=max. Specifying the game version in the API call gets rid of the issue but that is unfortunately incompatible with hide_deprecated=false . I fixed the version filter overriding hide_deprecated=false . Fixing the API <-> mod porta...
by vinzenz
Sat May 04, 2024 6:48 am
Forum: Mod portal Discussion
Topic: Improving the Mod Portal Search
Replies: 40
Views: 7211

Re: Improving the Mod Portal Search

Is Recently Updated supposed to be the default sort order? I found myself having to go through multiple pages to find anything somewhat relevant to my search before I noticed it was sorting by Recently Updated. Did you start your search on the mod portal front page? It shows recently updated mods, ...
by vinzenz
Tue Apr 30, 2024 7:11 am
Forum: Mod portal Discussion
Topic: Improving the Mod Portal Search
Replies: 40
Views: 7211

Re: Improving the Mod Portal Search

I updated the index settings for the explore page. - Swapped the priority between name and title matches, previously name matches had the highest priority which caused LogisticTrainNetwork to be ranked lower than e.g LtnManager when searching for LTN. - Updated the ranking order for Downloads, Recen...
by vinzenz
Tue Apr 30, 2024 6:57 am
Forum: Mod portal Discussion
Topic: New Dependencies Page
Replies: 7
Views: 2343

Re: New Dependencies Page

Epic! Thanks for adding this :D One small thing, I don't think the numbers should show in the tab heading. That space should be reserved for notifications IMO. Otherwise, it has even more functionality that I hoped for! You're the best :D Thank you! npm has the numbers, so we'll have it too! Screen...
by vinzenz
Tue Apr 30, 2024 6:53 am
Forum: Mod portal Discussion
Topic: New Dependencies Page
Replies: 7
Views: 2343

Re: New Dependencies Page

In dependency view "Last Updated" is either wrong or misleading. It shows 4 hours for mods that havn't been updated in years. In case this shows when dependencies where last checked it should be renamed to "Last dependency check". Thank you for your feedback! Reworked to page to...
by vinzenz
Mon Apr 29, 2024 11:03 am
Forum: Technical Help
Topic: [1.1.105] 403 Forbidden using Updater API from 1.1.105 to 1.1.106
Replies: 2
Views: 632

Re: [1.1.105] 403 Forbidden using Updater API from 1.1.105 to 1.1.106

Oh this looks like we have an invalid URL in there or the update file doesnt exist on our CDN. I'll look into it.
by vinzenz
Thu Apr 25, 2024 8:02 pm
Forum: Mod portal Discussion
Topic: New Dependencies Page
Replies: 7
Views: 2343

Re: New Dependencies Page

Bilka wrote:
Thu Apr 25, 2024 7:05 pm
Amazing!

Bug report: When looking at hidden dependencies, changing the sort order switches back to the "default" dependency type.
Fixed, thank you!
by vinzenz
Thu Apr 25, 2024 6:54 pm
Forum: Mod portal Discussion
Topic: New Dependencies Page
Replies: 7
Views: 2343

New Dependencies Page

Hello there! We just launched a new dependencies page for mods. It shows both the dependencies of a mod as well as other mods that have it in their dependency list. We've also put in some sorting and filtering options for you ;) The data is based on the latest release for each mod and refreshed at l...
by vinzenz
Thu Apr 25, 2024 6:26 pm
Forum: Technical Help
Topic: Cannot download MODS
Replies: 1
Views: 480

Re: Cannot download MODS

Most likely something is blocking your access to the mods CDN. Are you able to download the game from factorio.com? You can try disabling your antivirus or changing your DNS server. You can also use mtr to view the path your network traffic takes to dl-mod.factorio.com https://www.cloudflare.com/lea...
by vinzenz
Thu Apr 18, 2024 5:48 am
Forum: Ideas and Suggestions
Topic: CLI for updating Factorio
Replies: 2
Views: 620

Re: CLI for updating Factorio

The factorio docker image is also a great way to keep your headless server updated (by using the `stable` or `latest` tag) https://github.com/factoriotools/factorio-docker
by vinzenz
Thu Apr 04, 2024 8:19 am
Forum: Mod portal Discussion
Topic: Improving the Mod Portal Search
Replies: 40
Views: 7211

Re: Improving the Mod Portal Search

Right now I'm having an issue where the sort features don't seem to work as expected. I've attached a few pictures where I've tried to sort the portal by different options and the results remain displayed in the same order. Is there a bug here? Sorry for the late response, I'm just now getting back...
by vinzenz
Thu Apr 04, 2024 8:01 am
Forum: Mod portal Discussion
Topic: 'Scroll to top' rocket broken on mod portal (CORS)
Replies: 5
Views: 1460

Re: 'Scroll to top' rocket broken on mod portal (CORS)

Equbuxu wrote:
Sun Mar 24, 2024 3:28 pm
bump, it's broken in the same way again
I'm unable to reproduce this issue in Firefox or Chrome. Can you please give me the URL of the page on which the error occurs as well as your browser?
by vinzenz
Thu Feb 01, 2024 6:18 am
Forum: Mod portal Discussion
Topic: Finding dependents on a mod
Replies: 2
Views: 505

Re: Finding dependents on a mod

The mod portal doesn't have this feature yet. Please don't scrape the mod portal, instead you can use our APIs https://wiki.factorio.com/Factorio_HTTP ... guidelines

e.g. Quezler made this: https://proxmox.nydus.app/factorio-mod- ... mods-v1.js

Go to advanced search