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.


Topics - spike43884

Pages: 1 ... 7 8 [9]
121
Newbie / Questions about F1 rules and no video option
« on: October 19, 2014, 08:29:58 AM »
I was running mostly the same simulation. F1 league rules, mutation rate of 16x 100cycles, 1/16x 1000 cycles. Have corpse mode on for NRG, weather on, 2000cycle day, 1000cycle tide. Then I ran a thick fluid, thin fluid, and no fluid resistance sim, with speed and bounce at about 75% the no fluid resistance had 100% speed.

No fluid resistance and high speed looks great with tidal mode :D like popcorn!
What is F1 League rules, its confused me as i've turned it on in some of my sims and not noticed a difference :/
The lag of the program is the only thing I hate BTW :3 I have to close down everything if I want to 'play it' Which is real annoying...Might I suggest a little mode to reduce that, litterally run the sim but skip X cycles (So maybe it just goes through 5 cycles a time instead of 1) It'd get through my sims much quicker without more performance needed, and then I could have more fun >:D. BTW - I felt it nessisary to save my cancerous bots sim...How do I save a single bot though, I want to save the incredibly cancerous omniscience being.

122
DNA - General / My first custombot's code
« on: October 18, 2014, 05:51:15 AM »
Code: [Select]
' Gene 1 Food Finder
cond
 *.eye5 0 >
 *.refeye *.myeye !=
start
 *.refveldx .dx store
 *.refvelup 30 add .up store
stop

' Gene 2 Eat Food
cond
 *.eye5 50 >
 *.refeye *.myeye !=
start
-1 .shoot store
 *.refvelup .up store
stop


' Gene 3 Steal Food
cond
 *.eye5 100 < and *.eye5 50 >
 *.refeye *.myeye !=
start
 *.tiepres .tienum store
 -20 .tieval store
 -1 .tieloc store
stop

' Gene 4 Avoiding Family
cond
 *.eye5 0 =
 *.refeye *.myeye = or
start
 314 rnd .aimdx store
stop

' Gene 5 Reproduce
cond
 *.robage 25 >
 *.nrg 21000 >
start
 10 .repro store
stop

end
Minorly editted version of the Animal_Mimalis...Is there any errors in it...Especially within Gene 2 & 3 as im trying to get it to be able to do both ties & shoot... Any suggestions for improvements..? Also Id love to have a pointer on how to edit the reproduce so it will perform mitosis when it has a higher NRG if it cant perform .sexrepro when the conditions are true for both circumstances but it isnt fertilised, Because it'd be more desirable for it to do .sexrepro but for it to survive I want a mitosis backup :D
EDIT:...If that made sence :D

123
RANT / Wikimanual Command Explanations
« on: October 18, 2014, 05:34:51 AM »
E.G. .refeye explaination is:
.refeye ----- How many .eye commands do you have in your DNA? Returns the number to me eye1, eye2, eye5, eye9? Any of them. I'm not fussy.
Wth? Eye commands...If im having to look up .refeye do I have a extensive knowledge of .eye commands!?!
Its torturous D:

124
Newbie / Bots Genes
« on: October 16, 2014, 02:02:55 PM »
Im completely new, so can someone post me a list of bot genes + what they do/give me a link to them, Ill just plough through them once I have a good definitions list...and basic understanding of how to compile the genes.

125
Really simple system, litterally lets you directly edit the bots code in a simulation, mid-simulation.

Also, it'd be nice a simple list of the various commands (w/ finder) Im pretty new here and the *eyeX:e3r8fexcvnfdrhei is incredibly confusing compared to normal code :3
And a little add-on to this suggestion post...Bot flagellum and other misc. parts - IRL Cells have little things to help them do specific tasks, to co-ordinate themselves, allowing for multi-cellular life, currently all bots are boring old circles, but ovular bots, bots with feelers, grabbers etc. Would make 1 species interact better, or POSSIBLY under right circumstances create multiple species working together...This would make sims so much fun  :D  :D  :D

126
Bot Tavern / 3974 Cycles and I have a *complex* Being
« on: October 16, 2014, 12:07:58 PM »
I installed darwinbots late last night yesterday, so this is my first proper sim...I after looking at the various creatures in test sims settled on Alga Mimalis for plants, then Animal Mimalis & Ebola for my non-plants...
I created a few globuls of shapes, I dont like a to big maze...then made these little plant clusters and 'trails' and Ebola...Exploded? Not sure what happened to it really, it just *boom* But Animal Mimalis without to much interaction has gone, quite cool...At first i thought some protein trail or something built up, but I zoomed in, and found it had mass-reproduced, and was floating in the corridors I had made, and was acting like a multi-cellular being...Its using some of the smallest outer ones to *feel* around and some bits to anchor itself, good god...All it needs next are legs. I had 1/2 mutation, and kept the mutation rates for individual species standard, put a huge as hell map...

I just wish the DNA Parts were slightly better named, or in-program was a DNA chunk list...And that there was some way to directly interact with the DNA. If anyone knows how to help, i'd be happy to listen! As I said, Ive only just started.

Thanks as ever
   ~Spike4384, 14

Pages: 1 ... 7 8 [9]