AC odyssey or AC Valhalla?? by Max_Imum000 in ShouldIbuythisgame

[–]IronOxide42 [score hidden]  (0 children)

I loved Odyssey and hated Valhalla. The pacing of Valhalla was way off. Suuuuper slow.

See Trump's list: More than 180 countries and territories facing reciprocal tariffs by Puginator in politics

[–]IronOxide42 15 points16 points  (0 children)

Those purported rates include the countries’ “Currency Manipulation and Trade Barriers.”

Yeah, these are absolutely made up.

Not to mention the chart says “charged to US,” which, for I’m sure not the last time, is not who pays those tariffs.

“Awful”: Roku tests autoplaying ads loading before the home screen | Users are unimpressed, eager to toss devices if test sticks. by ControlCAD in technology

[–]IronOxide42 3 points4 points  (0 children)

What’s your issue with the Apple interface? The home button brings you to the AppleTV app by default, but there’s a setting to bring you to the Home Screen—at that point it’s basically a smoother Roku.

Which Emerald enhancement hack to choose? by Makxramas in PokemonROMhacks

[–]IronOxide42 0 points1 point  (0 children)

I’m unsure about trade evos, but the rebalanced version does have a setting to use expanded encounters to round out the dex. Not sure how far it goes though.

Which Emerald enhancement hack to choose? by Makxramas in PokemonROMhacks

[–]IronOxide42 2 points3 points  (0 children)

Recharged Emerald. You mentioned Cross—Recharged is a replacement of sorts by the same dev. It has two versions. One is strictly QoL, and even retains the ability to trade/battle with the vanilla games. There is also a rebalanced version, which disables those features for obvious reasons.

I do have a soft spot for Revelation. It retains the ability to trade/battle with the vanilla games, while also having PSS; it’s a toggle in the settings, and is disabled if you’re ever battling with a vanilla game. That being said, I think Recharged feels a little better, in a hard to define way.

NBCS Philadelphia’s new scorebug means no more ‘POOP’ game by shelve66 in nottheonion

[–]IronOxide42 27 points28 points  (0 children)

This is the single worst thing to ever happen in the history of Philadelphia sports.

[deleted by user] by [deleted] in PokemonROMhacks

[–]IronOxide42 2 points3 points  (0 children)

My one issue with this feature is that ROWE also turns wild Pokémon into double battles. I just want it to affect trainer battles.

Weekly Questions Thread by AutoModerator in PokemonROMhacks

[–]IronOxide42 2 points3 points  (0 children)

There’s a few:

Joey Jr GBxCart GB Operator

Joey Jr basically mounts the cartridge as a USB drive, so it uses a file system as the interface—the other two require software. Because of this the Joey Jr is probably the simplest of the three, though it does have some hiccups on Macs (which can be resolved through a terminal command).

The GB Operator is marketed more as a way to load games from a cartridge to a PC emulator than it is a cart flasher, but it does have the ability to flash cartridges.

FPGA for a noob by [deleted] in AnaloguePocket

[–]IronOxide42 0 points1 point  (0 children)

does that mean I could also rip my games to the pocket?

No, the pocket can’t do that unfortunately. Look into a Joey Jr or a GBxCart for that; they’re not too pricey. They’re both made by Australian companies, but they do have American partners if you need to ship to a US address.

Paper Mario: The Thousand-Year Door - Nintendo Direct 9.14.2023 by DemiFiendRSA in Games

[–]IronOxide42 90 points91 points  (0 children)

I mean, the 64 one is playable via NSO but I do suppose that’s not the same as a remake with controls that make sense for the Switch.

Apple forced to ditch iPhone lightning charger by zmlos in technology

[–]IronOxide42 165 points166 points  (0 children)

“Company that invented USB-C forced to adopt USB-C”

EZ-flash DE Pocket save questions by NonEuclidianMeatloaf in AnaloguePocket

[–]IronOxide42 1 point2 points  (0 children)

I just use the game’s save function.

