Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lovely Acron

Pages: [1]
1
Newbie / Hello! (and newbie questions)
« on: April 20, 2008, 10:30:44 PM »
Okay. If I'm judging the atmosphere here right, multibots won't really be easy until version 3, right?

2
Newbie / Hello! (and newbie questions)
« on: April 20, 2008, 07:10:52 PM »
Hold on, I think I understand. On another post Erict talks about adding the ability for negative .fixang to allow free rotation. That made me realize that currently they dont freely rotate. So maybe thats the problem, that when the bot goes to turn it drags all its ties around too? That would explain the circular, tornado looking effect.

3
Newbie / Hello! (and newbie questions)
« on: April 19, 2008, 03:39:21 PM »
Quote from: Endy
Bots can't currently be killed by crushing, sounds like a cool idea though. Feel free to ask questions, it's nice to get fresh ideas.
Now that I think about it, a multi-cellular organism crushing a single cell really isn't practical. Not only would the single cell have an advantage at slipping into some crack somewhere, but the multi-cell would have to be extremely streamlined for the trap to not loose more energy that it gains. However, if a multi-bot was developed sophisticated enough in cell specialization that it couldn't survive separated, the mechanisms probably could have enough force to wreck ties and arrangement, which would cause it to eventually die. However, I can't even make a simple plant that is stable, so I really need to lower my expectations for now.  

4
Newbie / Hello! (and newbie questions)
« on: April 19, 2008, 08:23:32 AM »
Quote from: EricL
You could fix them until your structure is established and the ties harden, then unfix them...

I still don't understand #2.  Are you talking about the order of operations performed by the simulator during a cycle or the order you bot code perfroms operations or something else?

Is that what is going on? I didn't realize before the 20 cycle hardening statement in the wiki, but maybe thats it (though I don't see how even that would cause this). I'll test in a second.

And about the order the simulation uses. But apparently, I meant rotation, not movement in general. According to the wiki , its higher on the "Activation Hierarchy" I'll give an example of my current bot (Even though it was solved in this case). One of it conditions is that if there is a family member directly in front of it, and another condition is that if there is something in front of it, rotate 90 degrees. The bot will never tie, since the rotation command will be activated first.


I hate to throw yet another question out there, but can bots be "crushed"? I'm trying to figure out the feasibility of creating a mousetrap-esque jaw.

Quote from: EricL
You could fix them until your structure is established and the ties harden, then unfix them...

I still don't understand #2.  Are you talking about the order of operations performed by the simulator during a cycle or the order you bot code perfroms operations or something else?

Is that what is going on? I didn't realize before the 20 cycle hardening statement in the wiki, but maybe thats it (though I don't see how even that would cause this). I'll test in a second.

And about the order the simulation uses. But apparently, I meant rotation, not movement in general. According to the wiki , its higher on the "Activation Hierarchy" I'll give an example of my current bot (Even though it was solved in this case). One of it conditions is that if there is a family member directly in front of it, and another condition is that if there is something in front of it, rotate 90 degrees. The bot will never tie, since the rotation command will be activated first.


I hate to throw yet another question out there, but can bots be "crushed"? I'm trying to figure out the feasibility of creating a mousetrap-esque jaw.


And thanks Numsgil, I can use that until I get around to adding body regulation

5
Newbie / Hello! (and newbie questions)
« on: April 18, 2008, 09:43:46 PM »
Quote from: EricL
Hi there and welcome!

1) You might try fixing your bots.  Just have them do:

1 .fixpos store

And they shouldn't get moved when bots knock into them.

2) I'm not sure I understand what you want to do here.  What order of what do you want to force and why?

1. Well, that is not exactly what I want. I'd like to be able to move, but I want to stop slight nudges from turning the entire organism into chaos.

2. Well, many things. Like tie to the bot in front of it before it turns, or shoot an enemy before it moves, and so on.

6
Newbie / Hello! (and newbie questions)
« on: April 18, 2008, 06:18:14 PM »
Hello. I love this sim. I've always found a certain allure towards programming, though I never was able to get good at it. Its still fund to play around with the DNA, even though the results usually are nothing like what I wanted. I have two questions though and I'm horrible at using wikis.

1. How does the physics of this work? I tried to create a simple veggie that would turn at 90 degrees until it found a side that was open, reproduce, tie, repeat. It would kind of work, until a reproduction accidentally hit an existing cell, in which case everything would cause a chain reaction, moving all the cells around. How do I prevent slight nudges from transforming my plants into vicious tornadoes?

2. Since movement is executed first, is there a simple way to work around that and force the wanted order? I can find ways to do it, but they are just duct tape solutions.

Pages: [1]