u/ChutSpyro

What if in-island transactions were used as a "pay to play" entry ticket instead of the usual pay-to-win/pay-to-fast model?

Everyone's been talking about how in-island transactions could turn Fortnite Creative into a Roblox-style predatory mess, and honestly, the first examples we've seen aren't exactly reassuring.

But I've been thinking about a different use case that almost nobody seems to be discussing.

The idea: what if a creator built a self-contained experience (a narrative RPG, a solo adventure, a story-driven game) and used a durable item purchase as a one-time entry ticket to unlock the full game? Free spawn area + first level accessible to everyone, full experience locked behind a single V-Bucks purchase.

Basically a demo -> full game model, but native to Fortnite.

Why I think this is interesting:

  • It removes the pressure to design around replayability. Most UEFN experiences are built to keep players coming back by necessity (engagement payouts depend on it). A pay-to-play model lets you build a self-contained experience with a beginning, middle and end, like an actual game, without needing to pad it out or artificially extend the loop.
  • It opens the door to genres that have no reason to exist on UEFN right now: solo RPGs, narrative adventures, story-driven games that are meant to be completed, not grinded.
  • UEFN gives creators access to some incredible IPs: Star Wars, TMNT, Squid Game, K-Pop, Demon Hunter and more. A pay-to-play model is the only one that makes sense for a self-contained licensed experience. Imagine a proper Star Wars story-driven RPG built by an indie dev, something that literally cannot exist anywhere else right now.
  • The "demo + full game" split also works well with engagement payouts: free players still generate minutes played, paid players stay even longer.

The obvious counterargument is that Fortnite's playerbase isn't used to paying for creator content like this, so conversion might be rough. And also even if this does work, the earnings would be lower than the other style of games. But I wonder if the right concept, marketed well, could shift that expectation.

Has anyone seen this discussed or attempted anywhere? Would you pay V-Bucks for a well-made self-contained experience if it meant zero pay-to-win mechanics and a genuinely good game?

reddit.com
u/ChutSpyro — 5 days ago

How to dynamically swap skydomes at runtime in UEFN? (multiple TODMs on same island)

I've been trying to replicate what maps like GoodGamers' Frontlines do — dynamically changing the skydome depending on the player's location (space background on Death Star, binary suns on Tatooine, normal sky on Hoth/Scarif, etc.).

After extensive research, here's what I've already ruled out:

- The Day Sequence Device only supports the standard Day Night Cycle TODM, not custom ones

- The TODM Blueprint actor is NotPlaceable (inherited class flag), so it can't be selected in the Outliner, bound in a Sequencer, or accessed directly from Verse

- Data Layers have no Verse API for runtime control

- There is no SetVisibility equivalent for Blueprint actor components in Verse

- The Day Sequence Device itself has no Verse integration (absent from Fortnite.Digest)

Any help appreciated — this has been an open problem for me for a while.

reddit.com
u/ChutSpyro — 8 days ago