a few questions on Com_Printf. I looked at Com_DPrintf, which just calls Com_Printf, after checking you are running in dev mode.
1. I find that format strings like "%4.1f" do not work. "%f" does.
2. It seems that i can only have 2 (or maybe 3) %f in one call
3. It seems I can't use 2 Com_Printf calls consecutively.
help.