Waddlesworth

Results 29 comments of Waddlesworth

@jviotti Hi, sorry about taking this long. I don't think this is the trace you're after, but it seems to be the only one I'm able to print. ``` at...

A network interface between BLT users isn't out of the question. I'd just be going for a message queue as opposed to anything even remotely resembling RPC, there's just no...

@polarathene We could just add one message type for all BLT messages and add an interface so that people can register listeners on string message identifiers and BLT just passes...

I was more intending to leave most of it up to the developers, and I don't really expect people to lay out their network functions inside of aggregated XML files....

I can't imagine there'd be much lag from writing different types into and from a string. There's no parsing going on, no structure to preprocess. I don't really know much...

That's not what I mean. An 8-byte integer will still be 8 bytes. I'm just using the string type in the XML to allow a variable amount of data, think...

This is probably a documentation issue, but since Fortnite 14.40 (iirc), there are some new requirements for the parser. The line from your stack trace refers to the globals. In...

I've tried serializing these before, the data that's there is just meaningless metadata, it has nothing to do with the actual content of the property.

If you're referring to the Text history type, that'd be fairly easy to add, but I've been over this before, there is nothing useful in the FloatProperty stuff. I've been...

It's a bit weird because I thought `MulticastDelegateProperty` was supported. Can I ask what version you're using? (Is it the CLI as well?)