bin.pol.social

Kissaki, do piracy w Guides / Apps for encoding
@Kissaki@feddit.de avatar

With ffmpeg


<span style="color:#323232;">ffmpeg -i src -c copy -map 0:v:0 -map 0:v:1 -map 0:a out.mkv
</span>

ffmpeg uses a sectioned parameter approach. Input parameters and input, optionally multiple, output parameters and output target.

In my example I specified copy as codec so the streams are copied as-is, without reencoding. I used map to map video streams 1 and 2 of the first input, and default/all audio streams.

The ffmpeg reference docs are thorough. The wiki has some more guide, example, and explanatory docs.

sonymegadrive, do gaming w What are some games that "spin" failure states?

There’s a PC game called Ctrl Alt Ego (Steam link) where you play as a disembodied conscience that can project itself into - and control - different entities in the game.

When your current host is destroyed you just become disembodied again and can project yourself into another nearby entity (even the enemy that destroyed your host, in some circumstances). It’s quite a unique concept and almost completely removes the need to quick save/quick load.

If you’re into Immersive Sim games then I would highly recommend it - Stands alongside Prey and System Shock 2 IMO.

massive_bereavement,
@massive_bereavement@kbin.social avatar

Avenging Spirit for Gameboy and Arcade was exactly like that, and I think maybe Messiah had that mechanic, although you spent a long stretch being a plump and frail cherub.

Starglasses, do games w What games had easy soft locks that prevented you from either progressing or getting a true ending?

Final Fantasy Tactics Advanced had tons of missions that required items and gave items. Your inventory had a cap so once you reached it you needed to decide on which inventory items to dstroy to make space for new rewards, or leave the rewards behind.

There were so many repeating quests so those rewards were safe to destroy. But if you destroyed a required item from a one-time quest(i don’t think there was anything special to mark these one-time side-quests)… no 100% game for you.

Starglasses,

You could also save your game mid-battle. I learned the hard way I shouldn’t have saved in a major story battle. Death in those were Game Over. There was only one save slot, so I was locked in a battle I had no chance of surviving.

csolisr,

I went through that exact problem, didn’t have space to stuff a single item from a mission I thought would be repeatable and so I got stuck in 99% completion - the only solution was to trade it from another cart and that was not gonna happen

Theharpyeagle,

I loved that game but there’s no way in hell I’d ever have the patience to 100% it, good lord.

Speculater, do games w What games had easy soft locks that prevented you from either progressing or getting a true ending?
@Speculater@lemmy.world avatar

The original Neverwinter Nights, you could kill main story NPCs and lock yourself from progressing. If you saved after this without realizing your mistake because you’re dumb, you have to restart.

Also, the original pre-order Ocarina of Time, if you did the keys on the water temple in the wrong order, it made the temple nearly impossible. Data sleuths have found a way to progress, but 14 year old me spent 20 hours trying to figure it out and quit the game.

Moonguide, do games w What games had easy soft locks that prevented you from either progressing or getting a true ending?

Stalker: Shadow of Chernobyl. If you were too lazy to trek back to Cordon after deactivating the miracle machine (I think), you couldn’t get the true ending without abusing glitches and bugs.

ezures, do games w What are some good funny games/mods out there?

Its a bit extreme, but crack-life for half-life. You know there are some people saying they get brain rot from memes? This is like the bottom of a sinkhole for your iq. Every sound is some random effect, the wortigons have afros, the headcrabs are British, your hud is in webdings, the soldiers speak in old tts and the smg has infinite fast firing grenade launcher.

Is a lot, and while you are lost in a word where nothing makes sense, you are losing your ass off. If that’s isn’t enough, there’s a standalone mod, that’s even stupider, even bigger, even more bizarre.

But it’s probably not for everyone, its very 2000 edgy humor, so if it’s not your thing, don’t force yourself with it (might wanna check some vids, Jolly has a good ones, but i think he deleted it some time ago).

azalty,
@azalty@jlai.lu avatar
Xirup, do piracy w Every modded apk I install crashes

Personally I have used Mobilism for years and it is simply the best site to download apk with pay options unlocked, although sometimes there may be crashes, from my experience can I say it, but it is not the most normal.

Have you checked that the apk you are downloading is compatible with your device? For example, depending on the age of your device and the version of Android you should download apk that are armeabi-v7a (old architecture) or arm64-v8a (newer architecture), although there are also apks that bring all versions in one.

