crashfort / SourceDemoRender

Multithreaded, hardware accelerated solution to create high quality movies for the Source engine.
299 stars 29 forks source link

[SOLVED] Velocity Overlay #42

Closed tslashd closed 3 years ago

tslashd commented 3 years ago

For some reason the velocity-overlay is not showing up on my recordings... Pasting code underneath if someone could help out, that'd be great!

},
    "velocity-overlay": {
        "enabled": true,
        "font-family": "Arial",
        "font-size": 72,
        "color-r": 50,
        "color-g": 205,
        "color-b": 50,
        "color-a": 125,
        "font-style": "normal",
        "font-weight": "bold",
        "font-stretch": "normal",
        "text-align": "leading",
        "paragraph-align": "center",
        "padding": 100
    }
}

EDIT: Only supports CS:S, I am trying to use it in CS:GO, sorry. Would there be support for it on CS:GO?

ImDini commented 3 years ago

Seems like it was already added but waiting myself for someone to compile since I am noob :/

https://github.com/crashfort/SourceDemoRender/pull/43

crashfort commented 3 years ago

Done in SVR 35.