Just released beta 2 which contains many minor improvements and fixes to the component itself, and also cleaned up the code a whole lot although there is still left to clean up.
So we're basically married by now![]()
I will certainly be trying this first chance on my server tomorrow![]()
"As far as I can remember, Garry has always had this pissy, elitist attitude towards others. "I'm better than you all." That's his philosophy. And that's why he's hated. If he had been nice and respectful in the first place, he wouldn't have a bunch of pissed-off enemies biting at his ass every chance they get."
Just released beta 2 which contains many minor improvements and fixes to the component itself, and also cleaned up the code a whole lot although there is still left to clean up.
Just released beta 2 which contains many minor improvements and fixes to the component itself, and also cleaned up the code a whole lot although there is still left to clean up.[/b]
Released where?
"Our death ray doesn't seem to be working. I'm standing right in it, and I'm not dead yet." - Jamie Hyneman
"Yes, managing the anonymous activity of the entire Internet is a challenge. Shoving the entire universe into a mason jar for use as a personal flashlight would also be a pesky bother." - Karl, BBR
WIREMOD WILL NOT WORK ON YOUR FACE! BUT IT DOES ON YOUR MOM :shifty:
It's just under the title of the thread (with red text nowReleased where?[/b])
![]()
Ive just tried it, and i LOVE it.
I rebuilt a couple of my contraptions in in a fraction of the time it took me to build gate or cpu versions.
It's just under the title of the thread (with red text now)
[/b]
I must have been blind.
"Our death ray doesn't seem to be working. I'm standing right in it, and I'm not dead yet." - Jamie Hyneman
"Yes, managing the anonymous activity of the entire Internet is a challenge. Shoving the entire universe into a mason jar for use as a personal flashlight would also be a pesky bother." - Karl, BBR
WIREMOD WILL NOT WORK ON YOUR FACE! BUT IT DOES ON YOUR MOM :shifty:
I'm glad that you like it! Just remember that it is still beta and I know for sure that if you load a saved game it will not work... I'm working on it but I'm not exactly sure what causes it at the moment. And I will probably make one box for inputs and outputs instead of a construct.Ive just tried it, and i LOVE it.
I rebuilt a couple of my contraptions in in a fraction of the time it took me to build gate or cpu versions.[/b]
BETA 3 is in the works too, some fixes to the menu, real naming convention, so it is now properly called a GATE instead of a CHIP, better descriptions etc... better code and slightly faster (although it is already more than fast enough). Also shows which files you can load, although I haven't quite figured out yet how to use the listbox for input. You will also be able to name your chip when creating it (also saved) so you will have a small hint of what it actually does when "deployed" (yes I know there is a namer, but it is "too much work" to normally use). And some more stuffAnd I might add memory or arrays soon to so you can do some even more advanced stuff.
i dont know if i should post this to bug section but the cos and sin dosnt work as expectet.
i tried this program:
[ W -> X Y ]
X = cos(W)
Y = sin(W)
if w input is 180
x=-57.296 (should be -1)
y=0
if w is 60
x=28,648 (should be 0,5)
y=49,62 (should be 0,866)
so the result is everytime 57.296 times greater when it should be.
but its easy to fix by dividing the result by this value. (maybe only on my pc ?)
Es gibt genau 10 Typen von Menschen auf der Welt. Welche die Binär verstehen und Welche die nicht.
(german)
STOP USING BMP FILES! USE JPEG FOR YOUR SAKE!!
No that's probably my fault, I'll look into it and it'll be fixed in BETA3 that should be coming tonight or tomorrow.i dont know if i should post this to bug section but the cos and sin dosnt work as expectet.
i tried this program:
[ W -> X Y ]
X = cos(W)
Y = sin(W)
if w input is 180
x=-57.296 (should be -1)
y=0
if w is 60
x=28,648 (should be 0,5)
y=49,62 (should be 0,866)
so the result is everytime 57.296 times greater when it should be.
but its easy to fix by dividing the result by this value. (maybe only on my pc ?)[/b]
Thank you! I just checked the code and yes it is my fault, I mistakedly try to turn the output from sin back into degrees. Temporary workaround should be to just do rad(sin(180)) (the rad).
EDIT: I'd like to tease you with a an improvement to the coding and that is that there is now a function that removes all empty lines and splits all lines with a | (vertical bar) .. so you won't have to cut and paste any more, just add a | and click process and there will be a new line.
Bookmarks