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 2 users online :: 0 Registered, 0 Hidden and 2 Guests

None

Most users ever online was 443 on Sun Mar 17, 2013 5:41 pm
Latest topics
» THIS FORUM IS NOW OBSOLETE
microbe stage development - Microbe Stage Development - Page 4 Emptyby NickTheNick Sat Sep 26, 2015 10:26 pm

» To all the people who come here looking for thrive.
microbe stage development - Microbe Stage Development - Page 4 Emptyby NickTheNick Sat Sep 26, 2015 10:22 pm

» Build Error Code::Blocks / CMake
microbe stage development - Microbe Stage Development - Page 4 Emptyby crovea Tue Jul 28, 2015 5:28 pm

» Hello! I can translate in japanese
microbe stage development - Microbe Stage Development - Page 4 Emptyby tjwhale Thu Jul 02, 2015 7:23 pm

» On Leave (Offline thread)
microbe stage development - Microbe Stage Development - Page 4 Emptyby NickTheNick Wed Jul 01, 2015 12:20 am

» Devblog #14: A Brave New Forum
microbe stage development - Microbe Stage Development - Page 4 Emptyby NickTheNick Mon Jun 29, 2015 4:49 am

» Application for Programmer
microbe stage development - Microbe Stage Development - Page 4 Emptyby crovea Fri Jun 26, 2015 11:14 am

» Re-Reapplication
microbe stage development - Microbe Stage Development - Page 4 Emptyby The Creator Thu Jun 25, 2015 10:57 pm

» Application (programming)
microbe stage development - Microbe Stage Development - Page 4 Emptyby crovea Tue Jun 23, 2015 8:00 am

» Achieving Sapience
microbe stage development - Microbe Stage Development - Page 4 Emptyby MitochondriaBox Sun Jun 21, 2015 7:03 pm

» Microbe Stage GDD
microbe stage development - Microbe Stage Development - Page 4 Emptyby tjwhale Sat Jun 20, 2015 3:44 pm

» Application for Programmer/ Theorist
microbe stage development - Microbe Stage Development - Page 4 Emptyby tjwhale Wed Jun 17, 2015 9:56 am

» Application for a 3D Modeler.
microbe stage development - Microbe Stage Development - Page 4 Emptyby Kaiju4u Wed Jun 10, 2015 11:16 am

» Presentation
microbe stage development - Microbe Stage Development - Page 4 Emptyby Othithu Tue Jun 02, 2015 10:38 am

» Application of Sorts
microbe stage development - Microbe Stage Development - Page 4 Emptyby crovea Sun May 31, 2015 5:06 pm

» want to contribute
microbe stage development - Microbe Stage Development - Page 4 Emptyby Renzope Sun May 31, 2015 12:58 pm

» Music List Thread (Post New Themes Here)
microbe stage development - Microbe Stage Development - Page 4 Emptyby Oliveriver Thu May 28, 2015 1:06 pm

» Application: English-Spanish translator
microbe stage development - Microbe Stage Development - Page 4 Emptyby Renzope Tue May 26, 2015 1:53 pm

» Want to be promoter or project manager
microbe stage development - Microbe Stage Development - Page 4 Emptyby TheBudderBros Sun May 24, 2015 9:00 pm

» A new round of Forum Revamps!
microbe stage development - Microbe Stage Development - Page 4 Emptyby Oliveriver Wed May 20, 2015 11:32 am


 

 Microbe Stage Development

Go down 
+22
Immortal_Dragon
Mouthwash
Oliveriver
EVanimations
untrustedlife
Falthron
penumbra espinosa
Nimbal
Tarpy
crovea
WJacobC
PropTheRedstoner
Ionstorm
MitochondriaBox
Doggit
The Uteen
~sciocont
liminal18
Seregon
Daniferrito
ido66667
NickTheNick
26 posters
Go to page : Previous  1, 2, 3, 4, 5, 6  Next
AuthorMessage
Seregon
Regular



Posts : 263
Reputation : 37
Join date : 2011-08-10
Location : UK

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyMon Feb 11, 2013 6:57 am

Right, so it's been two weeks since I posted here... again. I'm not going to be able to contribute to this continually, but I'll hopefully get either a day or a long evening in every week or two, and try and get a few significant features done each time.

I had started work on both the input manager and entity system, though Dani has since also done a lot of work implementing the entity system, so I'll need to have a good look at that before I carry on.

I can't say when I'll next get something done, but I'm thinking of stuff to do almost continuously, and I'd really like to get atleast some of it into code soonish...

