Thrive Game Development
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Thrive Game Development

Development of the evolution game Thrive.
 
HomeHome  PortalPortal  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Welcome new and returning members!
If you're new, read around a bit before you post: the odds are we've already covered your suggestion.
If you want to join the development team, sign up and tell us why.
ADMIN is pleased to note that this marquee has finally been updated.
ADMIN reminds you that the Devblog is REQUIRED reading.
Currently: The Microbe Stage GUI is under heavy development
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Quick Links
Website
/r/thrive
GitHub
FAQs
Wiki
New Posts
Search
 
 

Display results as :
 
Rechercher Advanced Search
Statistics
We have 1675 registered users
The newest registered user is dejo123

Our users have posted a total of 30851 messages in 1411 subjects
Who is online?
In total there are 9 users online :: 0 Registered, 0 Hidden and 9 Guests

None

Most users ever online was 443 on Sun Mar 17, 2013 5:41 pm
Latest topics
» THIS FORUM IS NOW OBSOLETE
Parallel work on multiple stages Emptyby NickTheNick Sat Sep 26, 2015 10:26 pm

» To all the people who come here looking for thrive.
Parallel work on multiple stages Emptyby NickTheNick Sat Sep 26, 2015 10:22 pm

» Build Error Code::Blocks / CMake
Parallel work on multiple stages Emptyby crovea Tue Jul 28, 2015 5:28 pm

» Hello! I can translate in japanese
Parallel work on multiple stages Emptyby tjwhale Thu Jul 02, 2015 7:23 pm

» On Leave (Offline thread)
Parallel work on multiple stages Emptyby NickTheNick Wed Jul 01, 2015 12:20 am

» Devblog #14: A Brave New Forum
Parallel work on multiple stages Emptyby NickTheNick Mon Jun 29, 2015 4:49 am

» Application for Programmer
Parallel work on multiple stages Emptyby crovea Fri Jun 26, 2015 11:14 am

» Re-Reapplication
Parallel work on multiple stages Emptyby The Creator Thu Jun 25, 2015 10:57 pm

» Application (programming)
Parallel work on multiple stages Emptyby crovea Tue Jun 23, 2015 8:00 am

» Achieving Sapience
Parallel work on multiple stages Emptyby MitochondriaBox Sun Jun 21, 2015 7:03 pm

» Microbe Stage GDD
Parallel work on multiple stages Emptyby tjwhale Sat Jun 20, 2015 3:44 pm

» Application for Programmer/ Theorist
Parallel work on multiple stages Emptyby tjwhale Wed Jun 17, 2015 9:56 am

» Application for a 3D Modeler.
Parallel work on multiple stages Emptyby Kaiju4u Wed Jun 10, 2015 11:16 am

» Presentation
Parallel work on multiple stages Emptyby Othithu Tue Jun 02, 2015 10:38 am

» Application of Sorts
Parallel work on multiple stages Emptyby crovea Sun May 31, 2015 5:06 pm

» want to contribute
Parallel work on multiple stages Emptyby Renzope Sun May 31, 2015 12:58 pm

» Music List Thread (Post New Themes Here)
Parallel work on multiple stages Emptyby Oliveriver Thu May 28, 2015 1:06 pm

» Application: English-Spanish translator
Parallel work on multiple stages Emptyby Renzope Tue May 26, 2015 1:53 pm

» Want to be promoter or project manager
Parallel work on multiple stages Emptyby TheBudderBros Sun May 24, 2015 9:00 pm

» A new round of Forum Revamps!
Parallel work on multiple stages Emptyby Oliveriver Wed May 20, 2015 11:32 am


 

 Parallel work on multiple stages

Go down 
+8
Inca
Jimexmore
MirrorMonkey2
NickTheNick
Tritium
WilliamstheJohn
Tarpy
Nimbal
12 posters
Go to page : 1, 2  Next
AuthorMessage
Nimbal
Programming Team lead



Posts : 258
Reputation : 24
Join date : 2013-03-17
Age : 39
Location : Ratingen, Germany

