Thrive: Source

As the title describes it{1}, I have begun a Source engine version of Thrive. I have just finished making the game menu (not including options). Let me try showing you… .

EDIT : Sorry, I recorded a video, but all of my new open source footage programs don’t work. Why are the open source footage programs bugged, but the commercial aren’t ? Shame.

EDIT 2 : Here is an image of the game menu :


There is indeed the music of Thrive, but footage programs are being silly now. I had many complications today and yesterday (trying to make a 2013 source mod and make it work, footage programs being silly, trying to find amd software to record, etc.), but here is the beginning!

1 : The old title was “Thrive: Source”.

EDIT 3 : The project’s second name was Thrive: Unity.

2 Likes

not trying to be rude but is there a reason why you are doing this?

I’m doing this for personal autoeducation purposes only. In other words, I’m doing this only to learn how to use Source engine and also because I want to see how Thrive would look like on Source. That’s all. I didn’t know it would upset/disturb so many people… .
:sweat_smile:

EDIT : Poll because I’m wondering about your thoughts… .

  • Negatively disturbing and concerning
  • A bit disturbing
  • Strange, but interesting
  • Strange and disturbing
  • Interesting
  • Just strange

0 voters

My option: I don’t know what is going on anyway.

1 Like

I’m now expecting thrive sfm videos.
Also I quite like the minimalistic approach to the menu’s design.

3 Likes
Yes, I also intended to remake the Thrive intro video in a SFM. However, I don’t know how to make SFM yet. Also, I don’t know what 3D models the dev team used for the intro video, so I would need them. But, yes, I also intend to make an SFM in the game’s intro just like in Left 4 Dead 2.

EDIT : I’ll try working on the Source project every weekend.

EDIT 2 : Just some informations :

  • I am using the Source engine 2013 branch, considered that it can be used on Windows, Mac OSX and Linux and that it has more features.
  • Source 2013 can use GitHub (at least, that’s how I understood it).
  • I had trouble setting up the Source mod. I actually followed the valve developer website, but, at some point, I misunderstood something and went for a video explaining how to do it. However, the guy who was making the video didn’t proceed on the same way as the website guide. I had trouble, but I managed. Nonetheless, if you expect me of putting it on GitHub, I will have to remake the game because all the trouble I had could probably lead to bugs.
  • Source SDK 2013 has two versions : singleplayer and multiplayer. That means that I am not able to have both singleplayer and multiplayer on the same SDK. But, thankfully, I could still remake the game on Multiplayer SDK and give the player an option on the game menu between singleplayer and multiplayer. For now, the game is on the Singleplayer SDK, for the multiplayer prototype on Thrive is only a prototype. Thus, it is not important for me to implement the multiplayer feature rightaway yet. So, I have begun with the singleplayer first.
Hey, @QuantumCrab, I may need your help. I found a tool for blender that can export models and probably scenes into DMX files. In other words, if I have your rendered scene, I could make it supportable by SFM since this program saves its scenes into DMX. So I am asking if you could send me your beautiful rendered scene ?

So, you just need the .blend file?

I guess I just need the blend files. Thanks

I think everything linked with auto education and passion is always good.
You have really a lot of patience in try making something so huge!

1 Like

what is this for???

This is for experiencing how Source engine works, and I took Thrive as a kind of challenge.

Now, dear dev team, I began making the first chapter’s maps (maps for the first stage). But here comes a problem. I know that the game is technically 3D, but it looks like 2D, for the camera is placed above the player. Source engine is entirely in 3D, so I have to make a choice :

  • I can make the first stage 3D, meaning that the player could move everywhere he or she wants to go. The advantage of it is the “open world feature”, making it look huge and exploration based. It would probably be easier to do it this way. And for every biome or sea level (epipelagic, mesopelagic, etc.), the player would have to go downwards or upwards and the game would load the biome’s map (that would reduce lag occurence). The disadvantage of it is that it would be very complex and confusing to play, because the map would be so huge that the player would have difficulty to look for compounds.

  • I can also do it like you, dev team. I could make the player and all npcs (I think they are considered entities as well, but I’ll check that) spawn and stay at the same depth on each level. For instance, on Ocean surface (from surface to -200m), the player and all nps would remain at -100m. The camera would be above the player and it would be 2.5D. To change level (including loading or not), the player could use crouch control (instead of crouching or going downwards, it would ask the player if he/she really wants to go downwards level) and space (samething, but upwards level). The problem is that I wouldn’t know how to go to specific and special biomes (ex. : hydrothermal vents are located from low bathypelagic to mid abyssopelagic, so would I go to bathypelagic, abyssopelagic or hydrothermal vents?). I could still set a key to ask the player what biome/level he/she wants to go. In the original version, you only change biome if you die, but what purposes for the biome then?

