Blockland Forums > General Discussion
Blockland Stealth
Killer2:
--- Quote from: DrenDran on March 12, 2011, 10:05:07 PM ---I agree, why do people need to make 'social' things.
It's already a multiplayer game where we can all talk to each other anytime.
--- End quote ---
Tell that to Facebook.
Sheath:
--- Quote from: DrenDran on March 12, 2011, 10:05:07 PM ---It's already a multiplayer game where we can all talk to each other anytime.
--- End quote ---
So what is the issue with adding another layer of player interaction?
Tonkka:
Another forgeten mod manager??? We got BL cloud, this stuff, RTB and that thing that Tyler66 made please stop making these things
Niblic:
--- Quote from: Tonkka on March 13, 2011, 03:31:44 AM ---Another forgeten mod manager??? We got BL cloud, this stuff, RTB and that thing that Tyler66 made please stop making these things
--- End quote ---
Did you even read the OP's post?
DontCare4Free:
--- Quote from: Tyler66 on March 12, 2011, 07:07:36 PM ---I could be wrong about what I said, but this may help me out.
The file sharing (ex. Voicemail feature). You plan to use P2P file sharing? I have tried this, and failed. I checked a Visual basic forum topic to find it was not supported.
And isn't handling web objects (ex. Filtering files) not supported as well?
--- End quote ---
Actually, all that can be done with VB.
The only difference between C# and VB except for syntax stuff is that VB does not have an equivalent to the C# "yield" keyword.
What you are talking about as stuff being not supported is just stuff that you need a library for, and since both VB and C# compiles to CIL they both use the same libraries. In other words, stop searching for VB and search for .NET instead.