Parallel work on multiple stages Empty
PostSubject: Parallel work on multiple stages   Parallel work on multiple stages EmptyFri May 17, 2013 6:33 am

Hi everyone,
I would have liked to implement the microbe stage first because it seemed like low hanging fruit. But without a coherent concept of the stage's gameplay, and no one stepping up so far to work on such a concept, I'm not feeling comfortable in hacking away and just hoping it works and is fun.

To keep the current momentum up, I'm wondering if we should maybe focus on another stage, or even start working on multiple stages in parallel. The latter would allow us to test the basic engine code in a wide range of situations, catching problems early when they are still easy to fix. On the other hand, it would possibly take longer to achieve a state where at least part of the game is actually playable, because we'll have to spread our resources thinner.

In any case, from my point of view, a prerequisite for starting work on any stage is that someone is willing to consolidate the ideas floating around the forum into a design document (preferrably in the Wiki). This will save the programmers from too much guesswork and avoids situations like "But I though it would work like this, not like that".

So, what do you think of parallel development of multiple stages? And who would like "their" stage to be implemented as one of the first?
Back to top Go down
Tarpy
Strategy Team Lead
Tarpy


Posts : 337
Reputation : 23
Join date : 2013-03-08
Location : Here

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyFri May 17, 2013 8:26 am

At this stage, that is not possible. We only have a few active programmers and artists, far from enough to actually work on more than one stage. If we had much, much more people, that would be possible, but now it is not. Just my opinion.
Back to top Go down
Nimbal
Programming Team lead



Posts : 258
Reputation : 24
Join date : 2013-03-17
Age : 39
Location : Ratingen, Germany

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyFri May 17, 2013 9:13 am

With careful documentation about what has been done, what is currently being worked on (and by whom) and what needs to be done in the future, this is perfectly possible. This kind of documentation should be maintained anyhow, whether we are 5 or 100 people, and the issue system over at GitHub is well suited for it.

The progress on any one stage will be slower, yes. But it might very well be that overall progress will be faster. For one, some people might be more interested in working on a particular stage. They wouldn't have to wait until it's their turn to do more than discuss in the forum. As soon as their stage is available as a bare skeleton, they can start playtesting and getting feedback on the gameplay mechanics they only talked about before.

Second, community projects like this seem to have a "if you start building it, the builders will come" dynamic. Take programming, for example. Many entry level programmers that would be interested in participating in a project such as this are far more comfortable with copying and modifying existing code to achieve their goal than with writing something from scratch. So the more different examples we have working, be it C++ or Lua, the more likely it will be that someone new will be encouraged to actually contribute. Once we get to a stage where there are many small tasks in the pipeline, I plan to tag the issues I think are easy, so that newcomers know exactly where to start.
Back to top Go down
WilliamstheJohn
Regular
WilliamstheJohn


Posts : 409
Reputation : 10
Join date : 2012-12-26
Age : 30
Location : Third Rock from Sol

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyFri May 17, 2013 9:49 am

I dont know. At this time, probaly not, but maybe a little bit later.
I would acttualy love it, beacuse stage im best in are aware and society, and it would take years to come to it.
Back to top Go down
Tritium
Newcomer
Tritium


Posts : 90
Reputation : 15
Join date : 2013-03-18
Age : 34

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun May 19, 2013 5:37 am

Well it's something the leaders of the project must decide. Although i find it sad that for the first time there are programmers asking what to do and nobody is interested in giving them a clear work plan.
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


Posts : 2312
Reputation : 175
Join date : 2012-07-22
Age : 28
Location : Canada

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyMon May 20, 2013 8:37 pm

I think it would be better to focus on one stage at a time, since each future stage gets much harder than the previous, but the manpower to be gained from releasing the stage before that would balance it out.

Also, making a future stage without having a solid stage before it would lead to a lot of complications I would imagine, like building the house before you build the foundation, or planning the interior design of the house before the house itself has been planned.

