:*:Welcome to the VALO2D CS2D Lua Script Mod:*:
Questions, Suggestions, Bugs? Message me:
http://unrealsoftware.de/pm_new.php?toid=51028
Make sure to include relevant infos (LUA Errors, Console Prints, your file changes, setup, ...)

A class script with unique abilities and game altering features
This is the official uploaded version at UnrealSoftware.de

Imagine the vanilla 5vs5 bomb defusual experience but in addition you can use 3 Abilities like in MOBAs.
The 3 Abilities are limited in following ways:
- Your Abilities (F2, F3, F4) have cooldown times and mana costs. (Mana, a ressource you gain over time)
- Abilities also can be casted maximal n times per round (it depends on the specific ability).
- Your Ultimate Ability (F4) has an additional ressource called Ult Points, gained per Kill

You still have to buy weapons with your money like in CS& Valorant.
You select 1 of 3 agent class when you join. More agents comming (maybe). 
Each agent class has his own set of 3 unique abilities.
All current agents and agent data can be found in sys/lua/temp

VALO2D uses an easy2edit agent class system editable for every evolving meta.
VALO2D enhances vanilla gameplay and uses commands like setpos& speedmod creativly to redefine gameplay in a non-laggy way

[i]All files mentioned here are located in 'sys/lua/valo/' if not stated otherwise[/i]
:*: How to install?
- you have to download all extern scripts (see below)
- put the extern files into the 'extern' folder like shown in the picture
- either put the autorun.lua into the autorun folder or run the dofileHint.lua
- make sure the console prints "--- VALO2D INIT END ---"

:*: How do I create my own agent class?
- Copy,Paste&Read the file agentexample.lua, rename it and place it into agents/ folder and follow the instructions inside
- Copy,Paste files in gfx.. and sfx.. /valo/agents/... and modify it to fit to your new agent class
- If you have any external script features you want to use then put the scripts into modules/. and make your agent class depend on it in dependency.lua. 
- Open the debug menu (T) (see conf.lua first!) and run the 'Servertransferlist' and 'Agent Info', it generates new host files in temp/

:*: Things worth noting
- You can include Env_Breakables in your map with the name 'valo', which break automaticly to mimic the original Valorant Buy border (remember to set the health to 99999)
- If you want to host this script (or a modded version) PLEASE message me about it, Id like to play on the server :3


Special thanks to
:*: DC and the whole active US.de-community!

Credit info to all extern scripts used
:*: MikuAuahDark for smart timers timerEx.txt
https://www.unrealsoftware.de/files_show.php?file=13759
Downloaded at 02.10.23

:*: EngiN33R for smart menus unimenu.lua
https://www.unrealsoftware.de/files_show.php?file=10921
Downloaded at 02.10.23