Sasori323,

It’s not an architecture problem, as I said, I downloaded the same game from the same web and the modded one crashes while the normal one didn’t. I don’t understand…

Xirup,

Personally I have never used a Xiomi device to comment on whether it is a problem or not, but maybe it is, maybe it is like Windows Defender that deletes cracked .dll files when installing a pirated program or game and then the program does not start for no reason because of that.

Sasori323,

I know that it’s been some time but I just found this. There’s an option on developer opts that allows you to see crash reports. This is what I get. I know this might not be the place to ask about this. But as it only happens with pirated / modded apks, support forms wont help me.


<span style="color:#323232;">java.lang.SecurityException: Not allowed to bind to service Intent { act=com.google.android.finsky.BIND_GET_INSTALL_REFERRER_SERVICE cmp=com.android.vending/com.google.android.finsky.externalreferrer.GetInstallReferrerService }
</span><span style="color:#323232;"> at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:2050)
</span><span style="color:#323232;"> at android.app.ContextImpl.bindService(ContextImpl.java:1961)
</span><span style="color:#323232;"> at android.content.ContextWrapper.bindService(ContextWrapper.java:863)
</span><span style="color:#323232;"> at c1.b.d(Unknown Source:132)
</span><span style="color:#323232;"> at com.reactlibrary.RNInstallReferrerModule.getReferrer(Unknown Source:17)
</span><span style="color:#323232;"> at java.lang.reflect.Method.invoke(Native Method)
</span><span style="color:#323232;"> at com.facebook.react.bridge.JavaMethodWrapper.invoke(Unknown Source:148)
</span><span style="color:#323232;"> at com.facebook.react.bridge.JavaModuleWrapper.invoke(Unknown Source:147)
</span><span style="color:#323232;"> at com.facebook.jni.NativeRunnable.run(Native Method)
</span><span style="color:#323232;"> at android.os.Handler.handleCallback(Handler.java:942)
</span><span style="color:#323232;"> at android.os.Handler.dispatchMessage(Handler.java:99)
</span><span style="color:#323232;"> at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(Unknown Source:0)
</span><span style="color:#323232;"> at android.os.Looper.loopOnce(Looper.java:211)
</span><span style="color:#323232;"> at android.os.Looper.loop(Looper.java:300)
</span><span style="color:#323232;"> at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(Unknown Source:37)
</span><span style="color:#323232;"> at java.lang.Thread.run(Thread.java:1012)
</span>
kzhe,

I’m looking on Mobilism for stuff and all the forum comments make the releases seem suspicious

Xirup,

I use it because it is in the Megathread of FMHY, apart from that I have never had problems but obviously you have to use common sense because anyone can upload a file as in any torrent site. My setup is a firewall (RethinkDNS in my case) that blocks internet access to the application as soon as it is installed and suspicious domains, download only from known uploaders like Balatan and do not give permissions blindly, and when in doubt there is VirusTotal.

kzhe,

Ah ok

ampersandrew, do gaming w Weekly “What are you playing” Thread || Week of September 10th
@ampersandrew@kbin.social avatar

I'm still going with Baldur's Gate 3, and it continues to impress me at every turn. Steam says I've played for 43.5 hours now, and I'll bet I still have at least 20 hours ahead of me on this first playthrough. After primarily playing fighting games for the past few years, this game has reminded me of what I love so much in RPGs and created a backlog of games for me to play through in the next couple of years to follow it up, especially since a tabletop group of 5e probably doesn't fit into my life right now.

Zoot_, do games w Do you find the description Live Service Game off-putting?

Live service games/ games a service are an automatic no from me. Too many have little to no content, constant delays on content, a dying community, or ridden with predatory monetization. Not to mention I dont like to pay for games that i cant play when the servers go down.

Flatworm7591, do piracy w Anyone knows reliable source for "Choice of games"?

Shiver me timbers, ye be wanting the megathread

locked pirate chest

XEAL,

TIL!

SweetMylk,

Yeah, I went through them, but seems this type of games are kind a niche. Found only IGG & steamunlocked (most likely those are the same) sources, which are untrustworthy.

Abrslam, do games w What do you think is a good required completion time for video games? What examples come to mind of games that felt just right?