Nonetheless, there are some basic steps I feel we could work on right now, such as getting a Tech Editor prototype up and running. I would really look forward to that, since we have been discussing it a lot lately.
Back to top Go down
MirrorMonkey2
Newcomer
MirrorMonkey2


Posts : 51
Reputation : 6
Join date : 2013-07-02
Age : 24
Location : Switzerland

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 1:45 am

I'm not good in programming, but if you don't have the organism editor how would you create the mechanic editor in wich you give clothes to your creaturre?
Back to top Go down
Jimexmore
Newcomer
Jimexmore


Posts : 89
Reputation : -40
Join date : 2013-05-21
Age : 31

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 1:53 am

MirrorMonkey2 wrote:
I'm not good in programming, but if you don't have the organism editor how would you create the mechanic editor in wich you give clothes to your creaturre?
CUSTOM ARMOR AAAAAAAAAAAAAAAAAAAAAA!! yes.yes. If only i knew programming.
Back to top Go down
WilliamstheJohn
Regular
WilliamstheJohn


Posts : 409
Reputation : 10
Join date : 2012-12-26
Age : 30
Location : Third Rock from Sol

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 3:26 am

We will surely have custom armor.
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


Posts : 2312
Reputation : 175
Join date : 2012-07-22
Age : 28
Location : Canada

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 4:11 am

MirrorMonkey2 wrote:
I'm not good in programming, but if you don't have the organism editor how would you create the mechanic editor in wich you give clothes to your creaturre?

Who said no organism editor? Also, it's called the Tech Editor, not the Mechanic Editor.

Jimexmore wrote:
CUSTOM ARMOR AAAAAAAAAAAAAAAAAAAAAA!! yes.yes. If only i knew programming.


Jimexmore, please stop it with these kinds of posts. If you don't intend to post something meaningful or contributory, I think I can speak for several people here to say that you shouldn't post these at all. You have necroposted several times, you have multiposted several times, and your posts often make less than no sense and detract from the believability of your age being twenty. I try not to be harsh, and I don't like it when I am, but this is becoming a very common occurrence.
Back to top Go down
Jimexmore
Newcomer
Jimexmore


Posts : 89
Reputation : -40
Join date : 2013-05-21
Age : 31

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 7:31 pm

NickTheNick wrote:
MirrorMonkey2 wrote:
I'm not good in programming, but if you don't have the organism editor how would you create the mechanic editor in wich you give clothes to your creaturre?

Who said no organism editor? Also, it's called the Tech Editor, not the Mechanic Editor.

Jimexmore wrote:
CUSTOM ARMOR AAAAAAAAAAAAAAAAAAAAAA!! yes.yes. If only i knew programming.


Jimexmore, please stop it with these kinds of posts. If you don't intend to post something meaningful or contributory, I think I can speak for several people here to say that you shouldn't post these at all. You have necroposted several times, you have multiposted several times, and your posts often make less than no sense and detract from the believability of your age being twenty. I try not to be harsh, and I don't like it when I am, but this is becoming a very common occurrence.

So you you don't want me to learn programming alright.I guess this is a serious project after all. So how advance are we talking about? like make anything, uniforms , really give me the custom run down
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


Posts : 2312
Reputation : 175
Join date : 2012-07-22
Age : 28
Location : Canada

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 8:22 pm

You're free to learn programming, I never said you couldn't. What I was referring to and I hope you realize are these sorts of responses:

Quote :
scenarios:  >hanging out on my planet
>suddenly a mass on the horizon
>"huehuehuehueHueHueHueHueHUEHUEHUEHUEHUEHUE"
>"GIBE DAKKA OR I KRUMP YOU"
>most of them are fighting each other
>led by a huge leader

Quote :
Don't get it started again

for all purposes "we'll never be done and the project is going nowhere"

Quote :
Cloning yes.Clone army in first phase armor AAAAAAAA!!!!!!!!!!!! YEEEEESSS!!! FIGHTING ROBOTS TOO SAAAAAAAAAAAAAAAAAAAA!!!.Also custom armor do we have it.
We need it,It's probably included in the TO right?

