Files @ 57cdad6d572a
Branch filter:

Location: DistRen/etc/distrenclient.conf

LordOfWar
removed unexisting frame count variable, and left the brackets for frameset struct empty, I will be creating the struct with frame_num_struct_builder... hopefully it lets me do that.

fixed the error in creating a variable in the for statement... I'm used to doing that in Java. I just created the variable before hand.
/*
 A client is essentially the libdistren library or any app that is submitting 
 files. Thus, it should only need to know which server to access. Credentials
 specific to a server will be specified per-server for now.
*/
client
{
  server = "ohnopublishing"
}

include("distrencommon.conf")