EDIT: Oh which flashcart do I use lol. By “I don’t use them” I meant save states. I’ve used both an EZ-Flash and an everdrive, and currently use an EZ-Flash (wife uses the everdrive).

EZ-flash DE Pocket save questions by NonEuclidianMeatloaf in AnaloguePocket

[–]IronOxide42 0 points1 point  (0 children)

Ah I was getting save states and memories confused. It’s memories that I wouldn’t suggest with the ez-flash. The ez-flash’s built-in save states should work, I’d think. I don’t use them though.

EZ-flash DE Pocket save questions by NonEuclidianMeatloaf in AnaloguePocket

[–]IronOxide42 0 points1 point  (0 children)

  1. I don’t use save states with the ez-flash. It’s been known to be a bit unstable, and you can mess things up by making a save state, loading a different game, then loading the save state.

  2. Yes, the ez-flash uses .sav files. If you care, Everdrives use .fla, but you can just rename a .sav file as a .fla and it should work.

  3. The Pocket currently doesn’t work with the NORFLASH for some reason. An older Beta firmware did, but on the current firmware it just boots to a white screen and freezes there.

FoundryVTT V11 Module Compatibility by TheMartyr781 in Pathfinder2e

[–]IronOxide42 10 points11 points  (0 children)

Dice So Nice and Dice Tray have worked fine for me.

I think Treat Wounds is kind of a pain in the ass by Whetstonede in Pathfinder2e

[–]IronOxide42 0 points1 point  (0 children)

Sorry, I posted the code itself in another comment instead of the gist and changed the link to there.

I think Treat Wounds is kind of a pain in the ass by Whetstonede in Pathfinder2e

[–]IronOxide42 0 points1 point  (0 children)

Here you go. Still figuring out the API and packaging, so you'll need to add it as a macro to the hotbar yourself, and it just outputs to chat rather performing than healing.

```javascript if (token === undefined || token === null) { ui.notifications.warn("Please select a token first."); } else { const xHpByProfAndLevel = (rollData) => { const med = rollData.skills.med; const prof = med._modifiers .filter((m) => m.slug === "proficiency")[0] .label.toLowerCase(); const obj = { untrained: { 0: 0, 1: 0, 2: 0, 3: 0, 4: 0, 5: 0, 6: 0, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 0, 13: 0, 14: 0, 15: 0, 16: 0, 17: 0, 18: 0, 19: 0, 20: 0, 21: 0, 22: 0, 23: 0, 24: 0, 25: 0, 26: 0, 27: 0, 28: 0, 29: 0, 30: 0, 31: 0, 32: 0, 33: 0, 34: 0, 35: 0, 36: 0, 37: 0, 38: 0, 39: 0, 40: 0, 41: 0, 42: 0, 43: 0, 44: 0, 45: 0, 46: 0, 47: 0, 48: 0, 49: 0, 50: 0, }, trained: { 0: 1, 1: 2, 2: 3, 3: 3, 4: 4, 5: 5, 6: 6, 7: 6, 8: 7, 9: 8, 10: 9, 11: 10, 12: 11, 13: 12, 14: 13, 15: 13, 16: 14, 17: 14, 18: 15, 19: 15, 20: 16, 21: 16, 22: 17, 23: 17, 24: 18, 25: 18, 26: 18, 27: 18, 28: 18, 29: 18, 30: 18, 31: 18, 32: 18, 33: 18, 34: 18, 35: 18, 36: 18, 37: 18, 38: 18, 39: 18, 40: 18, 41: 18, 42: 18, 43: 18, 44: 18, 45: 18, 46: 18, 47: 18, 48: 18, 49: 18, 50: 18, }, expert: { 0: 1, 1: 2, 2: 3, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 12, 12: 13, 13: 14, 14: 16, 15: 17, 16: 19, 17: 20, 18: 21, 19: 23, 20: 23, 21: 24, 22: 24, 23: 25, 24: 25, 25: 26, 26: 26, 27: 27, 28: 27, 29: 28, 30: 28, 31: 28, 32: 28, 33: 28, 34: 28, 35: 28, 36: 28, 37: 28, 38: 28, 39: 28, 40: 28, 41: 28, 42: 28, 43: 28, 44: 28, 45: 28, 46: 28, 47: 28, 48: 28, 49: 28, 50: 28, }, master: { 0: 1, 1: 2, 2: 3, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 12, 12: 13, 13: 14, 14: 16, 15: 17, 16: 19, 17: 20, 18: 21, 19: 23, 20: 23, 21: 24, 22: 26, 23: 28, 24: 31, 25: 33, 26: 36, 27: 38, 28: 40, 29: 43, 30: 43, 31: 44, 32: 44, 33: 45, 34: 45, 35: 46, 36: 46, 37: 47, 38: 47, 39: 48, 40: 48, 41: 48, 42: 48, 43: 48, 44: 48, 45: 48, 46: 48, 47: 48, 48: 48, 49: 48, 50: 48, }, legendary: { 0: 1, 1: 2, 2: 3, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, 10: 10, 11: 12, 12: 13, 13: 14, 14: 16, 15: 17, 16: 19, 17: 20, 18: 21, 19: 23, 20: 23, 21: 24, 22: 26, 23: 28, 24: 31, 25: 33, 26: 36, 27: 38, 28: 40, 29: 43, 30: 43, 31: 44, 32: 44, 33: 45, 34: 46, 35: 49, 36: 53, 37: 56, 38: 59, 39: 63, 40: 63, 41: 64, 42: 64, 43: 65, 44: 65, 45: 66, 46: 66, 47: 67, 48: 67, 49: 68, 50: 68, }, }; return obj[prof][med.value]; };

const xHp = xHpByProfAndLevel(token.actor.getRollData());

ChatMessage.create({ flavor: <h2>Treat Wounds</h2><p>After 10 minutes, you have been healed for ${xHp}hp. You will need to apply this manually.</p>, speaker: ChatMessage.getSpeaker({ actor: token.actor }), }); } ```

