[-] Auster@kbin.social 8 points 9 months ago

If you like reading books, comics, etc, maybe Librera Reader?

Dunno how it is on Google Play, but it's available FOSS and DRM free outside of it:
https://f-droid.org/packages/com.foobnix.pro.pdf.reader/

1
submitted 9 months ago by Auster@kbin.social to c/gamedeals@compuverse.uk
2
submitted 9 months ago by Auster@kbin.social to c/gamedeals@lemmy.zip
6
submitted 9 months ago by Auster@kbin.social to c/gamedeals@lemmy.world
2
submitted 9 months ago by Auster@kbin.social to c/gamedeals@lemmy.ml
0
submitted 9 months ago by Auster@kbin.social to c/gamedeals@lemmy.ml
-2
submitted 9 months ago by Auster@kbin.social to c/gamedeals@lemmy.zip
3
submitted 9 months ago by Auster@kbin.social to c/gamedeals@lemmy.world
0
submitted 9 months ago by Auster@kbin.social to c/gamedeals@compuverse.uk
[-] Auster@kbin.social 7 points 1 year ago

Got a gaming laptop some months ago, and it is actually very powerful indeed. But it came with Win11 by default, only requiring the final setup. Now... How can a system lag a decent laptop so much.

Needless to say, it didn't take much for me to decide to swap for good ol' Mint Xfce, and even try out a few other Linux systems, and now, pretty much everything runs flawlessly, at most requiring to avoid using the ultra settings.

But indeed, Windows is bloat incarnated, and it only gets worse. So much so it even feels like Win10 on a VM can clog the whole system. Weird how that doesn't happen with Win7, no matter how long I leave it open on a VM.

18
submitted 1 year ago by Auster@kbin.social to c/gog@lemmy.world
20
submitted 1 year ago by Auster@kbin.social to c/freegames@feddit.uk
20
submitted 1 year ago by Auster@kbin.social to c/freegames@lemmy.ml
2

Since it seems that the Ren'Py PSVita Distribution Tool (GitHub link) lacks of documentation, I think it's worth sharing what I found and had to figure out, specially for non-PS Vita devs like me. It's not meant to be a tutorial, but if people find it useful as such, great! Also, I may edit the post later on as I test it more.

1 - The process seems to work better by using both Linux and Windows 10. I used Linux Mint host machine with Win10 virtual machine, but I'd imagine the opposite (Win10 host and Linux VM) would work too, or even Win10 plus Microsoft's Windows Subsystem for Linux (WSL). And I can't seem to get the Ren'Py tool to run on Wine any longer, and I can't get it to work on Win7 either.

2 - The Vita can be a prick when it comes to file properties, and Linux/WSL seems to be ideal for properly setting the LiveArea images, from what I understand of both Windows and Linux. I followed the steps at this older post from here on vitahacks, with the only issues I noticed being all images losing all colors and thus turning black and white, and the background image getting pixelated after installing the game on the Vita (still figuring out paramenters). But despite those issues, at least this way, people who try to install the game won't get an error "0x8010113D" at 99%.

3 - for running the porting tool on Win10, you need .NET 5.0.x Desktop Runtime. "5.0.x" because I used 5.0.0 last year and 5.0.17 this week, and both seemed to work. Also, Microsoft's download page for the runtime. No reboot needed, at least for 5.0.17, but maybe worth doing anyways, just to make sure everything is loaded properly.

4 - For the tool to be able to find the projects, from what I observed, the folder structure needs to be more specific than what is said in the GitHub page:

Ren'Py PSVita Distribution Tool/

└── Assets/

└── vita-mksfoex.exe

└── Ren'Py PSVita Distribution Tool.exe

└── pngquant.exe

└── game-you-want-to-port/

  └── game/
  └── sce_sys/
  └── all other game file and folders

4.1 - The sce_sys folder is where the images from point 2 go, and you can compare it to the same folder inside the VPK for DDLC (GitHub link) to know if you did the file structure right (VPKs are just fancy ZIP files, and they may be extracted with tools such as unar and 7-Zip).

4.2 - I don't know if it's needed and I may try without it later, but I also copied the files from the Assets/ folder into the game's folder.

4.3 - Apparently, according to the DDLC page above, you can add data files later, but I still need to test how that works.

5 - Within the program, the list of valid projects it could detect will appear on the left. Click on the one you want. Then, fill the fields on the bottom right. Name doesn't seem to be too limited. ID and and update version are. ID must be 4 letters followed by 5 numbers, no two ways around (e.g. RNPY12345). Also be mindful to not use an ID already officially used or from another homebrew people would be likely to use. It seems update can be any combination of 2 numbers, one dot, and 2 more numbers (e.g. 01.19), but for the sake of identification, maybe it'd be good to have incremental numbers for each new update (e.g. first update is 01.00, and the second is 01.01). Then hit the bottom right button, the big one that mentions VPK (the program may hang for a second, so just wait).