@scio - don't worry about commenting for now, the work we're doing is setting up the nitty gritty basics, and is only really of interest to coders. I expect this thread to become a lot more interesting to others once we start implementing actual gameplay. We always appreciate the support though.
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyMon Feb 11, 2013 7:41 pm

I've been using the entity framework a bit, adding some things. In particular, colisions. Althrough this is the very first implementation of it, I think it looks fine.

What it does is push objects away from each other if their distance is closer than their combined radius. It doesen't care about how heavy they are, only works for circular shapes, and will punch objects really far if they manage to get really close, but as i said this is a first test. Anyway most of the times when cells colide they will probably engulf one another, instead of bounce away.

You can download it from here

On a side note:
I've been thinking about how to implement species, but i can't come up with a good idea. I would like for it to go inside the engine, and I have some ideas, but nothing that fits our plans completelly.
Back to top Go down
Doggit
Regular
Doggit


Posts : 444
Reputation : 36
Join date : 2012-04-28

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyTue Feb 12, 2013 7:52 am

Daniferrito wrote:
I've been using the entity framework a bit, adding some things. In particular, colisions. Althrough this is the very first implementation of it, I think it looks fine.

What it does is push objects away from each other if their distance is closer than their combined radius. It doesen't care about how heavy they are, only works for circular shapes, and will punch objects really far if they manage to get really close, but as i said this is a first test. Anyway most of the times when cells colide they will probably engulf one another, instead of bounce away.

You can download it from here

On a side note:
I've been thinking about how to implement species, but i can't come up with a good idea. I would like for it to go inside the engine, and I have some ideas, but nothing that fits our plans completelly.

Good Job
Back to top Go down
MitochondriaBox
Learner
MitochondriaBox


Posts : 188
Reputation : 7
Join date : 2013-01-29
Age : 24
Location : Houston, Texas

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Feb 14, 2013 9:34 am

So, could the next step be to put some of the protocell models into the game somehow? Maybe we could have an orange centipede (heat eater) and a lily pad (light eater) to brighten up the mood. Has anyone made the little bug (eater)?
Back to top Go down
~sciocont
Overall Team Lead
~sciocont


Posts : 3406
Reputation : 138
Join date : 2010-07-06

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Feb 14, 2013 9:42 am

MitochondriaBox wrote:
So, could the next step be to put some of the protocell models into the game somehow? Maybe we could have an orange centipede (heat eater) and a lily pad (light eater) to brighten up the mood. Has anyone made the little bug (eater)?
The nest step would be implementing species. Separate models for species come later.
Back to top Go down
liminal18
Newcomer



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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyTue Feb 19, 2013 10:20 pm

so a few updates on my end:

In windows I am at the point that my error is now an ld error:
ld can't find OGre_Main and OIS
I copied the OPHreMain.dll and OIS.dll into the project's directory
and then liberally pasted it around hopging that ld searches the project's dic for libraries, but to no avail.

In linux I am getting a similar ld error, but it's just a can't find boost_threat_mt_some such version so i just need
to find the boost lib thread in my usr/lib and then create a symbolic between the two, and hopefully that will work.

In other news I am not working 7 days a week right now (looks like I resume work in March and then possibly have April off) so I will be working on these problems
in the coming week.
Back to top Go down
liminal18
Newcomer



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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyTue Feb 19, 2013 10:50 pm

did not know that target_link_libraries calls on ld, might have windows issue solved.

nope.... but did fix one more error in windows.
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 3:09 am

Have you tried the instalation guide that i posted here? It's an easy way of setting up the environement on windows and one person alredytold me that it worked for him.
Back to top Go down
liminal18
Newcomer



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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 11:10 am

Daniferrito wrote:
Have you tried the instalation guide that i posted here? It's an easy way of setting up the environement on windows and one person alredytold me that it worked for him.

O the installation is fine
The problem it's with compiling the tutorials. I did use your guide and it went fine.
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 12:07 pm

But are you able to compile the code on the repo? The tutorial code is probably outdated.
Back to top Go down
Ionstorm
Newcomer
Ionstorm


Posts : 11
Reputation : 1
Join date : 2013-01-17
Location : Cambridge

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 1:01 pm

Daniferrito wrote:

On a side note:
I've been thinking about how to implement species, but i can't come up with a good idea. I would like for it to go inside the engine, and I have some ideas, but nothing that fits our plans completelly.
The way I did the speices for my Ai test system worked fine. I t worked by haveing in a world class an array of actors
Organisms org[10000];
and an array of speices
Species spec[100];
Each actor would be assined a speices with a little id tag and the speices would be a class with all the info like modelshapes speed AI net weights and such.
so
org[0] would have a tag of
org[0]->SpeciesId and then it would look for it's speices in the speices array.

