Errant Worlds - New Procedural Tools for Unreal Engine - Now available!

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 159

  • @bratr
    @bratr 2 года назад +29

    This is awesome. Retaining creative control while being able to create big worlds as a single dev.

  • @maximdenisovich8003
    @maximdenisovich8003 Год назад +16

    Greetings from the southern part of Russia! Thank you for giving this tool away for free in Epic Market today! I am an architect student with a low scholarship, and this gift has improved my life

    • @errantphoton
      @errantphoton  Год назад +5

      I am not aware of our presence in UE Marketplace :) Can you share a link?

    • @maximdenisovich8003
      @maximdenisovich8003 Год назад

      @@sounfedits3256 Yes, thanks for the explanation!

    • @maximdenisovich8003
      @maximdenisovich8003 Год назад

      @@errantphotonwill your plugin appear on the marketplace? Due to the sanctions related to the war, I cannot buy a plugin from your sources.

    • @errantphoton
      @errantphoton  Год назад

      @@maximdenisovich8003 Even when we eventually appear on the Marketplace, the page will still link to our website. So unfortunately these sanctions will still apply.

  • @nidungr3496
    @nidungr3496 Год назад +10

    Looks good! There's the industry standard Houdini + Gaea/World Machine workflow, but it is very labor intensive for a solo developer. You can't afford to spend your limited time on fiddling with Gaea instead of your actual game systems, and this seems to be "good enough" and a lot faster.

    • @Native_Creation
      @Native_Creation 11 месяцев назад

      You can still use Gaea with this for the stamps

    • @kraney195
      @kraney195 10 месяцев назад

      What's Houdini role in terrain generating?

    • @gauravnegi6857
      @gauravnegi6857 2 месяца назад

      Simulation​@@kraney195

  • @truegamer2819
    @truegamer2819 10 месяцев назад +1

    my gosh this saves so much time omg, especially when building the rail roads with just a click away

  • @TorQueMoD
    @TorQueMoD 9 месяцев назад +1

    These tools are amazing and your price is fantastic! Thanks so much for having an indie tier :)

  • @swarmsovereign5158
    @swarmsovereign5158 9 месяцев назад

    looks like I know what I'm setting aside money for and buying asap... (being a solo-dev is so exhausting sometimes. thank you for existing!)

  • @veith3dclub
    @veith3dclub 2 года назад +3

    I just need a case soon to have a reason to buy and play! It looks awesome and exactly what I have needed for old projects :) Thank you!

  • @jhonysteak5512
    @jhonysteak5512 Год назад +1

    I already have the site in favorites, it's my next purchase for ue5, I'm just waiting for a big, well-detailed tutorial to buy it for me so that I understand everyone.

    • @errantphoton
      @errantphoton  Год назад +3

      We will soon start a series of mini tutorials. We actually spent almost 3 mo ths on a tutorial, but we weren't fully happy with it, so we didn't publish it.

    • @gallystops
      @gallystops Год назад

      Greart to hear!
      @@errantphoton

  • @Ruzzbugz
    @Ruzzbugz 2 года назад +2

    This looks mental

  • @RationalTruth
    @RationalTruth 2 года назад +1

    This looks amazing, congratulations!

  • @seehr
    @seehr Год назад

    Looks very proffessional.

  • @errantsemtex2522
    @errantsemtex2522 2 года назад +1

    damn you and I share names, haven't seen another errant before. Insane work!

  • @Rossilaz58
    @Rossilaz58 2 года назад +4

    Looks super useful, I wish i was in a company so I could get it! looks so so powerful

    • @errantphoton
      @errantphoton  2 года назад +2

      What is stopping you? We do sell to individual developers as well :)

    • @Rossilaz58
      @Rossilaz58 2 года назад +3

      ​@@errantphoton I'm not personally able to afford it. Some day perhaps?

    • @lorygames
      @lorygames Год назад +2

      @@Rossilaz58 It's free for this month! Remember to get it :)

    • @AwakenedG-Music
      @AwakenedG-Music Год назад +2

      @@Rossilaz58 Its your lucky day, UE 5.2 has it built in

    • @mohammedalsare2232
      @mohammedalsare2232 Год назад

      @@AwakenedG-Music how can i install it?

  • @ethanwasme4307
    @ethanwasme4307 Год назад +2

    What i really need is for a plugin to paint the landscape under spawned assets

    • @errantphoton
      @errantphoton  Год назад

      We will add that this year, I promise :) I also want that feature.

  • @SuperHell789
    @SuperHell789 Год назад +1

    Can you add lakes, oceans and rivers?

    • @errantphoton
      @errantphoton  Год назад +1

      You can shape them in Errant Landscape by placing brushes. In Errant Landscape we also have a tool that allows shaping the brush along a spline and supports adding the water surface to it. Errant Paths on the other hand is a good tool for making canals.
      Eventually, we would like to add a Water plugin that would solve that problem elegantly, but that is further away in the future.

  • @naimaware
    @naimaware Год назад +1

    can you use on planets?

  • @PrismaticaDev
    @PrismaticaDev Год назад +5

    This looks extremely promising! I'm wondering if this replaces/integrates with the LandscapeGrass system - if I remember correctly, landscape grass spawns from a seed at runtime and doesn't actually save any positional data to the map file etc. Does this plugin handle non-colliding instances in the same way? And does using the biomes tool actually alter/paint the landscape layers to the landscape and hence any kind of physical material output + landscape grass outputs will function correctly?
    Regardless, I'll be picking this up and opting in to the Beta's for the other modules. I was considering building a system with the exact same requirements (painting instead of using volumes, customizable spawning behaviours, spawning other blueprints like particles/sounds) but it looks like all the work has been done for me :)

    • @errantphoton
      @errantphoton  Год назад +2

      We have our own system for spawning dense objects that we call runtime spawning. It's a matter of one checkbox to decide if a species is spawned offline or in runtime. We tried using the Landscape Grass in the past, but it is tied to the Landscape material which meant slow compilation, unconvenient editing, only one person having it checked out, etc. With our own system it shares the same species logic and assets like our offline spawning.
      We pregenerate most logic offline, but only spawn instances in runtime. So the procedural spawning logic still has zero runtime cost. We use instancing wherever possible of course.
      We support colliding and non-colliding meshes in runtime/offline spawning. It's only a matter of streaming performance. We also support Nanite.
      We don't use landscape layers for storing our data. You can use any landscape material you want. We have our own assets and mask painting.

    • @PrismaticaDev
      @PrismaticaDev Год назад

      @@errantphoton sounds beautiful! I’ll definitely be purchasing.

    • @PrismaticaDev
      @PrismaticaDev Год назад

      @@errantphoton oh one other thing I was curious about - how does it work with the unreal level streaming systems?

    • @errantphoton
      @errantphoton  Год назад +1

      @@PrismaticaDev We work with World Partition and Streaming Levels and Data Layers.

    • @PrismaticaDev
      @PrismaticaDev Год назад

      @@errantphoton Apologies for even MORE questions, but is it possible to paint biomes on top of non-landscape objects, like static meshes? (floating islands, megastructures etc)

  • @butter_fly_games
    @butter_fly_games Год назад

    I like the roads tool, will check out as soon as I can buy a new computer in some months...
    Hopefully the roads tool works with landscapes scaled on the z axis with factor 20 (Standard 100 set to 2000) ^^

  • @luckycogstudios
    @luckycogstudios 8 месяцев назад

    Can you define if the spawned trees are interactable blueprints so players can cut them down?

    • @errantphoton
      @errantphoton  8 месяцев назад

      You could spawn BPs if you wanted, but that would be too slow and would take too much memory. A good way to do it is to implement a separate system for converting instances to BPs the moment you want to interact with them. There are plugins for that on the Marketplace and we are also working on our own system for that.

  • @badimagerybyjohnromine
    @badimagerybyjohnromine 3 месяца назад +1

    I think this plugin is fantastic but we couldnt buy it because it lacks features in comparison to cheaper plugins like shaderworld and microverse, we ended up choosing Unity for Microverse when it was on sale. It works very similar to this but much faster with a lot more features

    • @errantphoton
      @errantphoton  3 месяца назад

      What are the features you were missing?

  • @BlueSucho
    @BlueSucho 9 месяцев назад

    Is there any tutorial for it? How to use and how it works step in step as newbie?

    • @errantphoton
      @errantphoton  9 месяцев назад

      Sorry for the late reply. You can find 3 tutorials on our YT, there is also a livestream that shows how we create a map from scratch. We also have the documentation: documentation.errantphoton.com

  • @hellothere8121
    @hellothere8121 Год назад

    This is sooo good!

  • @Drakmour666
    @Drakmour666 Год назад

    But Unreal 5.2 already has similar instruments. And they showed the path transformation of the procedural generated enviroment in their latest shows. Or it works somehow the other way?

    • @errantphoton
      @errantphoton  Год назад

      PCG is a framework on which you build your own tools. Our plugins provide all these tools to make a full solution.
      Similarly, you wouldn't consider a web framework the same thing as a finished website. Or you wouldn't consider Blueprints the same thing as a finished game feature.
      The best way for you to understand the difference is to try to make a map with a few biomes with PCG and redo the same map with our plugins. The difference is even more stark for roads or landscape. PCG doesn't provide any features there.
      This might change in the future, as people start publishing their own tools made on top of PCG, similarly to how you can buy Blueprint systems for various game features. But one thing that will always be important is how well you can adjust that purchased system to your needs, how intuitive it is, are you afraid to change it, how much time it takes, etc. And we focus on these universal problems in our plugins. Whether that's built on PCG or C++ is less important.
      PCG is however a very useful framework that we recently integrated with and use as an optional extension to our tools. It's a great way to introduce even more low-level control and programming to the generation process.

  • @FreeD00M
    @FreeD00M Год назад

    Is it possible to harvest ressources and let them grow back after a timer rus out, via blueprint e.g.

    • @errantphoton
      @errantphoton  Год назад

      You could create a system that manages regrowth, based on the already spawned HISM components and their instances. We don't provide such a system, but it can be implemented.

  • @JayEG784
    @JayEG784 7 месяцев назад

    is it possible to make two differenct type of roads and merge them at some point?

    • @errantphoton
      @errantphoton  7 месяцев назад

      Do you mean merge as make it one road that has features of both of the input roads? Yes, it can be done by combining Path Templates (Blueprints with meshes) from both Paths, into a new Path. You could even make one complex Path that looks like road A sometimes and other times like road B, C, etc.

  • @Huskeroni
    @Huskeroni Год назад

    Okay just the feature at 2:17 is enough for me to get it. There is no way I can go around to every tree on a hill and fix them one by one without losing my sanity...

  • @ArtofLincolnHughes
    @ArtofLincolnHughes Год назад

    Tool looks great. I was wondering how easy the tool would be to use with multiple people at the same time - i.e. if 5 level designers are sculpting or painting the world in different areas at the same time with Perforce. Is that possible?

    • @errantphoton
      @errantphoton  Год назад

      EW is made for large teams and it tries to checkout as few files as possible, only the areas you edit, etc. All the assets are also granular enough to allow multiple people to edit various aspects of the generation without needing to lock the same file. We have many large teams using EW, so give it a try :)

  • @JoblessJoshua
    @JoblessJoshua 10 месяцев назад

    Whats the difference between this and UE5's PCG feature?

    • @errantphoton
      @errantphoton  10 месяцев назад +1

      We discuss high-level differences here:
      documentation.errantphoton.com/biomes/pcg
      In general, PCG is a framework. Most of the work is still on you. Stability and performance for large worlds are not there yet. The lack of runtime spawning (around the camera) for the grass is also important. Errant Biomes is a complete solution that works for huge worlds and aims to solve all the edge cases, provide ready-made tools and systems (ex: painting masks, affecting landscape, runtime spawning), debugging/visualization, UI, etc.
      However, PCG can do certain things we can't do yet, like spawning on top of meshes, full in-game generation (too heavy for grass though) or running custom logic per point. That's also why we integrate with PCG, so that you could use its features where needed.
      In simple words, Errant Biomes is oriented towards artists who want to start creating levels today. PCG is more oriented towards tech-artists who create PG tools for artists, who then create levels.

  • @FreeD00M
    @FreeD00M Год назад

    This looks amazing.
    As far as i understand this is editor only or can it update at runtime?
    Can it e.g. be implemented to make a digging system or respawn looted trees?

    • @errantphoton
      @errantphoton  Год назад +1

      Currently it's editor only. But we are developing a runtime solution and it will be released spring next year. All three plugins should have runtime support by then.

  • @Instant_Nerf
    @Instant_Nerf Год назад

    Is it possible to import real world gis georefrenced roads, vegetation, trees, lakes, Rivers’s and have it generate the assets around that data?

    • @errantphoton
      @errantphoton  Год назад +1

      We are not focused on importing real world data yet. You could definitely import it, but there would problably need to be a thin layer between our inputs and the raw gis data.
      Heightmaps can be used directly in our brushes. Splatmaps as well. These can affect weightmaps and Biomes. Splines can be converted to our Paths, but then need some procesing, cleanup to create proper intersections, etc. Most of that can be done in assets and blueprints and is quite high-level.
      You can also count on our help with such a project.

  • @hastycakes
    @hastycakes Год назад

    Does this support foliage interaction? Would i be able to create a subclass for trees thatI can cut down for example?

    • @errantphoton
      @errantphoton  Год назад +1

      Yes, we allow overriding the base HISM class that is spawned and stores instances. You can use your own implementation that swaps instances with full Blueprints and performs the interaction.

  • @binhvongola
    @binhvongola Год назад

    Look so great, i have a question about optimize, if i use this tool to make level and environment, can i use that level in my game without lag?

    • @errantphoton
      @errantphoton  Год назад +1

      Yes, you can. You may use standard optimization techniques in Unreal with objects placed using our plugins. So the limitation in terms of map complexity is similar whether you make the map by hand or with our plugins.

    • @binhvongola
      @binhvongola Год назад +1

      @@errantphoton thank you, i will buy it in next month

  • @deadengineer219
    @deadengineer219 Год назад

    So if i want every level to generate itself in real-time (no "pre-made" levels) every time a player starts a new game, that would be possible with this? sort of like minecraft etc?

    • @errantphoton
      @errantphoton  Год назад

      Not yet. You could do it in Errant Worlds as long as the Editor is present (PlayInEditor when testing your own game). But it won't work in a standalone game yet. We are working towards that though and it will be possible within a few months.

    • @cardboardreindeer
      @cardboardreindeer 9 месяцев назад

      ​@@errantphoton is this possible now?

    • @errantphoton
      @errantphoton  9 месяцев назад +1

      @@cardboardreindeer The landscape part works internally (not in a published release yet). As for Biomes/Paths, we haven't implemented it yet. Overall, we aim to have these features tested, documented and released in 4 months.

  • @renobrecords
    @renobrecords 11 месяцев назад

    Is it possible to use this to create a new proc gen level based on a random seed?

    • @errantphoton
      @errantphoton  11 месяцев назад +1

      Kind of. You could create such a game right now, as long as you run the game in PlayInEditor (with the Editor available). Packaged game wouldn't work. Fortunately, we are in the process of developing in-game generation and should have that around summer 2024.

  • @fiskalsproductions
    @fiskalsproductions Год назад

    Thanks for giving tool for free now my map will be greate

    • @errantphoton
      @errantphoton  Год назад

      I'm afraid you are confusing Errant Worlds with another tool. The Biome tool offered for free on Unreal Marketplace doesn't come from us.

  • @supermattis108
    @supermattis108 Год назад

    Amazing!! 😮 I wonder if there's also intergrated RVT and virtual heigtmesh? And if there's any shader functions as triplanar , tiling remover etc? If not... Can I use some of your offered functions like : paths, spawner & landscape altering when placing a house ? Together with some other plugin like Open world, and world creator?

    • @errantphoton
      @errantphoton  Год назад +1

      We don't require any special landscape material so you are free to use an RVT material. We provide a simple landscape material as an example, so for more advanced stuff you need to use some other material. The plugin does work with the heightfield mesh. A house can affect landscape/biomes/paths (via landscape brushes, volumes, weightmaps, etc).

    • @supermattis108
      @supermattis108 Год назад

      @@errantphoton is it coming more tutorials regarding landscape object affection?

    • @errantphoton
      @errantphoton  Год назад +1

      @@supermattis108 Yes. You can also checkout the livestream on our YT channel.

    • @errantphoton
      @errantphoton  Год назад

      @@supermattis108 Yes, more tutorials will come

  • @joshuamichie
    @joshuamichie 9 месяцев назад

    could this system work with an endless runner?

    • @errantphoton
      @errantphoton  9 месяцев назад

      Our plugins work with the standard Unreal landscape which isn't really designed for such use case. It could probably be hacked, but this might not be the easiest way to achieve the goal.
      One way this could done with our plugins is to spawn landscape brushes around the player and only use the landscape as a canvas. Once the player reaches the end of the canvas, you teleport him to the other side. This could be implemented in the Editor right now, and once we add support for runtime it would also be doable in the game.

  • @romesvonwolf
    @romesvonwolf Год назад

    is path's still in private testing? i see it seems functional in this video, which was uploaded over a year ago, but the website says it will be available in 4-8 weeks. is the website up to date?

    • @errantphoton
      @errantphoton  Год назад

      Yes, it is in Alpha and is being tested by various teams. It's functional, but still a good few weeks away from being a complete solution.

  • @eduardoaraujogarcia9026
    @eduardoaraujogarcia9026 Год назад

    this is amazing

  • @AwakenedG-Music
    @AwakenedG-Music Год назад

    6 months later and UE 5.2 drops with their own version

    • @errantphoton
      @errantphoton  Год назад +1

      PCG is a framework on which you build your own tools. Our plugins provide these tools to make a full solution. We need to wait for people to actually experience PCG and understand what it provides and what they need to implement themselves.
      Similarly, you wouldn't consider a web framework the same thing as a finished website. Or you wouldn't consider Blueprints the same thing as a finished game feature.
      The best way for you to understand the difference is to try to make a map with a few biomes and species with PCG and redo the same map with our plugins. The difference is even more stark for roads or landscape.
      This might change in the future, as people start publishing their own tools made on top of PCG, similarly to how you can buy Blueprint systems for various game features. But one thing that will always be important is how well you can adjust that purchased system to your needs, how intuitive it is, are you afraid to change it, how much time it takes, etc. And we focus on these universal problems in our plugins. Whether that's built on PCG or C++ is less important.
      PCG is however a very useful framework that we recently integrated with and use as an optional extension to our tools. It's a great way to introduce even more low-level control and programming to the generation process.

    • @AwakenedG-Music
      @AwakenedG-Music Год назад

      @@errantphoton i meant that more as a joke, I understand the advantages of the plugin

    • @errantphoton
      @errantphoton  Год назад

      @@AwakenedG-Music You forgot a smiley :p The response will hopefully be useful to those who are trying to understand the difference :)

  • @raphaeljaggerd3585
    @raphaeljaggerd3585 Год назад

    How well does it work with chaos physics system in regards to deformation and destruction

    • @errantphoton
      @errantphoton  Год назад

      We support spawning meshes with collision, both in offlline/runtime mode. Streaming in meshes with collision is more costly though and may cause hitches when there is too many of them. So it's probably best to spawn smaller meshes without collision and add a system on top, which converts mesh instances to a collidable mesh when you are about to interact with it (hit it, cut it, etc). You would have the same problem when spawning foliage with any tool or manually. So it isn't strictly related to our plugins, but we would like to provide an out-of-the-box solution for that in the future.

    • @raphaeljaggerd3585
      @raphaeljaggerd3585 Год назад

      Okay. Thank you.

  • @O_Obsidious
    @O_Obsidious Год назад

    Can all of this be done at runtime? Like, if I implement this into a procedural generation system could I make worlds out of this?

    • @errantphoton
      @errantphoton  Год назад

      For now we are focused on in-editor workflows. So you can create higher level proc gen systems on top of it, but they would need to run in the Editor. We plan to investigate in-game generation in the future though.

  • @EmreNevayeshirazi
    @EmreNevayeshirazi Год назад

    How large the map can be in terms of kms before performance degradation assuming we are working in a high and PC? Thanks!

    • @errantphoton
      @errantphoton  Год назад +1

      It's hard to answer this question. We try to spawn meshes in an optimal way (HISM components, etc), but rendering is still done by the engine.
      The limitations don't come from the tools you use to spawn things, but rather from the scene itself, its setup, number and complexity of the models, optimizations, rendering code, etc.

  • @Preirin
    @Preirin Год назад

    ... is Biomes only available in UE 5.1 and above? I don't see the option in 5.0.3

    • @errantphoton
      @errantphoton  Год назад

      It's also available for 5.0. In the license page you should have a link to both versions.

    • @Preirin
      @Preirin Год назад +1

      @@errantphoton Ah! Cheers. I'll check it out

  • @oskarwallin8715
    @oskarwallin8715 Год назад

    Any chance this can take real world heightmaps and biome masks as for ex. Pngs?

    • @errantphoton
      @errantphoton  Год назад

      Yes it can. Simply import real-world heightmaps and splatmaps as textures in Unreal and use them in our landscape brushes.

    • @oskarwallin8715
      @oskarwallin8715 Год назад

      @@errantphoton I'll give the trial a try! Maybe we could have a chat about what's possible? :)

    • @errantphoton
      @errantphoton  Год назад

      @@oskarwallin8715 Sure, join our Discord (link in the trial email or in the footer of our website) and we can chat there. Good luck!

  • @nicomusk695
    @nicomusk695 Год назад

    Hi, my question, is it possible to buy it on unreal marketplace?

    • @errantphoton
      @errantphoton  Год назад

      You need to buy it through our website. We need a more advanced license than what Unreal Marketplace has. But we will have a product page on the marketplace in a few days. But that page will still lead to our website.
      Once Unreal opens the new, combined Marketplace, we might find an appropriate license there.

  • @Restart-Gaming
    @Restart-Gaming 2 года назад

    Where did you get the great map?

  • @elganzandere
    @elganzandere Год назад +2

    Greetings. Hoping you can alleviate some concern; I paused my purchase upon finding the following.
    From your website's 'Licensing FAQ' :
    "After one year you will stop receiving updates and bug fixes unless you extend your subscription for another year."
    I've perused your website & I'm left with the impression that most folk have no idea about this when they're purchasing your product - given you have to either expand the FAQ section or read through the EULA. Seems misleading.
    You make no mention of a required (it's not... but it is) - subscription - anywhere else; & the EULA doesn't provide much by way of clarification.
    Nor can I find any mention of how much this "subscription" costs?
    Hidden Cost is still unethical, even if it's future-dated 12 months out.

    • @BlueCollarDev
      @BlueCollarDev Год назад +1

      Yeah, I was planning on purchasing this product in a few days but if this is the case I'll probably not bother.

    • @errantphoton
      @errantphoton  Год назад +1

      It's not a subscription. You get perpetual access to the version you buy and you get 12 months of free updates on top of that. That's a very standard and fair model.
      Some people seem to expect free updates forever, but this is simply unfeasible as the ongoing cost of development is huge. Even on Unreal Marketplace you don't get updates forever. Creators simply abandon their ver. 1 product and create ver. 2 or drop the support altogether. We don't want to follow such a broken business model.
      When it comes to adjusting the product to new Unreal versions you have 3 options:
      - buy the source code and adjust it to new Unreal versions
      - freeze the Unreal version you're using for a while, pick only the crucial fixes, etc. This way you could reduce the cadence at which you need to buy updates. Once every two/three years for example.
      - buy the updates to have the newest version and support for the latest Unreal version.
      Accounting for what I've described, would you have a suggestions on how we could better communicate it on our website? We've tried different approaches, but none works for everyone :/
      Also, for users who continue updating in consecutive years, the price will be reduced. Currently it's -30% in the second year, -50% in the third year of updates (much better than "standard").

    • @elganzandere
      @elganzandere Год назад

      @@errantphoton I might suggest removing the word 'subscription'. Furthermore, if I navigate *back* from the Stripe checkout screen, I see the 'Order Summary' takes a moment to refresh - "1 year of updates" appears as a line-item detail under 'Individual License.' However, no matter how I go about structuring my purchase, I am left with only "Perpetual License" & "Pay Once, Use Forever."
      In terms of how to present it to the public, perhaps something along these lines:
      "This purchase entitles you to perpetual access to [current version only] / [version X.X] + one year of updates, following.
      At the conclusion of your first year, further updates will require an additional *discounted* purchase.
      We provide discounted rates for repeat customers:
      After one year, renewal will imply a 20% discount off purchase-price; followed by 35% in the third year."
      In regards to the examples of 'broken approaches,' I agree with you & I don't necessarily expect "free updates in perpetuity" - my issue is with the apparent attempt to obfuscate this fundamental information. Your website is - currently - incapable of explaining these details. As a potential customer, I should not have to seek out answers in a comment-section of an advertisement.
      Hypothetically, if I decided it was time to 'renew' my purchase - for the first time - after 3 years:
      Would I be charged the 20% or 35% discounted-rate?
      Is it a reduction 'over time' or per 'number of purchases'?
      Personally - I'd extract ongoing 'cost-creep' revenue - to cover development & such - out of Studio purchases; where multiple seats are implied in each purchase. Let Solo/Indie Developers have their *perpetual updates/support* & take what you need from 'Larger Entities' to keep your business thriving.

    • @errantphoton
      @errantphoton  Год назад

      @@elganzandere Thank you for your suggestions! We will look into improving our communication. Our goal was never to obfuscate things, but rather to reduce confusion. Any mention of a word "subscription" was causing a lot of misunderstandings. Also, we clarify that aspect in the first question of our FAQ - "You get a perpetual license which means that you can use the plugins as long as you want. After one year you will stop receiving updates and bug fixes unless you extend your subscription for another year.".
      But there is always room for improvement. And we certainty don't want to damage the trust.
      Answering your question about the discount - it is meant for customers who renew their license shortly after it expired. So you would need to pay the normal price after such a long break. We do have occasional promotions however where you can get our plugins at 30-40% discount.

    • @elganzandere
      @elganzandere Год назад

      @@errantphoton Beg your pardon, as I missed the end-portion of that FAQ.
      How does the tool function when importing terrain from pre-existing [.png / .raw] heightmaps ?
      [Scenario:]
      [Gaea / TerreSculptor] Terrain Generation : [.png / .raw] : UE 5+ World Partition

  • @Mr.President107
    @Mr.President107 Год назад

    What about realtime ground deformation, such as mud, and explosion craters

    • @errantphoton
      @errantphoton  Год назад +1

      For now, we are focused on in-Editor workflows. Runtime deformation usually requires a different approach and different organization of code modules. However, now, that we have our own system for modifying the landscape (not using Blueprint Brushes, writing directly to Edit Layers) the task would be easier. We might look into that in the future.

    • @KillerHacking1212
      @KillerHacking1212 Год назад

      @@errantphoton please add that it would be so game changing!

    • @errantphoton
      @errantphoton  Год назад +1

      @@KillerHacking1212 We will do that. We already have a working prototype.

    • @KillerHacking1212
      @KillerHacking1212 Год назад

      @@errantphoton Amazing! Sorry for the late reply, youtube didnt notify me of a reply from you. But wow that is amazing to hear! I hope to see it soon! Any news on the paths plugin release?

    • @icytower103
      @icytower103 Год назад +1

      @@KillerHacking1212 We hope to release Paths in early September.

  • @taylors1545
    @taylors1545 Год назад

    Can terrain be edited at runtime?

    • @errantphoton
      @errantphoton  Год назад

      Not yet. But we should have this feature later this year.

  • @OSRS_Lost_In_The_Lore
    @OSRS_Lost_In_The_Lore 5 месяцев назад

    So no need for Gaea with this?

    • @errantphoton
      @errantphoton  5 месяцев назад

      We provide a library of stamp brushes you can use in your projects. Gaea is still useful if you want to generate your own stamps. You can also download other asset packs with heightmaps and splatmaps and use them in Errant Landscape.

  • @baldwin180
    @baldwin180 2 года назад

    Question, can we import GIS data??? Road networks from openstreet map etc?

    • @errantphoton
      @errantphoton  2 года назад

      Yes, you can import GIS data to create splines and then generate roads/railroads based on these splines. This process is not automated though - you would need to write some simple blueprint/code to create road actors and set these splines in them. But it should be a few minutes of work.

    • @baldwin180
      @baldwin180 2 года назад

      @@errantphoton interesting, is this tied into your errant worlds plug-in? Or that’ll be a separate system? Maybe you should do a tut on this? Trust me a lot of people have been waiting on a road network automation process even if we have to make a blue print

    • @errantphoton
      @errantphoton  2 года назад

      @@baldwin180 Errant Paths is seperate from the other two plugins, but they work together nicely. I will be happy to make such a tutorial. But this will probably come during the winter once the Beta for Errant Paths started. I will note down this idea.

    • @baldwin180
      @baldwin180 2 года назад

      @@errantphoton ohhhhh I thought this was included in errant worlds ohhh

    • @errantphoton
      @errantphoton  2 года назад

      @@baldwin180 Yes, it is. Errant Worlds is a set of 3 plugins (Biomes, Landscape, Paths). Errant Paths is one of them. But each plugin can be bought separately.

  • @redgeciccone8218
    @redgeciccone8218 Год назад

    does Errant Worlds is base on GPU or it still use terrain editor from unreal ?

    • @errantphoton
      @errantphoton  Год назад

      We modify the landscape on the GPU and also process Biomes on the GPU as much as possible.

  • @upsidedownhorror
    @upsidedownhorror 2 года назад

    isnt available in my dear country and it cost 199 dollars, so, so long guys :')

    • @errantphoton
      @errantphoton  2 года назад

      We are working on making it available worldwide. Which country are you from?

  • @fddesign
    @fddesign Год назад

    is it compatible with ''path tracer''?

    • @errantphoton
      @errantphoton  Год назад

      Our tools spawn objects in the level. How these objects are rendered is up to Unreal. We don't affect the rendering. So yes, path tracing works fine with our plugins.

  • @vincentthomas8492
    @vincentthomas8492 2 года назад

    Are you planning a Unity version? :)

    • @errantphoton
      @errantphoton  2 года назад +3

      No... We want to stay focused on Unreal. This way we can integrate better with the engine, get better performance, UI, etc.

    • @trevor4664
      @trevor4664 Год назад

      not trying to shit on Unity, but why would they?

  • @glitchsix7652
    @glitchsix7652 Год назад

    Does this support unreal version 5.0?

  • @sulivarace7138
    @sulivarace7138 Год назад

    I'm hesitant, it looks great presented like that, but it looks a bit like fluid flux, a great distribution but almost no tutorial to learn how to use it.
    I did a little research on this one but it's like fluidflux, I found that there are little bits of tutorial here.

    • @errantphoton
      @errantphoton  Год назад

      Check out our livestream and the documentation - documentation.errantphoton.com. We are also on Discord if you need help.

  • @mists_of_time
    @mists_of_time Год назад

    This looks amazing. Are there already made biomes in the plugin. If yes, which ones? Also is there a maximum amount of different biomes that you can make?

    • @errantphoton
      @errantphoton  Год назад

      We don't provide premade Biomes yet - mostly because we would also need to provide own 3D models as well (we can't resell bought assets). We do plan to start providing such Biomes in the future.
      There is no limit on the number of Biomes you can make.

    • @mists_of_time
      @mists_of_time Год назад

      @@errantphoton ok, it makes sense. I'm a beginner in ue5. How hard is to make a new biome? Thank you

    • @errantphoton
      @errantphoton  Год назад +1

      @@mists_of_time It's not hard at all, but having some basic proficiency in UE5 is helpful. We do have tutorials, documentation, Discord and a new tutorial "from scratch" is coming. Simply sign up for the trial/beta and give it a try :)

  • @rasaanshakur9491
    @rasaanshakur9491 Год назад

    I need it

  • @teiko_gaming
    @teiko_gaming 2 года назад

    Cool

  • @ibrahimakca8628
    @ibrahimakca8628 Год назад

    epic games the file buy up pls.

  • @S....
    @S.... Год назад

    A bit expensive...