Glorious Alpha Two Testers!
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
Alpha Two Realms are now unlocked for Phase II testing!
For our initial launch, testing will begin on Friday, December 20, 2024, at 10 AM Pacific and continue uninterrupted until Monday, January 6, 2025, at 10 AM Pacific. After January 6th, we’ll transition to a schedule of five-day-per-week access for the remainder of Phase II.
You can download the game launcher here and we encourage you to join us on our for the most up to date testing news.
Comments
@neuroguy Yes, to elaborate a bit on the points you brought up, I don't mean to imply that Intrepid's level designers couldn't use procedural generation as a base to start from - I think modifying an algorithmically-generated terrain would make for a fairly good workflow, with some advantages over a more manual workflow. Rather, the point I want to get at is that quite a few passes are still needed either way (prop placement, AI spawnpoint and navmesh definition, QA, etc), so it's less of a time savings than it might initially seem, and comes down moreso to personal preference on the part of the level design team.
This is off-topic, but if you're interested in learning more about the level design tools commonly used for this sort of thing, Unreal Engine 4 is free for personal use, and as I mentioned, has some good tools for terrain editing (you can find a short tutorial about manual terrain editing here, and about importing an externally-generated heightmap here). Bear in mind that UE4 has a bit of a learning curve, and if you're interested in importing the outputs of a noise function, you'll need to write some code for handling images. There are good noise function libraries in Python, Node.js, and Java. There's a great tutorial on some specific concepts in procedural generation here.
Thanks, yeah I'm comfortable with python so I'll start there once I have a bit more free time and see if I can gauge the effort required a bit better.