Also, I want to ask about a thing. How would I use a procedural map generation? How do procedural features work in games ? That would be cool if someone could tell me how it works, and how I could use it in my version of Thrive. Thanks!

That heavily depends on the engine. In most modern engines you just have static meshes which you fill with dynamically generated data. I don’t have a ton of experience with source but I used to make maps with Hammer. And from what I’ve read about source it is pretty terrible for procedural generation because it uses precompiled maps (BSP format) so their rendering pipeline might get totally clogged up if you make maps without making them with Hammer. I think I’ve read about some source games with procedural generation and that they had to directly edit the engine to properly support it. I think you can still somehow make procedural models with Source, so I think it’s possible to do some kind of procedural stuff with it.

So this means I would need C++ programming in this case. I think I will make static maps for now, and I may add procedural generation later. Thanks for the info !
What I’ll probably do first (in order) :

  1. Maps
  2. Intro videos
  3. Thrive 3D models
  4. Programming (C++) and scripting (not sure, but I think I’ll script in Lua)
  5. Re-edit maps and adding entities/npc + basic gameplay
I am now asking advice from the dev team. As I said before, I have a choice to make between 3D and 2.5D in Microbe Stage on my Source mod. 3D would give birth to an open world feature, but would it be fun and lagless ? 2.5D would be more difficult to do (I guess), but would it be better than 3D ? What should I choose between 3D and 2.5D and why ? Please remember that 2D cannot exist on Source, thus only 2.5D and 3D are possible options.

I would personally opt for 3D
Why? Well I’d like to see a different approach to thrive, rather than a replica in source.
Also will it be for mac?

It will be multiplatform when the first stage will be half or entirely completed on my version. However, it won’t be on Steam rightaway, so I’ll have to put it on Github or send you the game. Also, I just have decided to make the game 3D AND 2.5D by putting a camera changing feature just like Witcher 1 (except it was 3D only, and so not 2.5D; also, don’t play this game if you’re not at least 16). And yes, 3D would be cool, so I’ll probably have to consider maps as chunks when I’ll include a procedural generation feature (meaning the planet).
For now, I’ll make the maps for 3D only for the sake of simplicity (you would play as fish Gordon Freeman, lol). Then, I’ll put intro videos with SFM. Finally (before programming and scripting), I will need the help of art dev team (meaning people like you, @QuantumCrab ) for 3D models. Also, animations will be changed a bit. For instance, in original Thrive version, the cell’s membrane isn’t a part of it (membrane is not programmed, at least that’s what I think), so when performing phagocytosis, the attacking cell is just going through its victim.
However, in my version, I will try to make it more realistic : instead of going through the victim, the attacking cell’s membrane will SURROUND its victim before killing it, for that’s how it works. That means I will need your help for making a membrane 3D model. Of course, I will try to learn Blender, but, argh, it’s so complex! But it’s free! Maya is simple, though it is 500’000$, so screw it. Overall, I will count minimally on your help, because I have to upgrade my skills, so that I can be autonomous. But, advice and help are really good when I need them.
1 Like
Hey, I’ve been thinking about my map and it should be huge. To represent the environment correctly, I think that the map should have a height of 6 km, a length of 18 km and a width of 12 km (sea biomes frontier (height) : -200m, -1km, -4km, -6km). However, the size of a cell can go from 0.1 um to 100 um. Would the game lag ? Would I have to divide my map in chunks ? What would be the x, y (height), z for each chunk ? What distance can Source support in maps without lag ? What are you advice ?

I think there’s a specific size limit in source and you can’t smoothly load new maps.

It’s most likely impossible to represent the two hugely different scales at once without any engine hacks.
So you need to make the map reasonably big but do the same thing as thrive does that basically some size is the cell size and build the size of other things around that.

1 Like

Ok, I’ll remember that (TellTale Games). Also, how do I get to know what is the size (meters, km, etc.) on the 2D grids in hammer ?