Kongregate User Info

Subscribe to Kongregate User Info 10 posts

avatar for NinjaCow NinjaCow 111 posts
Flag Post

Hey… I know that this information is probably spread out all throughout the forums, but I can’t find it. I would like to compile a list of all of the API commands, such as root.kongregateusername, etc.

On an unrelated note, does anyone know the font that the big “Kongregate” uses?

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

_root.kongregate and root.kongregateusername are the only ones of any real use that I can think of, and only one is related to user info. The others are not for game use.

The Kongregate font is Freight Micro Black.

 
avatar for NinjaCow NinjaCow 111 posts
Flag Post

Thanks… they should put in something code for getting the avatar, though.

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

Yes, good idea.

 
avatar for JudeMaverick JudeMaverick 8844 posts
Flag Post

arcaneCoder, doesn’t Jiggmin used Kong Avatars in Kong Racing? What’s it?

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

Yes, but I think he parses it the hard way. Its not currently available to the game API, only on the chat side.

 
avatar for Smiggy Smiggy 1638 posts
Flag Post

How does 2DArray (?) get the chat in chatmaster?

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

I believe he’s manually connecting to the chat server, reading the messages and parsing the ones that match your name. Nothing the API supports.

 
avatar for JudeMaverick JudeMaverick 8844 posts
Flag Post

It is also noted that his screensaver doesn’t put private messages into it (Probably another kind of engine or something). That means, I can’t hear/read secret love messages from Greg to Alison :’(

 
avatar for arcaneCoder arcaneCoder 2354 posts
Flag Post

it cant read private messages because its probably connecting as guest, therefore those messages arent readable for it.