This is they way I would do it.

Ps the dropbox for the sim is here
http://dl.dropbox.com/u/68001178/Thrive.zip
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 1:42 pm

Yes, with that type of structure that would be re route i would take too. However, we are using an entity framework, and so we just have entities. Basically, it's a different problem. Look at the code on the repo (my branch) to see how it works.

I saw your code some time ago, i tried to compile it, but i couldn't. The program looks good. But why the cells go to the top left when left alone?
Back to top Go down
Ionstorm
Newcomer
Ionstorm


Posts : 11
Reputation : 1
Join date : 2013-01-17
Location : Cambridge

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 3:13 pm

The reason why is that the search code is of and so when a cell is not tracking something the default place to go is to 0,0 or -1,-1. Also I think when you tried to compile it there may of been errors.

I have looked at your code and the code is very different but i think that it might work but a bit metarmofisized/changed?

Ps: I do like the coding style
On another note couldn't the ogre and the game play layer be separate, so that you can read what is game play oriented and what is ogre based. I think it would read easier ? This would help people who are less experienced at ogre-ing than gameplay could work on that and those who are more proficient at ogreing can work on that.
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Feb 20, 2013 8:19 pm

If you mean the code at the thrive class, that will need to be splitted into other places.

Actually the entity framework is there so all code can be splitted into more manageable parts, called systems. Instead of having a huge updating method, with everything from the game stuffed into it, we have a system for every single separated part. For example, one system to move things around. One system to get the actions from the agents. One system to handle colisions. One system to evolve the species. One system to create the ogre models from the species attributes.

The code will hopefully be somewhat separated, but there needs to be some parts where they meet. At least with the basic things from ogre. Any system that interacts in any way with the world will want to know where stuff is, and that is stored into an ogre node. Speed, direction, distances, all of that will be handled by ogre.
Back to top Go down
Ionstorm
Newcomer
Ionstorm


Posts : 11
Reputation : 1
Join date : 2013-01-17
Location : Cambridge

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Feb 21, 2013 3:51 am

Sorry what I mean is the interaction between the entity and the speices class, the thrive was just a little way to cheack if the AI was working. I was thinking that we could have a similar interaction.
Sorry for the confusion
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Feb 21, 2013 4:43 am

Oh, yes, cells/creatures have to have either a pointer to the its species or som other way to point to them, like their name. The dilema i was having was where to store the species, either in a vector on its own or as entities, together with all the other entities. I spoke with seregon and he prefers to have them together with the other entities.
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyMon Mar 11, 2013 2:25 am

Can you guys give us an update on the current status of the code, and what the Task list should look like? Also, we are getting some new programmers, like TropicalMammoth and Tarpy, so try and contact them and explain where we are right now and where we are going.
Back to top Go down
Daniferrito
Experienced
Daniferrito


Posts : 726
Reputation : 70
Join date : 2012-10-10
Age : 30
Location : Spain

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyTue Mar 19, 2013 2:34 am

I just added species to the game. Each specie has a set of attributes, like the organelles it has, the model to display and some other, like mass or acceleration.
From the two cells that there are, each one is from a diferent specie, and so each one has a different model. There are abolutelly no models on the right format (.mesh), so i had to use one from the tutorial resources. If someone posts any cell model, i'll change it.

I've added organelles as well. They are defined from code, not from xml. Maybe someone could do it?

In the end, the only visible change is that one of the cells has a different model.

Download: https://www.dropbox.com/s/qlhcv05kmya679a/dist.rar

I'll add this to the releases thread
Back to top Go down
PropTheRedstoner
Newcomer
PropTheRedstoner


Posts : 35
Reputation : 1
Join date : 2013-08-19
Location : [ERROR: INVALID COORDINATES]

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Oct 09, 2013 4:56 pm

Alright, I want to start being helpful with this project, what type of file will models be using in the game, and which program should I use to make/edit them?
Back to top Go down
WJacobC
Outreach Team Lead
WJacobC


Posts : 220
Reputation : 17
Join date : 2013-04-05
Age : 25
Location : The United States of America

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyWed Oct 09, 2013 6:12 pm

I'm fairly sure the models are .mesh files. You can make them using a 3D Modeling program named Blender.
Back to top Go down
http://WJacobC.com
NickTheNick
Overall Team Co-Lead
NickTheNick


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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Oct 10, 2013 2:07 am

