![]() Mar 7 2012, 2:09 am
In response to Eternal_Memories
|
|
It could use ckey for cleaner reading.
|
I think that there should be a built in IsFan() proc so that you can check if a player is a fan of your game on the HUB.
|
You can already do this on your own, but you'll have to check it everytime a player logins, or make it loop every x time.
|
++ For the aid of newbie developers. Intermediate developers should be able to handle it just fine on their own. There is always a way to reduce overhead.
I also wouldnt mind a list of fans on the text format for hubs. Maybe in a params like format? ckey1;ckey2;ckey3 |
Lavitiz wrote:
++ For the aid of newbie developers. Intermediate developers should be able to handle it just fine on their own. There is always a way to reduce overhead. Params format on the hub wouldn't make any sense. The hub's format=text feature is designed to be imported as a savefile, which means you can read it as a list. |
Super Saiyan X wrote:
Lavitiz wrote:Params format on the hub wouldn't make any sense. The hub's format=text feature is designed to be imported as a savefile, which means you can read it as a list. Ah, I didn't realize that. I've never even looked at it, really. Good to know though. |