Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TE
Posts
670
Comments
219
Joined
5 yr. ago

  • There is a project called Example Suite, which is meant to be a CC0 template for building other games upon it.
    But I am not aware of any other from-scratch games made for OpenMW. There are quite a few total conversions, but those all use some of Morrowind game files.

  • Games @lemmy.world

    OpenMW 0.49.0 Released!

    Linux Gaming @lemmy.world

    OpenMW 0.49.0 Released!

    OpenSourceGames @lemmy.ml

    OpenMW 0.49.0 Released!

    OpenMW @lemmy.ml

    OpenMW 0.49.0 Released!

    Forgejo @lemmy.ml

    Forgejo monthly report - June 2025

    Fediverse @lemmy.ml

    Fchan, the federated imageboard, is apparently still alive

    Fairphone @lemmy.ml

    Fairphone 6 official, gets expanded modular design with accessories

    Godot @lemmy.ml

    Godot Asset Store is now in beta

    Command & Conquer @lemmy.ml

    My thoughts on the future of Command and Conquer - Jethild

    Breakbeat @lemmy.ml

    Overseer - Horndog

    PC Gaming @lemmy.ca

    Warzone 2100 Web Edition

    Gaming @lemmy.ml

    Warzone 2100 Web Edition

    Fairphone @lemmy.ml

    How to design a Fairphone 101

    Fairphone @lemmy.ml

    Leak: Fairphone 6 launching soon with modernized, modular design for €549

    Peertube @lemmy.ml

    PeerTube v7.2 is out!

    Wine @lemmy.ml

    Wine 10.9

    Forgejo @lemmy.ml

    Forgejo monthly report - May 2025

    OpenMW @lemmy.ml

    Top-down modded Morrowind lets you experience Vvardenfell like it's Baldur's Gate

    Technology @lemmy.ml

    The end (of Windows 10) is nigh!

    Microsoft Windows related discussions @lemmy.ml

    The end (of Windows 10) is nigh!

  • It does work, I have been using it for a long time now in context of my interest of using a phone as a PC.
    https://xdaforums.com/t/phone-as-a-pc.4633441/

    Thing is that with just termux, you get just the android/termux environment.
    There is a way to get more familiar Linux environments running on your phone by using proot from within termux.
    https://wiki.termux.com/wiki/PRoot
    For example, using that you can install ARM version of Manjaro, which is basically the same thing that you would run on Raspberry Pi.
    But everything in there runs a bit slower, because Proot is some layer that takes up a bit of performance.
    Benefit of that is that you can run some Linux software that is not found within Termux packages, but is available in the repositories of other distros. Libreoffice is one such example.

  • LineageOS 22.2 (on FP4) does not seem to have that option yet.
    At least, it is not listed in the developer options.
    You can find it if you tap on the search button within developer options (or just general settings, as that also includes results from developer options) and type "terminal" or "linux".
    The (Experimental) Run Linux terminal on Android result shows up.
    But after you tap on that, you see that toggle is greyed out. Can't be enabled.

    I am interested in getting that to work, so any help is appreciated.
    There is hopefully some ADB command or something that forcefully enables Linux environment.