Hi RageZone,
People who have visited my site already will have seen that I have a project called SpaceGraph.
Well, it is finally done...
SpaceGraph is based on Scratch, and the first version uses basic features of Butterstorm... (Next version will not...)
Features:
Groups
Baby Pets
CLOSING TIME -- 90% to Leenster, me for making it working.
AUTO EMU RESTARTER -- 90% to Leenster, me for making it better, and restarting it without crashing after 1 minute.
SPAMBAN -- Will ban users after flooding 10 times in 5 minutes (You can change the limit in config)
Much more...
Snippets:
Recoded texthandling.cs:
PHP Code:namespace Butterfly{ using System; using System.Runtime.InteropServices;
internal class TextHandling { internal static int BooleanToInt(bool k) { return (k ? 1 : 0); }
internal static double Combine(int a, int b) { return (double) (a + (((float) b) / 100f)); }
internal static int GetFirstSiffer(double k) { return (int) Math.Round((double) ((k % 1.0) * 100.0)); }
internal static string GetString(double k) { return k.ToString(ButterflyEnvironment.cultureInfo); }
internal static int Parse(string a) { int num = 0; int num2 = 0; int length = a.Length; if (length == 0) { return 0; } do { num2++; int num4 = a[num2]; if ((num4 < 0x30) || (num4 > 0x3b)) { return 0; } num = ((10 * num) + num4) - 0x30; } while (num2 < length); return num; }
internal static int Parse2(string a) // Come from R63A BF { int w = 0, i = 0, length = a.Length, k;
if (length == 0) return 0;
do { k = a[i++]; if (k < 48 || k > 59) return 0; w = 10 * w + k - 48; } while (i < length);
return w; }
internal static void Split(double k, out int a, out int b) { b = (int) Math.Round((double) ((k % 1.0) * 100.0)); a = (((int) Math.Round((double) (k * 100.0))) - b) / 100; } }}
When will version 2 come out?
Well, i dont have some ideas for a new version... So you guys can send ideas via PM, or via skype (you can add my skype via the button in my signature).
Games will work in version 2!
Version 2 will not be an edit anymore, it will be totally re-coded (from Scratch).
Downloads:
SpaceGraph (V1)DUTCH
SpaceGraph (V1) ENGLISH
SpaceGraph Database
All R63B SWFs are compitable with this Emulator!
Mirrors are welcome!
Problems? Bugs? Questions? Others? --> Livechat on VariousCoderz Website
Greetz,
VariousCoderz aka Various