As well as barely coherent posts like:

Quote :
I know you've been over this but it everything really to scale? Like if you make an ant sized beast will it stay ant sized or be off? i mean say you make a creature it's the biggest creature on your planet Now is it big or will the bird the size of a rat be bigger than you.

Quote :
ok now on to Symbiosis

From another thread

say you start as a cell with decent offense. you have little energy, and have to hunt and fight to survive. but then you meet one of those tasty cells that focus on defense, and have a lot of energy stored away in their bodies. you come to an alliance. The storage cell supplies you with extra energy, while you defend it. soon, you both multiply and you could have a circle of defensive cells around the storage cells. eventually, the outer ring merges to create a primitive multicellullar organism.

Now say you find a creature it stores food in its "hump" or hive or other Say you could go around and you see its little food storer "friend" being attacked and instead of standing their and letting whatevers attacking You drive it away attack it or whatever and your little storer relaxes around you and lets you take food and such and live with it they feed you,you protect them,until you evolve maybe they evolve with you So just a crazy thing I was talking about

And lastly, this thread has nothing to do with custom armour and/or uniforms, so please don't discuss that here. Armour was recently discussed in this thread, so try to keep an eye out for these areas to answer your questions.

So I hope you get the point so that we don't have to derail this thread any further.
Back to top Go down
Jimexmore
Newcomer
Jimexmore


Posts : 89
Reputation : -40
Join date : 2013-05-21
Age : 31

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 9:27 pm

NickTheNick wrote:
Jimpost is jim
so were was armor discussed at maybe i'd move over there
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


Posts : 2312
Reputation : 175
Join date : 2012-07-22
Age : 28
Location : Canada

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Jul 03, 2013 9:30 pm

Back to top Go down
Inca
Regular
Inca


Posts : 250
Reputation : 10
Join date : 2013-07-03
Age : 30
Location : England

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyThu Jul 04, 2013 7:03 am

I think it is very important to have all completed ideas to be implemented in the wiki. This is so we have one document that concisely explains all completed designs. This is so the programmers don't have to look all over the place and the designs don't get lost in the threads. Perhaps completed topics should be moved to the archive and a new topic posted which explains the finalised idea with a link to the old topic. This would allow people to revise the topic if they have anything to add.

At the moment it is very hard to see what we have decided on and what we haven't.



As for the parallel work on multiple stages. We should continue the current model of stage by stage. But for each section, some of the things we develop will carry through multiple stages. For example alot of the engine work in the Microbe stage will carry over to Multicellular.
Back to top Go down
http://soundcloud.com/inca_uk
Silver Sterling
Newcomer
Silver Sterling


Posts : 96
Reputation : 0
Join date : 2012-08-24
Age : 42
Location : Germaney

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptyWed Aug 14, 2013 2:31 pm

I actually think it woudn't be a to bad idea to make at least some small tech demos of the different stages.

If i remember correctly, the game should be developed in ogre. So something like a small tech demo with a predefined and simple creature running around in a small area would be nice.

And possible a tech demo of the stategic mode. Aswell with a simple background and possible a unit to move around.

Would give a better look on the game. Possible it could get some additional peoples intrested in it aswell.

For the wiki, yea it would be important to update it. I visited it short ago to get updated on the game again. What i have seen are some old infos about a very old prototype and its sometimes aswell a bit complicating to get the new vids. So linking them in the wiki would be imporant aswell.
Back to top Go down
Mouthwash
Newcomer
Mouthwash


Posts : 29
Reputation : -8
Join date : 2013-04-16
Age : 27
Location : Georgia

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySat Aug 17, 2013 11:06 pm

I believe we'll have one in about a week.
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


Posts : 2312
Reputation : 175
Join date : 2012-07-22
Age : 28
Location : Canada

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Aug 18, 2013 2:24 am

