StA-Extended-DDNet-Client

DDraceNetwork

StA

What is StA?

StA client is an extended version of the DDNet client that includes new ingame features, custom color and more FUTURES

✅ Some old features that was removed from game

png

install

Download the Client here: Release

SourseCode

If you wish to get the source code, you can do it by following these steps:

add me on Discord or join my Discord-Server
you can also just write me a DM: stormaxd

Telegram - @StormArq

DOCUMENTATION ABOUT EXEC FILES

In client Setting->Controls you might see a keybinding type exec:DeepFly etc.

if you want them to work, open client folder and go to data->StA->ConfigDir. You can see some .cfg files in it, before make exactly bind in controls make sure that you have all keys are prepared to bind.

For exaple we have a deepfly.cfg file, and i want to bind it for T key on my keyboard, so we are going on client files and going to data/StA/ConfigDir. Then opens file that we want to bind

bind x “bind mouse1 "+fire; +toggle cl_dummy_hammer 1 0";cl_message_client_color green; echo Deep Fly ON; bind x. "bind mouse1 +fire; cl_dummy_hammer 0; cl_message_client_color red; echo Deep Fly OFF; exec StA/ConfigDir/deepfly.cfg"”

Overwrite all x key to any you want to bind (my case is T Key)