This thread and subforum is for discussing programming. Make sure to ask questions on art on an art thread, or even just the Misc. thread.
Back to top Go down
crovea
Programming Team lead
crovea


Posts : 310
Reputation : 59
Join date : 2013-10-07
Age : 34
Location : Denmark

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Nov 14, 2013 6:40 pm

Just wanted to add a bit of an update on the current progress since not everyone can be expected to look at (or even find) the github issues page.

Which i will add, is the best way for people to get the absolute latest news of whats currently being developed!


We are currently working hard at creating a decent microbe stage prototype for christmas, and I'll add a few points at what you can expect and can't expect with it:

You can expect:

  • A microbe to move around in a randomly generated enviroment - Done
  • Functionality to move around the enviroment, gather different compounds and process them into other compounds, this includes a system for procucing and basic consumption of ATP (energy) - Done
  • Limited functionality to custimize your microbe and enviroment through lua scripts - Done
  • Other microbes moving around in your enviroment with basic AI - Development not started
  • Very basic UI, showing what compounds your cell contains.


What you very likely shouldn't expect:

  • Visually appealing or correct graphics. You will see re-used models and a microbes that looks like it belongs in the microbe editor, etc.
  • Gameplay direction and goals. You won't be able to complete the game or reach the next stage.
  • Correct representation of microbes. They won't have all the organelles/parts you would expect a microbe to have.


What we might be able to squeeze in:

  • Advanced microbe interactions, like attacking organelles used to kill other microbes.
  • Slightly more informative/fancy UI
  • Menu/startup screen - We should have functionality to make this without much trouble, but low priority
  • Simple microbe editor - This will be a tough one to make in time, but one i think would be really cool to have for the prototype


Note that these lists have been made by me alone and I'm not the sole decision maker, so they are naturally subject to change.

General Development status:

Development is slowly moving towards actual gameplay development as opposed to mostly engine development. But we are still making changes to the engine itself, and there will definitely be more demands on the engine, as new features start popping into the todo-list.

Development is currently being done by Nimbal and myself with some recent help from patowen95/SuperLala. I have let myself be told that Daniferrito might be returning to active development within a week or two.


Feel free to ask questions about the prototype or anything else relevant!
Back to top Go down
Tarpy
Strategy Team Lead
Tarpy


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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyThu Nov 14, 2013 7:30 pm

Fantastic! This is bound to get us at least some attention. Once people start playing the game, no matter how simple it is, important that it is actually playable, they will sort of realize that we are capable of making progress and will look at us with less ridicule .
Back to top Go down
Nimbal
Programming Team lead



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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptyFri Nov 15, 2013 7:42 am

Tarpy wrote:
they will sort of realize that we are capable of making progress and will look at us with less ridicule .
Don't expect too many positive reactions. Today's players are pretty hard to impress, what with the countless indie projects that pop out of nowhere with fancy graphics (which we won't show) and fresh gameplay ideas (which we won't show). The planned milestone is little more than a proof of concept that the engine is more or less capable of keeping graphics, physics, gameplay and (maybe) sound together for a very simple game. The gameplay itself will be something that an experienced game developer would be able to cobble together within a few hours at most.

Don't get me wrong, I don't want to curb your enthusiasm. I just think it's important to manage expectations. I'd rather have people being pleasantly surprised than dissapointed.
Back to top Go down
NickTheNick
Overall Team Co-Lead
NickTheNick


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

microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 EmptySat Nov 16, 2013 5:19 am

I think the best benefits of this will be A), having proof of concept, as Nimbal said, but also B), once we get to a certain point of playability and fun, we will actually have something as payoff for all the work invested into the project. For anyone who begins to feel burnt out working on the project, just being able to play whats been made so far and have fun doing so helps a tremendous amount, plus its just plain fun.

In terms of attracting new game developers, I think it will be gradual, since the early releases still will lack the most important concepts of evolution, editors, stage progression, and dynamic competition. But as we get those implemented, the game will begin to form more of a solid basis.
Back to top Go down
Sponsored content





microbe stage development - Microbe Stage Development - Page 4 Empty
PostSubject: Re: Microbe Stage Development   microbe stage development - Microbe Stage Development - Page 4 Empty

Back to top Go down
 
Microbe Stage Development
Back to top 
Page 4 of 6Go to page : Previous  1, 2, 3, 4, 5, 6  Next
 Similar topics
-
» Development Bulletin: Microbe
» HI, I am Alduin2013
» Microbe Stage GDD
» The Finalization of Microbe Stage
» Microbe Stage Mobs

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