5.1 - After done, the VPK will be in:

Ren'Py PSVita Distribution Tool/

└── dist/

└── project-name/

6 - (Optional) Before installing the VPK, install the NoSleep plugin so that you can turn the screen off without putting the Vita in sleep mode, and thus not affecting processes that need the Vita to be "awake" to work. Helps preserving the Vita screen longer, considering installing can take quite a while.

7 - About installing, it works just like you'd install any VPKs. Just beware the more small files there are in the VPK, the longer it takes for it to install, and most small files seem to be picked after the VPK is about 80~90% done, so it may take quite a while for the process to finish.

8 - Some games may be laggy (the Vita has 512 MB of RAM while some Ren'Py games can be very laggy even in their native systems with far more RAM), and also given the resolution in the Vita is not that big, if your game is lagging, you may want to get the original project, compress the assets, recompile the game for its native system and do the process of porting to the Vita again.

Hopefully, those observations can be helpful!

[-] Auster@kbin.social 9 points 1 year ago

One problem is that you don't know who's actually hoarding your data and for what purpose.

[-] Auster@kbin.social 11 points 1 year ago

Grid-based, dungeon crawler RPG (a mouthful, I know). The most recent titles in this genre I remember are the Mary Skelter trilogy, but the first game is about 10 years old already.

[-] Auster@kbin.social 10 points 1 year ago

If you absolutely must get something from Google Play, I suggest Aurora Store, which acts as an alternative frontend for Google Play, so you don't have to have GApps installed.

If you have use for command line programs, Termux, a terminal emulator, is a great option, and it also works with root.

For reading eBooks, I also have a recommendation, Librera Reader (but I'll check the OP's recommendation too).

Material Files and Simple File Manager are great file browsing tools. But if you need a file browser for root specifically, I recommend Material Files specifically.

[-] Auster@kbin.social 7 points 1 year ago

I use LibreOffice's Calc for tracking stuff.

...yes, adding data is a chore. But at least I don't have a limit on platforms to add.

[-] Auster@kbin.social 8 points 1 year ago

I agree it is an uphill battle, but it must start somewhere. Else, it only gets worse, and then movements against such abuses will get easily crushed. As I like to say, "the hardest part of a journey is the first step", but also "the future belongs to those who prepare now".

[-] Auster@kbin.social 7 points 1 year ago

Most Final Fantasy entries are either independent of each other, or very loosely connected, even more so on the mainline. Only straight up sequels, prequels and spin offs would potentially require having played earlier titles.

[-] Auster@kbin.social 10 points 1 year ago

I'd recommend Mint, because, from my experience, it's pretty stable, UX is designed so terminal usage can be kept to a minimum (but you can still prioritize it if you want), support from programs is overall good, and it ditches snap. But worth noting that, if you need cutting edge features, Mint is not for you, as it seems to be the new Debian, where updates are traded off for stability.

[-] Auster@kbin.social 7 points 1 year ago

Kotaku's pretty clickbaity, so adding a blurb would help saving a click.

[-] Auster@kbin.social 8 points 1 year ago

Given I avoid the Play Store as much as possible (don't like it; it's just a killswitch/rental service, at the end of the day), I sought readers distributed as APKs, and the best one I found (which is also FOSS) is Librera Reader, which also has pre-built APKs on F-Droid and Github:

https://f-droid.org/packages/com.foobnix.pro.pdf.reader/

https://github.com/foobnix/LibreraReader/releases/latest

[-] Auster@kbin.social 7 points 1 year ago* (last edited 1 year ago)

Vejo vários relatos de que a chefia do Reddit está manipulando artificialmente o site como forma de controle de danos, para o estrago não parecer tão grande. Dado isso, adicionado também ao negacionismo que frequentemente vejo ao sugerir usar serviços diferentes, me faz pensar que quem diz que o protesto não funcionou ou são defensores extremamente vocais e não dispostos a mudar de opinião, ou são atores pagos do Reddit.

Além do mais, a impressão que tenho é que, sendo brasileiros, temos uma necessidade cultural de falar de nosso país. Logo, se a comunidade ainda está parada, talvez seja apenas porque ainda não é amplamente conhecido pelo público, e valendo ressaltar também que até o Reddit começou com pouca adoção.

E, olhando o Fediverse como um todo, já tem muito conteúdo disponível, ainda que aparentemente poucos em português. E junto com a chefia do Reddit aparentemente ainda estar minando de todas as formas possíveis a confiança que seus usuários mais fisiológicos têm, imagino que o Fediverse como um todo vai pegar no tranco "much sooner than later", e por extensão, comunidades individuais de escopo maior, como aqui, verão cada vez mais fluxo.

view more: ‹ prev next ›

Auster

joined 1 year ago