Number of hours doesn’t really come into it these days compared with how fun the game is for me. I’m nearly 40, and whether or not a game is engaging is most important. I’ve got about 50hrs into Avernum: Escape from the Pit (a retro style isometric RPG), but I’ve got nearly 80hrs into Teslapunk, my favourite Shmup(completing the game takes about an hour).I Iove Dark Souls 1 and 3, Bloodborne, and Sekiro, but eventually got bored of Elden Ring and its open world.

Ultimately how fun a game is combined with how painless it is to get started is what I’m most interested in these days. I don’t have enough free time to be worrying if there are enough hours of gameplay.

Schadrach, do gaming w Looking for games with unique core mechanics

Heaven’s Vault

You play a space archaeologist, and the big central mechanic of the game is translating things written in the Ancient language.

Ancient is written using ideographs, and more complex ideas are represented by combining glyphs that describe the concept, like ever more complex compound words. There are art of speech markers, glyphs that describe how other glyphs in a word relate to each other, intensifiers, and even a few cases where super common words are just the combination of other basic glyphs into a single composite like a Norse bindrune (for example the symbols for creature and knowledge overlap to make person, an intelligent creature). 46 base ideographs, but that includes digits, so it’s only 10 more than English.

So for example, a word that reads NOUN-person-Sub/Obj CONNECTOR-NOUN-knowledge-person means “Emperor”, because noun-knowledge-person means “law” and thus the result is a person who the law belongs to, aka a ruler or in the context of an empire the emperor. Replace that noun marker glyph at the beginning with the adjective marker glyph and you would have “imperial”, the quality of being emperor-like.

One of the longest words to appear in the game translates as “mouse” and it’s 21 letters long and is literally something like creature-CONNECTOR-many-many-Sub/Obj CONNECTOR-ADJECTIVE-NOT-ADJECTIVE-CONNECTOR-many-creature-CONNECTOR-ADJECTIVE-ABSTRACT NOUN-person-CONNECTOR-light-NOUN-plant-CONNECTOR-rock, which is several words stitched into a compound word, where some of those words are themselves compound words (the idea is something like “creature like a very small pig”, but the word I’m calling “pig” means “creature that is happy in the soil” where happy is something like “the quality of a person who is metaphorically full of light” and “soil” is “plant-earth”). Those CONNECTORS are letters that are used to build compound words.

ProffessionalAmateur, do games w What game has a great story and is worth the time investment?

You’re missing Elden Ring. Bang for buck one of the best games hands down if you have 150ish hours to spare. Absolutely beautiful game with a great story, if a bit cryptic and dystopian. It’s a game that takes patience and can punish mistakes but just such a rewarding experience, wish I could start it over without knowing anything.

Montagge, (edited )
@Montagge@kbin.social avatar

The story in Elden Ring is super generic high fantasy. It's so boring.

SCB, (edited )

I’m not the biggest fan of Elden Ring’s story, but it is decidedly not low fantasy.

wildbus8979, do piracy w Torrebting security.

Use a layered approach. Have one container act as a VPN client and router. VPN off > nothing gets routed. Put your torrenting in another container that is behind that router.

Stuka,

I’m not using containers at the moment, can you link me to more info on how to set that up? Specifically asking for the VPN / router bit. Think I can figure out the basics of containers.

wildbus8979,

It’s all just iptables (or nftables if you wanna get fancy). I don’t have a specific guide for you.

Jho, (edited ) do gaming w What's the funniest game you've played?
@Jho@beehaw.org avatar

deleted_by_author

  • Loading...
  • BeardedSingleMalt,

    The original Saints Row was wacky enough to not be just another GTA clone, SR2 kept most of the tone but got serious.

    SR3 just went completely off the rails and I loved every second of it!

    TheFriendlyArtificer,

    The DLC was incredible.

    Mayor Burt “fucking” Reynolds.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • informasi
  • test1
  • rowery
  • muzyka
  • esport
  • NomadOffgrid
  • Spoleczenstwo
  • krakow
  • fediversum
  • Technologia
  • gurgaonproperty
  • shophiajons
  • Psychologia
  • FromSilesiaToPolesia
  • Gaming
  • slask
  • nauka
  • sport
  • niusy
  • antywykop
  • Blogi
  • lieratura
  • retro
  • motoryzacja
  • giereczkowo
  • MiddleEast
  • Pozytywnie
  • warnersteve
  • Wszystkie magazyny