That isn't a tech demo, it's a concept animation.
Back to top Go down
Mouthwash
Newcomer
Mouthwash


Posts : 29
Reputation : -8
Join date : 2013-04-16
Age : 27
Location : Georgia

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Aug 18, 2013 8:48 am

NickTheNick wrote:
That isn't a tech demo, it's a concept animation.
Well, if you're going to release everything as soon as it works, then we probably won't even need one. I'll make lots of videos of the first complete microbe stage on Youtube, I guess, although it would be nice if we could get someone well known to do it.
Back to top Go down
liminal18
Newcomer



Posts : 20
Reputation : 1
Join date : 2012-10-25

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Sep 01, 2013 3:07 am

The organism stage is actually what interests me, I also played with the organism / tech editor awhile back, but it was written with my GUI is I remember correctly so I will need to recompile ogre with my GUI support this time. Also windows compiles of the simple beginning programming I now have working, in Linux I am almost there, it compiled yesterday,mbut the make install failed so I need to get the older version of boost ogre asks for correctly installed in my /usr/local/lib and include first. Ok well, I will look into the organism stage soon.
Back to top Go down
Tarpy
Strategy Team Lead
Tarpy


Posts : 337
Reputation : 23
Join date : 2013-03-08
Location : Here

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Sep 01, 2013 6:12 am

liminal18 wrote:
The organism stage is actually what interests me, I also played with the organism / tech editor awhile back, but it was written with my GUI is I remember correctly so I will need to recompile ogre with my GUI support this time. Also windows compiles of the simple beginning programming I now have working, in Linux I am almost there, it compiled yesterday,mbut the make install failed so I need to get the older version of boost ogre asks for correctly installed in my /usr/local/lib and include first. Ok well, I will look into the organism stage soon.
If I understood correctly, you will try and make a prototype for the organism/tech editor or organism stage? That is excellent, to be honest, I'm really just interested in the organism and society/industrial stages of the game aswell, but I understand that we need to first make a microbe stage to actually show people that we have some sort of a solid game. Once you made something you think is enough, you should make a new thread in the "prototype" section of the forum so that you can show your work. I'm sure that a lot of people, including me, would be very, very excited to have some sort of prototype for the post-microbe stages of the game, especially the organism stage.
Back to top Go down
liminal18
Newcomer



Posts : 20
Reputation : 1
Join date : 2012-10-25

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Sep 01, 2013 7:12 am

Forgive me, I actually meant the microbe stage. that's the one that interests me. the first part of spore before you get on land was the most fun to me. I would love to design microbial levels.
Back to top Go down
Tarpy
Strategy Team Lead
Tarpy


Posts : 337
Reputation : 23
Join date : 2013-03-08
Location : Here

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Sep 01, 2013 7:23 am

No problem, any prototype is great and appreciated.
Back to top Go down
liminal18
Newcomer



Posts : 20
Reputation : 1
Join date : 2012-10-25

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Sep 01, 2013 8:18 am

is there any actual code? I read Nimbal's notes about alpha maps and particles, but no code exists for microbe?
Back to top Go down
Tarpy
Strategy Team Lead
Tarpy


Posts : 337
Reputation : 23
Join date : 2013-03-08
Location : Here

Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages EmptySun Sep 01, 2013 9:03 am

Here is our github. All of the code is there. Note: That is just one branch, you can choose other ones aswell.
Back to top Go down
Sponsored content





Parallel work on multiple stages Empty
PostSubject: Re: Parallel work on multiple stages   Parallel work on multiple stages Empty

Back to top Go down
 
Parallel work on multiple stages
Back to top 
Page 1 of 2Go to page : 1, 2  Next
 Similar topics
-
» Miscellaneous Bugs And Questions That Don't Deserve Their Own Thread Thread
» Multiple Saves Dialemma
» Multiple Endings and philosophies idea
» Breakdown- moving through stages.
» My work !!!

Permissions in this forum:You cannot reply to topics in this forum
Thrive Game Development :: Development :: Programming-
Jump to: