Users 

Seek help here, ask others and help if you can. Before asking questions, please search this site and read available documentation.

How to use my 3D objects in Framsticks ?

How can I use my 3D objects to put them in the world of Framsticks ?
Like the apple for the food . I see it seems to be an AC file. Can we use
other 3D formats for this ?
If not, how to produce AC files without AC3D, because this software isn't
free...

Alain Lioret

Forums: 

Brain-only evolution and restricting neuron mutations

Hello,
Can you tell me how do an only brain evolution without every sticks evolution ?
Thanks.
(On framstick 2.8)

Forums: 
Maciej Komosinski's picture

Framsticks Theater is ready.

If you want to test it, please send email to support@framsticks.com
and I will send you the application for tests. Theater users: please
send bug reports and comments to support@framsticks.com as soon as
possible.

MacKo

Forums: 

Can't load any simulator parameters!

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I'm not sure why I can't load any simulator parameters from a .sim
file. I tried to load speed.sim, but when I took a look at the
simulator parameters, they were set to default values! Does the
simulator parameter window actually show the changes reflected in the
sim file? Or is the sim file loaded into memory without the need to
show the actual parameters in the window itself? Any help would be
appreciated. Thanks!

Fernand

-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0.3 - not licensed for commercial use: www.pgp.com

iQA/AwUBQBDAXCaouhu70mSmEQLAYACaA+sxFnGj8UmhKCJpiatRas4bqCYAoKF5
WqlIxAD4z9bdysRkbHVdRp1d
=vWU6
-----END PGP SIGNATURE-----

Forums: 

Multiple Genotype Groups

When I try to create more than three genotype groups, the message "A
component named _1 already exists." is shown.

Here are some lines from my experiment definition:

...

~
code:~
onExpDefLoad:

Forums: 

Rowboat

I got my favorite little guy in the The Framsticks Experimentation Centers Genotype Database:

http://ec.framsticks.com/browse_geno/278

Forums: 

Fastest

Who know any gnotypes fastest than Velocity=0.063

Forums: 

Switching Neuron

Teaching myself scripting and this is a fairly basic Neuron it will switch
between the +/- 'start' parameter every 'time' parameter.

Example X[Switch,start:0.5,time:50]

I know its simple and I'd appreciate it if you tell me if i did something
wrong.

~copy and paste into Switch.neuro~

class:
name:Switch
longname:Switching Neuron
prefinputs:-1
prefoutput:1
description:takes no input, has one output. flips between negative and
positive 'start' value every 'time' value
code:~
function init() {
Neuro.state=NeuroProperties.start;
NeuroProperties.count = 0;
}

function go()
{
if (NeuroProperties.count >= NeuroProperties.time)
{Neuro.state = Neuro.state * -1;
NeuroProperties.count = 0;
}
else
NeuroProperties.count = NeuroProperties.count + 1;
}
~

property:
id:start
name:starting value
type:f -1.0 1.0

property:
id:count
name:time tracker internal
type:d

property:
id:time
name:how often to switch
type:d 1 1000

Forums: 

Length Muscle

Some other questions

The Length Muscle LMu... I know its experimental but I haven't been able to
get it to work at all except for when it first starts eval. I'm using f1 if
that makes a difference.

This is one of the simpler tests I did
X[*][Sin,-1:0.02][LMu,-1:1,p:1]

Forums: 

Modifiers

One quick question:
Do the modifiers cancel each other out? is the stick AAAaaAX exactly the
same as AAX?

I'm writing a program I'm calling FramCleaner that can strip the "Bones",
the Shape, the Brain, or just 'clean up' the Geno. So "LLlRRRRaARRRRX"
would become "LX"(8 R's is a full rotation and I assume A&L and a&l cancel
each other out) if so the original Fram:( Pigmei's Inchworm)

rLLLLLafffsX[| 1 :-1.799,0 :2.404]A(,rLLaCqX,RRLLLFXAfi(,rrrraMqX[@ 3
:2.102][|3 :-0.966,T :-3.963,4 :3.482],aCMqX[ 1 :-1.647][ 0 :4.536,-2
:-4.750][|-3:1.080,0 :1.915][ G:0.713]LaFMsiiQX[ @1 :-4.884][| 0 :-21.341,-2
:-3.852,= :0.000],LLIIIXLcqqX,,))

Bones:
X(,X,X(,X,XX,XX,,))

Shape:
same as bones but with the LlRrQqCc modifiers

Brains:
[| 1 :-1.799,0 :2.404]
[@ 3:2.102]
[|3 :-0.966,T :-3.963,4 :3.482]
[ 1 :-1.647]
[ 0 :4.536,-2:-4.750]
[|-3:1.080,0 :1.915]
[ G:0.713]
[ @1 :-4.884]
[| 0 :-21.341,-2:-3.852,= :0.000]

Cleaned up: afffLLLLLrsX[| 1 :-1.799,0
:2.404]A(,aCLLqX,FLLLRRXAfi(,aMqrrrrX[@ 3:2.102][|3 :-0.966,T :-3.963,4
:3.482],aCMqX[ 1 :-1.647][ 0 :4.536,-2:-4.750][|-3:1.080,0 :1.915][
G:0.713]aFiiLMQsX[ @1 :-4.884][| 0 :-21.341,-2:-3.852,=
:0.000],IIILLXcLqqX,,))

This example didn't have any 'cancelled out' modifiers but as you can see
the cleanup process alphabetizes them

Now the big question is would this program be useful to anyone? I'm mainly
doing it out of boredom.

Forums: 

Pages

Subscribe to RSS - Users