Code center > Bugs and fixes

Problem with 3.4 source code?

<< < (4/7) > >>

Ulciscor:
Well this is nothing big but is just odd. The little symbol that is supposed to be inside each bot appears to be outside instead.



I've just restarted with a new symbol and it's fine now.  :wacko:  :blink:


Also tried Helios out and it freaked out, then I got a "subscript out of range" in

  IntStack.val(IntStack.pos) = value

PurpleYouko:
Oh No!

Inside out robots!  :unsure:

Ulciscor:
It seems that the symbols aren't being resized for growing/shrinking bots.



Do you mind if I poke around to try and solve some of these myself? I can post either whole forms/modules or just blocks of code as appropriate.

Ulciscor:
You don't even wanna see what's happening with ties.  :rolleyes:

Are you going to start hating me pretty soon?  :P

Take a look-see!

Numsgil:
1.  Ties don't have a breaking length at the moment.

2.  Helios freaks out because as it reproduces to make it's body, the distances between bots change.

3.  Feel free to fix any and all problems.  I'm much better at editing source code (editing in the same way that a magazine Editor edits) than writing it.

If you want alot of fun, turn on gravity.  The bots will actually bounce off the bottom like it's a trampoline.  Weeee!  This bot is fun too to experiment with the new tie physics:


--- Code: ---cond
start
.tie inc
stop

cond
start
100 *.numties div .sharenrg store
stop

cond
*.nrg 25000 >
start
10 .repro store
stop
end
--- End code ---

Just drag those babies around with the mouse, and they'll tie to anything and everything.  Use the console to fixpos one with gravity on, and the rest will hang and bounce around quite realistically.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version