Comments on Specific Development Forum Posts

Never seen the V shape jamming bug myself but considering how buggy the old multicellular was itโ€™s not unexpected to hear about such an oddity.

1 Like

Sorry, I thought it was only for the new position set during the microbe editor, didnโ€™t think it would also be regenerated in-game during cell spliting

Also it seem that due to code being handed out from developer to developer, a lot of things are limited due to no one wanted to break the previous code. Was many of your answer to many questions of the community, due to the time it take to rework it?

2 Likes

As Iโ€™ve gotten more experienced in programming, Iโ€™ve realized that redoing something basically just shuffles the old bugs out and brings in a (larger) batch of new ones. Itโ€™s extremely hard to redo something or even tweak part of a complex system without breaking something. So if something is just slightly non-optimal I think nowadays that it is just better to leave it. Especially as the microbe stage is now considered done.

Well there is some of that, but most of things in the game could be improved with enough effort. Itโ€™s just that thereโ€™s so many community members just โ€œyellingโ€ suggestions to just a couple of Thrive developers (Iโ€™m almost the only one who uses the community forums, and from the programmers on the team Iโ€™m basically the only one replying at all here). So the situation with most players having unique ideas (https://suggestions.revolutionarygamesstudio.com/) I would be basically nothing else than a personal code butler for each community member if I implemented all ideas.

So the math just doesnโ€™t work when we usually have just a couple of programming volunteers (and me) active at any given time and up to dozens of community members talking about ideas. Itโ€™s just way, way faster to come up with ideas for things to fix than to actually do them.

If we had a ton of programmers to do stuff on the game, we might some day get through all of our work items, which there are already over 600 without even any of this positioning improving being on the list:

5 Likes

Wouldnโ€™t some of those 600 items be considered no longer needed?

2 Likes

As a person who does not use the Steam Version, I am fine with the Thrive launcher as it is.

2 Likes

Plus it allows easy access to logs

1 Like

I did close dozens in leading up to 1.0, but I still left items open that arenโ€™t done and would still be kind of nice to do. So the number was about 50 more a few months ago.

5 Likes

Perhaps at some point we should check which ones only apply to stages that are already deemed โ€œcompleteโ€?

That makes zero sense. People are not just suddenly going to stop reporting bugs or sharing improvement ideas for the microbe stage, even if that part of the game is done.

So if all โ€œoldโ€ issues for previous stages are auto closed, all I could do to reply to bug reports โ€œcool that you reported this, however we no longer accept bug reports for the first part of the game, so please get further into the game before encountering a bugโ€

That just sounds like a totally insane response to a bug report or a suggestion to a player of a game.

6 Likes

Donโ€™t (some?) patreons already get their name in the credits?

4 Likes

I am not sure if this is related or not, but I am pretty sure entering the editor with undigested food use to cause the food to get stuck and never finish digesting. Somebody fixed that though, didnโ€™t they? Is it possible the fix had an unforeseen consequence? Or maybe Xavia1991 is just mistaken.

3 Likes

Seems like we will have a wave of Thrive videos soonโ€ฆ

3 Likes

Hopefully, YouTubers who regularly play Thrive also gain a boost in viewership from this.

2 Likes

Weโ€™ll see about that. These are supposed to only be โ€œsmallโ€ youtubers for now

3 Likes

Was that the case? I canโ€™t recall that. There was a digestion stuck in general bug that was fixed but Iโ€™m pretty sure it was unrelated to entering the editor.

Of course nothing is truly impossible in software, but based on the error it is a problem in engine memory corruption which I believe is all caused by scene switching. So scene switching itself is the probable trigger here not scene switching when digesting something. At least thatโ€™s my take on the situation.

And I suppose no one else will dive into the technical details here so my analysis will standโ€ฆ

2 Likes

Wouldnโ€™t a relatively easy way of incorporating donors into the game be adding their (modified) names to the species/genus name list?

3 Likes

That would require manual intervention in the form of someone coming up with a suitable root part from each name and of course verifying that the generator canโ€™t result in bad names with the changes. So automating it would be hard.

5 Likes

Would doing it manually by adding a donorโ€™s name to the possible organism name list(s) (if this is how those names are chosen) be easier? Or would it be too much effort aswell?

1 Like

Thatโ€™s exactly what I saidโ€ฆ the names are made up of a few parts and it would need to be a manual process of breaking up the patronโ€™s name to be suitable for putting in while being careful about potential bad word combinations that might arise.

1 Like

The game generator lready do that? (1000th post hurray)

3 Likes