Author Topic: I used a Python simplex noise script and made it work with Blockland  (Read 1417 times)

The python-to-torque bridge is based on Nullable's.

Before you say "OGM YOU CAN DO THIS WITH TORQUE", I'll remake the generator for torque tomorrow (since I discovered the script is also slow as heck).

Nice. I find it fun connecting different applications or services together.

Hi.

Looks like the arguments I am using need adjustment.

Nice. I find it fun connecting different applications or services together.
It was a pain in the butt to do because Python doesn't like it when it finds the wrong type.

It was a pain in the butt to do because Python doesn't like it when it finds the wrong type.

you're doing something terribly wrong
are you using a specific framework

if SocketServer or twisted, you'll always get <type 'str'>

you're doing something terribly wrong
are you using a specific framework

if SocketServer or twisted, you'll always get <type 'str'>
I am using socketserver and I am splicing the words in the packet. That's why it's returning lists.

I am using socketserver and I am splicing the words in the packet. That's why it's returning lists.

What is the problem then?