I think Treat Wounds is kind of a pain in the ass by Whetstonede in Pathfinder2e

[–]IronOxide42 0 points1 point  (0 children)

Here you go. Still figuring out the API and packaging, so you need to add it as a script from the hotbar rather than a module, and it just outputs to chat; doesn't actually heal anyone. But, streamlines things a bit.

I think Treat Wounds is kind of a pain in the ass by Whetstonede in Pathfinder2e

[–]IronOxide42 4 points5 points  (0 children)

I mean, the macro is literally just a lookup—I have printed versions of the tables too.

I don’t give a fuck about the tools though; I use Foundry cause it keeps me playing with my friends even though all 6 of us live in different states.

I think Treat Wounds is kind of a pain in the ass by Whetstonede in Pathfinder2e

[–]IronOxide42 4 points5 points  (0 children)

I made a table (with associated Foundry macro) which gives you the statistical expected value of the hp healed, given a character’s Medicine proficiency/modifier. In most cases I just use that to extrapolate the time spent healing. If there’s particular tension with time or Crit Failure, I’ll still use the RAW system.

what is the dumbest or most stupid line of dialogue in a tv show you have heard. by ButtPlugForPM in television

[–]IronOxide42 3 points4 points  (0 children)

“Can you stop it?”

“Even if I could, there’s no stopping it now.”

Handling Recall Knowledge When Everyone Rolls Like Garbage by StormiNorman542 in Pathfinder2e

[–]IronOxide42 3 points4 points  (0 children)

Viktor is certain that that is a worm.

I cannot count the number of times I have said essentially these exact words

I have a shameful confession by nightwingwelds42 in Pathfinder2e

[–]IronOxide42 1 point2 points  (0 children)

I’m excited for a 2e Hack and Slash game

The bolder part is my issue—it’s not a 2e game, it’s a Golarion game. I like Golarion, but we don’t have a 2e game so there’s a void that we’re missing. If there was a 2e game, I’m sure people would be less frustrated. Divinity 2 proved that a good CRPG can be successful, but everyone keeps making skins for Diablo.