[Linux] RimWorld + DLC GOG

User avatar
Tom a Jerry
T-Meg
Posts: 1915
Joined: 15 Feb 2016, 15:36
Has thanked: 4262 times
Been thanked: 15599 times

[Linux] RimWorld + DLC GOG

Post by Tom a Jerry »

    RimWorld + DLC v1_4_3704_rev874_63984 GOG
    User avatar
    spatz
    Moto-Terminator
    Posts: 22
    Joined: 26 Mar 2021, 21:55
    Has thanked: 31 times
    Been thanked: 53 times

    [Linux] RimWorld + DLC GOG

    Post by spatz »

    update to 1.4.3641-rev629
    User avatar
    lavilao
    Moto-Terminator
    Posts: 14
    Joined: 06 May 2021, 22:17
    Has thanked: 24 times
    Been thanked: 2 times

    [Linux] RimWorld + DLC GOG

    Post by lavilao »

    cant download. After clicking in a link it will just say disable adblock even though I disabled it! I even tried with gnome web and it still gives the same error, also tried with my phone and still the same T_T
    User avatar
    spatz
    Moto-Terminator
    Posts: 22
    Joined: 26 Mar 2021, 21:55
    Has thanked: 31 times
    Been thanked: 53 times

    [Linux] RimWorld + DLC GOG

    Post by spatz »

    works with firefox and ublock.
    anyway try this...
    User avatar
    LinuxRuleZ
    Модератор
    Модератор
    Posts: 4866
    Joined: 12 May 2022, 12:55
    Has thanked: 624 times
    Been thanked: 4443 times

    [Linux] RimWorld + DLC GOG

    Post by LinuxRuleZ »

    spatz wrote: 25 Apr 2023, 12:23torrminatorr
    It's working great.
    User avatar
    mwnn
    Moto-Terminator
    Posts: 84
    Joined: 02 Sep 2016, 11:44
    Has thanked: 64 times
    Been thanked: 199 times

    [Linux] RimWorld + DLC GOG

    Post by mwnn »

    august_gs
    Mini-Hunter
    Posts: 1
    Joined: 24 Sep 2023, 00:16

    [Linux] RimWorld + DLC GOG

    Post by august_gs »

    impossible to execute binary file
    User avatar
    LinuxRuleZ
    Модератор
    Модератор
    Posts: 4866
    Joined: 12 May 2022, 12:55
    Has thanked: 624 times
    Been thanked: 4443 times

    [Linux] RimWorld + DLC GOG

    Post by LinuxRuleZ »

    august_gs wrote: 24 Sep 2023, 01:17 impossible to execute binary file
    It's working without any problems at all, just tried it.
    User avatar
    backbonecakes
    Mini-Hunter
    Posts: 5
    Joined: 09 Nov 2023, 20:38
    Has thanked: 35 times

    [Linux] RimWorld + DLC GOG

    Post by backbonecakes »

    mwnn wrote: 03 May 2023, 19:35 Hidden Content (for members only)
    Rimworld 1.4.3704

    Code: Select all

    https://cloud.mail.ru/public/qjxt/xJzKUJsbF

    EugVV over @ rutracker gets the credit again.
    Thank you for update :yahoo:

    Can you please use other host in future? Downloading from cloud.mail.ru using Tor Browser is almost impossible. I suggest using Hexupload or Pixeldrain
    User avatar
    backbonecakes
    Mini-Hunter
    Posts: 5
    Joined: 09 Nov 2023, 20:38
    Has thanked: 35 times

    [Linux] RimWorld + DLC GOG

    Post by backbonecakes »

    august_gs wrote: 24 Sep 2023, 01:17 impossible to execute binary file
    Run this:

    Code: Select all

    chmod u+x rimworld_1_4_3704_rev874_63984.sh
    ./rimworld_1_4_3704_rev874_63984.sh
    
    Works without issues on Debian 11. Do you get any error when running the installer or game itself?
    User avatar
    LinuxRuleZ
    Модератор
    Модератор
    Posts: 4866
    Joined: 12 May 2022, 12:55
    Has thanked: 624 times
    Been thanked: 4443 times

    [Linux] RimWorld + DLC GOG

    Post by LinuxRuleZ »

    Don't scare people with terminal commands - right click->Properties->Permissions->Is executable (depends on DE the name may vary). Then just double click on the file.
    User avatar
    ZdC
    Moto-Terminator
    Posts: 160
    Joined: 28 Feb 2019, 15:17
    Has thanked: 630 times
    Been thanked: 159 times

    [Linux] RimWorld + DLC GOG

    Post by ZdC »

    Don't scare people with huge GUI instructions that also depend on DE and vary across the FMs (good luck doing it in MC for example). Just

    Code: Select all

    chmod +x *.sh
    :P

    There's also this trick not everyone knows. Working with all the Linux GOG installers:

    Code: Select all

    unzip rimworld_1_4_3704_rev874_63984.sh
    This way you don't have to click «Next» and unchesk the checkboxes, just get the game file.
    User avatar
    backbonecakes
    Mini-Hunter
    Posts: 5
    Joined: 09 Nov 2023, 20:38
    Has thanked: 35 times

    [Linux] RimWorld + DLC GOG

    Post by backbonecakes »

    ZdC wrote: 10 Nov 2023, 11:42 There's also this trick not everyone knows. Working with all the Linux GOG installers:

    Code: Select all

    unzip rimworld_1_4_3704_rev874_63984.sh

    This way you don't have to click «Next» and unchesk the checkboxes, just get the game file.
    Thank you for that. I was wondering how to automate the installer but I didn't know it will be that easy
    User avatar
    LinuxRuleZ
    Модератор
    Модератор
    Posts: 4866
    Joined: 12 May 2022, 12:55
    Has thanked: 624 times
    Been thanked: 4443 times

    [Linux] RimWorld + DLC GOG

    Post by LinuxRuleZ »

    ZdC wrote: 10 Nov 2023, 11:42chmod +x *.sh
    And the next question will be - it gives me "not such file or directory" and you'll have to explain how to browse to the file's directory via terminal. You know, every command is very scary for a Windows normie even if it's the simpliest one.
    User avatar
    ZdC
    Moto-Terminator
    Posts: 160
    Joined: 28 Feb 2019, 15:17
    Has thanked: 630 times
    Been thanked: 159 times

    [Linux] RimWorld + DLC GOG

    Post by ZdC »

    LinuxRuleZ wrote: 11 Nov 2023, 11:04 And the next question will be - it gives me "not such file or directory" and you'll have to explain how to browse to the file's directory via terminal. You know, every command is very scary for a Windows normie even it's the simpliest one.
    And if a person really don't know such basics, I will will explain, not problem. And it will be more benefit for them (and for us all too) than having one game installed. If people are scared of command line, we should help them to overcome this fear, instead of giving them subpar solutions that are also more complicated in the end.

    I understand there are various views on it, but anyway, no more offtopic in this thread for me.
    User avatar
    backbonecakes
    Mini-Hunter
    Posts: 5
    Joined: 09 Nov 2023, 20:38
    Has thanked: 35 times

    [Linux] RimWorld + DLC GOG

    Post by backbonecakes »

    Please update to version 1.4.3901
    User avatar
    mwnn
    Moto-Terminator
    Posts: 84
    Joined: 02 Sep 2016, 11:44
    Has thanked: 64 times
    Been thanked: 199 times

    [Linux] RimWorld + DLC GOG

    Post by mwnn »

    Rimworld 1.4.3901 rev218 EugVV over @ rutracker is the one to thank again.

    Plus a mirror @ Pixeldrain: Apologies if I've double posted with my other backup account; there was that major account issue with the site some time ago.
    User avatar
    marquiozin12_
    Mini-Hunter
    Posts: 4
    Joined: 15 Apr 2022, 01:46
    Been thanked: 3 times

    [Linux] RimWorld + DLC GOG

    Post by marquiozin12_ »

    new dlc please
    Locked
    • Similar Topics
      Replies
      Views
      Last post